Age | Commit message (Expand) | Author |
2001-04-12 | we must fix SSL when IPv6 is enabled, since we can still connect to ipv4 | Daniel Stenberg |
2001-04-11 | calling curl_easy_perform() with no URL set, now returns an error as | Daniel Stenberg |
2001-04-11 | we don't use the HTTP_PROXY environment variable in uppercase anymore, since | Daniel Stenberg |
2001-04-11 | now it works | Daniel Stenberg |
2001-04-11 | minor updates, still crashes | Daniel Stenberg |
2001-04-11 | added Linux hints | Daniel Stenberg |
2001-04-11 | oops, missed the shut-off non-blocking fix | Daniel Stenberg |
2001-04-11 | interfaces, windows non-blocking connect, progress meter fix and more | Daniel Stenberg |
2001-04-11 | SM made the connection timeout work for windows boxes! | Daniel Stenberg |
2001-04-10 | initial silly README | Daniel Stenberg |
2001-04-10 | C header to java converter | Daniel Stenberg |
2001-04-10 | initial java interface commit: IT DOES NOT WORK | Daniel Stenberg |
2001-04-10 | Added CURLOPT_HEADERFUNCTION description | Daniel Stenberg |
2001-04-10 | setopt() works with the new CURLOPT_HEADERFUNCTION: | Daniel Stenberg |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg |
2001-04-09 | corrected by SM to build better with openssl | Daniel Stenberg |
2001-04-09 | SM's updates | Daniel Stenberg |
2001-04-07 | formfree() fix, version display fixed, curl_escape() fix | Daniel Stenberg |
2001-04-07 | Andrés García pointed out a mistake with CURLOPT_EGDSOCKET | Daniel Stenberg |
2001-04-07 | Andrés García fixed curl_escape() | Daniel Stenberg |
2001-04-06 | show openssl 0.9.6a properly | Daniel Stenberg |
2001-04-06 | NULL argument crashes this in 7.7.1 and before | Daniel Stenberg |
2001-04-06 | curl_formfree() can be called with a NULL argument | Daniel Stenberg |
2001-04-04 | 7.7.1 commit | Daniel Stenberg |
2001-04-03 | bugfixed the Location: following that must've been bad since the persistant | Daniel Stenberg |
2001-04-03 | - disabling port on absolute redirects is wrong | Daniel Stenberg |
2001-04-03 | two crashes removed | Daniel Stenberg |
2001-04-03 | better error checks for failure conditions (based on Puneet Pawaia's reports) | Daniel Stenberg |
2001-04-03 | Puneet Pawaia pointed out the lack of http_chunks in several places. | Daniel Stenberg |
2001-03-30 | elaborated more in CURLOPT_HTTPHEADER section | Daniel Stenberg |
2001-03-29 | ftps:// added and the perl interfaces changed | Daniel Stenberg |
2001-03-29 | ftps:// support added | Daniel Stenberg |
2001-03-29 | Georg Horn's and my fixes to make it compile with 7.7 | Daniel Stenberg |
2001-03-29 | Georg Horn set -Wall | Daniel Stenberg |
2001-03-29 | Georg Horn's updates | Daniel Stenberg |
2001-03-27 | make sure the alarm is off when returning from curl_easy_perform() | Daniel Stenberg |
2001-03-27 | Added a line about the new makefile example | Daniel Stenberg |
2001-03-27 | Added Makefile.example as an example makefile that can build the example | Daniel Stenberg |
2001-03-27 | Added ftpget.c just to show that it is exactly as easy to get FTP files | Daniel Stenberg |
2001-03-27 | no more ' as first letter of a row, and made the quotes match in the top | Daniel Stenberg |
2001-03-27 | Added some text to WRITEHEADER about the fact that libcurl will always write | Daniel Stenberg |
2001-03-26 | 7.7.1-beta1 | Daniel Stenberg |
2001-03-26 | persistant fix for http/1.0 | Daniel Stenberg |
2001-03-26 | 'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server | Daniel Stenberg |
2001-03-24 | numerous corrections since the 7.7 release | Daniel Stenberg |
2001-03-24 | Colin Watson's man patch as posted to debian bug tracker numer #90281 | Daniel Stenberg |
2001-03-23 | two Qs added: | Daniel Stenberg |
2001-03-23 | make should be $(MAKE) | Daniel Stenberg |
2001-03-23 | match the new never-read-body when doing HEAD | Daniel Stenberg |
2001-03-23 | curl_setopt() should be curl_easy_setopt() | Daniel Stenberg |