3b491d0f | 06-Apr-2004 |
Daniel Stenberg |
Moved long-standing issues over from TODO-RELEASE to the more long-term TODO file. |
26a2b8d2 | 06-Apr-2004 |
Daniel Stenberg |
the memory leak on windows have been addressed |
a7fd6f90 | 06-Apr-2004 |
Daniel Stenberg |
require ssl since ntlm needs it |
8ed44e8d | 06-Apr-2004 |
Daniel Stenberg |
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
show more ...
|
f617c113 | 06-Apr-2004 |
Daniel Stenberg |
mention the man page updates from the other day |
5ca47f19 | 06-Apr-2004 |
Daniel Stenberg |
the pack_hostent() proto isn't used/needed with ipv6 is enabled. time to restructure this source file! |
9044fcbb | 06-Apr-2004 |
Daniel Stenberg |
Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan. Good enough? |
7a82810b | 06-Apr-2004 |
Daniel Stenberg |
Added the curl source header and changed some comments |
0ccdf3d0 | 06-Apr-2004 |
Daniel Stenberg |
improved --limit-rate functionality, partly by the new use of curlx_tvnow() |
ca7f0852 | 06-Apr-2004 |
Daniel Stenberg |
Gisle Vanem caught me breaking the windows version of Curl_strerror() |
780b9623 | 06-Apr-2004 |
Daniel Stenberg |
provide these functions as curlx_* ones as this enables the curl app to re-use these sources and functions for subsecond resolution timing |
bbeb8409 | 06-Apr-2004 |
Daniel Stenberg |
up-to-date with reality |
f4ec465b | 06-Apr-2004 |
Daniel Stenberg |
added HAVE_GETTIMEOFDAY, we need it for better time resolution |
57c86a95 | 06-Apr-2004 |
Daniel Stenberg |
typecasts to please picky compilers checking the printf() format string |
0fff8656 | 06-Apr-2004 |
Daniel Stenberg |
one change, three bugs, one credit |
7b929636 | 06-Apr-2004 |
Daniel Stenberg |
the last couple of days |
76835a2e | 06-Apr-2004 |
Daniel Stenberg |
two issues to fix before 7.11.2, one issue to fix befor 7.12.0 |
1b171b02 | 06-Apr-2004 |
Daniel Stenberg |
remove the general use of sys_nerr |
a8dc3625 | 05-Apr-2004 |
Daniel Stenberg |
generated files, no need to keep in CVS |
7c72f8ee | 02-Apr-2004 |
Daniel Stenberg |
prepend the man3 dir to the file name to work better. Robin Kay pointed this out. |
c39a5460 | 02-Apr-2004 |
Daniel Stenberg |
edits, mainly to make the generated html output nicer |
ce6b767b | 02-Apr-2004 |
Daniel Stenberg |
minor edits |
7ba4d346 | 02-Apr-2004 |
Daniel Stenberg |
Dirk Manske's feedback: * bring back subsecond resolution to CURLINFO_TOTAL_TIME * Fix the Curl_pgrsDone() so that the final progress update is shown properly |
03def138 | 02-Apr-2004 |
Daniel Stenberg |
Andr�s Garc�a's updated mingw makefiles |
9d99af53 | 02-Apr-2004 |
Daniel Stenberg |
if select returns -1, bail out of the loop |