index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.c
Age
Commit message (
Expand
)
Author
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
HTTP: don't use Expect: headers when on HTTP/2
Daniel Stenberg
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-12
http: always send Host: header as first header
Daniel Stenberg
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-17
http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int
Steve Holme
2014-12-04
http_perhapsrewind: don't abort CONNECT requests
Stefan Bühler
2014-12-04
HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a request
Stefan Bühler
2014-12-04
HTTP: don't abort connections with pending Negotiate authentication
Stefan Bühler
2014-11-27
http.c: Fixed compilation warnings from features being disabled
Steve Holme
2014-11-20
http.c: log if it notices HTTP 1.1 after a upgrade to http2
Daniel Stenberg
2014-11-20
http: Disable pipelining for HTTP/2 and upgraded connections
Tatsuhiro Tsujikawa
2014-11-15
http2: Don't send Upgrade headers when we already do HTTP/2
Tatsuhiro Tsujikawa
2014-11-13
http2: Deal with HTTP/2 data inside response header buffer
Tatsuhiro Tsujikawa
2014-11-05
http_digest: Use CURLcode instead of CURLdigest
Steve Holme
2014-10-27
HTTP: return larger than 3 digit response codes too
Daniel Stenberg
2014-10-25
ntlm: Only define ntlm data structure when USE_NTLM is defined
Steve Holme
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-24
Curl_add_timecondition: skip superfluous varible assignment
Daniel Stenberg
2014-09-07
Ensure progress.size_dl/progress.size_ul are always >= 0
Brandon Casey
2014-08-15
http: fix the Content-Range: parser
Daniel Stenberg
2014-08-02
HTTP2: Support expect: 100-continue
Tatsuhiro Tsujikawa
2014-07-23
http2: more and better error checking
Daniel Stenberg
2014-07-23
docs: Improve inline GSS-API naming in code documentation
Michael Osipov
2014-07-23
curl.h/features: Deprecate GSS-Negotiate macros due to bad naming
Michael Osipov
2014-07-23
HTTP: Remove checkprefix("GSS-Negotiate")
Michael Osipov
2014-07-16
Fix negotiate auth to proxies to track correct state
David Woodhouse
2014-07-16
Don't abort Negotiate auth when the server has a response for us
David Woodhouse
2014-07-16
Don't clear GSSAPI state between each exchange in the negotiation
David Woodhouse
2014-06-15
https: Fix build when http2 is disabled
Dan Fandrich
2014-06-14
http2: better return code error checking
Daniel Stenberg
2014-05-22
http: Fix a compiler warning when http2 support is disabled
Dan Fandrich
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-05-20
http2: make connection re-use work
Daniel Stenberg
2014-05-15
HTTP: CREDSPERREQUEST is for HTTP too
Daniel Stenberg
2014-05-09
http: avoid auth failure on a duplicated header
Kamil Dudka
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-04-25
nss: propagate blocking direction from NSPR I/O
Kamil Dudka
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2014-04-04
PROXYHEADER: send these headers in "normal" proxy requests too
Daniel Stenberg
2014-04-04
CURLOPT_HEADEROPT: added
Daniel Stenberg
2014-04-04
CURLOPT_PROXYHEADER: set headers for proxy-only
Daniel Stenberg
2014-04-04
HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue
Daniel Stenberg
2014-03-31
http2: let openssl mention the exact protocol negotiated
Daniel Stenberg
2014-03-31
http2: remove _DRAFT09 from the NPN_HTTP2 enum
Daniel Stenberg
2014-03-25
url: Fixed connection re-use when using different log-in credentials
Steve Holme
[next]