Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-06 | mention the man page updates from the other day | Daniel Stenberg | |
2004-04-06 | the pack_hostent() proto isn't used/needed with ipv6 is enabled. | Daniel Stenberg | |
time to restructure this source file! | |||
2004-04-06 | Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan. | Daniel Stenberg | |
Good enough? | |||
2004-04-06 | Added the curl source header and changed some comments | Daniel Stenberg | |
2004-04-06 | improved --limit-rate functionality, partly by the new use of curlx_tvnow() | Daniel Stenberg | |
2004-04-06 | Gisle Vanem caught me breaking the windows version of Curl_strerror() | Daniel Stenberg | |
2004-04-06 | provide these functions as curlx_* ones as this enables the curl app to | Daniel Stenberg | |
re-use these sources and functions for subsecond resolution timing | |||
2004-04-06 | up-to-date with reality | Daniel Stenberg | |
2004-04-06 | added HAVE_GETTIMEOFDAY, we need it for better time resolution | Daniel Stenberg | |
2004-04-06 | typecasts to please picky compilers checking the printf() format string | Daniel Stenberg | |
2004-04-06 | one change, three bugs, one credit | Daniel Stenberg | |
2004-04-06 | the last couple of days | Daniel Stenberg | |
2004-04-06 | two issues to fix before 7.11.2, one issue to fix befor 7.12.0 | Daniel Stenberg | |
2004-04-06 | remove the general use of sys_nerr | Daniel Stenberg | |
2004-04-05 | generated files, no need to keep in CVS | Daniel Stenberg | |
2004-04-02 | prepend the man3 dir to the file name to work better. | Daniel Stenberg | |
Robin Kay pointed this out. | |||
2004-04-02 | edits, mainly to make the generated html output nicer | Daniel Stenberg | |
2004-04-02 | minor edits | Daniel Stenberg | |
2004-04-02 | Dirk Manske's feedback: | Daniel Stenberg | |
* bring back subsecond resolution to CURLINFO_TOTAL_TIME * Fix the Curl_pgrsDone() so that the final progress update is shown properly | |||
2004-04-02 | Andrés García's updated mingw makefiles | Daniel Stenberg | |
2004-04-02 | if select returns -1, bail out of the loop | Daniel Stenberg | |
2004-04-01 | Only check that the c-ares lib is valid if we don't use the "embedded" | Daniel Stenberg | |
directory. The provided ares dir is probably up-to-date, but more importantly it is often not built yet at the time when this configure script runs. | |||
2004-04-01 | When ares is enabled, we now check for the ares_cancel function to verify | Daniel Stenberg | |
that we use a library that is recent enough to build with the latest libcurl. | |||
2004-04-01 | Dirk Manske's fix that makes sure we cancel the ares resolve when we time out | Daniel Stenberg | |
from a name resolve. Without this, we leak memory! | |||
2004-04-01 | Dirk Manske's ares_cancel() function was added. | Daniel Stenberg | |
2004-04-01 | edited slightly, point out our new mailinglist | Daniel Stenberg | |
2004-04-01 | remind us about cvs tagging when we've built a release archive | Daniel Stenberg | |
2004-04-01 | removed my previously attempted fix for ares timeouts, not needed | Daniel Stenberg | |
2004-04-01 | Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program. | Daniel Stenberg | |
2004-04-01 | Dominick Meglio man page fixes | Daniel Stenberg | |
2004-03-31 | Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for the | Daniel Stenberg | |
existance of NI_WITHSCOPEID since some platforms have that define but still can't function with it set. | |||
2004-03-31 | issue 30, digest re-negotiate works now! | Daniel Stenberg | |
2004-03-31 | recent changes | Daniel Stenberg | |
2004-03-31 | updates and David Byron's spellfix | Daniel Stenberg | |
2004-03-31 | Roy Shan fixed a case that prevented ares name resolve timeouts to occur. | Daniel Stenberg | |
2004-03-31 | we're working on 7.11.2-CVS right now | Daniel Stenberg | |
2004-03-31 | HAVE_NI_WITHSCOPEID spelled right! | Daniel Stenberg | |
2004-03-31 | Remove the elapsed time from the most recent select() only. | Daniel Stenberg | |
2004-03-31 | The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for | Daniel Stenberg | |
the specific time to wait for a resolve. The definition is at the top of this source file. | |||
2004-03-31 | Dirk Manske found out the Curl_wait_for_resolv() timed out too early. | Daniel Stenberg | |
2004-03-31 | added swsbounce | Daniel Stenberg | |
2004-03-31 | added include to fix warning | Daniel Stenberg | |
2004-03-31 | * Fixed a memory leak when doing repeated re-negotiations. | Daniel Stenberg | |
* Made the incoming line parser more forgiving to allow "name=contents" pairs where the contents isn't within double quotes. * Made the digest code return CURLDIGEST_BADALGO if a requested algorithm isn't supported by the code. | |||
2004-03-31 | test 153 tests Digest authorization and stale=true stuff | Daniel Stenberg | |
2004-03-31 | Added "swsbounce" magic: if this keyword is present in a <data> section it | Daniel Stenberg | |
sets the "swsbounce" magic mode. If there follows a request for the SAME test number and the SAME part number, this mode will make the server bump the part number internally and thus return a different <dataNUM> section than it otherwise would. Test case 153 uses this in case you need an example. It is pretty involved and hard-to-use, but then the situation is pretty special over all. Enjoy. | |||
2004-03-31 | Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sure | Daniel Stenberg | |
we use the NIFLAGS properly on both places in the code that use getnameinfo(). | |||
2004-03-31 | Fixed how the user name is extracted from http_proxy environment variable | Daniel Stenberg | |
when set. | |||
2004-03-31 | Andrés García fixed a warning in the ioctlsocket() usage. | Daniel Stenberg | |
2004-03-31 | modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and | Daniel Stenberg | |
added some more debug output to make it easier to detect failure reasons in the autobuild logs | |||
2004-03-31 | CURLDIGEST_BADALGO is a new return code from the digest code | Daniel Stenberg | |