#
6b7f6369 |
| 10-Dec-2004 |
Daniel Stenberg |
username and IPv6 numerical address URL parser fix
|
#
a7488672 |
| 10-Dec-2004 |
Daniel Stenberg |
configure and curl-config fixes
|
#
80a32438 |
| 07-Dec-2004 |
Daniel Stenberg |
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less li
Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
show more ...
|
#
ac269a8f |
| 05-Dec-2004 |
Daniel Stenberg |
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support
Dan Fandrich added the --disable-cookies option to configure to build libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
show more ...
|
#
35944744 |
| 05-Dec-2004 |
Daniel Stenberg |
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it sho
Richard Atterer fixed libcurl's way of dealing with the EPSV response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
show more ...
|
#
b7ff86fa |
| 03-Dec-2004 |
Daniel Stenberg |
credit where credit is due
|
#
2c27e4ee |
| 03-Dec-2004 |
Daniel Stenberg |
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.
|
#
6bb215f5 |
| 30-Nov-2004 |
Daniel Stenberg |
recent changes
|
#
93aa22ea |
| 29-Nov-2004 |
Daniel Stenberg |
--disable-epsv when connecting to an IPv6 ftp server
|
#
4c8fbe9a |
| 29-Nov-2004 |
Daniel Stenberg |
spell
|
#
9a0d5c4e |
| 26-Nov-2004 |
Daniel Stenberg |
progress meter newline
|
#
bf51f05a |
| 25-Nov-2004 |
Daniel Stenberg |
FTP improvements: If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection.
FTP improvements: If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format.
show more ...
|
#
3e1caa61 |
| 24-Nov-2004 |
Daniel Stenberg |
HTTP "auth done right". See lib/README.httpauth
|
#
4afc4aed |
| 23-Nov-2004 |
Daniel Stenberg |
yet another binding
|
#
1a05a90f |
| 19-Nov-2004 |
Daniel Stenberg |
David Phillips' FD_SETSIZE fix
|
#
5931d43a |
| 15-Nov-2004 |
Daniel Stenberg |
clean up start time and t_startsingle use so that redirect_time works properly
|
#
c1688733 |
| 11-Nov-2004 |
Daniel Stenberg |
recent fixes
|
#
0dc79376 |
| 09-Nov-2004 |
Daniel Stenberg |
with all external functions marked with CURL_EXTERN it is easy to count them and... yes, they are 46!
|
#
1f2b042b |
| 08-Nov-2004 |
Daniel Stenberg |
today's work
|
#
6b49fd74 |
| 05-Nov-2004 |
Daniel Stenberg |
Tim Sneddon's VMS fix for huge HTTP POSTs
|
#
40498ffd |
| 04-Nov-2004 |
Daniel Stenberg |
update
|
#
ab909fc4 |
| 02-Nov-2004 |
Daniel Stenberg |
recent changes
|
#
f4bef25b |
| 19-Oct-2004 |
Daniel Stenberg |
CURLINFO_NUM_CONNECTS and more
|
#
48750d5f |
| 18-Oct-2004 |
Daniel Stenberg |
start over on 7.12.3
|
Revision tags: curl-7_12_2 |
|
#
db4d0d30 |
| 17-Oct-2004 |
Daniel Stenberg |
new mirror
|