| Commit message (Expand) | Author | Age | Files | Lines |
* | transfer: avoid unnecessary timeout event when waiting for 100-continue | Kamil Dudka | 2011-12-25 | 1 | -1/+1 |
* | transfer.c: move a logging statement placement | Yang Tse | 2011-12-25 | 1 | -2/+2 |
* | url.c and transfer.c: nullify connection pointer when free()'ed | Yang Tse | 2011-11-02 | 1 | -2/+7 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-12 | 1 | -10/+10 |
* | Curl_follow: handle redirects to "//hostname/path" | Daniel Stenberg | 2011-09-20 | 1 | -19/+30 |
* | spell-checked comments | Daniel Stenberg | 2011-09-11 | 1 | -15/+14 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -4/+4 |
* | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse | 2011-09-02 | 1 | -1/+4 |
* | transfer.c: fix parentheses/braces placement for vi/emacs delimiter matching | Yang Tse | 2011-09-02 | 1 | -11/+11 |
* | transfer.c: fix loadhostpairs() OOM handling | Yang Tse | 2011-09-02 | 1 | -1/+3 |
* | NTLM: END of refactoring/splitting/moving | Yang Tse | 2011-08-28 | 1 | -1/+1 |
* | Curl_retry_request: check return code! | Daniel Stenberg | 2011-08-13 | 1 | -1/+1 |
* | readwrite_data: improved C-E decoding error message | Daniel Stenberg | 2011-08-07 | 1 | -1/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -7/+0 |
* | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -5/+0 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -4/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | http error response: stop sending when error is received | Daniel Stenberg | 2011-07-20 | 1 | -0/+6 |
* | HTTP time condition: force closure for 200 OK | Daniel Stenberg | 2011-06-07 | 1 | -0/+3 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -6/+6 |
* | CLOSESOCKETFUNCTION: added | Daniel Stenberg | 2011-05-18 | 1 | -1/+1 |
* | Fixed compilation when RTSP is disabled | Dan Fandrich | 2011-05-06 | 1 | -2/+0 |
* | RTSP: cleanups | Daniel Stenberg | 2011-05-05 | 1 | -1/+0 |
* | RTSP: convert protocol-specific checks to generic | Daniel Stenberg | 2011-05-05 | 1 | -18/+8 |
* | indent correctly | Daniel Stenberg | 2011-05-04 | 1 | -8/+8 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -6/+6 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -24/+25 |
* | async resolvers: further cleanups | Daniel Stenberg | 2011-04-25 | 1 | -2/+2 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -2/+2 |
* | transfer.c: Fixed indentation in readwrite_data. | Julien Chaffraix | 2011-04-21 | 1 | -1/+1 |
* | CURL_DOES_CONVERSIONS: fixes | Gisle Vanem | 2011-04-20 | 1 | -0/+1 |
* | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg | 2011-04-20 | 1 | -1/+0 |
* | TE: rename struct field content_encoding | Daniel Stenberg | 2011-04-18 | 1 | -2/+2 |
* | HTTP pipelining: Fix handling of zero-length responses | Chris Smowton | 2011-04-07 | 1 | -2/+21 |
* | typo fix | Gisle Vanem | 2011-03-29 | 1 | -1/+1 |
* | progress: don't print the last update on a separate line. | Julien Chaffraix | 2011-03-21 | 1 | -5/+0 |
* | retry-request: rewind if data was sent | Daniel Stenberg | 2011-03-20 | 1 | -0/+3 |
* | protocols: use CURLPROTO_ internally | Daniel Stenberg | 2011-03-14 | 1 | -10/+11 |
* | protocol handler: added flags field | Daniel Stenberg | 2011-03-14 | 1 | -9/+10 |
* | readwrite_upload: stop upload at file size | Daniel Stenberg | 2011-03-12 | 1 | -1/+8 |
* | transfer: avoid insane conversion of time_t | Stefan Krause | 2011-03-04 | 1 | -1/+1 |
* | transfer: add Curl_meets_timecondition() | Dave Reisner | 2011-01-31 | 1 | -23/+36 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -3/+3 |
* | loadhostpairs: return errorcode | Daniel Stenberg | 2010-12-20 | 1 | -19/+26 |
* | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka | 2010-12-06 | 1 | -1/+1 |
* | CURLOPT_RESOLVE: added | Daniel Stenberg | 2010-11-08 | 1 | -2/+45 |
* | timeout: use the correct start value as offset | Daniel Stenberg | 2010-09-17 | 1 | -10/+9 |
* | chunky parser: only rewind if needed | Daniel Stenberg | 2010-09-07 | 1 | -3/+6 |
* | multi: set timeouts when transfer begins | Daniel Stenberg | 2010-08-29 | 1 | -0/+6 |
* | multi_socket: set timeout for 100-continue | Daniel Stenberg | 2010-08-06 | 1 | -0/+6 |