Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-08 | today's work | Daniel Stenberg | |
2004-11-08 | another lame change in an attempt to fix the moot gcc 3.4 warning | Daniel Stenberg | |
2004-11-08 | weirdo hack to fix debian bug report 278691: | Daniel Stenberg | |
'curl -v writes debugging to its network socket if stderr is closed' | |||
2004-11-08 | added a default in the switch in an attempt to avoid the moot "will never be | Daniel Stenberg | |
executed" warning by gcc 3.4.0 | |||
2004-11-08 | Change OS name. Fix header guard. | Gisle Vanem | |
2004-11-08 | Un-do changes for WinCE; cdecl decoration is not needed. | Gisle Vanem | |
Confirmed by Paul Nolan. | |||
2004-11-08 | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg | |
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264. | |||
2004-11-07 | two post-1.2.1 changes | Daniel Stenberg | |
2004-11-07 | added ares_cancel and ares_version | Daniel Stenberg | |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg | |
2004-11-05 | removed errno, added EAGAIN | Daniel Stenberg | |
2004-11-05 | it has a sys/stat.h file, according to Paul Nolan | Daniel Stenberg | |
2004-11-04 | update | Daniel Stenberg | |
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-11-04 | test server port numbers are now easily changed | Daniel Stenberg | |
2004-11-04 | delete trailing whitespace | Daniel Stenberg | |
2004-11-04 | based Andres Garcia's patch, added for mingw build | Daniel Stenberg | |
2004-11-02 | recent changes | Daniel Stenberg | |
2004-11-02 | use ifdef not if | Daniel Stenberg | |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | |
2004-11-02 | documented the current --retry options | Daniel Stenberg | |
2004-11-02 | modified to not use realloc() on a NULL pointer | Daniel Stenberg | |
2004-11-01 | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg | |
pkg-config on the build host in order to detect OpenSSL compiler options. | |||
2004-10-28 | Fixed _write() arguments. | Gisle Vanem | |
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 | |