claws-mail/src/common
2021-08-10 09:28:24 +01:00
..
tests Add unit tests for get_serverportfp_from_filename(). 2018-12-20 00:45:37 +01:00
claws.c Fix parsing of command-line arguments: 2020-08-19 10:07:55 +01:00
claws.h 2007-07-11 [colin] 2.10.0cvs16 2007-07-11 16:38:12 +00:00
codeconv.c Get rid of our strcmp2() in favour of glib's g_strcmp0() 2018-12-15 18:49:49 +01:00
codeconv.h Remove an unused enum which was committed by mistake 2019-01-03 01:05:58 +01:00
defs.h don't use the users' ml addr in the welcome msg 2021-08-10 09:28:24 +01:00
file-utils.c Fix WEXITSTATUS build error on Win32. 2018-11-16 22:23:29 +01:00
file-utils.h Fix performance loss on certain file I/O that doesn't need 2018-10-16 19:11:35 +02:00
hooks.c Fixed hook_id declarations to be gulong instead of guint. 2018-03-25 12:32:59 +02:00
hooks.h Fixed hook_id declarations to be gulong instead of guint. 2018-03-25 12:32:59 +02:00
log.c set chmod 0600 on log files, history files, saved parts, etc. 2021-07-18 09:53:21 +01:00
log.h Move log timestamp format string to a separate macro in log.h 2019-05-14 16:16:49 +02:00
Makefile.am Remove unneeded w32_stdio.c 2019-02-08 20:49:36 +01:00
md5.c md5.c doesn't need to include entire utils.h. 2018-09-14 11:27:54 +02:00
md5.h Move the typedef for "u32" from utils.h to md5.h, since it is only used there. 2018-08-25 11:34:33 +02:00
mgutils.c Remove mgu_free_list() and mgu_free_dlist() 2019-05-04 16:41:39 +02:00
mgutils.h Remove mgu_free_list() and mgu_free_dlist() 2019-05-04 16:41:39 +02:00
passcrypt.c require nettle, following removal of libcrypt from glibc 2018-05-26 15:08:39 +02:00
passcrypt.h.in 2007-07-11 [colin] 2.10.0cvs16 2007-07-11 16:38:12 +00:00
pkcs5_pbkdf2.c Use hardcoded SHA digest length in pkcs5_pbkdf2.c 2019-02-08 20:50:06 +01:00
pkcs5_pbkdf2.h Added PBKDF2 implementation, copied from OpenBSD. 2016-04-08 10:05:37 +02:00
plugin.c Rename claws_io to file-utils, and move file-related functions 2018-10-16 19:02:31 +02:00
plugin.h Remove the (now unused) master_passphrase_change plugin function. 2016-07-28 13:12:03 +02:00
prefs.c English fixes and enhancements related to translation issues. 2021-07-11 10:45:31 +02:00
prefs.h 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00
progressindicator.c 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00
progressindicator.h 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00
proxy.c Fix dangling pointer in proxy password handling. 2018-09-14 11:29:00 +02:00
proxy.h Corrected copyright header in proxy.[ch] 2018-06-11 13:15:20 +02:00
quoted-printable.c 2012-07-10 [paul] 3.8.1cvs13 2012-07-10 21:13:07 +00:00
quoted-printable.h 2012-07-10 [paul] 3.8.1cvs13 2012-07-10 21:13:07 +00:00
session.c replace 'SSL/TLS' with 'TLS' 2021-07-12 11:11:41 +01:00
session.h GDateTime etc have been available since 2.26, we require min 2.28, no need for these checks 2019-11-19 10:08:45 +00:00
smtp.c Add oauth2 authentication - mostly by David Fletcher 2021-04-14 19:35:03 +02:00
smtp.h Add oauth2 authentication - mostly by David Fletcher 2021-04-14 19:35:03 +02:00
socket.c replace 'SSL/TLS' with 'TLS' 2021-07-12 11:11:41 +01:00
socket.h Free a memory leak in libetpan-backed server connections 2019-05-04 16:44:09 +02:00
ssl.c replace 'SSL/TLS' with 'TLS' 2021-07-12 11:11:41 +01:00
ssl.h Fix using client TLS certificates for GnuTLS 3.0 and up. 2016-09-18 10:46:58 +02:00
ssl_certificate.c Fix printf formats for size_t and goffset arguments. 2019-01-03 01:06:17 +01:00
ssl_certificate.h Add a per-account preference to allow automatically accepting unknown 2014-05-28 21:18:34 +02:00
string_match.c Reenabled regexps on Windows. 2015-11-20 12:45:16 +01:00
string_match.h 2007-07-11 [colin] 2.10.0cvs16 2007-07-11 16:38:12 +00:00
stringtable.c Fix bug #4455 2021-03-05 09:30:35 +01:00
stringtable.h 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00
tags.c Rename claws_io to file-utils, and move file-related functions 2018-10-16 19:02:31 +02:00
tags.h 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00
template.c Rename claws_io to file-utils, and move file-related functions 2018-10-16 19:02:31 +02:00
template.h Update app name in header cartouche and other places, correct 2018-05-26 15:12:08 +02:00
timing.h Removed an unneeded trailing '\' from Windows' START_TIMING. 2016-12-20 23:31:16 +01:00
tlds.h Update list of TLDs for release 2019-08-08 19:37:15 +02:00
unmime.c Added NULL parameter check for unmime_header(). 2018-11-16 22:23:56 +01:00
unmime.h Moved codeconv.[ch] and unmime.[ch] to common/ subdir. 2018-09-14 11:27:48 +02:00
utils.c Reduce the amount of file I/O from debug_print 2021-08-07 16:33:22 -07:00
utils.h Reduce the amount of file I/O from debug_print 2021-08-07 16:33:22 -07:00
uuencode.c 2007-10-15 [colin] 3.0.2cvs76 2007-10-15 17:20:02 +00:00
uuencode.h 2007-10-15 [colin] 3.0.2cvs76 2007-10-15 17:20:02 +00:00
version.h.in always show the full version on the mainwindow regardless of --enable-maintainer-mode 2018-09-14 11:26:27 +02:00
w32_account.c Removed unused w32_get_uid_equiv() function. 2016-11-24 21:03:34 +01:00
w32_reg.c 2008-11-18 [colin] 3.6.1cvs32 2008-11-18 10:29:16 +00:00
w32_signal.c 2007-07-11 [colin] 2.10.0cvs16 2007-07-11 16:38:12 +00:00
w32_stat.c Use 'GStatBuf' instead of 'struct stat' type where possible. 2015-06-05 13:33:32 +02:00
w32_stdlib.c Various small fix ups needed for mingw-w64 build. 2015-06-18 23:58:51 +02:00
w32_string.c Various small fix ups needed for mingw-w64 build. 2015-06-18 23:58:51 +02:00
w32_time.c Various small fix ups needed for mingw-w64 build. 2015-06-18 23:58:51 +02:00
w32_unistd.c Replace deprecated _sleep() with Sleep() in w32_unistd.c 2019-02-08 20:49:20 +01:00
w32_wait.c 2007-07-11 [colin] 2.10.0cvs16 2007-07-11 16:38:12 +00:00
w32lib.h Removed fork() prototype from w32lib.h. 2016-08-18 23:40:16 +02:00
xml.c Get rid of our strcmp2() in favour of glib's g_strcmp0() 2018-12-15 18:49:49 +01:00
xml.h Wrap file I/O to claws_* to benefit from custom locking when 2018-10-16 19:01:44 +02:00
xmlprops.c Rename claws_io to file-utils, and move file-related functions 2018-10-16 19:02:31 +02:00
xmlprops.h 2012-05-27 [paul] 3.8.0cvs48 2012-05-27 17:31:10 +00:00