2004-02-11 |
Daniel Stenberg | Dirk Manske's fix to install ares_version.h as well |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | mondays are busy days catching up with the patches... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Dominick Meglio's update |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | recent updates |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Modified the default HTTP Accept: header to only be... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Removed, this was only used to work out what went wrong... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Oops. I broke the flow with the previous commit. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | P R Schaffner updated this to work for 7.11.0 |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Dominick Meglio's added share interface documentation |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | removed the state file renaming I accidentally left... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | some annoying compilers warn about "(void)foo;" lines... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Make param2text() take an int argument, as that is... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | use VAR_NONE instead of 0 in the table to prevent compi... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | return 'res' to better discover test failures and to... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Uninitialized variable set. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Tor Arntsen's patch for working around a notorious... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Stenberg | Ken Rastatter's fixes to improve portability of this... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | mingw configure fix, host: fix, compiler warnings in... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | updated with recent fixes |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | The Curl_strtoll() issue |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | Rewrote the gethostbyname() check after Andrés García... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | Added documentation of a few command line options that... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | A custom Host: header is only considered if the request... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | The MIPSPro compiler complains on constructs such as... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | Make sure DynaGetFunction() returns a function pointer... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Daniel Stenberg | Remove the attempt to detect if we already tested the... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | numerous things went in today |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | added the missing stdin section |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | An attempt to only set both libz-related defines at... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | Andrés García's updates |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | if an empty 'transfer-encoding:' header is provided... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | Made a test that sends data on stdin to PUT, with a... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | Gisle Vanem fixed a windows compiler warning |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | changed the test() function to return type int |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | include process.h to get the _getpid() proto |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | when using --enable-debug and gcc, provide the -Wno... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | options we get as longs need to be typecasted when... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | fix return type to silence compiler warnings |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | prevent warning from that picky MIPSpro compiler |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | compiler warning fix, compare struct pointers of the... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | use the timeout options when waiting for the server... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | hide the pack_hostent proto if ipv6 is enabled, as... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Daniel Stenberg | Fix the socklen_t type too. Needed only when built... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | fixed "comparison between signed and unsigned" complaints |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | don't use 'sin' as variable name as the picky compiler... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | fixing |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | prevent a compiler warning about a macro definition |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | prevent the windows version to use global symbol names |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | we use the more aggressive compiler warnings |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | made more pointers unsigned, as they were mostly used... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | typecast comparision between signed and unsigned |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | try_config() takes a second parameter as const, to... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | takes a void *, not a char * anymore |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | ares_free_string() now takes a void * instead |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | don't compare signed and unsigned |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | added a tags target |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | new configure file |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | use configure.ac instead of configure.in |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Daniel Stenberg | stop a compiler warning |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | no one uses libcurl before 7.7 anyway... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | libcares.a is here |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | link with libcares instead of libares |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | We now produce 'libcares.a' instead, to make it possibl... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | the configure and memdebug fixes of yday |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | the unused quit-function didn't pass a correct variable... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | add link to the new cares web site |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | added notes about incompatible functions |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | adjusted to the new single-parameter version of this... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | removed odd newline |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | added the missing ares numerical version initialiser |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Daniel Stenberg | modified *strerror() |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | Use the nroff option figured out by the configure scrip... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | try to figure out if -man or -mandoc works to get text... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | undef accept before defining it, since AIX 5.2 has... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | more test91 tweaks and some c-ares stuff |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | now provides c-ares version info in both version calls |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | Introducing the SECOND version of the version_info... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | use the new single-argument ares_strerror() |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | adjusted to the modified ares_strerror() function |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | remove rcsid stuff from c files, it serves no useful... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | removed the silly second argument to ares_strerror() |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | Dirk Manske fixed the ares usage even more. We could... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | mention mpe/ix |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | set the 'retry' bit to TRUE when the connection is... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | clear the sockerror if no error was returned |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | ares resolve timeout and ca bundle include fixes |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | we include errno.h to truly know if we have ECONNRESET... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | Timeout slow ares name lookups. This is based on the... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | when including ca-bundle.h, don't look in the current... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | fixed the win32 function to use the correct proto,... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | test case 97 |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Daniel Stenberg | added test 97, a simple test with -d post and a replace... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | attempt to fix the notorious test 91 failures |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | make sure the connection is closed when it was detected... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | Somewhat crude attempt at fixing the test 91 failures... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | hide the grep result |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | catching up with reality |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | test case 510, mpeix fix |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Daniel Stenberg | when we receive a request overflow, we still dump the... |
commit | commitdiff | tree | snapshot |
next |