update copyright year
[claws.git] / src / common / utils.c
8 days ago Paulfix bug 4796, 'URL with wide character doesn't work'
2024-02-16 Ricardo MonesRemove remaining references to dirent
2023-11-05 Jonathan BoeingFix -Wunused-result warnings from g_string_free()
2023-10-17 wwpURIs may contain the '$' dollar sign (fix broken syntax).
2023-10-17 wwpURIs may contain the '$' dollar sign.
2023-04-18 Ricardo MonesQuit searching if string became empty
2023-04-18 Paulfix bug 4670, 'To/CC incorrectly escaped with a trailin...
2022-05-06 paulmerge gtk3 branch into master 4.1.0
2022-03-18 Ricardo MonesHonor GTK project name¹, except some files…
2021-12-29 Jonathan BoeingUse CM_TIME_FORMAT instead of casting
2021-12-17 paulfix bug 4556, 'Filesize in kilobytes versus kibibytes'
2021-12-17 paulfix bug 4556, 'Filesize in kilobytes versus kibibytes'
2021-11-29 Jonathan BoeingUse CM_TIME_FORMAT instead of casting
2021-11-07 Jonathan BoeingFix -Wunused-function warnings for Windows
2021-11-07 Jonathan BoeingFix -Wunused-function warnings for Windows
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-10-01 wwpFix CID 1492306: use after free.
2021-10-01 wwpFix CID 1492306: use after free.
2021-09-30 wwpFix CID 1491272, 1491265, 1491237 and 1491176: resource...
2021-09-30 wwpFix CID 1491272, 1491265, 1491237 and 1491176: resource...
2021-09-30 wwpFix CID 1491361: logically dead code (ternary operator).
2021-09-30 wwpFix CID 1491361: logically dead code (ternary operator).
2021-09-17 wwpFix few wrong string lengths when matching URI schemes...
2021-09-17 wwpFix few wrong string lengths when matching URI schemes...
2021-09-16 wwpMerge branch 'gtk3' of ssh+git://git.claws-mail.org...
2021-09-16 Jonathan BoeingCleanup w32lib.h
2021-09-15 Jonathan BoeingCleanup w32lib.h
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
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
2021-07-26 Jonathan Boeingcheck if string is valid UTF-8 before collating
2021-07-26 Jonathan Boeingcheck if string is valid UTF-8 before collating
2021-05-27 paulfix bug 4483, 'cannot open certain links anymore'
2021-05-27 paulfix bug 4483, 'cannot open certain links anymore'
2021-05-24 Colin LeroyFix email detection on dnd with large headers
2021-05-24 Colin LeroyFix email detection on dnd with large headers
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-09-25 Paulfix bug 4384, 'U+00AD (soft hyphen) changed to space...
2020-09-25 Paulfix bug 4384, 'U+00AD (soft hyphen) changed to space...
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-02-08 Andrej KacianMake is_toplvl_domain() aware that TLDs can be longer...
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-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 KacianAdd a menu item to open debug log file on Windows
2019-01-12 Andrej KacianFix a few small memory leaks in scan_mailto_url()
2019-01-07 Andrej KacianFix a few small memory leaks in scan_mailto_url()
2019-01-03 Andrej KacianFix printf formats for size_t and goffset arguments.
2019-01-03 Andrej KacianEmulate strftime's %r on Windows which does not have...
2019-01-03 Andrej KacianFix missing ws2tcpip.h include for Windows
2019-01-03 Andrej KacianAdd Server Name Indication support to TLS connections...
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-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-19 Andrej KacianAllow empty output parameters in get_serverportfp_from_...
2018-12-19 wwpClean-up: remove trailing spaces.
2018-12-19 wwpFix parsing of cert filename, prevent the Tools / SSL...
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-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 KacianMake URI highlighting in textview and compose Unicode...
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-16 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-16 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-16 Colin LeroyFix build
2018-10-16 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
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-04 Ricardo MonesDon't try to be too clever and remove superuser_p()
2018-10-04 Colin LeroyFix possible resource leak
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-14 Ricardo MonesRemove dead code
2018-09-14 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
2018-09-12 Ricardo MonesRemove dead code
2018-08-31 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
next