valgrind: added another test 165 suppression
[platform/upstream/curl.git] / lib /
2014-02-14 Arvid Norbergdict: fix memory leak in OOM exit path
2014-02-13 Daniel StenbergCurl_urldecode: don't allow NULL as receiver
2014-02-13 Daniel StenbergConnectionExists: reusing possible HTTP+NTLM connection...
2014-02-13 Tiit Pikmatransfer: make Expect: 100-continue timeout configurable.
2014-02-12 Thomas BraunFix compilation with make mingw32
2014-02-12 Daniel Stenbergchunked decoder: track overflows correctly
2014-02-11 Fabian Frankopenssl: honor --[no-]alpn|npn command line switch
2014-02-11 Fabian Frankgtls: honor --[no-]alpn command line switch
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
2014-02-10 Fabian Franknss: use correct preprocessor macro
2014-02-09 Dan Fandrichformdata: Must use Curl_safefree instead of free
2014-02-08 Dan Fandrichformdata: Fixed memory leak on OOM condition
2014-02-07 Daniel Stenberghttp2: updated README after NSS addition
2014-02-07 Daniel Stenbergnss: support pre-ALPN versions
2014-02-07 Fabian Franknss: ALPN and NPN support
2014-02-07 Daniel Stenbergformpost: use semicolon in multipart/mixed
2014-02-06 Dan Fandrichssh: Fixed a NULL pointer dereference on OOM condition
2014-02-06 Steve Holmenss: Updated copyright year for recent edits
2014-02-06 Remi Gacogne100-continue: fix timeout condition
2014-02-06 Fabian Franknss: prefer highest available TLS version
2014-02-06 Daniel Stenberghttp2: spell fixed README and added version requirement
2014-02-05 Daniel Stenberghttp2: minor update of the README
2014-02-05 Fabian Frankhttp2: rely on content-encoding header
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 Fabian Frankopenssl: add ALPN support
2014-01-31 Marc Hoerskenwinssl: improved default SSL/TLS protocol selection
2014-01-30 Dan Fandrichpipeline: Fixed a NULL pointer dereference on OOM
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 Daniel Stenberghttp2: fix size check in on_data_chunk_recv
2014-01-30 Daniel Stenberghttp2: add CRLF when first data arrives
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: 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-28 Dan Fandrichoauth2: Fixed a memory leak in an OOM condition
2014-01-28 Romulo A. Cecconhostip: don't remove DNS entries that are in use
2014-01-28 Daniel StenbergTFTP: fix crash on time-out
2014-01-24 Dan Fandrichnetrc: Fixed a memory and file descriptor leak on OOM
2014-01-23 Dan Fandrichmulti: Fixed a memory leak on OOM condition
2014-01-21 Fabian Frankaxtls: fix compiler warning on conversion ssize_t ...
2014-01-20 Fabian FrankSFTP: stat remote file also when CURLOPT_NOBODY is 1
2014-01-20 Cédric DeltheilHTTP POST: omit Content-Length if data size is unknown
2014-01-20 Fabian Frankdisable GnuTLS insecure ciphers
2014-01-19 Daniel Stenberggtls: fix compiler warnings on conversions size_t ...
2014-01-19 Steve Holmehttp_chunks.c: Fixed compilation warnings under some...
2014-01-18 Steve Holmewin32: Added additional preprocessor check for Version...
2014-01-17 Steve Holmewin32: Corrected the preprocessor check for Version...
2014-01-17 Daniel Stenbergcookie: max-age fixes
2014-01-17 Daniel Stenbergchunked parsing: relax the CR strictness
2014-01-17 Daniel Stenbergchunked-parser: abort on overflows, allow 64 bit chunks
2014-01-16 Daniel StenbergCurl_cookie_add: remove 'now' from curl_getdate() call
2014-01-15 Daniel Stenbergconnect.c:942:84: warning: Longer than 79 columns
2014-01-15 Steve Holmeconnect.c: Corrected version compare in commit c7a76bb0...
2014-01-15 Steve Holmewin32: Fixed use of deprecated function 'GetVersionInfo...
2014-01-13 Colin Hogbenerror message: Sensible message on timeout when transfe...
2014-01-11 Daniel StenbergOpenSSL: deselect weak ciphers by default
2014-01-11 Daniel Stenbergmulti: remove MULTI_TIMEOUT_INACCURACY
2014-01-10 Daniel Stenbergmulti_socket: remind app if timeout didn't run
2014-01-10 Daniel Stenbergthreaded-resolver: never use NULL hints with getaddrinfo
2014-01-09 Nick Zitzmanndarwinssl: un-break Leopard build after PKCS#12 change
2014-01-08 Daniel StenbergCurl_updateconninfo: don't do anything for UDP "connect...
2014-01-08 Daniel Stenberginfo: remove debug output
2014-01-08 Daniel Stenbergtrynextip: fix build for non-IPV6 capable systems
2014-01-07 Daniel StenbergConnectionExists: fix NTLM check for new connection
2014-01-05 Daniel Stenbergmk-ca-bundle.pl: avoid warnings with -d without parameter
2014-01-05 Leif Wmk-ca-bundle: introduces -d and warns about using this...
2014-01-05 Steve HolmeMakefile: Added missing WinSSL and x64 configurations
2014-01-05 Marc Hoerskenmulti.c: fix possible dereference of null pointer
next