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
2017-06-21
--request-target: instead of --strip-path-slash
Daniel Stenberg
2017-06-19
http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH
Daniel Stenberg
2017-06-14
http-proxy: do the HTTP CONNECT process entirely non-blocking
Daniel Stenberg
2017-05-30
transfer: init the infilesize from the postfields...
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-01
buffer: use data->set.buffer_size instead of BUFSIZE
Daniel Stenberg
2017-05-01
http: don't clobber the receive buffer for timecond
Daniel Stenberg
2017-05-01
http: use private user:password output buffer
Daniel Stenberg
2017-03-28
http: do not treat FTPS over CONNECT as HTTPS
Kamil Dudka
2017-03-28
http: Fix proxy connection reuse with basic-auth
Isaac Boukris
2017-03-26
spelling fixes
klemens
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-03-11
proxy: skip SSL initialization for closed connections
Michael Kaufmann
2017-03-11
authneg: clear auth.multi flag at http_done
Isaac Boukris
2017-03-07
http2: Fix assertion error on redirect with CL=0
Tatsuhiro Tsujikawa
2017-02-17
http: fix missing 'Content-Length: 0' while negotiating auth
Isaac Boukris
2017-01-19
CURLOPT_BUFFERSIZE: support enlarging receive buffer
Richy Kim
2017-01-14
http: print correct HTTP string in verbose output when using HTTP/2
Alessandro Ghedini
2016-12-23
http: remove "Curl_http_done: called premature" message
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-31
cookies: getlist() now holds deep copies of all cookies
Daniel Stenberg
2016-09-22
New libcurl option to keep sending on error
Michael Kaufmann
2016-09-16
http: accept "Transfer-Encoding: chunked" for HTTP/2 as well
Daniel Stenberg
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-25
HTTP: stop parsing headers when switching to unknown protocols
Michael Kaufmann
2016-08-21
http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) check
Steve Holme
2016-08-20
http.c: Corrected indentation change from commit 2708d4259b
Steve Holme
2016-08-20
http: Added calls to Curl_auth_is_<mechansism>_supported()
Steve Holme
2016-08-16
Revert "Proxy-Connection: stop sending this header by default"
Daniel Stenberg
2016-06-28
cleanup: minor code cleanup in Curl_http_readwrite_headers()
Michael Kaufmann
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-21
cleanup: fix method names in code comments
Michael Kaufmann
2016-06-05
http: Fix HTTP/2 connection reuse
Jay Satiro
2016-05-09
TLS: move the ALPN/NPN enable bits to the connection
Daniel Stenberg
2016-05-02
http: make sure a blank header overrides accept_decoding
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-26
CONNECT_ONLY: don't close connection on GSS 401/407 reponses
Marcel Raad
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-04-03
code: style updates
Daniel Stenberg
2016-03-31
http2: support "prior knowledge", no upgrade from HTTP/1.1
Diego Bes
2016-03-31
http: remove ((expression)) double parentheses
Daniel Stenberg
2016-03-31
Curl_add_buffer_send: avoid possible NULL dereference
Daniel Stenberg
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-27
http_ntlm: Renamed from curl_ntlm.[c|h]
Steve Holme
2016-03-26
vauth: Moved the Negotiate authentication code to the new vauth directory
Steve Holme
[prev]
[next]