Age | Commit message (Expand) | Author |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg |
2002-06-11 | make sure data->set.postfields is non-NULL before doing strlen() on the | Daniel Stenberg |
2002-06-03 | T. Bharath made the request size add up as it is documented to do. | Daniel Stenberg |
2002-04-22 | renamed the TIMECOND defines to be CURL_ prefixed | Daniel Stenberg |
2002-04-15 | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg |
2002-04-12 | the HTTP request is a CURLINFO_HEADER_OUT | Daniel Stenberg |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg |
2002-04-10 | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-14 | if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that | Daniel Stenberg |
2002-02-18 | Philip Gladstone's size problem in add_buffer_send() | Daniel Stenberg |
2002-02-17 | corrected the Expect: ignore, made Content-Type: possible to skip | Daniel Stenberg |
2002-02-07 | don't add 2 to the post size, that was a previous mistake because there | Daniel Stenberg |
2002-01-29 | append a CRLF pair after the content-type line | Daniel Stenberg |
2002-01-27 | no longer add CRLF _after_ POST data, it should not be needed. Pedro Neves | Daniel Stenberg |
2002-01-16 | Somewhat ugly fix to deal with non-blocking sockets. We just loop and try | Daniel Stenberg |
2002-01-14 | Curl_read() now returns a negative return code if EWOULDBLOCK or similar | Daniel Stenberg |
2001-12-11 | failf() calls should not have newlines in the message string! | Daniel Stenberg |
2001-12-07 | corrected the comment above gmtime_r | Daniel Stenberg |
2001-12-07 | added gmtime_r check | Daniel Stenberg |
2001-11-16 | Klevtsov Vadim's time condition fix | Daniel Stenberg |
2001-11-13 | my proxytunnel fix accidentally ruined the normal https connects | Daniel Stenberg |
2001-11-12 | made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as well | Daniel Stenberg |
2001-11-12 | new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!! | Daniel Stenberg |
2001-10-31 | Added better checking of return codes when we send data to sockets/connections | Daniel Stenberg |
2001-10-19 | now counts header size return from server and if nothing is returned from a | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-10-09 | added the option CURLOPT_HTTP_VERSION that can specify which HTTP version | Daniel Stenberg |
2001-09-18 | modified GetLine(), removed Curl_http_close() | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg |
2001-08-17 | modified to use the renamed kerberos functions with Curl_ prefix | Daniel Stenberg |
2001-08-15 | Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen() | Daniel Stenberg |
2001-08-14 | made some char * into const char * and I removed the check for size > 0 | Daniel Stenberg |
2001-08-06 | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg |
2001-05-31 | removed _REENTRANT define | Daniel Stenberg |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg |
2001-05-07 | corrected the read-callback typecase since FILE * was replaced with void * | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-17 | use GMT for the conditional timed gets (reported by Phil Karn) | Daniel Stenberg |
2001-03-14 | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg |
2001-03-09 | remake Host: for each connection and it'll work with proxies too | Daniel Stenberg |
2001-03-07 | "Transfer-Encoding: chunked" support added | Daniel Stenberg |
2001-03-05 | enable persistant connections by default | Daniel Stenberg |
2001-03-04 | Curl_http() could crash on connection re-use | Daniel Stenberg |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg |
2001-02-22 | we only allocate the HTTP struct if we need to | Daniel Stenberg |