Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-28 | *** empty log message *** | Gisle Vanem | |
2004-10-28 | use longs | Daniel Stenberg | |
2004-10-27 | Dan Fandrich's gzip handling fix | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |
2004-10-27 | log client disconnects | Daniel Stenberg | |
2004-10-26 | Testing to define _REENTRANT unconditionally in here. | Daniel Stenberg | |
2004-10-26 | mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf) | Daniel Stenberg | |
2004-10-26 | mention incompatibilities with ares | Daniel Stenberg | |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg | |
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it. | |||
2004-10-25 | just nicer output when this is seen | Daniel Stenberg | |
2004-10-25 | the array sizes _can_ differ and the arrays can still match, since chomp | Daniel Stenberg | |
is used at times but it doesn't decrease the array size | |||
2004-10-25 | format update | Daniel Stenberg | |
2004-10-24 | Mohun Biswas found out that formposting a zero-byte file didn't work very | Daniel Stenberg | |
good. I fixed. | |||
2004-10-24 | ignore this | Daniel Stenberg | |
2004-10-24 | maketgz now creates a ares_version.h.dist file with the given version data | Daniel Stenberg | |
properly set, and the Makefile.am is now fixed to use that when building a new package with make dist. | |||
2004-10-21 | Dan Fandrich's better ifdef for include fix | Daniel Stenberg | |
2004-10-20 | 1.2.1 release time | Daniel Stenberg | |
2004-10-19 | this change was reverted since it broke on solaris | Daniel Stenberg | |
2004-10-19 | iconv 2.1.3 is considered bad for test case 165 | Daniel Stenberg | |
2004-10-19 | revert the charset fix as it broke the solaris tests (native iconv doesn't | Daniel Stenberg | |
like that name) | |||
2004-10-19 | Ralph Mitchell fixed: input field with NAME= and VALUE= weren't processed | Daniel Stenberg | |
properly case insensitive | |||
2004-10-19 | Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with | Daniel Stenberg | |
both source and destination being the same host. It can be useful if you want to move a file on a server or similar. | |||
2004-10-19 | snart isn't really used these days so we cut out the reference to it | Daniel Stenberg | |
2004-10-19 | added num_connects | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-19 | djgpp has locale.h and setlocale(). | Gisle Vanem | |
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg | |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-18 | start over on 7.12.3 | Daniel Stenberg | |
2004-10-18 | 7.12.2 | Daniel Stenberg | |
2004-10-17 | new mirror | Daniel Stenberg | |
2004-10-16 | today's changes | Daniel Stenberg | |
2004-10-16 | Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work | Daniel Stenberg | |
fine even for third party transfers. | |||
2004-10-16 | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg | |
2004-10-16 | Changes for issue 50 | Gisle Vanem | |
2004-10-16 | Open "debugit" in binary mode ("rb"). | Gisle Vanem | |
2004-10-16 | Added Traian Nicolescu's patches for threaded resolver on | Gisle Vanem | |
Windows. Plugged some potential handle and memory leaks. Refs. http://curl.haxx.se/mail/lib-2004-10/0134.html http://curl.haxx.se/mail/lib-2004-10/0157.html | |||
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-14 | use quotes to make gdb usage on this easier | Daniel Stenberg | |
2004-10-14 | let's fix this too | Daniel Stenberg | |
2004-10-13 | Set errno = ENOMEM on faild countcheck(). | Gisle Vanem | |
2004-10-13 | .NET binding | Daniel Stenberg | |
2004-10-12 | correction | Daniel Stenberg | |
2004-10-12 | #include "strerror.h" to get the strerror proto | Daniel Stenberg | |
2004-10-12 | recent fixes | Daniel Stenberg | |
2004-10-12 | one item fixed, one added for 7.12.2 and two more for 7.12.3 | Daniel Stenberg | |
2004-10-12 | add proper error message when send() fails | Daniel Stenberg | |
2004-10-11 | removed trailing whitespace | Daniel Stenberg | |
2004-10-11 | SO_NOSIGPIPE | Daniel Stenberg | |