index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.c
Age
Commit message (
Expand
)
Author
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2010-01-22
fix compilation when http is disabled
Yang Tse
2010-01-21
fix compiler warning
Yang Tse
2010-01-21
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
Daniel Stenberg
2010-01-07
removed a parameter from the Curl_http_readwrite_headers() prototype to remove
Daniel Stenberg
2009-12-29
move HTTP-specific functions to http.c where they belong
Daniel Stenberg
2009-12-07
- Martin Storsjo made libcurl use the Expect: 100-continue header for posts
Daniel Stenberg
2009-12-01
- If the Expect: 100-continue header has been set by the application through
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-10-30
- "Tom" posted a bug report that mentioned how libcurl did wrong when doing a
Daniel Stenberg
2009-10-18
John Dennis filed bug report #2873666
Daniel Stenberg
2009-08-21
With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs like
Michal Marek
2009-07-08
- Constantine Sapuntzakis posted bug report #2813123
Daniel Stenberg
2009-06-19
fix indentation.
Michal Marek
2009-06-16
- When doing non-anonymous ftp via http proxies and the password is not
Michal Marek
2009-06-10
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
Daniel Stenberg
2009-06-05
- Setting the Content-Length: header from your app when you do a POST or PUT
Daniel Stenberg
2009-05-28
fix compiler warning: unused parameter
Yang Tse
2009-05-11
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
Daniel Stenberg
2009-05-11
- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
Daniel Stenberg
2009-05-05
fix compiler warning
Yang Tse
2009-05-01
David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patch
Yang Tse
2009-04-28
- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-24
- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
Daniel Stenberg
2009-02-02
- Craig A West brought us: libcurl now defaults to do CONNECT with HTTP
Daniel Stenberg
2009-01-21
Fixed a couple more locale-dependent toupper conversions, mainly for
Dan Fandrich
2008-12-20
same procedure, simpler code
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-12-08
- Christian Krause filed bug #2221237
Daniel Stenberg
2008-11-19
- I removed the default use of "Pragma: no-cache" from libcurl when a proxy is
Daniel Stenberg
2008-11-19
- Christian Krause reported and fixed a memory leak that would occur with HTTP
Daniel Stenberg
2008-11-11
- Rainer Canavan filed bug #2255627
Daniel Stenberg
2008-11-06
Factored out some common code into a new function output_auth_headers
Dan Fandrich
2008-10-28
added an extra set of braces to unconfuse emacs and then I re-indented a
Daniel Stenberg
2008-10-24
fix compiler warning
Yang Tse
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-10-22
Fixed a compiler warning with --disable-proxy
Dan Fandrich
2008-10-21
Compile away some more code in the CURL_DISABLE_PROXY case.
Dan Fandrich
2008-10-17
fix compiler warning
Yang Tse
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-10-08
Added const to some pointer variables
Dan Fandrich
2008-10-01
Fixed some compiler warnings with gcc
Dan Fandrich
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2008-09-26
Fixed a few comment typos
Dan Fandrich
2008-09-22
- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +
Daniel Stenberg
2008-09-08
fix compiler warning
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
[next]