summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* documented the current --retry optionsDaniel Stenberg2004-11-021-1/+26
|
* modified to not use realloc() on a NULL pointerDaniel Stenberg2004-11-021-6/+16
|
* When cross-compiling, the configure script no longer attempts to useDaniel Stenberg2004-11-012-2/+12
| | | | pkg-config on the build host in order to detect OpenSSL compiler options.
* Fixed _write() arguments.Gisle Vanem2004-10-281-1/+1
|
* *** empty log message ***Gisle Vanem2004-10-281-0/+22
|
* use longsDaniel Stenberg2004-10-281-5/+5
|
* Dan Fandrich's gzip handling fixDaniel Stenberg2004-10-272-78/+148
|
* Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg2004-10-277-15/+338
|
* log client disconnectsDaniel Stenberg2004-10-271-0/+1
|
* Testing to define _REENTRANT unconditionally in here.Daniel Stenberg2004-10-261-5/+6
|
* mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf)Daniel Stenberg2004-10-261-2/+12
|
* mention incompatibilities with aresDaniel Stenberg2004-10-262-1/+4
|
* Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg2004-10-256-8/+79
| | | | | | | 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.
* just nicer output when this is seenDaniel Stenberg2004-10-251-1/+1
|
* the array sizes _can_ differ and the arrays can still match, since chompDaniel Stenberg2004-10-251-4/+0
| | | | is used at times but it doesn't decrease the array size
* format updateDaniel Stenberg2004-10-251-14/+18
|
* Mohun Biswas found out that formposting a zero-byte file didn't work veryDaniel Stenberg2004-10-242-2/+10
| | | | good. I fixed.
* ignore thisDaniel Stenberg2004-10-241-0/+1
|
* maketgz now creates a ares_version.h.dist file with the given version dataDaniel Stenberg2004-10-242-0/+30
| | | | | properly set, and the Makefile.am is now fixed to use that when building a new package with make dist.
* Dan Fandrich's better ifdef for include fixDaniel Stenberg2004-10-211-1/+3
|
* 1.2.1 release timecares-1_2_1Daniel Stenberg2004-10-201-0/+2
|
* this change was reverted since it broke on solarisDaniel Stenberg2004-10-191-3/+0
|
* iconv 2.1.3 is considered bad for test case 165Daniel Stenberg2004-10-191-0/+6
|
* revert the charset fix as it broke the solaris tests (native iconv doesn'tDaniel Stenberg2004-10-191-1/+1
| | | | like that name)
* Ralph Mitchell fixed: input field with NAME= and VALUE= weren't processedDaniel Stenberg2004-10-191-4/+4
| | | | properly case insensitive
* Alexander Krasnostavsky made it possible to make FTP 3rd party transfers withDaniel Stenberg2004-10-192-0/+15
| | | | | both source and destination being the same host. It can be useful if you want to move a file on a server or similar.
* snart isn't really used these days so we cut out the reference to itDaniel Stenberg2004-10-191-1/+1
|
* added num_connectsDaniel Stenberg2004-10-191-1/+4
|
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-1912-9/+164
|
* djgpp has locale.h and setlocale().Gisle Vanem2004-10-191-0/+2
|
* All Win compilers have locale.h + setlocale().Gisle Vanem2004-10-191-1/+7
|
* bug 1049275 fixes test 165Daniel Stenberg2004-10-192-1/+5
|
* Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg2004-10-184-1/+23
| | | | initiate the specific language operations, to make the IDN stuff work better.
* start over on 7.12.3Daniel Stenberg2004-10-182-66/+9
|
* 7.12.2curl-7_12_2Daniel Stenberg2004-10-181-0/+2
|
* new mirrorDaniel Stenberg2004-10-171-1/+2
|
* today's changesDaniel Stenberg2004-10-162-7/+6
|
* Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option workDaniel Stenberg2004-10-162-33/+88
| | | | fine even for third party transfers.
* libcurl leaked memory for cookies with the "max-age" field set.Daniel Stenberg2004-10-162-1/+6
|
* Changes for issue 50Gisle Vanem2004-10-161-0/+5
|
* Open "debugit" in binary mode ("rb").Gisle Vanem2004-10-161-1/+1
|
* Added Traian Nicolescu's patches for threaded resolver onGisle Vanem2004-10-161-35/+142
| | | | | | | | 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
* Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg2004-10-146-11/+67
| | | | | and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
* use quotes to make gdb usage on this easierDaniel Stenberg2004-10-141-1/+1
|
* let's fix this tooDaniel Stenberg2004-10-141-0/+2
|
* Set errno = ENOMEM on faild countcheck().Gisle Vanem2004-10-131-0/+1
|
* .NET bindingDaniel Stenberg2004-10-131-1/+2
|
* correctionDaniel Stenberg2004-10-121-3/+5
|
* #include "strerror.h" to get the strerror protoDaniel Stenberg2004-10-121-0/+1
|
* recent fixesDaniel Stenberg2004-10-122-1/+10
|