Age | Commit message (Expand) | Author |
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 |
2004-02-23 | strlen() returns a size_t, which might be larger than int on some platforms | Daniel Stenberg |
2004-02-23 | argh, use single-quotes instead of double ones to make $Revision appear | Daniel Stenberg |
2004-02-23 | use the proper source header, and set the version string to this file's | Daniel Stenberg |
2004-02-23 | cd back to the root path before removing the build dir, since some systems | Daniel Stenberg |
2004-02-22 | Dominick Meglio's fix for supporting multiple names in the Nameserver key | Daniel Stenberg |
2004-02-22 | this code uses no long long, so we can have warnings about them | Daniel Stenberg |
2004-02-22 | the missing part of Gisle Vanem's connect-timeout fix for win32 | Daniel Stenberg |
2004-02-21 | -Wno-format-nonliteral does not exist in my gcc 2.96, only use that with | Daniel Stenberg |
2004-02-21 | mention in --limit-rate that --speed-limit might ruin the limiting slightly. | Daniel Stenberg |
2004-02-21 | David Byron's fix to allow the speed-limit logic work even if you set | Daniel Stenberg |
2004-02-21 | added some extra typecasts to prevent compiler warnings when converting | Daniel Stenberg |
2004-02-21 | inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky | Daniel Stenberg |
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg |
2004-02-20 | that icc attempt in configure | Daniel Stenberg |
2004-02-20 | Some compilers warn on completely empty source files, we provide a blank | Daniel Stenberg |
2004-02-20 | Convert functions to ANSI-style declaration to prevent compiler warnings | Daniel Stenberg |
2004-02-20 | When the built-in manual is disabled, we generate a function doing nothing | Daniel Stenberg |
2004-02-20 | No longer support Z as a flag to print size_t, it isn't used by libcurl | Daniel Stenberg |
2004-02-20 | cool.haxx.se, no longer sourceforge | Daniel Stenberg |
2004-02-20 | Only use -Wstrict-prototypes with gcc 3.3 or later. | Daniel Stenberg |
2004-02-20 | include sys/select.h to prevent picky compiler warnings when using select() | Daniel Stenberg |
2004-02-20 | we call the macro CURLMAX() isntead of MAX(), just because it turned up | Daniel Stenberg |
2004-02-20 | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg |
2004-02-20 | fix protos to prevent warnings | Daniel Stenberg |
2004-02-20 | added getpart.h for the spitout() proto | Daniel Stenberg |
2004-02-20 | %HTTPPORT supported in subVariables | Daniel Stenberg |
2004-02-20 | mention what ports the test suite uses | Daniel Stenberg |
2004-02-20 | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg |
2004-02-19 | -Wcast-align is a bit too annoying | Daniel Stenberg |
2004-02-19 | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg |
2004-02-19 | refer to FILEFORMAT | Daniel Stenberg |
2004-02-19 | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg |
2004-02-19 | Tor Arntsen's tiny fix! | Daniel Stenberg |