Age | Commit message (Expand) | Author |
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 |
2004-02-19 | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg |
2004-02-19 | fixed the no-ssl version to return int as well | Daniel Stenberg |
2004-02-19 | provide protos to the functions to prevent warnings | Daniel Stenberg |
2004-02-19 | typecast the type to an int on return | Daniel Stenberg |
2004-02-19 | return int from test() | Daniel Stenberg |
2004-02-19 | provide a test() proto | Daniel Stenberg |
2004-02-19 | use a die and a log function to die and log texts | Daniel Stenberg |
2004-02-19 | remove the build.log too at exit, and also use the proper $pwd prefix | Daniel Stenberg |
2004-02-19 | very minor phrase edit | Daniel Stenberg |
2004-02-19 | fixes from the recent days | Daniel Stenberg |
2004-02-19 | check for standard headers when --enable-debug is used | Daniel Stenberg |
2004-02-19 | Doug Porter's patch that changes the order of preferences on how to find the | Daniel Stenberg |
2004-02-19 | If --enable-debug is used and gcc, we figure out which version and then we | Daniel Stenberg |
2004-02-19 | item 19 is considered fixed until we get to hear differently | Daniel Stenberg |
2004-02-19 | Use the strtoofft.h header file from the lib directory, as we are now | Daniel Stenberg |
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg |
2004-02-18 | AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so we | Daniel Stenberg |