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
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
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
IDN adjustments and host cleanups by Gisle
Daniel Stenberg
2004-04-23
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
Daniel Stenberg
2004-04-22
missing brace
Daniel Stenberg
2004-04-22
- David Byron found and fixed a small bug with the --fail and authentication
Daniel Stenberg
2004-04-22
Added comments
Daniel Stenberg
2004-04-20
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
Daniel Stenberg
2004-04-13
remove an long time #defined struct member and use the actual "real" name
Daniel Stenberg
2004-04-07
getting only a 100 Continue response and nothing else, when talking HTTP,
Daniel Stenberg
2004-04-06
New authentication code added, particularly noticable when doing POST or PUT
Daniel Stenberg
2004-03-30
adjusted to the new dns cache function to hide more hostip internals
Daniel Stenberg
2004-03-30
if 0'ed out a code section that uses __FUNCTION__ etc, used for debugging
Daniel Stenberg
2004-03-30
David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM
Daniel Stenberg
2004-03-14
fix signed and unsigned warnings
Daniel Stenberg
2004-03-13
postsize is off_t now, so we typecase it to int before doing normal printf
Daniel Stenberg
2004-03-13
the postsize is an off_t so use the proper printf format to output the
Daniel Stenberg
[prev]
[next]