Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-25 | so there are at least two different strerror_r() versions and our brand | Daniel Stenberg | |
new configure script detects them and now this code acts according to what API that was detected | |||
2004-03-25 | Tor Arntsen fixed how this is invoked | Daniel Stenberg | |
2004-03-25 | strerror_r() detection changes: | Daniel Stenberg | |
1. Try with _THREAD_SAFE instead of _REENTRANT, as AIX seems to require it and if _REENTRANT is required we should already have it set since one of the previous tests. 2. Added API-detection for what kind of strerror_r() that is provided. The POSIX style or the glibc style. Tor Arntsen provided the necessary feedback these changes are based upon. | |||
2004-03-25 | detect daily snapshots using the new path for this test | Daniel Stenberg | |
2004-03-25 | make clean now removes *dist files too that might be leftovers from | Daniel Stenberg | |
'maketgz' | |||
2004-03-25 | invoke this script via env, as it is more likely to exist at a fixed path | Daniel Stenberg | |
while perl often is installed in /usr/local/bin or elsewhere | |||
2004-03-25 | added curl_strerror to the build | Daniel Stenberg | |
2004-03-25 | extern declare the sys_nerr variable. Required on Solaris at least. | Daniel Stenberg | |
2004-03-25 | Always include setup.h as the first header file. | Daniel Stenberg | |
Added a more verbose comment about what strerror_r() can set errno to in case of failure. This file still doesn't build on Solaris due to a missing 'sys_nerr' symbol. | |||
2004-03-24 | Added protos for the upcoming curl_*_strerror() functions | Daniel Stenberg | |
2004-03-24 | missed the new header file | Daniel Stenberg | |
2004-03-24 | Gisle Vanem's fix to replace the bad use of strerror(). This introduces | Daniel Stenberg | |
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too! | |||
2004-03-24 | new header file - for Curl_strerror() | Daniel Stenberg | |
2004-03-24 | better comments, added some more variable types we use in the font-lock | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's mkdir-fix to make this run with perl 5.0005 | Daniel Stenberg | |
2004-03-24 | Avoid doing chdir .., as it breaks the ability to use symlinks properly. | Daniel Stenberg | |
chdir to absolute directory names instead. (this flaw exists in the shell version too) | |||
2004-03-24 | added check for strerror_r() | Daniel Stenberg | |
2004-03-24 | include curl/curlver.h instead since this only needs the version defines | Daniel Stenberg | |
2004-03-23 | error messages and new test script | Daniel Stenberg | |
2004-03-23 | we are progressing | Daniel Stenberg | |
2004-03-23 | distribute testcurl.pl too starting now | Daniel Stenberg | |
2004-03-23 | Greg Hewgill's version of testcurl.sh rewritten in perl for greater | Daniel Stenberg | |
portability. I put it in this directory instead of the root since I think perhaps it makes more sense. | |||
2004-03-23 | keep current_speed as an curl_off_t for better precision at higher speeds | Daniel Stenberg | |
if large file support is available | |||
2004-03-23 | switch() on the right variable! | Daniel Stenberg | |
2004-03-23 | curl_strequal() returns int, keep return variables in an int | Daniel Stenberg | |
2004-03-23 | make the variables that hold the result of strlen() size_t | Daniel Stenberg | |
2004-03-23 | stricter variable type usage | Daniel Stenberg | |
2004-03-23 | variable type usage cleanup to please picky compilers | Daniel Stenberg | |
2004-03-23 | get strlen() results in a size_t, delete 'register' | Daniel Stenberg | |
2004-03-23 | made time2str() use longs internally instead to prevent compiler warnings | Daniel Stenberg | |
when converting to ints | |||
2004-03-23 | added explicit typecasts to prevent compiler warnings on variable conversions | Daniel Stenberg | |
2004-03-23 | If localbind fails, provide a more portable error message. | Daniel Stenberg | |
2004-03-23 | minor update by Kevin | Daniel Stenberg | |
2004-03-23 | src/version.h was not properly made! | Daniel Stenberg | |
2004-03-23 | progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix | Daniel Stenberg | |
2004-03-23 | it actually fits to make a NNNd NNh display so this can be used up to | Daniel Stenberg | |
999 days | |||
2004-03-23 | Fixed the time fields no never get wider than 8 letters. They can now switch | Daniel Stenberg | |
to a "days + hours" or even "just days" display if the time value is very large. I also switched several calculations over to fixed-point instead of the previous doubles. | |||
2004-03-23 | int/size_t cleanup | Daniel Stenberg | |
2004-03-23 | minor variable type cleanups | Daniel Stenberg | |
2004-03-23 | minor edits to make picky compilers whine less | Daniel Stenberg | |
2004-03-23 | changed the long to int typecasts to see if icc 8.0 complains less on this | Daniel Stenberg | |
2004-03-22 | Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set | Daniel Stenberg | |
true. | |||
2004-03-22 | Kevin Roth's updates to handle a new requirement from the Cygwin folks to | Daniel Stenberg | |
package man and doc files in a slightly different location. | |||
2004-03-22 | crap files to get the dirs made when checked out from CVS | Daniel Stenberg | |
2004-03-22 | container to get this dir made | Daniel Stenberg | |
2004-03-22 | Make the axp/README ia64/README vax/README files get included as well. | Daniel Stenberg | |
They're 0-bytes files, but make the dirs get created! | |||
2004-03-22 | fixed the ntlm problem with longish passwords | Daniel Stenberg | |
2004-03-22 | vms fixes committed | Daniel Stenberg | |
2004-03-22 | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg | |