Age | Commit message (Expand) | Author |
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 |
2004-07-01 | Variable type cleanups to please the picky MIPSPro compiler. | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-22 | pass an int pointer when it expects an int pointer... | Daniel Stenberg |
2004-06-21 | The read callback can now return CURL_READFUNC_ABORT to stop a transfer. | Daniel Stenberg |
2004-06-16 | Alexander Krasnostavsky fixed a flaw in the 3rd party transfer code that | Daniel Stenberg |
2004-06-09 | Alexander Krasnostavsky's fix to make libcurl build fine with configure | Daniel Stenberg |
2004-06-03 | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-05-17 | I made Curl_done() take a pointer-pointer in the first argument instead, and | Daniel Stenberg |
2004-05-17 | fixed a warning on IRIX, deleted trailing whitespace | Daniel Stenberg |
2004-05-12 | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg |
2004-05-12 | even if Curl_do() fails, we must call Curl_done() to do proper cleaning up | Daniel Stenberg |
2004-05-12 | use size_t better for buffer and alloc lengths | Daniel Stenberg |
2004-05-11 | minor leak in case of error, thanks to "./runtests.pl -n -t 25" | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-05 | prevent warnings when using the gcc option -Wunreachable-code | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-26 | no longer include curl/types.h, it serves no purpose | Daniel Stenberg |
2004-04-26 | added many comments | Daniel Stenberg |