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
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
2005-05-11
Modified the default HTTP headers used by libcurl:
Daniel Stenberg
2005-04-25
Fred New reported a bug where we used Basic auth and user name and password in
Daniel Stenberg
2005-04-18
Toshiyuki Maezawa reported that when doing a POST with a read callback,
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-04-03
Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually
Daniel Stenberg
2005-03-29
Don't close the connection if we're in a known negotiation mode and we won't
Daniel Stenberg
2005-03-28
Based on Augustus Saunders' comments and findings, the HTTP output auth
Daniel Stenberg
2005-03-10
Christopher R. Palmer made it possible to build libcurl with the
Daniel Stenberg
2005-02-18
Ralph Mitchell reported a flaw when you used a proxy with auth, and you
Daniel Stenberg
2005-02-16
Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"
Daniel Stenberg
2005-02-11
Removed all uses of strftime() since it uses the localised version of the
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-02-06
Preserve previous status in Curl_http_done().
Gisle Vanem
2005-01-21
FTP third transfer support overhaul. See CHANGES for details.
Daniel Stenberg
2004-12-16
NULL the fp pointer after it has been fclosed()
Daniel Stenberg
2004-12-16
Dinar in bug report #1086121, found a file handle leak when a multipart
Daniel Stenberg
2004-12-10
don't try the rewind if no http struct is allocated yet
Daniel Stenberg
2004-12-05
Dan Fandrich added the --disable-cookies option to configure to build
Daniel Stenberg
2004-12-02
made the intended one hour default timeout in the CONNECT loop actually work
Daniel Stenberg
2004-12-02
comment cleanup
Daniel Stenberg
[next]