| Commit message (Expand) | Author | Age | Files | Lines |
* | oops, the decode() function got its arguments reversed in my cleanup | Daniel Stenberg | 2004-02-23 | 1 | -1/+1 |
* | correct the input data structs | Daniel Stenberg | 2004-02-23 | 2 | -3/+3 |
* | use size_t to keep strlen() results | Daniel Stenberg | 2004-02-23 | 1 | -1/+1 |
* | simplied how create_hostcache_id() is used, and also its function somewhat | Daniel Stenberg | 2004-02-23 | 1 | -17/+9 |
* | adjusted to the modified base64 protos | Daniel Stenberg | 2004-02-23 | 1 | -3/+3 |
* | More size_t cleanups in the base64 functions. | Daniel Stenberg | 2004-02-23 | 3 | -49/+44 |
* | The base64 encode function now takes a size_t for size, not an int as | Daniel Stenberg | 2004-02-23 | 3 | -4/+4 |
* | more int vs long/size_t fixes after icc compiler warnings | Daniel Stenberg | 2004-02-23 | 1 | -2/+3 |
* | more int/long fixes after icc "remarks" | Daniel Stenberg | 2004-02-23 | 1 | -2/+2 |
* | next_id is an unsigned short, typecast the assign to prevent picky compilers | Daniel Stenberg | 2004-02-23 | 1 | -1/+2 |
* | typecase the bitfiddling results since we get a long and we store an int, | Daniel Stenberg | 2004-02-23 | 1 | -4/+4 |
* | make ares_expand_name() take a long * instead of an int *, since we do | Daniel Stenberg | 2004-02-23 | 6 | -7/+11 |
* | strlen() returns a size_t, which might be larger than int on some platforms | Daniel Stenberg | 2004-02-23 | 1 | -1/+2 |
* | argh, use single-quotes instead of double ones to make $Revision appear | Daniel Stenberg | 2004-02-23 | 1 | -1/+1 |
* | use the proper source header, and set the version string to this file's | Daniel Stenberg | 2004-02-23 | 1 | -1/+23 |
* | cd back to the root path before removing the build dir, since some systems | Daniel Stenberg | 2004-02-23 | 1 | -0/+2 |
* | Dominick Meglio's fix for supporting multiple names in the Nameserver key | Daniel Stenberg | 2004-02-22 | 2 | -116/+171 |
* | this code uses no long long, so we can have warnings about them | Daniel Stenberg | 2004-02-22 | 1 | -1/+1 |
* | the missing part of Gisle Vanem's connect-timeout fix for win32 | Daniel Stenberg | 2004-02-22 | 2 | -4/+6 |
* | -Wno-format-nonliteral does not exist in my gcc 2.96, only use that with | Daniel Stenberg | 2004-02-21 | 1 | -1/+6 |
* | mention in --limit-rate that --speed-limit might ruin the limiting slightly. | Daniel Stenberg | 2004-02-21 | 1 | -4/+7 |
* | David Byron's fix to allow the speed-limit logic work even if you set | Daniel Stenberg | 2004-02-21 | 1 | -1/+20 |
* | added some extra typecasts to prevent compiler warnings when converting | Daniel Stenberg | 2004-02-21 | 1 | -4/+4 |
* | inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky | Daniel Stenberg | 2004-02-21 | 1 | -0/+1 |
* | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | 2004-02-20 | 3 | -20/+234 |
* | that icc attempt in configure | Daniel Stenberg | 2004-02-20 | 1 | -0/+8 |
* | Some compilers warn on completely empty source files, we provide a blank | Daniel Stenberg | 2004-02-20 | 1 | -1/+4 |
* | Convert functions to ANSI-style declaration to prevent compiler warnings | Daniel Stenberg | 2004-02-20 | 1 | -16/+11 |
* | When the built-in manual is disabled, we generate a function doing nothing | Daniel Stenberg | 2004-02-20 | 1 | -1/+3 |
* | No longer support Z as a flag to print size_t, it isn't used by libcurl | Daniel Stenberg | 2004-02-20 | 1 | -6/+7 |
* | cool.haxx.se, no longer sourceforge | Daniel Stenberg | 2004-02-20 | 1 | -1/+1 |
* | Only use -Wstrict-prototypes with gcc 3.3 or later. | Daniel Stenberg | 2004-02-20 | 1 | -2/+2 |
* | include sys/select.h to prevent picky compiler warnings when using select() | Daniel Stenberg | 2004-02-20 | 4 | -0/+16 |
* | we call the macro CURLMAX() isntead of MAX(), just because it turned up | Daniel Stenberg | 2004-02-20 | 2 | -8/+7 |
* | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg | 2004-02-20 | 1 | -1/+1 |
* | fix protos to prevent warnings | Daniel Stenberg | 2004-02-20 | 2 | -5/+30 |
* | added getpart.h for the spitout() proto | Daniel Stenberg | 2004-02-20 | 2 | -1/+27 |
* | %HTTPPORT supported in subVariables | Daniel Stenberg | 2004-02-20 | 1 | -0/+1 |
* | mention what ports the test suite uses | Daniel Stenberg | 2004-02-20 | 1 | -0/+10 |
* | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg | 2004-02-20 | 1 | -1/+1 |
* | -Wcast-align is a bit too annoying | Daniel Stenberg | 2004-02-19 | 1 | -1/+4 |
* | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg | 2004-02-19 | 1 | -25/+28 |
* | refer to FILEFORMAT | Daniel Stenberg | 2004-02-19 | 1 | -6/+4 |
* | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg | 2004-02-19 | 1 | -1/+13 |
* | Tor Arntsen's tiny fix! | Daniel Stenberg | 2004-02-19 | 1 | -1/+1 |
* | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg | 2004-02-19 | 1 | -0/+14 |
* | fixed the no-ssl version to return int as well | Daniel Stenberg | 2004-02-19 | 1 | -1/+1 |
* | provide protos to the functions to prevent warnings | Daniel Stenberg | 2004-02-19 | 1 | -0/+6 |
* | typecast the type to an int on return | Daniel Stenberg | 2004-02-19 | 1 | -1/+1 |
* | return int from test() | Daniel Stenberg | 2004-02-19 | 1 | -1/+1 |