Age | Commit message (Expand) | Author |
2004-02-06 | updated with recent fixes | Daniel Stenberg |
2004-02-06 | The Curl_strtoll() issue | Daniel Stenberg |
2004-02-06 | updated | Daniel Stenberg |
2004-02-06 | Rewrote the gethostbyname() check after Andrés García's provided patch | Daniel Stenberg |
2004-02-06 | Added documentation of a few command line options that were still undocumented | 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-06 | Remove the attempt to detect if we already tested the same source setup. | Daniel Stenberg |
2004-02-05 | numerous things went in today | Daniel Stenberg |
2004-02-05 | added the missing stdin section | Daniel Stenberg |
2004-02-05 | An attempt to only set both libz-related defines at the same time. We need | 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 | Made a test that sends data on stdin to PUT, with a given length and | Daniel Stenberg |
2004-02-05 | Gisle Vanem fixed a windows compiler warning | Daniel Stenberg |
2004-02-05 | changed the test() function to return type int | Daniel Stenberg |
2004-02-05 | include process.h to get the _getpid() proto | Daniel Stenberg |
2004-02-05 | when using --enable-debug and gcc, provide the -Wno-format-nonliteral option | 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 |
2004-02-05 | compiler warning fix, compare struct pointers of the same type | Daniel Stenberg |
2004-02-05 | use the timeout options when waiting for the server to connect when using | Daniel Stenberg |
2004-02-05 | hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor Arntsen | Daniel Stenberg |
2004-02-05 | Fix the socklen_t type too. Needed only when built with memory debugging | Daniel Stenberg |
2004-02-04 | fixed "comparison between signed and unsigned" complaints | Daniel Stenberg |
2004-02-04 | don't use 'sin' as variable name as the picky compiler warnings complain | Daniel Stenberg |
2004-02-04 | fixing | Daniel Stenberg |
2004-02-04 | prevent a compiler warning about a macro definition | Daniel Stenberg |
2004-02-04 | prevent the windows version to use global symbol names | Daniel Stenberg |
2004-02-04 | we use the more aggressive compiler warnings | Daniel Stenberg |
2004-02-04 | made more pointers unsigned, as they were mostly used passed in to functions | Daniel Stenberg |
2004-02-04 | typecast comparision between signed and unsigned | Daniel Stenberg |
2004-02-04 | try_config() takes a second parameter as const, to prevent picky compiler | Daniel Stenberg |
2004-02-04 | takes a void *, not a char * anymore | Daniel Stenberg |
2004-02-04 | ares_free_string() now takes a void * instead | Daniel Stenberg |
2004-02-04 | don't compare signed and unsigned | Daniel Stenberg |
2004-02-04 | added a tags target | Daniel Stenberg |
2004-02-04 | new configure file | Daniel Stenberg |
2004-02-04 | use configure.ac instead of configure.in | Daniel Stenberg |
2004-02-04 | stop a compiler warning | Daniel Stenberg |
2004-02-03 | no one uses libcurl before 7.7 anyway... | Daniel Stenberg |
2004-02-03 | libcares.a is here | Daniel Stenberg |
2004-02-03 | link with libcares instead of libares | Daniel Stenberg |
2004-02-03 | We now produce 'libcares.a' instead, to make it possible to have both c-ares | Daniel Stenberg |
2004-02-03 | the configure and memdebug fixes of yday | Daniel Stenberg |
2004-02-03 | the unused quit-function didn't pass a correct variable type to the | Daniel Stenberg |
2004-02-03 | add link to the new cares web site | Daniel Stenberg |
2004-02-03 | added notes about incompatible functions | Daniel Stenberg |