summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-1/+0
* TE: rename struct field content_encodingDaniel Stenberg2011-04-181-2/+2
* HTTP pipelining: Fix handling of zero-length responsesChris Smowton2011-04-071-2/+21
* typo fixGisle Vanem2011-03-291-1/+1
* progress: don't print the last update on a separate line.Julien Chaffraix2011-03-211-5/+0
* retry-request: rewind if data was sentDaniel Stenberg2011-03-201-0/+3
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-10/+11
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-9/+10
* readwrite_upload: stop upload at file sizeDaniel Stenberg2011-03-121-1/+8
* transfer: avoid insane conversion of time_tStefan Krause2011-03-041-1/+1
* transfer: add Curl_meets_timecondition()Dave Reisner2011-01-311-23/+36
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-3/+3
* loadhostpairs: return errorcodeDaniel Stenberg2010-12-201-19/+26
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-1/+1
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-081-2/+45
* timeout: use the correct start value as offsetDaniel Stenberg2010-09-171-10/+9
* chunky parser: only rewind if neededDaniel Stenberg2010-09-071-3/+6
* multi: set timeouts when transfer beginsDaniel Stenberg2010-08-291-0/+6
* multi_socket: set timeout for 100-continueDaniel Stenberg2010-08-061-0/+6
* transfer: warning: implicit conversionDaniel Stenberg2010-06-081-1/+1
* lib: eliminate some dead codeKamil Dudka2010-06-021-3/+2
* indent: some whitespace editsDaniel Stenberg2010-05-271-23/+24
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-6/+43
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-8/+4
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-4/+2
* Curl_perform: Value stored to 'res2' is never readDaniel Stenberg2010-04-161-3/+3
* Make rate-limitation logic smootherBen Greear2010-03-261-5/+83
* fix: timeout after last data chunk was handledBob Richmond2010-03-241-13/+14
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg2010-03-061-6/+5
* - Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg2010-03-021-4/+13
* fix printf-style format stringsYang Tse2010-02-041-1/+1
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-031-1/+1
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-2/+2
* RTSP followup fix. Both the pipelined and non-pipelined case need toYang Tse2010-01-291-13/+13
* fix printf-style format stringsYang Tse2010-01-281-1/+1
* fix printf-style format stringsYang Tse2010-01-281-10/+11
* Chris Conroy's RTSP followup fixesYang Tse2010-01-281-8/+64
* fix compiler warningYang Tse2010-01-251-2/+1
* wrap long lines, remove (very old) attribution from codeDaniel Stenberg2010-01-221-5/+3
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-8/+25
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-071-2/+2
* moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg2009-12-301-56/+3
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-301-2/+64
* move HTTP-specific functions to http.c where they belongDaniel Stenberg2009-12-291-769/+1