aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-08we're working on 1.2.0 nowDaniel Stenberg
2004-04-07added test 159, use --ntlm together with -0Daniel Stenberg
2004-04-07getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg
is now treated as an error by libcurl
2004-04-07--limit-rate using -d or -F does not workDaniel Stenberg
2004-04-07renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg
concept, and added lib/README.curlx to explain details about it
2004-04-07Use curl_off_t for the limit rate values to support REALLY huge values onDaniel Stenberg
such platforms that support large files.
2004-04-06mention getting windows builds to work after rearrangementsDaniel Stenberg
2004-04-06Moved long-standing issues over from TODO-RELEASE to the more long-term TODODaniel Stenberg
file.
2004-04-06the memory leak on windows have been addressedDaniel Stenberg
2004-04-06require ssl since ntlm needs itDaniel Stenberg
2004-04-06New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
2004-04-06mention the man page updates from the other dayDaniel Stenberg
2004-04-06the pack_hostent() proto isn't used/needed with ipv6 is enabled.Daniel Stenberg
time to restructure this source file!
2004-04-06Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.Daniel Stenberg
Good enough?
2004-04-06Added the curl source header and changed some commentsDaniel Stenberg
2004-04-06improved --limit-rate functionality, partly by the new use of curlx_tvnow()Daniel Stenberg
2004-04-06Gisle Vanem caught me breaking the windows version of Curl_strerror()Daniel Stenberg
2004-04-06provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg
re-use these sources and functions for subsecond resolution timing
2004-04-06up-to-date with realityDaniel Stenberg
2004-04-06added HAVE_GETTIMEOFDAY, we need it for better time resolutionDaniel Stenberg
2004-04-06typecasts to please picky compilers checking the printf() format stringDaniel Stenberg
2004-04-06one change, three bugs, one creditDaniel Stenberg
2004-04-06the last couple of daysDaniel Stenberg
2004-04-06two issues to fix before 7.11.2, one issue to fix befor 7.12.0Daniel Stenberg
2004-04-06remove the general use of sys_nerrDaniel Stenberg
2004-04-05generated files, no need to keep in CVSDaniel Stenberg
2004-04-02prepend the man3 dir to the file name to work better.Daniel Stenberg
Robin Kay pointed this out.
2004-04-02edits, mainly to make the generated html output nicerDaniel Stenberg
2004-04-02minor editsDaniel Stenberg
2004-04-02Dirk 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-02Andrés García's updated mingw makefilesDaniel Stenberg
2004-04-02if select returns -1, bail out of the loopDaniel Stenberg
2004-04-01Only 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-01When ares is enabled, we now check for the ares_cancel function to verifyDaniel Stenberg
that we use a library that is recent enough to build with the latest libcurl.
2004-04-01Dirk Manske's fix that makes sure we cancel the ares resolve when we time outDaniel Stenberg
from a name resolve. Without this, we leak memory!
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg
2004-04-01edited slightly, point out our new mailinglistDaniel Stenberg
2004-04-01remind us about cvs tagging when we've built a release archiveDaniel Stenberg
2004-04-01removed my previously attempted fix for ares timeouts, not neededDaniel Stenberg
2004-04-01Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program.Daniel Stenberg
2004-04-01Dominick Meglio man page fixesDaniel Stenberg
2004-03-31Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for theDaniel Stenberg
existance of NI_WITHSCOPEID since some platforms have that define but still can't function with it set.
2004-03-31issue 30, digest re-negotiate works now!Daniel Stenberg
2004-03-31recent changesDaniel Stenberg
2004-03-31updates and David Byron's spellfixDaniel Stenberg
2004-03-31Roy Shan fixed a case that prevented ares name resolve timeouts to occur.Daniel Stenberg
2004-03-31we're working on 7.11.2-CVS right nowDaniel Stenberg
2004-03-31HAVE_NI_WITHSCOPEID spelled right!Daniel Stenberg
2004-03-31Remove the elapsed time from the most recent select() only.Daniel Stenberg
2004-03-31The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE forDaniel Stenberg
the specific time to wait for a resolve. The definition is at the top of this source file.