summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* Joe Malicki filed bug report #1871269Daniel Stenberg2008-01-141-1/+3
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-21/+34
* David Wright filed bug report #1849764Daniel Stenberg2007-12-131-10/+12
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-22/+22
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+5
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-14/+16
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-68/+64
* white space changes only to clean up indent and source widthDaniel Stenberg2007-11-201-1/+2
* Fix unsigned integral math check in add_buffer_send()Yang Tse2007-11-161-1/+1
* Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg2007-11-151-9/+22
* removed unnecessary check from add_buffer_send() that only was made withinDaniel Stenberg2007-11-151-10/+10
* Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse2007-11-141-1/+20
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-34/+34
* Fix compiler warning: subscript has type `char'Yang Tse2007-10-231-1/+1
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-2/+5
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-12/+12
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-6/+5
* Fixed a few compile errors and warnings.Dan Fandrich2007-10-121-0/+2
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-4/+55
* Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg2007-10-071-0/+4
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-021-49/+120
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-211-2/+14
* Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTPDaniel Stenberg2007-09-151-1/+20
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-17/+17
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-4/+4
* Song Ma provided a patch that cures a problem libcurl has when doing resumeDaniel Stenberg2007-08-171-6/+12
* argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSEDaniel Stenberg2007-08-021-5/+5
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-20/+26
* Greg Morse reported a problem with POSTing using ANYAUTH to a server requiringDaniel Stenberg2007-08-011-9/+14
* Patrick Monnerat restored qssl successful compilation and loadingDaniel Stenberg2007-07-301-0/+12
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-7/+7
* Giancarlo Formicuccia reported and fixed a problem with a closed connectionDaniel Stenberg2007-07-101-0/+3
* Fixed some out of memory handling issues.Dan Fandrich2007-04-101-43/+53
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-101-2/+2
* Fixed an out of memory handling issue.Dan Fandrich2007-04-101-1/+4
* fix out of memory handling issueYang Tse2007-04-061-1/+1
* runtests -t discovered this out of memory handling issuesYang Tse2007-04-051-2/+9
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-031-0/+4
* Update messageYang Tse2007-03-271-1/+1
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-6/+0
* - Adam D. Moss made the HTTP CONNECT procedure less blocking when used fromDaniel Stenberg2007-02-251-218/+273
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-7/+7
* - Jeff Pohlmeyer identified two problems: first a rather obscure problem withDaniel Stenberg2007-02-181-3/+4
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-0/+12
* compiler warning fixYang Tse2007-02-061-1/+1
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-5/+6
* - Michael Wallner reported that when doing a CONNECT with a custom User-AgentDaniel Stenberg2007-01-291-3/+8
* bail out on strdup() errorsDaniel Stenberg2007-01-241-0/+2
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-1/+2