summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_perfom: removedDaniel Stenberg2013-02-011-372/+0
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-3/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+2338
* build: rename 93 lib/*.c filesYang Tse2013-01-031-2338/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-26/+26
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Curl_readwrite: remove debug outputDaniel Stenberg2012-11-081-6/+0
* Curl_pretransfer: clear out unwanted auth methodsDaniel Stenberg2012-11-061-0/+6
* Revert "Zero out auth structs before transfer"Daniel Stenberg2012-11-061-4/+0
* Curl_reconnect_request: clear pointer on failureDaniel Stenberg2012-09-281-1/+3
* retry request: only access the HTTP data if in fact HTTPDaniel Stenberg2012-08-071-1/+3
* Zero out auth structs before transferJoe Mason2012-08-031-0/+4
* CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu2012-04-051-5/+6
* HTTP: reset expected DL/UL sizes on redirectsDaniel Stenberg2012-04-011-1/+1
* ssl session caching: fix compiler warningsYang Tse2012-01-181-2/+2
* add LF termination to infof() trace stringYang Tse2012-01-161-3/+4
* CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg2011-12-311-47/+1
* transfer: avoid unnecessary timeout event when waiting for 100-continueKamil Dudka2011-12-251-1/+1
* transfer.c: move a logging statement placementYang Tse2011-12-251-2/+2
* url.c and transfer.c: nullify connection pointer when free()'edYang Tse2011-11-021-2/+7
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-121-10/+10
* Curl_follow: handle redirects to "//hostname/path"Daniel Stenberg2011-09-201-19/+30
* spell-checked commentsDaniel Stenberg2011-09-111-15/+14
* fix bool variables checking and assignmentYang Tse2011-09-051-4/+4
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-1/+4
* transfer.c: fix parentheses/braces placement for vi/emacs delimiter matchingYang Tse2011-09-021-11/+11
* transfer.c: fix loadhostpairs() OOM handlingYang Tse2011-09-021-1/+3
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-1/+1
* Curl_retry_request: check return code!Daniel Stenberg2011-08-131-1/+1
* readwrite_data: improved C-E decoding error messageDaniel Stenberg2011-08-071-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* http error response: stop sending when error is receivedDaniel Stenberg2011-07-201-0/+6
* HTTP time condition: force closure for 200 OKDaniel Stenberg2011-06-071-0/+3
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-6/+6
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-1/+1
* Fixed compilation when RTSP is disabledDan Fandrich2011-05-061-2/+0
* RTSP: cleanupsDaniel Stenberg2011-05-051-1/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-18/+8
* indent correctlyDaniel Stenberg2011-05-041-8/+8
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-6/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-24/+25
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* transfer.c: Fixed indentation in readwrite_data.Julien Chaffraix2011-04-211-1/+1
* CURL_DOES_CONVERSIONS: fixesGisle Vanem2011-04-201-0/+1