platform/upstream/curl.git
2014-02-04 Daniel Stenberghttp2: enforce gzip auto-decompress
2014-02-04 Tatsuhiro Tsujikawahttp2: handle incoming data larger than remaining buffer
2014-02-04 Tatsuhiro Tsujikawahttp2: Check stream ID we are interested in
2014-02-04 Tatsuhiro Tsujikawahttp2: store response header in temporary buffer
2014-02-04 Tatsuhiro TsujikawaHTTP2: add layer between existing http and socket(TLS...
2014-02-04 Fabian Frankgtls: add ALPN support
2014-02-03 Steve Holmetool_operate: Moved libcurl information gathering to...
2014-02-03 Fabian Frankopenssl: add ALPN support
2014-02-03 Steve Holmetool_operate: Moved command line argument parsing into...
2014-02-03 Steve Holmetool_operate: Simplified parse .curlrc decision logic
2014-02-03 Steve Holmetool_operate: Moved main initialisation and cleanup...
2014-02-03 Steve Holmetool_main: Fixed compilation warning from commit 0104678c79
2014-02-03 Steve Holmetool_main: Changed stack based config struct to be...
2014-02-02 Dan Fandrichtests: Moved some comments so the test data files parse...
2014-02-02 Steve Holmetool_operate: Moved memory tracking initialisation...
2014-02-02 Steve Holmetests: Fixed test172 cookie expiry
2014-02-02 Steve Holmetool_operate: Moved initial config setup into new init_...
2014-02-01 Steve Holmetool_main: Moved config struct initialisation into...
2014-02-01 Marc Hoerskentest 500: workaround low timer resolution on Windows
2014-02-01 Marc Hoerskentest suite: stop conversion of valid output to CRLF...
2014-02-01 Marc HoerskenHTTP tests: use CRLF as header seperator according...
2014-02-01 Marc HoerskenFTP tests: enable text-mode for more datacheck sections
2014-01-31 Marc HoerskenFTP tests: enable text-mode for data and datacheck...
2014-01-31 Marc Hoerskenruntests.pl: added support for text-mode within datache...
2014-01-31 Marc Hoerskenftpserver.pl: directory LISTings use [CR][LF] for ASCII...
2014-01-31 Marc Hoerskenruntests.pl: reverse line-ending conversion on Windows
2014-01-31 Marc Hoerskenwinssl: improved default SSL/TLS protocol selection
2014-01-31 Steve HolmeINSTALL: Corrected mentioned version number as release...
2014-01-31 Steve HolmeRELEASE-NOTES: Synced with 0f213fdca1
2014-01-30 Dan Fandrichpipeline: Fixed a NULL pointer dereference on OOM
2014-01-30 Dan Fandrichtests: make the authorization retry tests pass the...
2014-01-30 Dan Fandrichftp: fixed a memory leak on wildcard error path
2014-01-30 Dan Fandrichnetrc: Fixed a memory leak in an OOM condition
2014-01-30 Steve Holmentlm: Fixed a memory leak when using NTLM with a proxy...
2014-01-30 Steve Holmetests: Missed updating a type-3 message in commit 1c9aa...
2014-01-30 Daniel Stenberghttp2: fix size check in on_data_chunk_recv
2014-01-30 Daniel Stenberghttp2: add CRLF when first data arrives
2014-01-30 Steve Holmetests: Updated NTLM tests for NTLMv2 type-3 message
2014-01-30 Tatsuhiro Tsujikawahttp2_recv: Return written length on CURLE_AGAIN
2014-01-30 Tatsuhiro Tsujikawahttp2: Use nghttp2_session_mem_recv and nghttp2_session...
2014-01-30 Daniel Stenberghttp2: call it "HTTP 2" and not 2.0
2014-01-30 Daniel Stenberghttp2: basic version of receiving DATA
2014-01-30 Daniel Stenberghttp2: convert HEADER frames to HTTP1-like headers
2014-01-30 Daniel Stenberghttp2: fix EWOULDBLOCK in recv_callback()
2014-01-30 Daniel Stenberghttp2: do the POST Upgrade dance properly
2014-01-30 Steve Holmentlm: Use static client nonce for the test suite
2014-01-30 Daniel Stenberghttp2.h: provide empty macros for non-http2 builds
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-30 Daniel Stenberghttp2-openssl: verify that NPN functionality is present
2014-01-30 Fabian Frankopenssl: set up hooks with to perform NPN
2014-01-29 Daniel Stenberghttp2: added stubs for all nghttp2 callbacks
2014-01-29 Daniel Stenberghttp2: use FIRSTSOCKET instead of 0 to index the socket...
2014-01-29 Daniel Stenberghttp2: receive and log the received header frames
2014-01-29 Daniel Stenberghttp2_recv: log nghttp2 return codes for debugging...
2014-01-29 Daniel StenbergHTTP2: reject nghttp2 versions before 0.3.0
2014-01-29 Gisle Vanemhttp2: adjusted to newer nghttp2_session_callbacks...
2014-01-29 Gisle VanemHTTP2: Wrong NgHTTP2 user-data
2014-01-29 Daniel StenbergNTLM: error: conversion to 'int' from 'long int' may...
2014-01-29 Steve Holmentlm: Coding style policing dating back to 2011
2014-01-29 Steve Holmentlm: Use a timestamp of 01/01/1970 for the test suite
2014-01-29 Steve Holmentlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use...
2014-01-29 Steve Holmentlm: Added cross platform support for writing NTLMv2...
2014-01-29 Prash Dushntlm: Added support for NTLMv2
2014-01-29 Kamil Dudkanss: do not use the NSS_ENABLE_ECC define
2014-01-29 Kamil Dudkanss: do not fail if NSS does not implement a cipher
2014-01-29 Daniel Stenberghttp2: switch recv/send functions to http2 ones after 101
2014-01-29 Daniel Stenberghttp2: handle 101 responses and switch to HTTP2
2014-01-29 Daniel Stenbergexamples: gitignore more binaries
2014-01-29 Daniel Stenbergbump: start working on 7.35.1
2014-01-29 Daniel StenbergTHANKS: 19 new contributors from the 7.35.0 release...
2014-01-29 Daniel StenbergRELEASE-NOTES: done for 7.35.0
2014-01-28 Dan Fandrichtests: make a few lib15?? tests pass the OOM torture...
2014-01-28 Dan Fandrichlib1900: make the test pass the OOM torture tests
2014-01-28 Dan Fandrichoauth2: Fixed a memory leak in an OOM condition
2014-01-28 Dan Fandrichunit1304: make the test pass the OOM torture tests
2014-01-28 Dan Fandrichunit1396: make the test pass the OOM torture tests
2014-01-28 Romulo A. Cecconhostip: don't remove DNS entries that are in use
2014-01-28 Dan FandrichRELEASE-NOTES: changed encoding to UTF-8 like previous...
2014-01-28 Daniel StenbergTFTP: fix crash on time-out
2014-01-28 Steve HolmeRELEASE-NOTES: Synced with 5a47062cada9
2014-01-28 Maks Naumovgetpass: fix password parsing from console
2014-01-26 Dan Fandrichdocs/INSTALL: Updated example minimal binary sizes
2014-01-26 Marc Hoerskentestsuite: visualize line-endings in output comparison...
2014-01-26 Marc Hoerskensockfilt.c: follow up cleanup commit on 49b63cf3
2014-01-26 Marc Hoerskenhttp-pipe tests: use text as output data mode to suppor...
2014-01-25 Marc Hoerskensockfilt.c: fixed and simplified Windows select function
2014-01-25 Marc Hoerskenhttp_pipe.py: replaced epoll with select to support...
2014-01-25 Dan Fandrichtests: Added missing HTTP proxy keywords
2014-01-25 Dan Fandrichtests: added missing <features> http to a number of...
2014-01-24 Dan Fandrichtests: Added a keyword for tests depending on internal...
2014-01-24 Dan Fandrichruntests: Don't log command every torture iteration...
2014-01-24 Dan Fandrichtests: Added missing http feature to tests 509 & 1513
2014-01-24 Dan Fandrichnetrc: Fixed a memory and file descriptor leak on OOM
2014-01-24 Dan Fandrichtest1514: Used the macros for host and port number
2014-01-23 Dan Fandrichmulti: Fixed a memory leak on OOM condition
2014-01-23 Daniel Stenbergcurl_easy_setopt.3: remove what auth types that work...
2014-01-22 Dan Fandrichtest1514: Got rid of a non-const initializer C99ism
2014-01-21 Steve HolmeRELEASE-NOTES: added another missing bug ref
2014-01-21 Daniel StenbergRELEASE-NOTES: added missing bug ref
next