summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-7/+31
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-2/+2
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-211-2/+2
* Fix typo.Gisle Vanem2006-12-151-1/+1
* Olaf Stueben provided a patch that I edited slightly. It fixes the notoriousDaniel Stenberg2006-11-031-3/+18
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-5/+5