Initial Digest support. At least partly working.
[platform/upstream/curl.git] / lib / http.c
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.
2003-05-12 Daniel Stenbergincoming proxy headers shall be sent to the debug funct...
2003-05-02 Daniel StenbergIf there is a custom Host: header specified, we use...
2003-04-30 Daniel Stenbergstop parsing Host: host names at colons too
2003-04-30 Daniel Stenbergextract host name from custom Host: headers to use...
2003-03-31 Daniel StenbergGuillaume Cottenceau's patch that adds CURLOPT_UNRESTRI...
2003-03-16 Daniel StenbergJuan F. Codagnone pointed out a missing thing from...
2003-03-03 Daniel StenbergAdded typecast to please the MSVC compiler.
2003-03-02 Daniel StenbergInit postdata properly before issuing a request, so...
2003-02-24 Daniel StenbergFixes to bring back the the "Expect: 100-continue"...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-12-10 Daniel StenbergThe initial HTTP request can now be sent in multiple...
2002-12-09 Daniel StenbergA normal POST now provides data to the main transfer...
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-12-01 Daniel Stenbergonly use Content-Length: header if not transfering...
2002-11-28 Daniel StenbergMoved the compareheader function into this file and...
2002-11-26 Daniel StenbergDan Becker fixed a minor memory leak on persistent...
2002-11-11 Daniel Stenbergmoved the bools in the connectdata struct into the...
2002-11-11 Daniel StenbergNow supports "Transfer-Encoding: chunked" for HTTP...
2002-10-10 Daniel StenbergJeff Lawson fixed a few problems with connection re...
2002-09-25 Daniel Stenbergmake sure we free rangeline before we re-assign it...
2002-09-23 Daniel Stenbergremoved use of extra unneeded variable
2002-09-13 Daniel Stenbergbetter deal with HTTP(S) servers that respond with...
2002-09-11 Daniel StenbergLukasz Czekierda correctly pointed out that curl used...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work
2002-08-30 Daniel StenbergSOCKS5 support added (contributed by a still unnamed...
2002-08-26 Daniel StenbergAndrew Francis removed the need for/use of MSVC pragmas
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-06-11 Daniel Stenbergmake sure data->set.postfields is non-NULL before doing...
2002-06-03 Daniel StenbergT. Bharath made the request size add up as it is docume...
2002-04-22 Daniel Stenbergrenamed the TIMECOND defines to be CURL_ prefixed
2002-04-15 Daniel StenbergThis makes formposting with a specified file missing...
2002-04-12 Daniel Stenbergthe HTTP request is a CURLINFO_HEADER_OUT
2002-04-12 Daniel StenbergJean-Philippe Barrette-LaPierre provided his patch...
2002-04-10 Daniel Stenbergerror code cleanup, use the new SEND/RECV errors
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-03-14 Daniel Stenbergif CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is...
2002-02-18 Daniel StenbergPhilip Gladstone's size problem in add_buffer_send()
2002-02-17 Daniel Stenbergcorrected the Expect: ignore, made Content-Type: possib...
2002-02-07 Daniel Stenbergdon't add 2 to the post size, that was a previous mista...
2002-01-29 Daniel Stenbergappend a CRLF pair after the content-type line
2002-01-27 Daniel Stenbergno longer add CRLF _after_ POST data, it should not...
2002-01-16 Daniel StenbergSomewhat ugly fix to deal with non-blocking sockets...
2002-01-14 Daniel StenbergCurl_read() now returns a negative return code if EWOUL...
2001-12-11 Daniel Stenbergfailf() calls should not have newlines in the message...
2001-12-07 Daniel Stenbergcorrected the comment above gmtime_r
2001-12-07 Daniel Stenbergadded gmtime_r check
2001-11-16 Daniel StenbergKlevtsov Vadim's time condition fix
2001-11-13 Daniel Stenbergmy proxytunnel fix accidentally ruined the normal https...
2001-11-12 Daniel Stenbergmade CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as...
2001-11-12 Daniel Stenbergnew Curl_ConnectHTTPProxyTunnel() function, needs a...
2001-10-31 Daniel StenbergAdded better checking of return codes when we send...
2001-10-19 Daniel Stenbergnow counts header size return from server and if nothin...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-10-09 Daniel Stenbergadded the option CURLOPT_HTTP_VERSION that can specify...
2001-09-18 Daniel Stenbergmodified GetLine(), removed Curl_http_close()
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-21 Daniel StenbergGeorg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-17 Daniel Stenbergmodified to use the renamed kerberos functions with...
2001-08-15 Daniel StenbergUsing CURLOPT_POST without using CURLOPT_POSTFIELDS...
2001-08-14 Daniel Stenbergmade some char * into const char * and I removed the...
2001-08-06 Daniel StenbergCurl_FormFree renamed to Curl_formclean, as it turns...
2001-08-03 Daniel Stenberghttpreq cleanup fix
2001-05-31 Daniel Stenbergremoved _REENTRANT define
2001-05-12 Daniel StenbergUses the Curl_SSLConnect() according to the new return...
2001-05-07 Daniel Stenbergcorrected the read-callback typecase since FILE * was...
2001-04-18 Daniel StenbergRemade resume stuff to keep data in the connectdata...
2001-04-17 Daniel Stenberguse GMT for the conditional timed gets (reported by...
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-03-09 Daniel Stenbergremake Host: for each connection and it'll work with...
2001-03-07 Daniel Stenberg"Transfer-Encoding: chunked" support added
2001-03-05 Daniel Stenbergenable persistant connections by default
2001-03-04 Daniel StenbergCurl_http() could crash on connection re-use
2001-03-02 Daniel Stenbergremade the port number stuff so that following location...
2001-02-22 Daniel Stenbergwe only allocate the HTTP struct if we need to
2001-02-22 Daniel Stenbergmoved the dynamicly set pointers to the connectdata...
2001-02-20 Daniel Stenbergcorrected memory leaks when re-using connections
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-02-13 Daniel Stenbergmoved the protocol-specific free to allow easier multip...
2001-02-07 Daniel StenbergGetLine() didn't properly act on -1 lengths returned...
2001-01-31 Daniel Stenbergcurl_read() and Curl_read() now have ssize_t in the...
2001-01-29 Daniel StenbergHTTP PUT resume now sends Content-Range: headers as...
2001-01-27 Daniel StenbergResume is now done with a Content-Range header instead...
2001-01-26 Daniel StenbergMade it possible to do "upload resume" over HTTP
2001-01-25 Daniel StenbergCurl_read() and Curl_write() are now used for reading...
2001-01-17 Daniel StenbergTransfer is now Curl_Tranfer() and transfer.h is used...
2001-01-05 Daniel Stenbergrenamed Curl_ to curl_ for the printf() prefixes
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-21 Daniel Stenbergtypecasted the argument to isspace() to int, to remove...
2000-11-20 Daniel Stenbergremoved URL size restrictions
2000-11-17 Daniel Stenbergmemory leak cleanup campaign
2000-11-13 Daniel StenbergAdded space after the Cookie: header keyword
2000-10-20 Daniel Stenbergremote_port used in Host: headers only when non-default
2000-10-11 Daniel Stenbergmemory leak adjusts
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-10-04 Daniel Stenbergcounts header and request size
next