chunked-encoding with Content-Length: header problem
[platform/upstream/curl.git] / lib / http.c
2010-03-23 Daniel Stenbergchunked-encoding with Content-Length: header problem
2010-02-25 Yang Tsefix compiler warning
2010-02-04 Yang Tsefix printf-style format strings
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2010-01-22 Yang Tsefix compilation when http is disabled
2010-01-21 Yang Tsefix compiler warning
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-07 Daniel Stenbergremoved a parameter from the Curl_http_readwrite_header...
2009-12-29 Daniel Stenbergmove HTTP-specific functions to http.c where they belong
2009-12-07 Daniel Stenberg- Martin Storsjo made libcurl use the Expect: 100-conti...
2009-12-01 Daniel Stenberg- If the Expect: 100-continue header has been set by...
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-10-30 Daniel Stenberg- "Tom" posted a bug report that mentioned how libcurl...
2009-10-18 Daniel StenbergJohn Dennis filed bug report #2873666
2009-08-21 Michal MarekWith CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid...
2009-07-08 Daniel Stenberg- Constantine Sapuntzakis posted bug report #2813123
2009-06-19 Michal Marekfix indentation.
2009-06-16 Michal Marek- When doing non-anonymous ftp via http proxies and...
2009-06-10 Daniel Stenberg- Fabian Keil ran clang on the (lib)curl code, found...
2009-06-05 Daniel Stenberg- Setting the Content-Length: header from your app...
2009-05-28 Yang Tsefix compiler warning: unused parameter
2009-05-11 Daniel Stenberg- Balint Szilakszi reported a memory leak when libcurl...
2009-05-11 Daniel Stenberg- I fixed the problem with doing NTLM, POST and then...
2009-05-05 Yang Tsefix compiler warning
2009-05-01 Yang TseDavid McCreedy's "http.c fix to Curl_proxyCONNECT for...
2009-04-28 Daniel Stenberg- Bug report #2709004 (curl.haxx.se/bug/view.cgi?id...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-24 Daniel Stenberg- Brian J. Murrell found out that Negotiate proxy authe...
2009-02-02 Daniel Stenberg- Craig A West brought us: libcurl now defaults to...
2009-01-21 Dan FandrichFixed a couple more locale-dependent toupper conversion...
2008-12-20 Daniel Stenbergsame procedure, simpler code
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-12-08 Daniel Stenberg- Christian Krause filed bug #2221237
2008-11-19 Daniel Stenberg- I removed the default use of "Pragma: no-cache" from...
2008-11-19 Daniel Stenberg- Christian Krause reported and fixed a memory leak...
2008-11-11 Daniel Stenberg- Rainer Canavan filed bug #2255627
2008-11-06 Dan FandrichFactored out some common code into a new function outpu...
2008-10-28 Daniel Stenbergadded an extra set of braces to unconfuse emacs and...
2008-10-24 Yang Tsefix compiler warning
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-10-22 Dan FandrichFixed a compiler warning with --disable-proxy
2008-10-21 Dan FandrichCompile away some more code in the CURL_DISABLE_PROXY...
2008-10-17 Yang Tsefix compiler warning
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-08 Dan FandrichAdded const to some pointer variables
2008-10-01 Dan FandrichFixed some compiler warnings with gcc
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-26 Dan FandrichFixed a few comment typos
2008-09-22 Daniel Stenberg- Michael Goffioul filed bug report #2107377 "Problem...
2008-09-08 Yang Tsefix compiler warning
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of calloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-09-05 Dan FandrichImproved the logic the decides whether to use HTTP...
2008-09-02 Dan FandrichMade some variables const which eliminated some casts
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-12 Dan FandrichFixed a buffer overflow problem in Curl_proxyCONNECT...
2008-08-06 Daniel Stenbergremove debug code I accidentally left in here
2008-08-04 Daniel Stenberg- Yehoshua Hershberg found a problem that would make...
2008-08-04 Daniel Stenberg- Test cases 1051, 1052 and 1055 were added by Daniel...
2008-08-03 Daniel Stenberg- Test case 1041 (added by Daniel Fandrich April 14th...
2008-07-30 Dan FandrichFactored out Curl_copy_header_value
2008-07-03 Daniel StenbergPhil Blundell provided a fix for libcurl's treatment...
2008-06-22 Daniel Stenberg- Eduard Bloch filed the debian bug report #487567
2008-05-19 Daniel Stenbergwhen the multi handle was in DO and DOING states, the...
2008-05-03 Daniel StenbergAdded comments, check Curl_http_auth_act()'s return...
2008-04-17 Dan FandrichSome trivial changes
2008-03-31 Daniel Stenbergexpanded a comment around some of the new formpost...
2008-03-31 Daniel Stenberg- Added CURLFORM_STREAM as a supported option to curl_f...
2008-03-27 Daniel Stenberg- As found out and reported by Dan Petitt, libcurl...
2008-03-01 Daniel Stenberg- Anatoli Tubman found and fixed a crash with Negotiate...
2008-02-18 Daniel Stenberghttps_getsock() should be static all over (and did...
2008-02-17 Daniel Stenbergrephrased comment
2008-02-17 Daniel Stenbergdon't do the GOT_NOTHING error check if the DONE functi...
2008-02-15 Daniel Stenberg- Pooyan McSporran found and fixed a flaw where you...
2008-01-31 Daniel Stenberg- Dmitry Kurochkin moved several struct fields from...
2008-01-25 Daniel Stenberg- Kevin Reed filed bug report #1879375
2008-01-23 Daniel Stenberg"Igor" pointed out that CURLOPT_COOKIELIST set to ...
2008-01-14 Daniel StenbergJoe Malicki filed bug report #1871269
2008-01-10 Daniel StenbergGeorg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOP...
2007-12-13 Daniel StenbergDavid Wright filed bug report #1849764
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-12-05 Daniel StenbergSpacen Jasset reported a problem with doing POST (with...
2007-12-02 Daniel StenbergMichal Marek introduced CURLOPT_PROXY_TRANSFER_MODE...
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-20 Daniel Stenbergwhite space changes only to clean up indent and source...
2007-11-16 Yang TseFix unsigned integral math check in add_buffer_send()
2007-11-15 Daniel StenbergAtes Goral identified a problem in http.c:add_buffer_se...
2007-11-15 Daniel Stenbergremoved unnecessary check from add_buffer_send() that...
2007-11-14 Yang TseFix a variable potential wrapping in add_buffer() when...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-10-23 Yang TseFix compiler warning: subscript has type `char'
2007-10-22 Daniel StenbergMichal Marek forwarded the bug report
2007-10-17 Yang TseWe use this ZERO_NULL to avoid picky compiler warnings,
2007-10-15 Patrick MonneratFix dynamic CURLOPT_POSTFIELDS bug: back to static.
2007-10-12 Dan FandrichFixed a few compile errors and warnings.
next