summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-7/+7
* Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTsDaniel Stenberg2006-08-081-2/+2
* Silence warning: empty body in an if-statementYang Tse2006-07-311-1/+2
* Georg Horn made the transfer timeout error message include more detailsDaniel Stenberg2006-07-251-3/+9
* Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg2006-06-221-8/+25
* select_res is not a socket, it should be a plain intDaniel Stenberg2006-06-151-1/+1
* oops, serious breakage in the fdset() functionDaniel Stenberg2006-06-091-5/+6
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-0/+23
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-18/+27
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+12
* #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug thatDaniel Stenberg2006-03-281-1/+1
* Shmulik Regev fixed an issue with multi-pass authentication and compressedDaniel Stenberg2006-02-191-2/+4
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-0/+6
* Philippe Vaucher provided a brilliant piece of test code that show a problemDaniel Stenberg2006-02-071-6/+7
* Based on an error report by Philippe Vaucher, we no longer count a retriedDaniel Stenberg2006-01-301-7/+8
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-241-1/+1
* fix compiler warningDaniel Stenberg2005-11-181-1/+1
* I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg2005-11-171-0/+13
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-271-1/+1
* An anonymous submitter filed bug #1299181Daniel Stenberg2005-09-271-4/+4
* return an error string for the missing URL caseDaniel Stenberg2005-09-211-1/+3
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-1/+1
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-171-19/+3
* James Bursa identified a libcurl HTTP bug and a good way to repeat it. If aDaniel Stenberg2005-08-131-0/+2
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-121-0/+15
* Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg2005-05-291-2/+2
* Hm, this doesn't feel right. The error bits returned from Curl_select() canDaniel Stenberg2005-05-101-1/+1
* me stupid, errno is not set for mere select()-exceptionsDaniel Stenberg2005-05-101-4/+1
* include protos to fix warningsDaniel Stenberg2005-05-101-0/+2
* If Curl_select() returns with the error bit set, bail out.Daniel Stenberg2005-05-101-0/+5
* there cannot be chunked problem when no_body (HEAD) is true since withoutDaniel Stenberg2005-04-301-1/+2
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-13/+13
* fixed the 304 response-with-content-length problem reported by Cory NelsonDaniel Stenberg2005-04-081-1/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-11/+9
* Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"Daniel Stenberg2005-02-161-0/+7
* Rename Curl_pretransfersec() to *_second_connect() since it does not justDaniel Stenberg2005-02-141-3/+3
* David Byron identified the lack of SSL_pending() use, and this is my takeDaniel Stenberg2005-02-091-1/+14
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+8
* Curl_wait_for_resolv() no longer disconnects on failure, but leaves thatDaniel Stenberg2005-02-081-0/+2
* David Byron pointed out that this -1 on the buffer size is pointless sinceDaniel Stenberg2005-02-041-1/+1
* Using the multi interface, and doing a requsted a re-used connection thatDaniel Stenberg2005-01-291-23/+29
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-23/+20
* Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg2005-01-111-14/+0
* Cyrill Osterwalder posted a detailed analysis about a bug that occurs whenDaniel Stenberg2005-01-111-5/+12
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-1/+3
* Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg2004-12-031-3/+12
* I changed my mind. Remove ioctl() macro in setup.h instead.Gisle Vanem2004-11-261-6/+6
* Renamed urldata.h members 'ioctl*' to 'ioctrl*' due toGisle Vanem2004-11-261-5/+5
* As reported in Mandrake's bug tracker bug 12289Daniel Stenberg2004-11-261-0/+5
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-0/+55