Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-02 | Jacky Lam added memdebug.h include to prevent crashes when that is used | Daniel Stenberg | |
2002-03-27 | fopen(... "rb") when reading what to post, so that binary posting works | Daniel Stenberg | |
on Windows! | |||
2002-03-25 | Jacky Lam cookie parser fix for domains with preceeding dot | Daniel Stenberg | |
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-03-22 | adjusted windows section after a patch from Miklos Nemeth | Daniel Stenberg | |
2002-03-22 | patch by Sandro Tolaini to do good (better?) on FreeBSD | Daniel Stenberg | |
2002-03-20 | no longer include "multi.h", it comes with the regular curl/curl.h now | Daniel Stenberg | |
2002-03-20 | crlf replacement on uploads did not work. test case 128 was added just now | Daniel Stenberg | |
to make sure it remains functional. | |||
2002-03-20 | verbose FTP PASV output could output a "random" name from the stack based | Daniel Stenberg | |
array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process. | |||
2002-03-20 | added test 128, ftp upload with --crlf | Daniel Stenberg | |
2002-03-20 | newcomer notice added | Daniel Stenberg | |
2002-03-20 | old list is gone | Daniel Stenberg | |
2002-03-19 | John Clayton's weird explorations in the wonders of the windows tcp/ip | Daniel Stenberg | |
stack ;-) | |||
2002-03-19 | made -G set request type | Daniel Stenberg | |
2002-03-19 | corrected for 7.9.6 | Daniel Stenberg | |
2002-03-19 | removed multi.h | Daniel Stenberg | |
2002-03-19 | Added the three multi interface source code examples to the distrib | Daniel Stenberg | |
2002-03-19 | fixed include and added header | Daniel Stenberg | |
2002-03-19 | added multi.h | Daniel Stenberg | |
2002-03-19 | include multi.h too | Daniel Stenberg | |
2002-03-19 | moved here from ../../lib/ | Daniel Stenberg | |
2002-03-19 | moved to ../include/curl/ | Daniel Stenberg | |
2002-03-19 | added the multi functions man pages | Daniel Stenberg | |
2002-03-19 | multi interface overview and description | Daniel Stenberg | |
2002-03-19 | removed text that really belongs to very old libcurls that are no longer | Daniel Stenberg | |
being used widely | |||
2002-03-19 | point out that this describes the easy interface and also make a more | Daniel Stenberg | |
general statement about language bindings | |||
2002-03-19 | language | Daniel Stenberg | |
2002-03-19 | added some text about PASV and PORT and stuff | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-03-19 | yaketiyak | Daniel Stenberg | |
2002-03-19 | automake -a for the depcomp | Daniel Stenberg | |
2002-03-19 | made it pass stricter compiler flags with less warnings | Daniel Stenberg | |
2002-03-18 | test 32, try -d and -G | Daniel Stenberg | |
2002-03-18 | reverted 1.109, we can't set the request type when -d is used, as -G can be | Daniel Stenberg | |
used and it makes it a GET... | |||
2002-03-18 | WRITEFUNCTION correction | Daniel Stenberg | |
2002-03-18 | Andreas Damm added thanks to his getdate overhaul | Daniel Stenberg | |
2002-03-18 | gopher | Daniel Stenberg | |
2002-03-18 | updated | Daniel Stenberg | |
2002-03-17 | clarified that it is only the + letter that isn't converted on the right | Daniel Stenberg | |
side of a ? letter | |||
2002-03-16 | verbose PASV transfers passed a bad buffer size to the name resolver functions | Daniel Stenberg | |
and it cause cause a crash. Albert Choy found and fixed it. | |||
2002-03-15 | corrected SSL builds | Daniel Stenberg | |
2002-03-15 | headers and security blurb added | Daniel Stenberg | |
2002-03-15 | make sure we return CURLE_WRITE_ERROR if the write callback returned | Daniel Stenberg | |
an error, even if we were decoding a chunked-encoded transfer | |||
2002-03-15 | Jun-ichiro itojun Hagino <itojun@itojun.org>: | Daniel Stenberg | |
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976 | |||
2002-03-15 | bug report #530204 correctly identified that revision 1.52 broke ipv6 | Daniel Stenberg | |
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo(). | |||
2002-03-14 | new example for libcurl 7.9.6 or later | Daniel Stenberg | |
2002-03-14 | if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that | Daniel Stenberg | |
we should read the POST-data from the read callback | |||
2002-03-14 | 2002 | Daniel Stenberg | |
2002-03-14 | CURLOPT_POST deserved a new comment with the new POST-by-callback support | Daniel Stenberg | |
2002-03-13 | no longer attempts to SIZE a NULL pointer, as that wasn't very clever | Daniel Stenberg | |
(but didn't crash or anything) |