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
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
2004-12-02
prevent an initial "(nil)" to get sent in the initial request when doing
Daniel Stenberg
2004-11-24
HTTP "auth done right". See lib/README.httpauth
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-11-12
Dan Fandrich added the --disable-crypto-auth option to configure to allow
Daniel Stenberg
2004-11-11
Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.
Daniel Stenberg
2004-11-05
Tim Sneddon's VMS fix for huge HTTP POSTs
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-25
Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-09-10
- Bug report #1025986. When following a Location: with a custom Host: header
Daniel Stenberg
2004-08-23
Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and
Daniel Stenberg
2004-08-16
allow a custom "Accept-Encoding:" header override the internally set one
Daniel Stenberg
2004-08-16
Roland Krikava's cookies over proxy fix.
Daniel Stenberg
2004-07-28
Fixes Brian Akins' reported problems with duplicate Host: headers on re-used
Daniel Stenberg
2004-07-01
typecast to prevent picky compiler warning
Daniel Stenberg
2004-07-01
spellfixed comments
Daniel Stenberg
2004-06-24
use snprintf() to be on the safe side
Daniel Stenberg
2004-06-19
When doing auth negotiations or authprobing, we only consider HTTP code
Daniel Stenberg
2004-06-18
With David Byron's test server I could repeat his problem and make sure that
Daniel Stenberg
2004-06-15
Fix the auth code to enable us to i.e set DIGEST and then find out that the
Daniel Stenberg
2004-06-13
moved default: in a switch case to prevent compiler warning that 'request'
Daniel Stenberg
2004-06-03
updated a comment
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-05-26
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set
Daniel Stenberg
2004-05-24
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
Daniel Stenberg
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-10
Moved the fetching of the list of matching cookies to make it easier to free
Daniel Stenberg
2004-05-10
typo
Daniel Stenberg
2004-05-10
better detection for when add_buffer() returns failure, and return when that
Daniel Stenberg
2004-05-05
initiate variables properly to default to no auth for server and proxy
Daniel Stenberg
2004-05-04
bail out when an add_buffer() function returns failure
Daniel Stenberg
2004-05-04
check malloc() return code
Daniel Stenberg
2004-05-04
General HTTP authentication cleanup and fixes
Daniel Stenberg
2004-04-29
fixed the host/proxy name issue when re-using a connection and made IDN names
Daniel Stenberg
[prev]
[next]