Age | Commit message (Expand) | Author |
2004-04-13 | Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the | Daniel Stenberg |
2004-04-13 | move issue 35 (hostip.c cleanup) forward, I don't feel like doing that now | Daniel Stenberg |
2004-04-13 | full-test passes -p to runtests as well to get more details in case of failure | Daniel Stenberg |
2004-04-13 | Initial support for dumping the contents of the files in log/ when failing | Daniel Stenberg |
2004-04-12 | somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there | Daniel Stenberg |
2004-04-11 | David Byron's patch for MSVC builds with zlib | Daniel Stenberg |
2004-04-11 | updated to not include the msvc-generated files | Daniel Stenberg |
2004-04-11 | when checked out from CVS, run this to generate the proper scripts | Daniel Stenberg |
2004-04-09 | Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. | Daniel Stenberg |
2004-04-08 | we're working on 1.2.0 now | Daniel Stenberg |
2004-04-07 | added test 159, use --ntlm together with -0 | Daniel Stenberg |
2004-04-07 | getting only a 100 Continue response and nothing else, when talking HTTP, | Daniel Stenberg |
2004-04-07 | --limit-rate using -d or -F does not work | Daniel Stenberg |
2004-04-07 | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg |
2004-04-07 | Use curl_off_t for the limit rate values to support REALLY huge values on | Daniel Stenberg |
2004-04-06 | mention getting windows builds to work after rearrangements | Daniel Stenberg |
2004-04-06 | Moved long-standing issues over from TODO-RELEASE to the more long-term TODO | Daniel Stenberg |
2004-04-06 | the memory leak on windows have been addressed | Daniel Stenberg |
2004-04-06 | require ssl since ntlm needs it | Daniel Stenberg |
2004-04-06 | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg |
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 |
2004-04-06 | Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan. | Daniel Stenberg |
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 |
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 |
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 |
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 |
2004-04-01 | When ares is enabled, we now check for the ares_cancel function to verify | Daniel Stenberg |
2004-04-01 | Dirk Manske's fix that makes sure we cancel the ares resolve when we time out | Daniel Stenberg |
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 |