Age | Commit message (Expand) | Author |
2014-02-05 | http2: rely on content-encoding header | Fabian Frank |
2014-02-04 | tool_operate: shortened too-long source line | Dan Fandrich |
2014-02-04 | tool_operate: Introduced operate_free() function | Steve Holme |
2014-02-04 | tool_operate: Introduced operate_init() function | Steve Holme |
2014-02-04 | tool_operate: Introduced new operate() function | Steve Holme |
2014-02-04 | http2: enforce gzip auto-decompress | Daniel Stenberg |
2014-02-04 | http2: handle incoming data larger than remaining buffer | Tatsuhiro Tsujikawa |
2014-02-04 | http2: Check stream ID we are interested in | Tatsuhiro Tsujikawa |
2014-02-04 | http2: store response header in temporary buffer | Tatsuhiro Tsujikawa |
2014-02-04 | HTTP2: add layer between existing http and socket(TLS) layer | Tatsuhiro Tsujikawa |
2014-02-04 | gtls: add ALPN support | Fabian Frank |
2014-02-03 | tool_operate: Moved libcurl information gathering to tool_main | Steve Holme |
2014-02-03 | openssl: add ALPN support | Fabian Frank |
2014-02-03 | tool_operate: Moved command line argument parsing into separate function | Steve Holme |
2014-02-03 | tool_operate: Simplified parse .curlrc decision logic | Steve Holme |
2014-02-03 | tool_operate: Moved main initialisation and cleanup code into tool_main | Steve Holme |
2014-02-03 | tool_main: Fixed compilation warning from commit 0104678c79 | Steve Holme |
2014-02-03 | tool_main: Changed stack based config struct to be heap based | Steve Holme |
2014-02-03 | tests: Moved some comments so the test data files parse as XML | Dan Fandrich |
2014-02-02 | tool_operate: Moved memory tracking initialisation into tool_main | Steve Holme |
2014-02-02 | tests: Fixed test172 cookie expiry | Steve Holme |
2014-02-02 | tool_operate: Moved initial config setup into new init_config() function | Steve Holme |
2014-02-01 | tool_main: Moved config struct initialisation into a separate function | Steve Holme |
2014-02-01 | test 500: workaround low timer resolution on Windows | Marc Hoersken |
2014-02-01 | test suite: stop conversion of valid output to CRLF on Windows | Marc Hoersken |
2014-02-01 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken |
2014-02-01 | FTP tests: enable text-mode for more datacheck sections | Marc Hoersken |
2014-01-31 | FTP tests: enable text-mode for data and datacheck sections | Marc Hoersken |
2014-01-31 | runtests.pl: added support for text-mode within datacheck section | Marc Hoersken |
2014-01-31 | ftpserver.pl: directory LISTings use [CR][LF] for ASCII transfer | Marc Hoersken |
2014-01-31 | runtests.pl: reverse line-ending conversion on Windows | Marc Hoersken |
2014-01-31 | winssl: improved default SSL/TLS protocol selection | Marc Hoersken |
2014-01-31 | INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 | Steve Holme |
2014-01-31 | RELEASE-NOTES: Synced with 0f213fdca1 | Steve Holme |
2014-01-31 | pipeline: Fixed a NULL pointer dereference on OOM | Dan Fandrich |
2014-01-30 | tests: make the authorization retry tests pass the torture tests | Dan Fandrich |
2014-01-30 | ftp: fixed a memory leak on wildcard error path | Dan Fandrich |
2014-01-30 | netrc: Fixed a memory leak in an OOM condition | Dan Fandrich |
2014-01-30 | ntlm: Fixed a memory leak when using NTLM with a proxy server | Steve Holme |
2014-01-30 | tests: Missed updating a type-3 message in commit 1c9aaa0bac | Steve Holme |
2014-01-30 | http2: fix size check in on_data_chunk_recv | Daniel Stenberg |
2014-01-30 | http2: add CRLF when first data arrives | Daniel Stenberg |
2014-01-30 | tests: Updated NTLM tests for NTLMv2 type-3 message | Steve Holme |
2014-01-30 | http2_recv: Return written length on CURLE_AGAIN | Tatsuhiro Tsujikawa |
2014-01-30 | http2: Use nghttp2_session_mem_recv and nghttp2_session_upgrade | Tatsuhiro Tsujikawa |
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg |
2014-01-30 | http2: basic version of receiving DATA | Daniel Stenberg |
2014-01-30 | http2: convert HEADER frames to HTTP1-like headers | Daniel Stenberg |
2014-01-30 | http2: fix EWOULDBLOCK in recv_callback() | Daniel Stenberg |
2014-01-30 | http2: do the POST Upgrade dance properly | Daniel Stenberg |