Fix build error
[claws.git] / src / common /
2019-01-27 Andrej KacianUse hardcoded SHA digest length in pkcs5_pbkdf2.c
2019-01-27 Andrej KacianMake is_toplvl_domain() aware that TLDs can be longer...
2019-01-25 Andrej KacianDo not define our own strcasestr() if it is available
2019-01-20 Andrej KacianRemove unneeded w32_stdio.c
2019-01-20 Andrej KacianReplace deprecated _sleep() with Sleep() in w32_unistd.c
2019-01-20 Andrej KacianAdd a menu item to open debug log file on Windows
2019-01-20 Andrej KacianOnly call the fd_is_w32_socket() check on Windows
2019-01-20 Andrej KacianFix session proxy initialization for Windows
2019-01-07 Andrej KacianFix a few small memory leaks in scan_mailto_url()
2018-12-29 Andrej KacianFix printf formats for size_t and goffset arguments.
2018-12-29 Andrej KacianEmulate strftime's %r on Windows which does not have...
2018-12-29 Andrej KacianFix missing ws2tcpip.h include for Windows
2018-12-29 Andrej KacianRemove an unused enum which was committed by mistake
2018-12-29 Andrej KacianFix alertpanel API use in win32 part of mimeview.c
2018-12-21 Ricardo MonesUpdate list of TLDs for release
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-18 Andrej KacianAdd unit tests for get_serverportfp_from_filename().
2018-12-18 Andrej KacianAllow empty output parameters in get_serverportfp_from_...
2018-12-17 wwpClean-up: remove trailing spaces.
2018-12-17 wwpFix parsing of cert filename, prevent the Tools / SSL...
2018-12-17 Andrej KacianRemove code duplication in get_certificate_path().
2018-12-15 Ricardo MonesFix build on Hurd
2018-12-15 Andrej KacianRemove strstr2() in favour of g_strstr_len()
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-12-14 Andrej KacianAdded unit tests for get_uri_part().
2018-12-14 Andrej KacianMake URI highlighting in textview and compose Unicode...
2018-12-14 Ricardo MonesUpdate list of TLDs for release
2018-11-20 Andrej Kacianxml_parse_file() fails without assertion warning if...
2018-11-16 Andrej KacianAdded some basic unit tests for unmime_header().
2018-11-16 Andrej KacianAdded NULL parameter check for unmime_header().
2018-11-15 Colin LeroyFix bug #4120, "New cert files are created in $HOME...
2018-11-15 Andrej KacianSanitize filenames for saved TLS certificates.
2018-11-14 Andrej KacianFix WEXITSTATUS build error on Win32.
2018-11-01 User CornFix build on FreeBSD, sys/wait.h is needed for WEXITSTA...
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-08 Andrej KacianFix unit tests building, broken after the file-utils...
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 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-06 Colin LeroyFix build
2018-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-02 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
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-20 PaulFix protocol part of some more URLs
2018-09-12 Ricardo MonesRemove dead code
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 KacianAvoid an unnecessary string copy in xml_attr_new_int().
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 KacianAdd parameter sanity checks to md5_hex_digest() and...
2018-08-30 wwpFix wrong logics leading to writing possibly broken...
2018-08-26 Paulalways show the full version on the mainwindow regardle...
2018-08-22 Andrej KacianAdd null pointer checks to pkcs5_pbkdf2().
2018-08-21 Andrej KacianMove the typedef for "u32" from utils.h to md5.h, since...
2018-08-14 Ricardo MonesUpdate list of TLDs for release
2018-06-26 Andrej KacianFix build for Windows, plus some missing symbols in...
2018-06-11 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-06-11 Andrej KacianCorrected copyright header in proxy.[ch]
2018-06-10 Andrej KacianFixed an off-by-one buffer overflow in proxy.c.
2018-06-10 Andrej KacianAdded SOCKS proxy support.
2018-05-28 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-26 Paulfix gcc8 stringop-overflow warning
2018-05-26 Paulfix bug #4023, 'Fix some small issues'
2018-05-25 wwpFix missing initializers, taking for reference GLib...
2018-05-24 wwpFix previous commit.
2018-05-24 wwpSince we depend on GLib 2.28, make real use of GList...
2018-05-22 wwpUpdate app name in header cartouche and other places...
2018-05-22 wwpFix more unchecked return values reported by Coverity:
2018-05-16 Paulwhen using hide_timezone, convert time to UTC
2018-05-15 Paulrequire nettle, following removal of libcrypt from...
2018-04-25 Ricardo MonesFix array type to match items
2018-04-23 wwpDon't add "Go to last error" to filtering log window...
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.
next