]> granicus.if.org Git - mutt/history - mutt_socket.c
Convert smime_invoke_import() and helpers to use buffer pool.
[mutt] / mutt_socket.c
2019-10-17 Kevin McCarthyMerge branch 'stable'
2019-10-11 Kevin McCarthyMerge branch 'stable'
2019-10-11 Beck, AndreClear connection input buffer when closing.
2019-09-21 Kevin McCarthyMerge branch 'stable'
2019-09-10 Kevin McCarthyMerge branch 'stable'
2019-09-10 Kevin McCarthyMerge branch 'stable'
2019-08-28 Kevin McCarthyMerge branch 'stable'
2019-07-26 Kevin McCarthyMerge branch 'stable'
2019-06-28 Kevin McCarthyMerge branch 'stable'
2019-06-28 Kevin McCarthyRemove unnecessary "" checks for DT_STR and DT_PATH...
2019-03-29 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-02-01 Kevin McCarthyMerge branch 'stable'
2019-01-25 Kevin McCarthyMerge branch 'stable'
2019-01-24 Kevin McCarthyMerge branch 'stable'
2019-01-22 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyFix raw socket read/write to follow expected behavior.
2019-01-21 Kevin McCarthyRemove mutt_socket_read().
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-10 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyClean up formatting.
2019-01-04 Kevin McCarthyClean up code indentation.
2019-01-04 Kevin McCarthyMerge branch 'stable'
2019-01-01 Kevin McCarthyRemove trailing whitespace.
2018-04-16 Kevin McCarthyMerge branch 'stable'
2018-04-15 Matej MuzilaAdd libidn2 support
2017-09-02 Kevin McCarthymerge default into stable
2017-07-28 Kevin McCarthyConvert raw_socket_poll() to use gettimeofday().
2017-07-24 Kevin McCarthyAdd autoconf search for clock_gettime.
2017-07-23 Kevin McCarthyAdd timeout parameter to mutt_socket_poll.
2017-07-19 Kevin McCarthymerge stable
2017-07-12 Kevin McCarthymerge stable
2017-06-26 Kevin McCarthymerge stable
2017-06-20 Kevin McCarthyBlock SIGWINCH during connect(). (closes #3941)
2016-08-18 Kevin McCarthymerge default into stable
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-05-24 Kevin McCarthymerge stable
2016-05-09 Kevin McCarthyBack out wrapper sys_socket.h workaround (23334e967dd7)
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2016-04-27 Kevin McCarthymerge stable
2016-04-27 Kevin McCarthyCreate a wrapper sys_socket.h to work around Solaris...
2009-01-04 Brendan CullyUpdate copyrights. Closes #3016.
2008-11-16 Gary JohnsonSuppress several progress messages in batch mode
2008-10-19 Brendan CullyFix buglet in logging from previous commit
2008-10-19 Brendan CullyHandle short writes in mutt_socket_write_d. See #3000.
2008-10-07 Emanuele GiaquintaMinor simplification in mutt_socket_readln_d
2008-09-29 Emanuele GiaquintaSimplify host resolution code slightly.
2007-04-01 Brendan CullyMerge flea restore
2007-01-02 Thomas Roessleradd debug harness to lib.c functions, and a bunch of...
2006-10-30 Brendan CullyInclude <sys/time.h> if available, to ensure struct...
2006-08-05 Rocco RutteInclude FD in socket logging.
2006-05-26 TAKAHASHI TamotsuAdd mutt_socket_write_n to write binary data. Use this...
2006-04-28 Rocco Ruttepdmef+fix+sslinterface. Triggered by a warning when...
2005-12-12 Brendan CullyIMAP IDLE support.
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-09-08 Brendan CullySet CLOEXEC on sockets in IPv4 code path like we do...
2005-08-08 Brendan CullyPause for a moment when a hostname fails to resolve...
2005-08-02 Brendan CullyPut moribund NSS support out to pasture.
2005-07-26 Ralf WildenhuesThere are some functions without ANSI prototypes left...
2005-03-05 Brendan CullyRename open/close/read/write function pointers to avoid...
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2005-01-27 Marco d'ItriGNUTLS support. Used in Debian since Nov. 2001.
2003-11-12 Thomas RoesslerFix IDN API incompatibility problems.
2003-11-10 Rudy TaraschiFix double-free problems related to IDN support.
2003-03-04 Thomas RoesslerUnset UseSTD3ASCIIRules, and set AllowUnassigned. ...
2003-03-03 Thomas RoesslerIDNA support for the socket back-end.
2002-12-11 Thomas RoesslerFix Mike's and my e-mail addresses in copyright lines.
2001-11-05 Thomas RoesslerVsevolod Volkov's fix for #851, and a related bug.
2001-10-30 Thomas RoesslerTLS connection reuse. From Brendan Cully.
2001-09-04 Thomas Roesslerpatch-bac.canonifypath-4.
2001-07-03 Thomas RoesslerDon't fcntl -1. From Brendan.
2001-06-29 Thomas Roesslerpatch-bac-vvvacounthook-20010628.1
2001-06-05 Thomas Roesslerpatch-bac.sockets-20010605.1
2001-05-30 Thomas RoesslerSocket API clean-up from Brendan Cully.
2001-05-29 Thomas RoesslerGSSAPI fixes, tunnel driver. From Brendan Cully.
2001-05-15 Thomas Roesslerpatch-bac.notes-20010515.1
2001-05-10 Thomas RoesslerA slightly extended version of Dave Ewart's sleeptime...
2001-04-03 Thomas RoesslerSet the close on exec bit for IMAP sockets. From Jason...
2001-03-04 Thomas RoesslerMake it possible to enable ipv6 at run time.
2001-02-13 Thomas Roessler#472: Due to a bug in the IPv6 socket code "mutt" fails...
2000-10-16 Thomas RoesslerFix the strange "Can't connect" error messages. From...
2000-10-09 Thomas RoesslerUse AF_INET6 only when necessary.
2000-10-04 Thomas RoesslerAdding support for Netscape's (pardon, Mozilla's) SSL
2000-10-04 Thomas Roesslerpatch.me.connect_timeout.1
2000-10-02 Thomas Roesslerpatch-bac.ipv6-1
2000-08-30 Thomas RoesslerSSL unification patch from Vsevolod.
2000-08-25 Thomas Roesslerpatch-bac.imapurl-2, with small modifications.
2000-08-21 Thomas Roesslerpatch-bac.parsepath-2
2000-08-17 Thomas RoesslerRandom cleanup from Brendan Cully.
2000-08-08 Thomas Roessler* handles expunged messages better. Previously mutt...
next