summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-186-27/+23
* http2: Fix bug that data to be drained are overwritten by pending "paused" dataTatsuhiro Tsujikawa2015-05-181-17/+16
* http2: Don't call nghttp2_session_mem_recv while it is paused by a streamTatsuhiro Tsujikawa2015-05-182-3/+28
* http2: Read data left in connection buffer after pauseTatsuhiro Tsujikawa2015-05-182-20/+46
* http2: Fix streams get stuckTatsuhiro Tsujikawa2015-05-181-20/+22
* http2: store incoming h2 SETTINGSDaniel Stenberg2015-05-182-7/+34
* pipeline: move function to pipeline.c and make staticDaniel Stenberg2015-05-182-9/+10
* IsPipeliningPossible: http2 can always "pipeline" (multiplex)Daniel Stenberg2015-05-181-5/+12
* http2: remove debug logging from on_frame_recvDaniel Stenberg2015-05-181-8/+0
* http2: remove the closed check in http2_recvDaniel Stenberg2015-05-181-0/+3
* http2: bump the h2 buffer to 8KDaniel Stenberg2015-05-181-1/+1
* http2: Curl_read should not use the single bufferDaniel Stenberg2015-05-181-1/+2
* http2: more debug outputsDaniel Stenberg2015-05-181-12/+21
* http2: leave WAITPERFORM when conn is multiplexedDaniel Stenberg2015-05-183-3/+6
* http2: force "drainage" of streamsDaniel Stenberg2015-05-187-57/+123
* http2: move the mem+len pair to the stream structDaniel Stenberg2015-05-185-23/+44
* http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg2015-05-184-25/+31
* http2: move lots of state data to the 'stream' structDaniel Stenberg2015-05-183-83/+117
* HTTP: partial start at fixing up hash-lookups on http2 frame receivalDaniel Stenberg2015-05-182-11/+10
* http: a stream hash for h2 multiplexingDaniel Stenberg2015-05-181-3/+19
* http: a stream hash for h2 multiplexingDaniel Stenberg2015-05-182-0/+8
* http2: debug log when receiving unexpected stream_idDaniel Stenberg2015-05-181-0/+10
* http2: move stream_id to the HTTP struct (per-stream)Daniel Stenberg2015-05-182-13/+24
* Curl_http2_setup: only do it once and enable multiplex on the serverDaniel Stenberg2015-05-181-1/+8
* http: switch on "pipelining" (multiplexing) for HTTP/2 serversDaniel Stenberg2015-05-181-14/+15
* README.pipelining: removedDaniel Stenberg2015-05-152-46/+2
* build: removed bundles.c from make filesDan Fandrich2015-05-141-1/+0
* Curl_conncache_add_conn: fix memory leak on OOMDaniel Stenberg2015-05-141-1/+3
* conncache: keep bundles on host+port bases, not only host namesDaniel Stenberg2015-05-121-11/+27
* bundles: merged into conncache.cDaniel Stenberg2015-05-129-183/+91
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-129-76/+24
* multi: converted socket hash into non-allocated structDaniel Stenberg2015-05-122-18/+17
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-126-42/+26
* proxy: add newline to info messageDaniel Stenberg2015-05-081-1/+1
* FTP: fix dangling conn->ip_addr dereference on verbose EPSV.Patrick Monnerat2015-05-081-3/+3
* FTP: Make EPSV use the control IP address rather than the original host.Patrick Monnerat2015-05-081-14/+26
* netrc: Read in text mode when cygwinOrgad Shaneh2015-05-061-0/+4
* gtls: properly retrieve certificate statusAlessandro Ghedini2015-05-041-4/+92
* OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg2015-05-041-0/+2
* openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg2015-05-041-23/+44
* schannel.c: Small changesMarc Hoersken2015-05-021-6/+5
* schannel.c: Improve code path and readabilityMarc Hoersken2015-05-021-25/+26
* schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken2015-05-021-20/+14
* schannel: fix regression in schannel_recvChris Araman2015-05-021-6/+3
* Bug born in changes made several days ago 9a91e80.Marc Hoersken2015-05-011-1/+1
* http_negotiate_sspi: added missing data variableDan Fandrich2015-04-301-4/+5
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-305-16/+16
* curl_multi_add_handle: next is already NULLAnders Bakken2015-04-301-2/+1
* schannel: Fix out of bounds arrayJay Satiro2015-04-301-1/+1
* lib/makefile.m32: add arch -m32/-m64 to LDFLAGSViktor Szakats2015-04-291-0/+2