Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / http.h
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-02-17 Tatsuhiro Tsujikawahttp2: Support HTTP POST/PUT
2014-02-04 Tatsuhiro Tsujikawahttp2: handle incoming data larger than remaining buffer
2014-02-04 Tatsuhiro Tsujikawahttp2: Check stream ID we are interested in
2014-02-04 Tatsuhiro Tsujikawahttp2: store response header in temporary buffer
2014-02-04 Tatsuhiro TsujikawaHTTP2: add layer between existing http and socket(TLS...
2014-01-30 Daniel Stenberghttp2: add CRLF when first data arrives
2014-01-30 Daniel Stenberghttp2: convert HEADER frames to HTTP1-like headers
2014-01-30 Daniel Stenberghttp2: do the POST Upgrade dance properly
2014-01-29 Daniel Stenberghttp2: switch recv/send functions to http2 ones after 101
2013-11-03 Steve Holmehttp: Post base64 decoding tidy up
2013-11-02 Steve Holmehttp: Added proxy tunnel authentication message header...
2013-09-07 Nick Zitzmannhttp: fix build warning under LLVM
2013-09-07 Daniel Stenberghttp2: actually init nghttp2 and send HTTP2-Settings...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2011-06-03 Daniel Stenbergprivatise: make private functions static
2011-04-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
2010-07-24 Daniel Stenbergadd_buffer_send: fix compiler warning
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-07 Daniel Stenbergremoved a parameter from the Curl_http_readwrite_header...
2010-01-07 Daniel Stenbergremoved Curl_http_header_append() prototype as it isn...
2009-12-29 Daniel Stenbergmove HTTP-specific functions to http.c where they belong
2009-12-12 Daniel Stenbergsplit out more protocol-specific structs from urldata...
2008-08-04 Daniel Stenberg- Test cases 1051, 1052 and 1055 were added by Daniel...
2008-07-30 Dan FandrichFactored out Curl_copy_header_value
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-08-26 Dan FandrichFixed some minor mismatched types found by splint.
2007-01-27 Yang Tseupdate copyright year notice
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2006-08-18 Daniel StenbergAndrew Biggs pointed out a "Expect: 100-continue" flaw...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2006-03-21 Daniel StenbergXavier Bouchoux made the SSL connection non-blocking...
2005-07-03 Daniel StenbergAndrew Bushnell provided enough info for me to tell...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-11-05 Daniel StenbergTim Sneddon's VMS fix for huge HTTP POSTs
2004-06-15 Daniel StenbergFix the auth code to enable us to i.e set DIGEST and...
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-05-04 Daniel StenbergGeneral HTTP authentication cleanup and fixes
2004-03-30 Daniel StenbergDavid Byron made CURLOPT_FAILONERROR work with authenti...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-03 Daniel StenbergRe-arranged code to make the proxy-CONNECT loop able...
2003-08-11 Daniel StenbergSerge Semashko added CURLOPT_PROXYAUTH support, and...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-11-28 Daniel Stenbergadded compareheader proto
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-09-18 Daniel Stenbergremoved Curl_http_close()
2001-03-07 Daniel Stenberg"Transfer-Encoding: chunked" support added
2001-01-25 Daniel Stenbergmodified the Curl_ConnectHTTPProxyTunnel proto
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-09-15 Daniel Stenbergmore "anything through http proxy tunnel" fixes
2000-09-14 Daniel Stenbergintroduced 'tunnel through http proxy' for ftp
2000-07-25 Daniel StenbergAdded http_close()
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
1999-12-29 Daniel StenbergInitial revision