summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-78/+78
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-1/+1
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-021-2/+2
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-6/+6
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-3/+6
* - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointedDaniel Stenberg2007-09-111-0/+5
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-2/+2
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-10/+12
* Allen Pulsifer provided a patch that makes libcurl set the expected downloadDaniel Stenberg2007-08-111-0/+4
* The previous commit to force the use of libssh2-0.16 by removingJames Housley2007-08-031-2/+2
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-2/+2
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-4/+4
* for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf2007-07-141-2/+2
* * Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley2007-07-101-4/+8
* gah, adding missing braces, removed silly debug output, added new debug outputDaniel Stenberg2007-06-251-4/+5
* Adjusted how libcurl treats HTTP 1.1 responses without content-lenth orDaniel Stenberg2007-06-251-5/+6
* remove annoying debug outputDaniel Stenberg2007-06-221-1/+0
* stay within 80 colsDaniel Stenberg2007-05-241-2/+2
* Feng Tu reported that curl -w did wrong on TFTP transfers inDaniel Stenberg2007-05-181-3/+5
* Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0Daniel Stenberg2007-05-021-2/+1
* Tobias Rundstrom reported a problem they experienced with xmms2 and recentDaniel Stenberg2007-05-021-2/+3
* Peter O'Gorman found a problem with SCP downloads when the downloaded fileDaniel Stenberg2007-04-261-1/+4
* Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg2007-04-241-2/+7
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-6/+11
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-101-6/+8
* fix compiler warningYang Tse2007-04-071-1/+1
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-031-0/+2
* *** empty log message ***Daniel Stenberg2007-03-311-2/+2
* Pointer "conn" dereferenced before NULL check. found by coverity.com scanDaniel Stenberg2007-03-301-1/+3
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-2/+2
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-111-40/+19
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-101-19/+40
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-8/+1
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-8/+37
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg2007-02-121-1/+5
* compiler warning fixYang Tse2007-02-061-2/+2
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-3/+3
* Fixed compiler warning.Dan Fandrich2007-01-261-1/+1
* moved the SSL pending function to the proper place and nameDaniel Stenberg2007-01-241-11/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-4/+4
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-13/+85
* fixed bad variable use when getting the size which we should read whenDaniel Stenberg2007-01-131-3/+9
* removed unused variablesDaniel Stenberg2006-12-211-1/+0
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-211-6/+5
* fixed the printf formatting after I changed the type of 'excess'Daniel Stenberg2006-12-071-1/+1
* Sebastien Willemijns reported bug #1603712Daniel Stenberg2006-12-061-22/+28
* Stefan Krause pointed out a compiler warning with a picky MSCV compiler whenDaniel Stenberg2006-12-051-3/+30
* Toon Verwaest reported that there are servers that send the Content-Range:Daniel Stenberg2006-12-011-5/+6