Age | Commit message (Expand) | Author |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | 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-03-29 | Fixed the FTP response reader function to properly deal with responses split | Daniel Stenberg |
2005-03-14 | include security.h with lowercase s to work on cross-compiled mingw | Daniel Stenberg |
2005-03-12 | Swap <security.h> and <sspi.h> (needed for MingW). | Gisle Vanem |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-29 | conn->ip_addr MUST NOT be used on re-used connections | Daniel Stenberg |
2005-01-28 | KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two | Daniel Stenberg |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | 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-10 | Pavel Orehov reported memory problems with the multi interface in bug report | Daniel Stenberg |
2004-12-19 | if the pkcs12.h header exists, include it already in urldata.h to work around | Daniel Stenberg |
2004-12-16 | Renamed a struct member to avoid conflict with a C++ reserved word. | Dan Fandrich |
2004-12-15 | Add 'const' to immutable arrays. | Dan Fandrich |
2004-12-14 | urldata.h: Removed engine_list. | Gisle Vanem |
2004-12-14 | Moved the engine stuff from the root-level of the SessionHandle struct to the | Daniel Stenberg |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |
2004-12-06 | 'crypto_engine' not used. | Gisle Vanem |
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-25 | FTP improvements: | Daniel Stenberg |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-09-30 | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg |
2004-07-04 | made 'connectindex' a long variable to prevent compiler warnings when | Daniel Stenberg |
2004-07-01 | Variable type cleanups to please the picky MIPSPro compiler. | Daniel Stenberg |
2004-07-01 | variable type cleanup to fix picky compiler warnings | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-16 | Keep the upload byte counter in an curl_off_t, not an int. 32bits is not | Daniel Stenberg |
2004-06-15 | Fix the auth code to enable us to i.e set DIGEST and then find out that the | Daniel Stenberg |
2004-06-03 | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg |
2004-05-26 | Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |
2004-05-17 | 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 | use size_t better for buffer and alloc lengths | Daniel Stenberg |
2004-05-07 | We don't support any long protocol names so we can use a smaller buffer. | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-04-29 | Luca Altea's major HTTP Digest update | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-26 | IDN adjustments and host cleanups by Gisle | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |