Age | Commit message (Expand) | Author |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg |
2004-02-26 | minor fixes to avoid MIPSPro pedantic warnings | Daniel Stenberg |
2004-02-26 | don't mix int and size_t, it generates warnings! | Daniel Stenberg |
2004-02-26 | Make icc ignore "invalid format string conversion" warnings as well. They | Daniel Stenberg |
2004-02-26 | use %ld when printf()ing long variables (and removed use of 'register') | Daniel Stenberg |
2004-02-26 | added the ever-present source header | Daniel Stenberg |
2004-02-26 | Don't call the lock/unlock functions if they are NULL. They can still be | Daniel Stenberg |
2004-02-26 | Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc | Daniel Stenberg |
2004-02-26 | runtests.pl now provides the srcdir to the ftpserver so that it can pass | Daniel Stenberg |
2004-02-26 | modified loadtest() to produce better error message when it fails to load | Daniel Stenberg |
2004-02-26 | The build logs were created in the "wrong" dir and thus never removed | Daniel Stenberg |
2004-02-25 | today's work | Daniel Stenberg |
2004-02-25 | typecast to int when printfing CURLcode | Daniel Stenberg |
2004-02-25 | use %ld when printfing longs | Daniel Stenberg |
2004-02-25 | disable the use of long double, we don't use it | Daniel Stenberg |
2004-02-25 | if ares is present, run aclocal in that dir before autoconf is run | Daniel Stenberg |
2004-02-25 | added the better debug option logic from curl by adding acinclude.m4 to the | Daniel Stenberg |
2004-02-25 | Based on a patch by Greg Hewgill I modified how long long is used, as we | Daniel Stenberg |
2004-02-25 | set debug options when using the icc compiler | Daniel Stenberg |
2004-02-25 | better formatting of the share options | Daniel Stenberg |
2004-02-25 | mark the function name | Daniel Stenberg |
2004-02-25 | added CURLOPT_SHARE | Daniel Stenberg |
2004-02-25 | Moved most of the set-debug-options-depending-on-compiler logic to the new | Daniel Stenberg |
2004-02-25 | Output $CC and $CFLAGS as well. A Tor Arntsen patch. | Daniel Stenberg |
2004-02-25 | Don't check for HAVE_ defines in this header file, it is meant to be public | Daniel Stenberg |
2004-02-25 | fix | Daniel Stenberg |
2004-02-25 | Dan Fandrich fixed a minor flaw in Dominick's fix! | Daniel Stenberg |
2004-02-23 | check for a few basic header files | Daniel Stenberg |
2004-02-23 | include sys/select.h | Daniel Stenberg |
2004-02-23 | fixed some warnings in the (both new and old) base64 usage | Daniel Stenberg |
2004-02-23 | features no one seem to care much about are now moved over to the 7.11.2 | Daniel Stenberg |
2004-02-23 | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | Daniel Stenberg |
2004-02-23 | limit rate and windows timeouts | Daniel Stenberg |
2004-02-23 | ares_free_errmem is gone | Daniel Stenberg |
2004-02-23 | unused and now removed | Daniel Stenberg |
2004-02-23 | Removed getpass from here. The fact this still was present here indicates | Daniel Stenberg |
2004-02-23 | curl_off_t is 8 bytes big on windows | Daniel Stenberg |
2004-02-23 | switch the arguments according to the c source | Daniel Stenberg |
2004-02-23 | oops, the decode() function got its arguments reversed in my cleanup | Daniel Stenberg |
2004-02-23 | correct the input data structs | Daniel Stenberg |
2004-02-23 | use size_t to keep strlen() results | Daniel Stenberg |
2004-02-23 | simplied how create_hostcache_id() is used, and also its function somewhat | Daniel Stenberg |
2004-02-23 | adjusted to the modified base64 protos | Daniel Stenberg |
2004-02-23 | More size_t cleanups in the base64 functions. | Daniel Stenberg |
2004-02-23 | The base64 encode function now takes a size_t for size, not an int as | Daniel Stenberg |
2004-02-23 | more int vs long/size_t fixes after icc compiler warnings | Daniel Stenberg |
2004-02-23 | more int/long fixes after icc "remarks" | Daniel Stenberg |
2004-02-23 | next_id is an unsigned short, typecast the assign to prevent picky compilers | Daniel Stenberg |
2004-02-23 | typecase the bitfiddling results since we get a long and we store an int, | Daniel Stenberg |
2004-02-23 | make ares_expand_name() take a long * instead of an int *, since we do | Daniel Stenberg |