Age | Commit message (Expand) | Author |
2006-08-22 | David McCreedy fixed a remaining mistake from the August 19 TYPE change. | Daniel Stenberg |
2006-08-19 | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg |
2006-08-08 | Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs | Daniel Stenberg |
2006-07-31 | Silence warning: empty body in an if-statement | Yang Tse |
2006-07-25 | Georg Horn made the transfer timeout error message include more details | Daniel Stenberg |
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg |
2006-06-15 | select_res is not a socket, it should be a plain int | Daniel Stenberg |
2006-06-09 | oops, serious breakage in the fdset() function | Daniel Stenberg |
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-03-28 | #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that | Daniel Stenberg |
2006-02-19 | Shmulik Regev fixed an issue with multi-pass authentication and compressed | Daniel Stenberg |
2006-02-11 | Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that | Daniel Stenberg |
2006-02-07 | Philippe Vaucher provided a brilliant piece of test code that show a problem | Daniel Stenberg |
2006-01-30 | Based on an error report by Philippe Vaucher, we no longer count a retried | Daniel Stenberg |
2005-11-24 | Doug Kaufman's set of patches to make curl build fine on DJGPP again using | Daniel Stenberg |
2005-11-18 | fix compiler warning | Daniel Stenberg |
2005-11-17 | I extended a patch from David Shaw to make libcurl _always_ provide an error | Daniel Stenberg |
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg |
2005-09-27 | An anonymous submitter filed bug #1299181 | Daniel Stenberg |
2005-09-21 | return an error string for the missing URL case | Daniel Stenberg |
2005-08-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg |
2005-08-17 | - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with | Daniel Stenberg |
2005-08-13 | James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a | Daniel Stenberg |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg |
2005-05-29 | Eric Cooper reported about a problem with HTTP servers that responds with | Daniel Stenberg |
2005-05-10 | Hm, this doesn't feel right. The error bits returned from Curl_select() can | Daniel Stenberg |
2005-05-10 | me stupid, errno is not set for mere select()-exceptions | Daniel Stenberg |
2005-05-10 | include protos to fix warnings | Daniel Stenberg |
2005-05-10 | If Curl_select() returns with the error bit set, bail out. | Daniel Stenberg |
2005-04-30 | there cannot be chunked problem when no_body (HEAD) is true since without | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-04-08 | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-02-16 | Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" | Daniel Stenberg |
2005-02-14 | Rename Curl_pretransfersec() to *_second_connect() since it does not just | Daniel Stenberg |
2005-02-09 | David Byron identified the lack of SSL_pending() use, and this is my take | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-02-08 | Curl_wait_for_resolv() no longer disconnects on failure, but leaves that | Daniel Stenberg |
2005-02-04 | David Byron pointed out that this -1 on the buffer size is pointless since | Daniel Stenberg |
2005-01-29 | Using the multi interface, and doing a requsted a re-used connection that | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-11 | Dan Torop cleaned up a few no longer used variables from David Phillips' | Daniel Stenberg |
2005-01-11 | Cyrill Osterwalder posted a detailed analysis about a bug that occurs when | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-12-03 | Bug report #1078066: when a chunked transfer was pre-maturely closed exactly | Daniel Stenberg |
2004-11-26 | I changed my mind. Remove ioctl() macro in setup.h instead. | Gisle Vanem |
2004-11-26 | Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to | Gisle Vanem |
2004-11-26 | As reported in Mandrake's bug tracker bug 12289 | Daniel Stenberg |