Fix a leak, CID #1220437.
[claws.git] / src / common /
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-12-17 Ricardo MonesUpdate list of TLDs for release
2017-11-16 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-10-29 Andrej KacianUse GIO API instead of g_stat() on Windows in compose_a...
2017-10-28 Andrej KacianDisallow '?' in filename when saving message part on...
2017-10-28 Andrej KacianRevert "Disallow '?' in filename when saving message...
2017-10-28 Andrej KacianDisallow '?' in filename when saving message part on...
2017-10-27 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-10-10 Paulfix bug 3893, ' Text mode open/copy web links ignores...
2017-07-12 Andrej KacianFixed an uninitialized variable use in check_cert().
2017-07-09 Andrej KacianFixed a memory leak when checking TLS certificates.
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-05-14 Andreas BierfertFix bug #3795 ‘typo in utils comparison’
2017-04-02 Paulold/new version display
2017-03-25 Ricardo MonesUpdate list of TLDs for release
2017-03-17 wwpFix typos, fixes bug 3786: typo in src/mimeview.c.
2017-02-16 Ricardo MonesDo not hardcode resolv.conf location
2017-02-08 wwpFix wrong return value type.
2017-02-07 Ricardo MonesAdd SVG icon scaling/rendering preferences
2017-01-20 wwpNormalize rfc822 date handling by using decent buffer...
2017-01-16 wwpFix bug 3571, 'recipient list lost and truncated'
2017-01-12 wwpAdd context missing info to few system call errors...
2016-12-20 Andrej KacianRemoved an unneeded trailing '\' from Windows' START_TI...
2016-12-18 Andrej KacianDo not strip plus sign when drag&drop attaching files.
2016-11-24 Andrej KacianFix more compile warnings for Windows in socket.c.
2016-11-24 Andrej KacianRemoved unused w32_get_uid_equiv() function.
2016-11-24 Andrej KacianFix two unused variable warnings in ssl.c for Windows...
2016-11-12 Andrej KacianAllow sending empty messages in Session (just \r\n).
2016-11-06 Ricardo MonesUpdate list of TLDs for release
2016-10-25 Paulrename SSL to SSL/TLS
2016-10-04 Ricardo MonesFix a couple of typos
2016-10-01 Andrej KacianMake Message-ID string generation less confusing.
2016-09-25 Andrej KacianChange home directory fallback to "C:\Claws-mail" on...
2016-09-20 Ricardo MonesRemove unused function
2016-09-18 Andrej KacianFix using client TLS certificates for GnuTLS 3.0 and up.
2016-09-14 Andrej KacianRemoved unused macro from prefs.c.
2016-09-02 Andrej KacianBe more strict about minimum DH prime size for TLS...
2016-08-31 Colin LeroyRemove useless code
2016-08-26 PaulAdd OpenBSD CA cert path.
2016-08-25 Andrej KacianAlways set GnuTLS priority string.
2016-08-23 Andrej KacianFix previous commit b88c772, use correct preprocessor...
2016-08-23 Andrej KacianDo not explicitly disable SSLv3 if GnuTLS does it already.
2016-08-22 Ricardo MonesFix bug #2975: Implement setting -0000 timezone to...
2016-08-21 Andrej KacianDeduplicate string for plugins' block prefix in clawsrc.
2016-08-18 Andrej KacianRemoved fork() prototype from w32lib.h.
2016-08-18 Andrej KacianAvoid usage of deprecated bcopy/bzero in pbkdf2 routine.
2016-08-06 Ricardo MonesUpdate list of TLDs for release
2016-08-01 Andrej KacianRemoved SessionMsgType enum and its use, since it is...
2016-07-28 Ricardo MonesRemove also unused struct member
2016-07-28 Andrej KacianRemove the (now unused) master_passphrase_change plugin...
2016-07-27 Ricardo MonesHandle configuration versions from the future
2016-07-23 Andrej KacianAdded working_directory parameter to execute_command_line()
2016-06-16 Ricardo MonesFix bug #3652 “warning: ordered comparison of pointer…”
2016-05-30 Andrej KacianFixed calculation of timing.h timer for Windows.
2016-05-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2016-04-08 Andrej KacianAdded PBKDF2 implementation, copied from OpenBSD.
2016-04-06 Andrej KacianRemove unneeded plugin_master_passphrase_change().
2016-04-02 Ricardo MonesFix some odd debug outputs
2016-03-31 Colin LeroyFix cast issue
2016-03-30 Andrej KacianRewrite unfold_line() to handle UTF8 line breaks.
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-03-01 Andrej KacianImplement a password store.
2016-02-24 Paulremove the whole unncessary if block, completing the...
2016-02-24 Paulremove spurious single quotes in mailcap_get_command_in...
2016-02-19 Andrej KacianFix a compile error on Win32.
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-01-17 Andrej KacianDelete prototypes for non-existent prefs_write_close*().
2015-12-20 Ricardo MonesUpdate array of recognised TLDs for release
2015-12-16 Andrej KacianSome minor changes for win32 build.
2015-12-08 Ricardo MonesCosmetic: use g_strstrip define when stripping
2015-12-03 Andrej KacianRemove use of fnmatch(), in favour of GPatternSpec.
2015-12-03 Ricardo MonesCorrect modified file headers
2015-12-01 Ricardo MonesMake interface match expectations of plugin_load()
2015-11-20 Andrej KacianReenabled regexps on Windows.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-14 Ricardo MonesUpdate array of recognised TLDs
2015-11-12 Ricardo MonesUpdate list of recognised TLDs to current
2015-11-11 Andrej KacianDo not add mailto: prefix for URIs with protocol part.
2015-11-11 Andrej KacianDo not use chdir() in remove_all_files().
2015-10-19 Pauldefine tags dir where all the others are
2015-10-12 Paulfix a format warning, thanks to Daniel Jakots
2015-10-12 Paulfix building on OpenBSD, thanks to Daniel Jakots
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-10 Andrej KacianMake IPv6 work on Windows, for connections not handled...
2015-08-20 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-20 Andrej KacianUse getaddrinfo() instead of gethostbyname() in socket.c.
2015-08-13 Andrej KacianProvide an up to date version of g_base64_decode()...
2015-08-04 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-03 Andrej KacianRemove broken reimplementation of a few Glib file funct...
2015-07-27 Andrej KacianFix drag&drop attaching files with % in filename.
2015-07-21 Andrej KacianFix a small (copy&paste ?) typo in time zone parsing.
2015-07-20 Andrej KacianFix building on GLib older than 2.25.
2015-06-30 Andrej KacianDo not use GStatBuf with non-Glib *stat() functions.
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-22 Andrej KacianRemoved an unneeded ifdef in my_tmpfile().
2015-06-22 Andrej KacianUse g_mkstemp() instead of mkstemp().
2015-06-22 Ricardo MonesFix bug #1901 ‘More descriptive error msgs when attempt...
next