Age | Commit message (Expand) | Author |
2004-04-23 | Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use | Daniel Stenberg |
2004-04-22 | missing brace | Daniel Stenberg |
2004-04-22 | - David Byron found and fixed a small bug with the --fail and authentication | Daniel Stenberg |
2004-04-22 | Added comments | Daniel Stenberg |
2004-04-20 | Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed- | Daniel Stenberg |
2004-04-13 | remove an long time #defined struct member and use the actual "real" name | Daniel Stenberg |
2004-04-07 | getting only a 100 Continue response and nothing else, when talking HTTP, | Daniel Stenberg |
2004-04-06 | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg |
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg |
2004-03-30 | if 0'ed out a code section that uses __FUNCTION__ etc, used for debugging | Daniel Stenberg |
2004-03-30 | David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM | Daniel Stenberg |
2004-03-14 | fix signed and unsigned warnings | Daniel Stenberg |
2004-03-13 | postsize is off_t now, so we typecase it to int before doing normal printf | Daniel Stenberg |
2004-03-13 | the postsize is an off_t so use the proper printf format to output the | Daniel Stenberg |
2004-03-12 | more variable type fixing for the huge posts | Daniel Stenberg |
2004-03-12 | more variable type fixes for the large POST support | Daniel Stenberg |
2004-03-12 | Made the 'postsize' variable an off_t type to be able to hold large file | Daniel Stenberg |
2004-03-10 | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg |
2004-03-10 | curl_socket_t mistakes cleanup | Daniel Stenberg |
2004-03-10 | keep the number of bytes read in a size_t variable | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-03-09 | explicit typecast to visualize that we really want the result of the | Daniel Stenberg |
2004-03-05 | issue 12 fix | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg |
2004-02-23 | More size_t cleanups in the base64 functions. | Daniel Stenberg |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg |
2004-02-06 | A custom Host: header is only considered if the request is not made by | Daniel Stenberg |
2004-02-05 | if an empty 'transfer-encoding:' header is provided, we switch off the | Daniel Stenberg |
2004-02-02 | set the 'retry' bit to TRUE when the connection is about to be retried, | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-09 | added one assert and a few comments describing how the auth stuff works | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-11-25 | When basic is the only auth wanted (which it is by default), the auth phase | Daniel Stenberg |
2003-11-24 | allow the end-of-headers from a proxy response to CONNECT end with a CRCR | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-20 | bail out properly on a 407 when we can't authenticate basic, bug report | Daniel Stenberg |
2003-10-31 | gmtime() really can't even return NULL, can it? | Daniel Stenberg |
2003-10-24 | Improved checks for bad memory situations and proper behaviour when we | Daniel Stenberg |
2003-10-21 | conn->user and conn->passwd will now always be set to point to something. | Daniel Stenberg |
2003-10-20 | allow no user and password for proxy too, Basic | Daniel Stenberg |
2003-10-20 | allow no user and no passwd when doing basic auth | Daniel Stenberg |
2003-10-18 | builds warning-free with -Wshadow now | Daniel Stenberg |
2003-10-18 | compiler warning fix | Daniel Stenberg |