Age | Commit message (Expand) | Author |
2012-01-16 | add LF termination to infof() trace string | Yang Tse |
2011-12-31 | changed case: use new host name for subsequent HTTP requests | Daniel Stenberg |
2011-12-24 | Curl_do_more: fix typo logic | Daniel Stenberg |
2011-12-23 | resolve: don't leak pre-populated dns entries | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | timer: restore PRETRANSFER timing | Daniel Stenberg |
2011-12-12 | ConnectionExists: Fix reuse for TLS upgraded connections | Steve Holme |
2011-12-09 | create_conn: don't switch to HTTP protocol if tunneling is enabled | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-21 | protocol_connect: show verbose connect and set connect time | Daniel Stenberg |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
2011-11-03 | url.c and file.c: fix OOM triggered segfault | Yang Tse |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |
2011-11-02 | url.c and transfer.c: nullify connection pointer when free()'ed | Yang Tse |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-20 | Fixed compilation when HTTP or cookies are disabled | Dan Fandrich |
2011-10-14 | url.c: fix endless loop upon transport connection timeout | Yang Tse |
2011-10-13 | url.c: make line shorter than 80 chars | Yang Tse |
2011-10-12 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-11 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-10-02 | multi: progress function abort must close connection | Daniel Stenberg |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-04 | NTLM WB: fix file descriptor leak upon OOM condition | Yang Tse |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse |
2011-08-27 | NTLM_WB: final congruency naming adjustments | Yang Tse |
2011-08-27 | NTLM single-sign on adjustments (XI) | Yang Tse |
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse |
2011-08-19 | connect: set TIMER_CONNECT | Daniel Stenberg |
2011-08-18 | FTP: fix proxy connect race condition | Daniel Stenberg |
2011-08-09 | http NTLM: Further tiding up to libcurl standards | Yang Tse |
2011-08-09 | http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code | Steve Holme |
2011-08-05 | create_conn: mark non-HTTP proxies accordingly | Daniel Stenberg |
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka |
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse |
2011-07-29 | NTLM single-sign on adjustments (VII) | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-18 | NTLM single-sign on supported | Mandy Wu |
2011-06-08 | disconnect: wipe out the keeps_speed time stamp | Kamil Dudka |
2011-05-25 | create_conn: only switch protocol handler if necessary | Daniel Stenberg |
2011-05-21 | compiler warning: fix | Yang Tse |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |