Age | Commit message (Expand) | Author |
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 |
2004-02-16 | removed usage of a silly macro instead of the actual functions memcpy | Daniel Stenberg |
2004-02-16 | Jeff Lawson pointed out that we need to check for a '5' in the version field | Daniel Stenberg |
2004-02-15 | Mark the dns entry 'inuse' properly even when used from the cache. This | Daniel Stenberg |
2004-02-15 | another case which should use CURLcode and not int | Daniel Stenberg |
2004-02-15 | Use the was_iface variable when binding a socket locally, even if no | Daniel Stenberg |
2004-02-15 | (void) functions we don't check the return code for | Daniel Stenberg |
2004-02-15 | CURLcode/int cleanup to reduce IRIX warnings | Daniel Stenberg |
2004-02-13 | in the socks code, make sure we receive Curl_read results in ints and | Daniel Stenberg |
2004-02-13 | use CURLcode, not int, prevents picky compilers to warn | Daniel Stenberg |
2004-02-13 | the now and start variables were never really used | Daniel Stenberg |
2004-02-13 | Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "even | Daniel Stenberg |
2004-02-13 | Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file! | Daniel Stenberg |
2004-02-13 | I made the same fix here, that Tor already did in the ftp.c code. To make | Daniel Stenberg |
2004-02-13 | Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime() | Daniel Stenberg |
2004-02-12 | Make hostcache_fixoffset() take a long for offset, to fully work with 64bit | Daniel Stenberg |
2004-02-12 | removed the subchar variable, it was only set and never used | Daniel Stenberg |
2004-02-12 | removed the ldaptext variable, it was only set and never used | Daniel Stenberg |
2004-02-12 | removed the nth variable, it was only set and never used anyway | Daniel Stenberg |
2004-02-12 | No longer receive the return code in ConnectionKillOne() that wasn't dealt | Daniel Stenberg |
2004-02-11 | #if-check for SIGALRM before assuming it is present | Daniel Stenberg |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg |
2004-02-09 | Oops. I broke the flow with the previous commit. | Daniel Stenberg |
2004-02-09 | some annoying compilers warn about "(void)foo;" lines so we avoid them | Daniel Stenberg |
2004-02-09 | Tor Arntsen's patch for working around a notorious bug in the AIX5 | Daniel Stenberg |
2004-02-06 | A custom Host: header is only considered if the request is not made by | Daniel Stenberg |
2004-02-06 | The MIPSPro compiler complains on constructs such as "(void)foo;" so | Daniel Stenberg |
2004-02-06 | Make sure DynaGetFunction() returns a function pointer, not a data pointer. | Daniel Stenberg |
2004-02-05 | Andrés García's updates | Daniel Stenberg |
2004-02-05 | if an empty 'transfer-encoding:' header is provided, we switch off the | Daniel Stenberg |
2004-02-05 | Gisle Vanem fixed a windows compiler warning | Daniel Stenberg |
2004-02-05 | options we get as longs need to be typecasted when assigned to prevent | Daniel Stenberg |
2004-02-05 | fix return type to silence compiler warnings | Daniel Stenberg |
2004-02-05 | prevent warning from that picky MIPSpro compiler | Daniel Stenberg |