#
410942e9 |
| 18-Mar-2005 |
Daniel Stenberg |
a Common Lisp binding
|
#
b5d97b3d |
| 16-Mar-2005 |
Daniel Stenberg |
more
|
#
ffd65a19 |
| 14-Mar-2005 |
Daniel Stenberg |
configure --enable-sspi
|
#
c765213a |
| 12-Mar-2005 |
Daniel Stenberg |
found a common lisp binding
|
#
983bf93a |
| 12-Mar-2005 |
Daniel Stenberg |
--form-string
|
#
2ab2e767 |
| 09-Mar-2005 |
Daniel Stenberg |
configure, socks, debug, getdate
|
#
702664e9 |
| 08-Mar-2005 |
Daniel Stenberg |
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some con
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1)
show more ...
|
#
aa47ac4c |
| 04-Mar-2005 |
Daniel Stenberg |
Added test case 235 that makes a resumed upload of a file that isn't present on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by
Added test case 235 that makes a resumed upload of a file that isn't present on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely.
show more ...
|
#
d221e014 |
| 04-Mar-2005 |
Daniel Stenberg |
starting over
|
Revision tags: curl-7_13_1 |
|
#
874fc822 |
| 04-Mar-2005 |
Daniel Stenberg |
stand clear for release time
|
#
6f752c64 |
| 04-Mar-2005 |
Daniel Stenberg |
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate the cookie "engine" without having to provide an empty or non-existing file.
|
#
7012a4a2 |
| 04-Mar-2005 |
Daniel Stenberg |
Rene Rebe fixed a -# crash when more data than expected was retrieved.
|
#
40ab20a2 |
| 03-Mar-2005 |
Daniel Stenberg |
new VB binding
|
#
861b5e60 |
| 03-Mar-2005 |
Daniel Stenberg |
mention buffer overflows fixed
|
#
5ba188ab |
| 18-Feb-2005 |
Daniel Stenberg |
Ralph Mitchell reported a flaw when you used a proxy with auth, and you requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properl
Ralph Mitchell reported a flaw when you used a proxy with auth, and you requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properly in the second request, due to the host-only check for original host name wrongly being extended to the proxy auth as well. Added test case 233 to verify the flaw and that the fix removed the problem.
show more ...
|
#
eadfd78c |
| 18-Feb-2005 |
Daniel Stenberg |
socket leak, mingw build
|
#
ac022b2e |
| 16-Feb-2005 |
Daniel Stenberg |
Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" that picks NTLM. Thanks to David Byron letting me test NTLM against his servers, I could quickly repeat and fix the
Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" that picks NTLM. Thanks to David Byron letting me test NTLM against his servers, I could quickly repeat and fix the problem. It turned out to be: When libcurl POSTs without knowing/using an authentication and it gets back a list of types from which it picks NTLM, it needs to either continue sending its data if it keeps the connection alive, or not send the data but close the connection. Then do the first step in the NTLM auth. libcurl didn't send the data nor close the connection but simply read the response-body and then sent the first negotiation step. Which then failed miserably of course. The fixed version forces a connection if there is more than 2000 bytes left to send.
show more ...
|
#
e7cefd68 |
| 11-Feb-2005 |
Daniel Stenberg |
Removed all uses of strftime() since it uses the localised version of the week day names and month names and servers don't like that.
|
#
d2485e4f |
| 10-Feb-2005 |
Daniel Stenberg |
valgrind stuff for test suite, vms build and more
|
Revision tags: before_ftp_statemachine |
|
#
0d930153 |
| 01-Feb-2005 |
Daniel Stenberg |
and we start over again
|
Revision tags: curl-7_13_0 |
|
#
4a9e1254 |
| 01-Feb-2005 |
Daniel Stenberg |
7.13 coming up
|
#
064bc3ec |
| 28-Jan-2005 |
Daniel Stenberg |
Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work when built ipv6-enabled. I've now made a fix for it. Writing test cases for custom port strings turned too tricky s
Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work when built ipv6-enabled. I've now made a fix for it. Writing test cases for custom port strings turned too tricky so unfortunately there's none.
show more ...
|
#
177dbc7b |
| 25-Jan-2005 |
Daniel Stenberg |
Ian Ford asked about support for the FTP command ACCT, and I discovered it is present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account
Ian Ford asked about support for the FTP command ACCT, and I discovered it is present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
show more ...
|
#
fad6e5a5 |
| 25-Jan-2005 |
Daniel Stenberg |
new web mirror
|
#
4f7e9589 |
| 23-Jan-2005 |
Daniel Stenberg |
two options less
|