claws.git
2018-10-11 Colin LeroyMake the "Saving sent message..." debug prints more...
2018-10-10 Colin LeroyRevert all memory-based tmpfile I/O, it comes with...
2018-10-10 Colin LeroyFix wording, thanks wwp
2018-10-10 Colin Leroystr_open_as_stream() doesn't need a real file either.
2018-10-10 Colin LeroyComment the my_tmpfile_with_len() function.
2018-10-10 Colin LeroyFix in-memory temporary file length
2018-10-08 Ricardo MonesUpdate textviewer.pl
2018-10-08 Ricardo MonesUpdate thread tools
2018-10-08 Andrej Kacian...and one more forgotten NULL check.
2018-10-08 Andrej KacianAdded some NULL checks in passwordstore.c to avoid...
2018-10-08 Andrej KacianFix unit tests building, broken after the file-utils...
2018-10-08 Andrej KacianFix file-utils related compiler warnings in crash.c.
2018-10-07 Colin LeroyFix hang on IMAP - the log file is accessed by multiple...
2018-10-07 Colin LeroyMake safe_fclose static now that it can be
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Andrej KacianImprove debug output in passwd_store_set().
2018-10-07 Colin LeroyFix performance loss on certain file I/O that doesn...
2018-10-07 Colin LeroyAdd a memory-backed my_tmpfile() implementation.
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-07 Ricardo MonesFix CID 1439996 and remove unnecessary comparison
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyHey I'm married :)
2018-10-06 Ricardo MonesDon't ignore required file
2018-10-06 Ricardo MonesClean more rubbish
2018-10-06 Colin LeroyRemove old files that shouldn't be there
2018-10-06 Colin LeroyFix indent, sorry.
2018-10-06 Colin LeroyFix build
2018-10-06 Colin LeroyUse a memory-based FILE pointer when we can; speeds...
2018-10-06 Colin LeroyDon't bother parsing headers when we want to skip them
2018-10-06 Colin LeroyFix big leak on mimeinfo freeing
2018-10-06 Colin LeroyHalve the time spent manipulating case in case-insensit...
2018-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-04 Andrej KacianDo not use trim_string() in RSSyl's rename folder dialog.
2018-10-04 Ricardo MonesSimplify comparison
2018-10-04 Ricardo MonesDisallow zero-length entity
2018-10-04 Ricardo MonesFix CID 1439871 and validate Unicode char strictly
2018-10-03 Andrej KacianMake entity_decode() handle invalid input better.
2018-10-03 Colin LeroyFix Reply from mainwindow menu and toolbar when mainwin...
2018-10-02 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-10-02 Colin LeroyFix Coverity #1372351
2018-10-02 Colin LeroyFix build warning
2018-10-02 Colin LeroyFix Coverity #1220388
2018-10-02 Colin LeroyFix Coverity #1220444
2018-10-02 Andrej KacianRemove Webkit version check ifdefs, since we depend...
2018-10-01 Ricardo MonesDon't try to be too clever and remove superuser_p()
2018-09-28 Colin LeroyFix possible resource leak
2018-09-28 Colin LeroyFix implicit declaration of g_close()
2018-09-28 Colin LeroyAdd a few ignores
2018-09-28 Colin LeroyFix build on Debian 7
2018-09-28 Colin LeroyFix Coverity warning (unsafe fscanf)
2018-09-28 Colin LeroyFix bug #3889, "Address and quoted message inconsistent...
2018-09-28 Colin LeroyFix possible null-dereference (thanks Coverity)
2018-09-27 Colin LeroyFix Quicksearch eating keypresses it didn't handle.
2018-09-23 Andrej KacianAdd a NULL check in summary_select_by_msg_list when...
2018-09-20 wwpQuicksearch: expand extended symbols on "Edit", patch...
2018-09-20 PaulFix protocol part of some more URLs
2018-09-19 Ricardo MonesFix protocol part of some URLs
2018-09-18 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-09-18 Andrej KacianThe pubDate timestamp in RSS2.0 sets date_published.
2018-09-12 Ricardo MonesRemove dead code
2018-09-11 Andrej KacianRemove unused macro G_STRING_APPEND_ENCODED_URI.
2018-09-10 Paulfix warning dialogue when a re-edited draft compose...
2018-09-07 Andrej KacianRestore the hovering-over-link callback in Fancy viewer.
2018-09-07 wwpAdd new folder options: enable/disable per-folder signi...
2018-09-06 Andrej KacianFix dangling pointer in proxy password handling.
2018-09-06 Andrej KacianShow correct address:port in SOCKS5 proxy connection...
2018-09-06 Andrej KacianHandle corrupted decrypted passwords gracefully.
2018-09-06 Andrej KacianAvoid an unnecessary string copy in xml_attr_new_int().
2018-09-06 wwpRename activate_privacy_system() to compose_activate_pr...
2018-09-05 Andrej KacianBump up minimum required webkitgtk version to 1.10.0.
2018-09-05 Andrej KacianFix links not being opened in browser when Fancy menu...
2018-09-04 Andrej KacianRemove unused string copy from procmsg_msg_exist().
2018-09-03 wwpFix capitalization of a one Web[cC]al occurrence.
2018-08-31 Ricardo MonesFix bug #3418 ‘Building on a Cross Compiling toolchain...
2018-08-31 Andrej KacianUpdated INSTALL file.
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-31 Andrej Kacianmd5.c doesn't need to include entire utils.h.
2018-08-31 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
2018-08-31 Andrej KacianDecouple codeconv.c from prefs_common.
2018-08-31 Andrej KacianAdd parameter sanity checks to md5_hex_digest() and...
2018-08-30 Olivier BrunelPreserve flags & tags when re-editing a message
2018-08-30 Olivier Brunelaction: Keep selection set afterwards
2018-08-30 Olivier BrunelSpeed-up searches in References via "x"
2018-08-30 wwpFix wrong logics leading to writing possibly broken...
2018-08-28 Ricardo MonesRestore Fancy entry in README, still in tarball ;)
2018-08-27 Paulfix lintian autotools-pkg-config-macro-not-cross-compil...
2018-08-27 Ricardo MonesUpdate plugins in README
2018-08-26 wwpFix wrong test leading to dead code (and dead func...
2018-08-26 Paulalways show the full version on the mainwindow regardle...
2018-08-26 Paulfor release 3.17.1
2018-08-25 Andrej KacianUpdate vcalendar's claws.def file for Windows build...
2018-08-25 Andrej KacianImprove Left Arrow keypress handling for childless...
2018-08-24 wwpOptimize (for speed) and factorize code related to...
2018-08-24 Andrej KacianFix building manual PDF and PS formats when building...
2018-08-24 Andrej KacianFix various plugins including generated .h files when...
2018-08-24 Andrej KacianFix configure version detection when building outside...
2018-08-24 Colin LeroyBetter GUI (with calendar) for date filtering condition.
2018-08-24 Colin LeroyMove time selector from vCalendar to gtkutils
next