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
2007-04-06
fix out of memory handling issue
Yang Tse
2007-04-05
runtests -t discovered this out of memory handling issues
Yang Tse
2007-04-03
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
Daniel Stenberg
2007-03-27
Update message
Yang Tse
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-25
- Adam D. Moss made the HTTP CONNECT procedure less blocking when used from
Daniel Stenberg
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-18
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with
Daniel Stenberg
2007-02-12
Rob Crittenden added support for NSS (Network Security Service) for the
Daniel Stenberg
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-01-29
- Michael Wallner reported that when doing a CONNECT with a custom User-Agent
Daniel Stenberg
2007-01-24
bail out on strdup() errors
Daniel Stenberg
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2007-01-03
- David McCreedy made changes to allow base64 encoding/decoding to work on
Daniel Stenberg
2006-12-21
Robson Braga Araujo reported bug #1618359
Daniel Stenberg
2006-12-15
Fix typo.
Gisle Vanem
2006-11-03
Olaf Stueben provided a patch that I edited slightly. It fixes the notorious
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-10-17
Explicit typecast for Curl_debug() size argument
Yang Tse
2006-10-17
Compiler warning fix
Yang Tse
2006-10-15
Compiler warning fix
Yang Tse
2006-10-13
The tagging of application/x-www-form-urlencoded POST body data sent
Dan Fandrich
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-12
Compiler warning fix
Yang Tse
2006-09-10
Compiler warning fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-08-18
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
Daniel Stenberg
2006-08-08
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
Daniel Stenberg
2006-08-02
Mark Lentczner fixed how libcurl was not properly doing chunked encoding
Daniel Stenberg
2006-07-27
Yves Lejeune fixed so that replacing Content-Type: when doing multipart
Daniel Stenberg
2006-07-19
remove variable declaration shadowing previously declared one
Yang Tse
2006-07-19
Remove variable declaration shadowing previously declared one
Yang Tse
2006-07-04
Toshiyuki Maezawa fixed a problem where you couldn't override the
Daniel Stenberg
2006-05-05
Curl_https_getsock() was OpenSSL-specific and really should not be present
Daniel Stenberg
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-03-21
Xavier Bouchoux made the SSL connection non-blocking for the multi interface
Daniel Stenberg
2006-02-11
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
Daniel Stenberg
2006-01-09
Made the copyright year match the latest modification's year.
Daniel Stenberg
2006-01-07
Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy
Daniel Stenberg
2005-10-20
Dave Dribin made libcurl understand and handle cases when the server
Daniel Stenberg
2005-07-05
correction for the 407 with response-body case
Daniel Stenberg
2005-07-03
Andrew Bushnell provided enough info for me to tell that we badly needed to
Daniel Stenberg
[prev]
[next]