aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Expand)Author
2011-06-07HTTP time condition: force closure for 200 OKDaniel Stenberg
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-05-06Fixed compilation when RTSP is disabledDan Fandrich
2011-05-05RTSP: cleanupsDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-04indent correctlyDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-21transfer.c: Fixed indentation in readwrite_data.Julien Chaffraix
2011-04-20CURL_DOES_CONVERSIONS: fixesGisle Vanem
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-18TE: rename struct field content_encodingDaniel Stenberg
2011-04-07HTTP pipelining: Fix handling of zero-length responsesChris Smowton
2011-03-29typo fixGisle Vanem
2011-03-21progress: don't print the last update on a separate line.Julien Chaffraix
2011-03-20retry-request: rewind if data was sentDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-12readwrite_upload: stop upload at file sizeDaniel Stenberg
2011-03-04transfer: avoid insane conversion of time_tStefan Krause
2011-01-31transfer: add Curl_meets_timecondition()Dave Reisner
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-12-20loadhostpairs: return errorcodeDaniel Stenberg
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-09-17timeout: use the correct start value as offsetDaniel Stenberg
2010-09-07chunky parser: only rewind if neededDaniel Stenberg
2010-08-29multi: set timeouts when transfer beginsDaniel Stenberg
2010-08-06multi_socket: set timeout for 100-continueDaniel Stenberg
2010-06-08transfer: warning: implicit conversionDaniel Stenberg
2010-06-02lib: eliminate some dead codeKamil Dudka
2010-05-27indent: some whitespace editsDaniel Stenberg
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-16Curl_perform: Value stored to 'res2' is never readDaniel Stenberg
2010-03-26Make rate-limitation logic smootherBen Greear
2010-03-24fix: timeout after last data chunk was handledBob Richmond
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-06indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg
2010-03-02- Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2010-02-03Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse
2010-02-02Fix compiler warning: conditional expression is constantYang Tse
2010-01-29RTSP followup fix. Both the pipelined and non-pipelined case need toYang Tse
2010-01-28fix printf-style format stringsYang Tse
2010-01-28fix printf-style format stringsYang Tse