aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-11-02documented the current --retry optionsDaniel Stenberg
2004-11-02modified to not use realloc() on a NULL pointerDaniel Stenberg
2004-11-01When cross-compiling, the configure script no longer attempts to useDaniel Stenberg
pkg-config on the build host in order to detect OpenSSL compiler options.
2004-10-28Fixed _write() arguments.Gisle Vanem
2004-10-28*** empty log message ***Gisle Vanem
2004-10-28use longsDaniel Stenberg
2004-10-27Dan Fandrich's gzip handling fixDaniel Stenberg
2004-10-27Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg
2004-10-27log client disconnectsDaniel Stenberg
2004-10-26Testing to define _REENTRANT unconditionally in here.Daniel Stenberg
2004-10-26mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf)Daniel Stenberg
2004-10-26mention incompatibilities with aresDaniel Stenberg
2004-10-25Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel 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-25just nicer output when this is seenDaniel Stenberg
2004-10-25the array sizes _can_ differ and the arrays can still match, since chompDaniel Stenberg
is used at times but it doesn't decrease the array size
2004-10-25format updateDaniel Stenberg
2004-10-24Mohun Biswas found out that formposting a zero-byte file didn't work veryDaniel Stenberg
good. I fixed.
2004-10-24ignore thisDaniel Stenberg
2004-10-24maketgz now creates a ares_version.h.dist file with the given version dataDaniel Stenberg
properly set, and the Makefile.am is now fixed to use that when building a new package with make dist.
2004-10-21Dan Fandrich's better ifdef for include fixDaniel Stenberg
2004-10-201.2.1 release timeDaniel Stenberg
2004-10-19this change was reverted since it broke on solarisDaniel Stenberg
2004-10-19iconv 2.1.3 is considered bad for test case 165Daniel Stenberg
2004-10-19revert the charset fix as it broke the solaris tests (native iconv doesn'tDaniel Stenberg
like that name)
2004-10-19Ralph Mitchell fixed: input field with NAME= and VALUE= weren't processedDaniel Stenberg
properly case insensitive
2004-10-19Alexander Krasnostavsky made it possible to make FTP 3rd party transfers withDaniel 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-19snart isn't really used these days so we cut out the reference to itDaniel Stenberg
2004-10-19added num_connectsDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-19djgpp has locale.h and setlocale().Gisle Vanem
2004-10-19All Win compilers have locale.h + setlocale().Gisle Vanem
2004-10-19bug 1049275 fixes test 165Daniel Stenberg
2004-10-18Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg
initiate the specific language operations, to make the IDN stuff work better.
2004-10-18start over on 7.12.3Daniel Stenberg
2004-10-187.12.2Daniel Stenberg
2004-10-17new mirrorDaniel Stenberg
2004-10-16today's changesDaniel Stenberg
2004-10-16Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option workDaniel Stenberg
fine even for third party transfers.
2004-10-16libcurl leaked memory for cookies with the "max-age" field set.Daniel Stenberg
2004-10-16Changes for issue 50Gisle Vanem
2004-10-16Open "debugit" in binary mode ("rb").Gisle Vanem
2004-10-16Added Traian Nicolescu's patches for threaded resolver onGisle 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-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-14use quotes to make gdb usage on this easierDaniel Stenberg
2004-10-14let's fix this tooDaniel Stenberg
2004-10-13Set errno = ENOMEM on faild countcheck().Gisle Vanem
2004-10-13.NET bindingDaniel Stenberg
2004-10-12correctionDaniel Stenberg
2004-10-12#include "strerror.h" to get the strerror protoDaniel Stenberg