Age | Commit message (Expand) | Author |
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 |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-11-18 | Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg |
2004-10-19 | Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with | Daniel Stenberg |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg |
2004-09-13 | no longer includes getdate.h, there's no need for it | Daniel Stenberg |
2004-08-30 | Make "Proxy-Connection: close" close the current proxy connection, as | Daniel Stenberg |
2004-08-20 | Alexander Krasnostavsky made the write callback get called even when a zero | Daniel Stenberg |
2004-08-10 | more typecasts to please picky compilers | Daniel Stenberg |
2004-08-09 | typecast the assigment of an unsigned variable to a signed one to prevent | Daniel Stenberg |
2004-08-09 | ->fread() should get a size_t variable passed in | Daniel Stenberg |
2004-07-16 | deal with negative Content-Length: headers by ignoring the info | Daniel Stenberg |