#
b0f85621 |
| 02-May-2005 |
Daniel Stenberg |
Added --trace-time that when used adds a time stamp to each trace line that --trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that
Added --trace-time that when used adds a time stamp to each trace line that --trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
show more ...
|
#
329ca40b |
| 02-May-2005 |
Daniel Stenberg |
two bugs, one change
|
#
ccfc1ddb |
| 29-Apr-2005 |
Daniel Stenberg |
more fixes
|
#
656a2e93 |
| 26-Apr-2005 |
Daniel Stenberg |
fixing
|
#
b8bc6bed |
| 23-Apr-2005 |
Daniel Stenberg |
2 days, 4 fixes
|
#
2d85585a |
| 18-Apr-2005 |
Daniel Stenberg |
two bugfixes of today
|
#
e01e364c |
| 12-Apr-2005 |
Daniel Stenberg |
next release will be version 7.14.0 thanks to the added GnuTLS support
|
#
37f7362a |
| 10-Apr-2005 |
Daniel Stenberg |
HTTP 304 response with Content-Length: header
|
#
70024d61 |
| 07-Apr-2005 |
Daniel Stenberg |
GnuTLS!
|
#
8501ae74 |
| 05-Apr-2005 |
Daniel Stenberg |
restart with a blank page again
|
Revision tags: curl-7_13_2 |
|
#
b42bc732 |
| 04-Apr-2005 |
Daniel Stenberg |
win resolve crash, win makefile fix
|
#
82388a5e |
| 03-Apr-2005 |
Daniel Stenberg |
fix of tonight
|
#
93fcb94b |
| 30-Mar-2005 |
Daniel Stenberg |
fix configure's SSL-detection for msys/mingw (from Andres Garcia)
|
#
94459cab |
| 29-Mar-2005 |
Daniel Stenberg |
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
|
#
f00f050d |
| 29-Mar-2005 |
Daniel Stenberg |
proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix
|
#
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
|