Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-15 | cURLpp 0.5.1 | Daniel Stenberg | |
2005-07-13 | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | |
2005-07-12 | mention the Rexx/CURL release | Daniel Stenberg | |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg | |
trailer is then sent to the normal header callback/stream. | |||
2005-07-05 | Gisle Vanem came up with a nice little work-around for bug #1230118. It | Daniel Stenberg | |
seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc. | |||
2005-07-04 | mention the strerror_r detection fix in configure | Daniel Stenberg | |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg | |
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify. | |||
2005-06-28 | new Lua binding | Daniel Stenberg | |
2005-06-22 | David Shaw fixes | Daniel Stenberg | |
2005-06-19 | possible windows memory leak fixed by Gisle | Daniel Stenberg | |
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg | |
2005-05-31 | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel Stenberg | |
address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify. | |||
2005-05-29 | recent changes | Daniel Stenberg | |
2005-05-24 | recent action | Daniel Stenberg | |
2005-05-18 | three fixes since 7.14.0 | Daniel Stenberg | |
2005-05-16 | start working on 7.14.1 | Daniel Stenberg | |
2005-05-13 | uses select() instead of poll() even on Mac OS X 10.4 | Daniel Stenberg | |
2005-05-12 | -z bad use warning and NTLM proxy auth in reconnect fix | Daniel Stenberg | |
2005-05-11 | the new HTTP headers | Daniel Stenberg | |
2005-05-09 | new counter | Daniel Stenberg | |
2005-05-09 | new mirror, added amount of contributors | Daniel Stenberg | |
2005-05-06 | one more command line option, fixed the AIX 4.3 enabled IPv6 build (it now | Daniel Stenberg | |
detects a bad Ipv6 situation and disables it automatically) | |||
2005-05-02 | Added --trace-time that when used adds a time stamp to each trace line that | Daniel Stenberg | |
--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. | |||
2005-05-02 | two bugs, one change | Daniel Stenberg | |
2005-04-29 | more fixes | Daniel Stenberg | |
2005-04-26 | fixing | Daniel Stenberg | |
2005-04-23 | 2 days, 4 fixes | Daniel Stenberg | |
2005-04-18 | two bugfixes of today | Daniel Stenberg | |
2005-04-12 | next release will be version 7.14.0 thanks to the added GnuTLS support | Daniel Stenberg | |
2005-04-10 | HTTP 304 response with Content-Length: header | Daniel Stenberg | |
2005-04-07 | GnuTLS! | Daniel Stenberg | |
2005-04-05 | restart with a blank page again | Daniel Stenberg | |
2005-04-04 | win resolve crash, win makefile fix | Daniel Stenberg | |
2005-04-03 | fix of tonight | Daniel Stenberg | |
2005-03-30 | fix configure's SSL-detection for msys/mingw (from Andres Garcia) | Daniel Stenberg | |
2005-03-29 | Better connection keep-alive when POSTing with HTTP Digest or Negotiate. | Daniel Stenberg | |
2005-03-29 | proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix | Daniel Stenberg | |
2005-03-18 | a Common Lisp binding | Daniel Stenberg | |
2005-03-16 | more | Daniel Stenberg | |
2005-03-14 | configure --enable-sspi | Daniel Stenberg | |
2005-03-12 | found a common lisp binding | Daniel Stenberg | |
2005-03-12 | --form-string | Daniel Stenberg | |
2005-03-09 | configure, socks, debug, getdate | Daniel Stenberg | |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg | |
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) | |||
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg | |
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. | |||
2005-03-04 | starting over | Daniel Stenberg | |
2005-03-04 | stand clear for release time | Daniel Stenberg | |
2005-03-04 | Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate | Daniel Stenberg | |
the cookie "engine" without having to provide an empty or non-existing file. | |||
2005-03-04 | Rene Rebe fixed a -# crash when more data than expected was retrieved. | Daniel Stenberg | |
2005-03-03 | new VB binding | Daniel Stenberg | |