Age | Commit message (Expand) | Author |
2014-01-04 | Updated copyright year for recent changes | Steve Holme |
2014-01-04 | conncache.c: fix possible dereference of null pointer | Marc Hoersken |
2014-01-04 | FTP parselist: fix "total" parser | Daniel Stenberg |
2014-01-03 | Makefile.vc6: follow up fix for 11e8066 and 92b9ae5 | Marc Hoersken |
2014-01-03 | progresscallback: make CURLE_ABORTED_BY_CALLBACK get returned better | Daniel Stenberg |
2014-01-03 | pipeline: remove print_pipeline() | Daniel Stenberg |
2014-01-03 | openssl: allow explicit sslv2 selection | Daniel Stenberg |
2014-01-02 | Updated copyright year for recent changes | Steve Holme |
2014-01-03 | vtls/nssg.h: fixed include references to moved file | Marc Hoersken |
2014-01-02 | OpenSSL: Fix forcing SSLv3 connections | Barry Abrahamson |
2014-01-02 | Trial to fix the nmake Makefile for vtls files. | Guenter Knauf |
2014-01-02 | Fix NetWare build for vtls files. | Guenter Knauf |
2014-01-01 | OpenSSL: Fix forcing SSLv3 connections | Barry Abrahamson |
2013-12-31 | imap: Fixed line length warning | Steve Holme |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-30 | mprintf: Added support for I, I32 and I64 size specifiers | Steve Holme |
2013-12-28 | connect.c: Fixed compilation warning | Steve Holme |
2013-12-28 | connect: Try all addresses in first connection attempt | Björn Stenberg |
2013-12-27 | sendf.c: Fixed compilation warning from f2d234a4dd9bcc | Steve Holme |
2013-12-27 | FILE: Fixed sending of data would always return CURLE_WRITE_ERROR | Steve Holme |
2013-12-26 | FILE: we don't support paused transfers using this protocol | Daniel Stenberg |
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme |
2013-12-25 | curl_dofree: allow free(NULL) | Daniel Stenberg |
2013-12-25 | Curl_thread_create: use Curl_safefree to allow NULL better | Daniel Stenberg |
2013-12-25 | threaded resolver: Use pthread_t * for curl_thread_t | Luke Dashjr |
2013-12-24 | imap: Fixed auth preference not being honored when CAPABILITY not supported | Steve Holme |
2013-12-24 | pop3: Fixed auth preference not being honored when CAPA not supported | Steve Holme |
2013-12-24 | Curl_pp_readresp: use memmove not memcpy, possibly overlapping areas | Daniel Stenberg |
2013-12-24 | pop3: Fixed APOP being determined by CAPA response rather than by timestamp | Steve Holme |
2013-12-22 | FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE | Daniel Stenberg |
2013-12-22 | email: Fixed segfault introduced in commit 195b63f99c2fe3 | Steve Holme |
2013-12-22 | code police: fix indent level to silence checksrc complaints | Daniel Stenberg |
2013-12-21 | email: Extended the login options to support multiple auth mechanisms | Steve Holme |
2013-12-22 | Curl_pp_readresp: replace stupid loop with memcpy | Daniel Stenberg |
2013-12-22 | Curl_pp_readresp: zero terminate line | Daniel Stenberg |
2013-12-21 | Revert "pop3: Added debug information to assist with test864 failure" | Steve Holme |
2013-12-21 | pop3: Added debug information to assist with test864 failure | Steve Holme |
2013-12-20 | pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795 | Steve Holme |
2013-12-20 | Makefile.inc: use standard source header | Daniel Stenberg |
2013-12-20 | Makefile.inc: specify the vtls sources+headers separately | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | openssl: renamed backend files to openssl.[ch] | Daniel Stenberg |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-20 | pop3: Fixed selection of APOP when server replies with an invalid timestamp | Steve Holme |
2013-12-20 | pop3: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-12-19 | pop3: Moved CAPA response handling to pop3_state_capa_resp() | Steve Holme |
2013-12-19 | pop3: Moved APOP detection into pop3_state_servergreet_resp() | Steve Holme |
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |