Fix parsing of cert filename, prevent the Tools / SSL/TLS Certificates dialog from...
[claws.git] / src / common / utils.c
2018-12-17 wwpFix parsing of cert filename, prevent the Tools / SSL...
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 KacianMake URI highlighting in textview and compose Unicode...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
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-12 Ricardo MonesRemove dead code
2018-08-31 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
2018-05-28 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-24 wwpFix previous commit.
2018-05-24 wwpSince we depend on GLib 2.28, make real use of GList...
2018-05-22 wwpFix more unchecked return values reported by Coverity:
2018-05-16 Paulwhen using hide_timezone, convert time to UTC
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-05-14 Andreas BierfertFix bug #3795 ‘typo in utils comparison’
2017-03-17 wwpFix typos, fixes bug 3786: typo in src/mimeview.c.
2017-02-08 wwpFix wrong return value type.
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-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-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-08-22 Ricardo MonesFix bug #2975: Implement setting -0000 timezone to...
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-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2016-03-31 Colin LeroyFix cast issue
2016-03-30 Andrej KacianRewrite unfold_line() to handle UTF8 line breaks.
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.
2015-12-16 Andrej KacianSome minor changes for win32 build.
2015-11-20 Andrej KacianReenabled regexps on Windows.
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-12 Paulfix a format warning, thanks to Daniel Jakots
2015-10-12 Paulfix building on OpenBSD, thanks to Daniel Jakots
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-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...
2015-06-06 Ricardo MonesFix a couple of format warnings
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2015-05-30 Andrej KacianFix typo in variable name in Windows g_open() implement...
2015-05-18 Ricardo MonesSwitch core from strerror to g_strerror
2014-11-17 Colin Leroy* Add a warning in case the length of the string isn...
2014-11-17 Colin LeroyAdd a wrapper function to decode base64, returning...
2014-08-19 Ricardo MonesFix bug #3246 ‘attachment open: "remember this" ignored...
2014-08-01 Andrej KacianAdd check for a NULL parameter to extract_address(...
2014-06-15 Colin LeroyCache files with a dot in front when a directory with...
2014-06-09 Paulnow min version of glib is 2.20, remove all irrelevent...
2014-06-05 Colin LeroyFix Coverity issues in common
2014-05-22 wwpAdd g_utf8_substring function for compiling with GLIB...
2014-05-16 Paulremove no-longer-needed fast_strftime()
2014-05-14 Colin LeroyFix insertion
2014-05-14 Colin LeroyFix remove_numbered_files_not_in_list doing exactly...
2014-05-02 Colin LeroyMake autoconfiguration non-blocking
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-25 Colin LeroyFirst implementation of auto-configuration (bug #3140)
2014-02-11 Ricardo MonesNew slist_copy_deep utility
2014-01-30 Ricardo MonesFix memory leak
2013-11-04 Ricardo MonesNew utils function escape_internal_quotes
2013-10-10 Paulfallback to 'localhost' rather than 'unknown' as some...
2013-06-11 Paulremove obsolete maemo support
2013-01-23 Colin Leroy2013-01-23 [colin] 3.9.0cvs59
2012-12-03 Colin Leroy2012-12-03 [colin] 3.9.0cvs38
2012-12-01 Colin Leroy2012-12-01 [colin] 3.9.0cvs35
2012-12-01 Colin Leroy2012-12-01 [colin] 3.9.0cvs34
2012-11-16 Andrej Kacian2012-11-16 [ticho] 3.9.0cvs11
2012-10-25 Colin Leroy2012-10-25 [colin] 3.8.1cvs106
2012-10-12 Ricardo Mones2012-10-12 [mones] 3.8.1cvs98
2012-10-12 Salvatore De Paolis2012-10-12 [iwkse] 3.8.1cvs95
2012-10-12 Ricardo Mones2012-10-12 [mones] 3.8.1cvs94
2012-10-12 Colin Leroy2012-10-12 [colin] 3.8.1cvs93
2012-10-10 Colin Leroy2012-10-10 [colin] 3.8.1cvs87
2012-10-09 Ricardo Mones2012-10-09 [mones] 3.8.1cvs86
next