fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / common / utils.h
11 days ago Ricardo MonesRefactor definition and remove unused defines
2024-02-16 Ricardo MonesRemove remaining references to dirent
2022-05-06 paulmerge gtk3 branch into master 4.1.0
2022-03-18 Ricardo MonesHonor GTK project name¹, except some files…
2022-02-24 pauldouble the size of MAX_ALLOCA_MEM_SIZE and use standard...
2022-02-24 pauldouble the size of MAX_ALLOCA_MEM_SIZE and use standard...
2022-01-02 Michael RasmussenFix -Wformat warnings. Adapted patch for gtk3 branch...
2022-01-02 Jonathan BoeingFix -Wformat warnings
2021-12-25 Michael RasmussenProtect alloca function to not request a memory size...
2021-12-25 Michael RasmussenProtect alloca function to not request a memory size...
2021-11-07 Jonathan BoeingOnly include config.h from .c files
2021-11-07 Jonathan BoeingOnly include config.h from .c files
2021-11-06 Ricardo MonesRefactor CRLF-truncation into a function
2021-11-06 Ricardo MonesRefactor CRLF-truncation into a function
2021-11-06 Ricardo MonesRemove unused function
2021-11-06 Ricardo MonesRemove unused function
2021-11-02 Jonathan BoeingRemove cm_mutex_new/_free wrappers
2021-11-02 Jonathan BoeingRemove slist_copy_deep wrapper
2021-11-02 Jonathan BoeingSet minimum GLib version to 2.36
2021-10-29 Jonathan BoeingRemove cm_mutex_new/_free wrappers
2021-10-29 Jonathan BoeingRemove slist_copy_deep wrapper
2021-10-29 Jonathan BoeingSet minimum GLib version to 2.36
2021-08-07 Jonathan BoeingReduce the amount of file I/O from debug_print
2021-08-07 Jonathan BoeingReduce the amount of file I/O from debug_print
2020-11-13 PaulMerge branch 'master' of ssh+git://git.claws-mail.org...
2020-10-24 wwpReworked fixing unsecure command-line invocation in...
2020-10-24 wwpReworked fixing unsecure command-line invocation in...
2020-08-19 Paulfix bugs 4373, 'attach mailto URI double free' and...
2020-08-19 Paulfix bugs 4373, 'attach mailto URI double free' and...
2019-05-04 Andrej KacianAdd missing config.h include to utils.h
2019-03-09 Andrej KacianAdd missing config.h include to utils.h
2019-02-08 Andrej KacianDo not define our own strcasestr() if it is available
2019-02-08 Andrej KacianAdd a menu item to open debug log file on Windows
2019-01-25 Andrej KacianDo not define our own strcasestr() if it is available
2019-01-20 Andrej KacianAdd a menu item to open debug log file on Windows
2019-01-03 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-19 wwpClean-up: remove trailing spaces.
2018-12-19 wwpFix parsing of cert filename, prevent the Tools / SSL...
2018-12-19 Ricardo MonesFix build on Hurd
2018-12-17 wwpClean-up: remove trailing spaces.
2018-12-17 wwpFix parsing of cert filename, prevent the Tools / SSL...
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-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-10-16 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 LeroyRename claws_io to file-utils, and move file-related...
2018-10-04 Ricardo MonesDon't try to be too clever and remove superuser_p()
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-14 Ricardo MonesRemove dead code
2018-09-12 Ricardo MonesRemove dead code
2018-08-25 Andrej KacianMove the typedef for "u32" from utils.h to md5.h, since...
2018-08-21 Andrej KacianMove the typedef for "u32" from utils.h to md5.h, since...
2018-06-11 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-28 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-26 Paulfix gcc8 stringop-overflow warning
2018-05-26 wwpSince we depend on GLib 2.28, make real use of GList...
2018-05-26 Paulfix gcc8 stringop-overflow warning
2018-05-24 wwpSince we depend on GLib 2.28, make real use of GList...
2016-10-01 Andrej KacianMake Message-ID string generation less confusing.
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-05-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2015-12-16 Andrej KacianSome minor changes for win32 build.
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-08-13 Andrej KacianProvide an up to date version of g_base64_decode()...
2015-07-20 Andrej KacianFix building on GLib older than 2.25.
2014-11-17 Colin LeroyAdd a wrapper function to decode base64, returning...
2014-06-17 Colin LeroyMake sure we don't access out of bounds of the match...
2014-06-17 Ricardo MonesFix bug #3211 “Fails to build in Debian hurd-i386 archi...
2014-06-09 Paulmore code removal due to min version of glib now being...
2014-05-22 wwpAdd g_utf8_substring function for compiling with GLIB...
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
2013-11-04 Ricardo MonesNew utils function escape_internal_quotes
2012-12-01 Colin Leroy2012-12-01 [colin] 3.9.0cvs34
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 Colin Leroy2012-10-12 [colin] 3.8.1cvs93
2012-07-07 Colin Leroy2012-07-07 [colin] 3.8.1cvs8
2012-07-07 Colin Leroy2012-07-07 [colin] 3.8.1cvs7
2012-05-27 Paul Mangan2012-05-27 [paul] 3.8.0cvs48
2011-04-03 Colin Leroy2011-04-03 [colin] 3.7.8cvs71
2011-02-16 Paul Mangan2011-02-16 [paul] 3.7.8cvs57
2011-01-25 Colin Leroy2011-01-25 [colin] 3.7.8cvs47
2010-02-08 Paweł Pękala2010-02-08 [pawel] 3.7.5cvs8
2009-11-25 Holger Berndt2009-11-25 [holger] 3.7.3cvs22
2009-07-10 Colin Leroy2009-07-10 [colin] 3.7.2cvs7
2009-06-12 Ricardo Mones2009-06-12 [mones] 3.7.1cvs74
2009-04-02 Colin Leroy2009-04-02 [colin] 3.7.1cvs34
2009-04-02 Colin Leroy2009-04-02 [colin] 3.7.1cvs33
2009-02-23 Colin Leroy2009-02-23 [cleroy] 3.7.0cvs73
2009-01-09 Paul Mangan2009-01-09 [paul] 3.7.0cvs22
next