Age | Commit message (Expand) | Author |
2004-12-16 | Renamed a struct member to avoid conflict with a C++ reserved word. | Dan Fandrich |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |
2004-12-10 | move the port number extraction to after the extraction of user name/password, | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | 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-25 | FTP improvements: | 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-15 | clean up start time and t_startsingle use so that redirect_time works properly | Daniel Stenberg |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg |
2004-10-10 | another lame attempt to avoid the "warning: will never be executed" warning | Daniel Stenberg |
2004-10-07 | use tld_strerror() only if previously detected, since otherwise we can't | Daniel Stenberg |
2004-10-06 | Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail, | Gisle Vanem |
2004-10-06 | USE_LIBIDN: Added Top-level-domain (TLD) check for host->name. | Gisle Vanem |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-10-05 | minor edit to re-use a variable and to hopefully avoid a (moot) warning | Daniel Stenberg |
2004-10-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg |
2004-10-02 | Gisle Vanem provided code that displays an error message when the (libidn | Daniel Stenberg |
2004-09-28 | Only active the engine code if ssl is enabled. This is how the actual engine | Daniel Stenberg |
2004-09-25 | allow setting CURLOPT_SSLENGINE to NULL even if no SSL engine is supported | 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-08-16 | allow a custom "Accept-Encoding:" header override the internally set one | Daniel Stenberg |
2004-08-10 | Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this | Daniel Stenberg |
2004-07-29 | prevent all the sig and alarm stuff when using ares | Daniel Stenberg |
2004-07-28 | Bertrand Demiddelaer fixed the host name to get setup properly even when | Daniel Stenberg |
2004-07-10 | ifdef keep_sigact since its only used when SIGALRM is defined. | Gunter Knauf |
2004-07-04 | explicit typecasts when converting from long to int to avoid warnings | Daniel Stenberg |
2004-07-04 | made 'connectindex' a long variable to prevent compiler warnings when | Daniel Stenberg |
2004-07-01 | variable type cleanup to fix picky compiler warnings | Daniel Stenberg |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg |
2004-06-24 | typecasts to prevent warnings | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-22 | Moved the "About to connect() to" text to the place where the host name is | Daniel Stenberg |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg |
2004-06-10 | Gisle Vanem's improved verbose output and timeout handling when connecting to | 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-06-02 | Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the | Daniel Stenberg |
2004-05-28 | check for failing strdup()s | 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-25 | preprocessor magic around the libidn idn_free() stuff to remain workable | Daniel Stenberg |
2004-05-24 | only idn_free() if built with libidn | Daniel Stenberg |