Age | Commit message (Expand) | Author |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg |
2004-03-01 | define ENABLE_64BIT if we have enabled 64bit large files | Daniel Stenberg |
2004-03-01 | fixed the test code to work | Daniel Stenberg |
2004-03-01 | removed an unnecessary shift and splut up som weird two-statements-per-line | Daniel Stenberg |
2004-03-01 | Support 'z' for size_t-sized integer printing, as in %zd or %zx. | Daniel Stenberg |
2004-03-01 | Only consider the fresh-connection option on the first connection made, not | Daniel Stenberg |
2004-03-01 | Only attempt to send the FTP QUIT command if we actually have a FTP struct. | Daniel Stenberg |
2004-03-01 | in Curl_disonnect(): call the protocol-specific disconnect function before we | Daniel Stenberg |
2004-02-27 | fixed some more size_t/int/long warnings and removed a few CMC comments | Daniel Stenberg |
2004-02-27 | Joe Halpin made the FTP code send 'QUIT' on the control connection before | Daniel Stenberg |
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg |
2004-02-26 | Gisle Vanem's added support calloc()-debugging and outputting mode for | Daniel Stenberg |
2004-02-26 | use calloc instead of malloc and we won't have to memset() the struct | Daniel Stenberg |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg |
2004-02-26 | use %ld when printf()ing long variables (and removed use of 'register') | Daniel Stenberg |
2004-02-26 | Don't call the lock/unlock functions if they are NULL. They can still be | Daniel Stenberg |
2004-02-25 | disable the use of long double, we don't use it | 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-23 | fixed some warnings in the (both new and old) base64 usage | Daniel Stenberg |
2004-02-23 | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | 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 | 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-22 | the missing part of Gisle Vanem's connect-timeout fix for win32 | 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 | 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 | No longer support Z as a flag to print size_t, it isn't used by libcurl | 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-19 | Doug Porter's patch that changes the order of preferences on how to find the | Daniel Stenberg |
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg |
2004-02-18 | removed some "jhrg" from comments | Daniel Stenberg |
2004-02-18 | Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd | Daniel Stenberg |
2004-02-18 | Modified curl_accept() to take a 'void *' in the 2nd argument instead of | Daniel Stenberg |
2004-02-18 | No longer uses the 'ret' variable in the plain ipv4-version of | Daniel Stenberg |
2004-02-18 | simplified and better commented config.h include logic | Daniel Stenberg |
2004-02-18 | Make sure dns cache timeout -1 really means forever, as it is documented to | Daniel Stenberg |
2004-02-16 | support closesocket() for closing sockets as well, as then we can use this | Daniel Stenberg |
2004-02-16 | Make realloc() support NULL as pointer. Made to allow us to use these routines | Daniel Stenberg |
2004-02-16 | Make the 'areschannel' get created in the curl_easy_init() and re-use that | Daniel Stenberg |
2004-02-16 | Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addr | Daniel Stenberg |