Use folderview_freeze/thaw() functions outside of folderview.c.
[claws.git] / src / common /
2016-06-16 Ricardo MonesFix bug #3652 “warning: ordered comparison of pointer…”
2016-05-30 Andrej KacianFixed calculation of timing.h timer for Windows.
2016-05-20 Andrej KacianMoved getting random bytes into a separate get_random_b...
2016-04-08 Andrej KacianAdded PBKDF2 implementation, copied from OpenBSD.
2016-04-06 Andrej KacianRemove unneeded plugin_master_passphrase_change().
2016-04-02 Ricardo MonesFix some odd debug outputs
2016-03-31 Colin LeroyFix cast issue
2016-03-30 Andrej KacianRewrite unfold_line() to handle UTF8 line breaks.
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-03-01 Andrej KacianImplement a password store.
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.
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-01-17 Andrej KacianDelete prototypes for non-existent prefs_write_close*().
2015-12-20 Ricardo MonesUpdate array of recognised TLDs for release
2015-12-16 Andrej KacianSome minor changes for win32 build.
2015-12-08 Ricardo MonesCosmetic: use g_strstrip define when stripping
2015-12-03 Andrej KacianRemove use of fnmatch(), in favour of GPatternSpec.
2015-12-03 Ricardo MonesCorrect modified file headers
2015-12-01 Ricardo MonesMake interface match expectations of plugin_load()
2015-11-20 Andrej KacianReenabled regexps on Windows.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-14 Ricardo MonesUpdate array of recognised TLDs
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-19 Pauldefine tags dir where all the others are
2015-10-12 Paulfix a format warning, thanks to Daniel Jakots
2015-10-12 Paulfix building on OpenBSD, thanks to Daniel Jakots
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-10 Andrej KacianMake IPv6 work on Windows, for connections not handled...
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-07-20 Andrej KacianFix building on GLib older than 2.25.
2015-06-30 Andrej KacianDo not use GStatBuf with non-Glib *stat() functions.
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
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-18 Andrej KacianVarious small fix ups needed for mingw-w64 build.
2015-06-06 Andrej KacianAdd a missing include to make commit f061b67 work on...
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
2015-04-25 Charles LehnerAdd callback for session connection result
2015-03-21 Andrej KacianRemoved unused MBOX_CACHE_DIR from defs.h.
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-11-15 Andrej KacianRemove double-free in SMTP AUTH PLAIN handling code.
2014-11-15 Andrej KacianGet rid of a forgotten debug_print().
2014-11-15 Andrej KacianFix SMTP LOGIN auth method.
2014-11-15 Andrej KacianUse GLib's implementation of Base64 instead of our...
2014-10-22 Andrej KacianUse gnutls_priority override for STARTTLS as well.
2014-10-16 Colin LeroyDisable SSL3.0 entirely as a Poodle fix.
2014-09-03 Pauladd Reply-To to template config
2014-08-28 PaulDon't differentiate the protocols used when using direc...
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-27 Ricardo MonesAdd license and copyright to 9b3fd2b5
2014-06-24 Ricardo MonesFix copy paste error
2014-06-24 Ricardo MonesAdd some missing copyright
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-15 Colin LeroyCache files with a dot in front when a directory with...
2014-06-09 Paulmore code removal due to min version of glib now being...
2014-06-09 Paulfix indent (broken in last commit)
2014-06-09 Paulnow min version of glib is 2.20, remove all irrelevent...
2014-06-06 Colin LeroyCoverity fixes
2014-06-05 Colin LeroyFix Coverity issues in common
2014-06-02 Colin LeroyFix another uninitialized variable (and make things...
2014-05-28 Colin LeroyAdd a per-account preference to allow automatically...
2014-05-25 Ricardo MonesUpdate licensing for Makefile.am files
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-06 Colin LeroyRevert commit 5454ca5af43ebb23c45f6f1890705a7425008d86...
2014-05-02 Colin LeroyWarning fixes
2014-05-02 Colin LeroyImplement saving of the certificate chain, making the...
2014-05-02 Colin LeroyMake autoconfiguration non-blocking
2014-04-28 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-28 Colin LeroyRemove useless cruft from OpenSSL days
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-04-25 Colin LeroyReplace deprecated INCLUDES with AM_CPPFLAGS; where...
2014-04-24 Colin LeroyMore cleanup
2014-04-24 Colin LeroyRename i2d/d2i internal functions to clearer import...
2014-04-24 Colin LeroyFix using ints for gnutls_x509_crt_fmt_t.
2014-04-24 Colin LeroyRemove dead code from OpenSSL days
2014-04-23 Colin LeroyImplement certificate chain verification; fix leak...
2014-04-23 Colin LeroyImplement certificate chain retrieval and passing....
next