Age | Commit message (Expand) | Author |
2014-01-17 | chunked parsing: relax the CR strictness | Daniel Stenberg |
2014-01-17 | chunked-parser: abort on overflows, allow 64 bit chunks | Daniel Stenberg |
2014-01-16 | Curl_cookie_add: remove 'now' from curl_getdate() call | Daniel Stenberg |
2014-01-16 | connect.c:942:84: warning: Longer than 79 columns | Daniel Stenberg |
2014-01-15 | connect.c: Corrected version compare in commit c7a76bb056f31e | Steve Holme |
2014-01-15 | win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12 | Steve Holme |
2014-01-13 | error message: Sensible message on timeout when transfer size unknown | Colin Hogben |
2014-01-12 | OpenSSL: deselect weak ciphers by default | Daniel Stenberg |
2014-01-12 | multi: remove MULTI_TIMEOUT_INACCURACY | Daniel Stenberg |
2014-01-10 | multi_socket: remind app if timeout didn't run | Daniel Stenberg |
2014-01-10 | threaded-resolver: never use NULL hints with getaddrinfo | Daniel Stenberg |
2014-01-09 | darwinssl: un-break Leopard build after PKCS#12 change | Nick Zitzmann |
2014-01-08 | Curl_updateconninfo: don't do anything for UDP "connections" | Daniel Stenberg |
2014-01-08 | info: remove debug output | Daniel Stenberg |
2014-01-08 | trynextip: fix build for non-IPV6 capable systems | Daniel Stenberg |
2014-01-07 | ConnectionExists: fix NTLM check for new connection | Daniel Stenberg |
2014-01-05 | mk-ca-bundle.pl: avoid warnings with -d without parameter | Daniel Stenberg |
2014-01-05 | mk-ca-bundle: introduces -d and warns about using this script | Leif W |
2014-01-05 | Makefile: Added missing WinSSL and x64 configurations | Steve Holme |
2014-01-05 | multi.c: fix possible dereference of null pointer | Marc Hoersken |
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 |