aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-10-12recent fixesDaniel Stenberg
2004-10-12one item fixed, one added for 7.12.2 and two more for 7.12.3Daniel Stenberg
2004-10-12add proper error message when send() failsDaniel Stenberg
2004-10-11removed trailing whitespaceDaniel Stenberg
2004-10-11SO_NOSIGPIPEDaniel Stenberg
2004-10-10another lame attempt to avoid the "warning: will never be executed" warningDaniel Stenberg
by gcc 3.4
2004-10-10MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem
2004-10-10attempt to make the configure output appear in the build log when it runsDaniel Stenberg
on my solaris 2.7 box too (currently unknown perl version)
2004-10-10set the SIZEOF_LONG define to get the new lib/strtoofft.h fineDaniel Stenberg
2004-10-10If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg
our strtoll() replacement function.
2004-10-10Prevent a longjmp warning by moving the rc assign within Curl_resolv().Daniel Stenberg
Andy Cedilnik reported. Warning on HP-UX?
2004-10-10Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg
warnings.
2004-10-10If long long is supported, check if [num]LL is supported for numericalDaniel Stenberg
constants.
2004-10-08--enable-ares on AIX has problemDaniel Stenberg
2004-10-08Use 'struct lifreq' and SIOCGLIFADDRDaniel Stenberg