aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
2001-09-18modified GetLine(), removed Curl_http_close()Daniel Stenberg
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-17modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg
2001-08-15Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()Daniel Stenberg
2001-08-14made some char * into const char * and I removed the check for size > 0Daniel Stenberg
2001-08-06Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg
2001-08-03httpreq cleanup fixDaniel Stenberg
2001-05-31removed _REENTRANT defineDaniel Stenberg
2001-05-12Uses the Curl_SSLConnect() according to the new return typeDaniel Stenberg
2001-05-07corrected the read-callback typecase since FILE * was replaced with void *Daniel Stenberg
2001-04-18Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg
2001-04-17use GMT for the conditional timed gets (reported by Phil Karn)Daniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-09remake Host: for each connection and it'll work with proxies tooDaniel Stenberg
2001-03-07"Transfer-Encoding: chunked" support addedDaniel Stenberg
2001-03-05enable persistant connections by defaultDaniel Stenberg
2001-03-04Curl_http() could crash on connection re-useDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
2001-02-22we only allocate the HTTP struct if we need toDaniel Stenberg
2001-02-22moved the dynamicly set pointers to the connectdata structDaniel Stenberg
2001-02-20corrected memory leaks when re-using connectionsDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-13moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg
2001-02-07GetLine() didn't properly act on -1 lengths returned from Curl_read()Daniel Stenberg
2001-01-31curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg
2001-01-29HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616Daniel Stenberg
2001-01-27Resume is now done with a Content-Range header instead of a Range header ifDaniel Stenberg
2001-01-26Made it possible to do "upload resume" over HTTPDaniel Stenberg
2001-01-25Curl_read() and Curl_write() are now used for reading/writing sockets.Daniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-05renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-11-21typecasted the argument to isspace() to int, to remove a pedantic compilerDaniel Stenberg
2000-11-20removed URL size restrictionsDaniel Stenberg
2000-11-17memory leak cleanup campaignDaniel Stenberg
2000-11-13Added space after the Cookie: header keywordDaniel Stenberg
2000-10-20remote_port used in Host: headers only when non-defaultDaniel Stenberg
2000-10-11memory leak adjustsDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-10-04counts header and request sizeDaniel Stenberg
2000-10-03introduced the new add_buffer() concept that makes the HTTP request to getDaniel Stenberg
2000-09-287.3 commitDaniel Stenberg
2000-09-21Uses the new interface to ssend() and the base64 encoderDaniel Stenberg
2000-09-15bugfixed the proxytunnelDaniel Stenberg
2000-09-15more "anything through http proxy tunnel" fixesDaniel Stenberg