Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / http.c
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-06-15 Dan Fandrichhttps: Fix build when http2 is disabled
2014-06-13 Daniel Stenberghttp2: better return code error checking
2014-05-22 Dan Fandrichhttp: Fix a compiler warning when http2 support is...
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-20 Daniel Stenberghttp2: make connection re-use work
2014-05-15 Daniel StenbergHTTP: CREDSPERREQUEST is for HTTP too
2014-05-09 Kamil Dudkahttp: avoid auth failure on a duplicated header
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-04 Daniel StenbergPROXYHEADER: send these headers in "normal" proxy reque...
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-04-04 Daniel StenbergHTTP: don't send Content-Length: 0 _and_ Expect: 100...
2014-03-31 Daniel Stenberghttp2: let openssl mention the exact protocol negotiated
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-19 Gaël PORTAYpolarssl: fix possible handshake timeout issue in multi.
2014-02-17 Tatsuhiro Tsujikawahttp2: Support HTTP POST/PUT
2014-02-05 Fabian Frankhttp2: rely on content-encoding header
2014-02-04 Tatsuhiro TsujikawaHTTP2: add layer between existing http and socket(TLS...
2014-01-30 Fabian Frankhttp2: switch into http2 mode if NPN indicates
2014-01-30 Daniel Stenberghttp2: s/Curl_http2_request/Curl_http2_request_upgrade
2014-01-29 Daniel Stenberghttp2: handle 101 responses and switch to HTTP2
2014-01-20 Cédric DeltheilHTTP POST: omit Content-Length if data size is unknown
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-11-03 Steve Holmehttp: Post base64 decoding tidy up
2013-11-02 Steve Holmehttp: Added proxy tunnel authentication message header...
2013-10-31 Steve Holmehttp: Added authentication message header value extraction
2013-09-07 Daniel Stenberghttp2: first embryo toward Upgrade:
2013-09-07 Daniel Stenberghttp: rename use_http_1_1 to use_http_1_1plus
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-03-25 Yang TseNTLM: fix several NTLM code paths memory leaks
2013-03-13 Linus Nielsen FeltzingMultiple pipelines and limiting the number of connections.
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-11-26 Fabian KeilRemove stray CRLF in chunk-encoded content-free request...
2012-11-07 Daniel Stenberghttp_perhapsrewind: consider NTLM over proxy too
2012-07-25 Nick Zitzmanndarwinssl: fixed freeze involving the multi interface
2012-07-22 Kamil Dudkahttp: print reason phrase from HTTP status line on...
2012-07-11 Daniel StenbergHEAD: don't force-close after response-headers
2012-07-09 Christian Hägelehttps_getsock: provided for schannel backend as well
2012-06-14 Yang TseFix bad failf() and info() usage
2012-06-11 Marc Hoerskenhttp: Replaced specific SSL libraries list in https_get...
2012-04-20 Daniel StenbergHTTP: empty chunked POST ended up in two zero size...
2012-04-18 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-04 Andrei CipuIPv6 cookie domain: get rid of the first bracket before...
2012-03-22 Andrei Cipucookies: strip the numerical ipv6 host properly
2012-03-21 Daniel StenbergCONNECT: fix multi interface regression
2012-03-10 Andrei CipuCurl_http: strip off [brackets] from ipv6-only host...
2012-03-08 Daniel StenbergCONNECT: made generically not per-protocol
2011-11-06 Rene BernhardtHTTP auth: fix proxy Negotiate bug
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-20 Daniel StenbergCurl_http_input_auth: handle multiple auths in WWW...
2011-10-12 Yang TseOOM handling/cleanup slight adjustments
2011-09-23 Daniel Stenberghttp header: allow Content-Length to be replaced
2011-09-21 Yang TseNTLM_WB: fix disabling of NTLM_WB when NTLM is disabled
2011-09-21 Dave Reisnerlib/http: add missing whitespace in verbose output
2011-09-13 warp kawadaCurl_add_custom_headers: support headers with no data
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-08-28 Yang TseNTLM: END of refactoring/splitting/moving
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-27 Yang TseNTLM_WB: final congruency naming adjustments
2011-08-26 Yang TseNTLM single-sign on adjustments (XI)
2011-08-26 Yang TseNTLM single-sign on adjustments (X)
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-08-13 Yang Tsehttp NTLM: change return type of Curl_input_ntlm()...
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-26 Yang Tsefix compiler warning
2011-07-26 Yang Tsefix compiler warning
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-19 Daniel Stenberghttp error response: stop sending when error is received
2011-07-18 Mandy WuNTLM single-sign on supported
2011-07-01 Daniel StenbergCurl_http_readwrite_headers: minor indent fix
2011-06-21 Yang Tsehttp: fix compiler warning
2011-06-03 Daniel Stenbergprivatise: make private functions static
2011-05-05 Daniel StenbergRTSP: cleanups
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel StenbergSSL: check for SSL, not specific protocols
2011-05-05 Daniel Stenberghttp_perhapsrewind: remove HTTP check
2011-05-05 Daniel Stenberghttp_perhapsrewind:
2011-04-28 Daniel Stenbergcleanup: remove old unused debug code
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-20 Daniel StenbergCurl_http_connect: detect HTTPS properly after CONNECT
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
next