tests: unified use of some keywords
[platform/upstream/curl.git] / lib /
2014-04-01 Steve Holmesmtp: Fixed login denied with a RFC-821 based server
2014-04-01 Daniel Stenbergurldata: spellfix comment
2014-03-31 Daniel Stenbergipv6: strip off zone identifiers in redirects too
2014-03-31 Daniel Stenberghttp2: let openssl mention the exact protocol negotiated
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-31 Till MaasURL parser: IPv6 zone identifiers are now supported
2014-03-28 Steve Holmesmtp: Fixed login denied when server doesn't support...
2014-03-26 Dan Fandrichhostcheck: added a system include to define struct...
2014-03-25 Daniel StenbergCurl_cert_hostcheck: strip trailing dots in host name...
2014-03-25 Daniel StenbergCurl_cert_hostcheck: reject IP address wildcard matches
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-22 Gisle Vanempolarssl: avoid extra newlines in debug messages
2014-03-20 Daniel Stenbergrtsp: parse "Session:" header properly
2014-03-19 Daniel Stenbergtrynextip: don't store 'ai' on failed connects...
2014-03-19 Gaël PORTAYpolarssl: fix possible handshake timeout issue in multi.
2014-03-18 Gaël PORTAYpolarssl: break compatibility with version older than...
2014-03-18 Gaël PORTAYpolarssl: drop use of 1.2 compatibility header.
2014-03-18 Daniel Stenbergpolarssl: added missing end-of-comment from previous...
2014-03-17 Daniel Stenbergpolarssl: now require 1.3.0+
2014-03-17 hasufellpolarssl: fix compilation
2014-03-15 Kamil Dudkanss: allow to enable/disable new AES GCM cipher-suites
2014-03-15 Kamil Dudkanss: allow to enable/disable new HMAC-SHA256 cipher...
2014-03-15 Kamil Dudkanss: do not enable AES cipher-suites by default
2014-03-15 Dan Fandrichssh: prevent a logic error that could result in an...
2014-03-14 Dan Fandrichssh: removed a redundant close state transition
2014-03-14 Dan Fandrichssh: abort immediately on a header callback error
2014-03-14 Daniel Stenbergchunked-encoding: provide a readable error string for...
2014-03-10 Tatsuhiro Tsujikawahttp2: free resources on disconnect
2014-03-10 Daniel Stenbergopenssl: info massage with SSL version used
2014-03-09 Daniel StenbergREADME.http2: clarify the build prerequisites
2014-03-06 Daniel Stenbergssh: fix compiler warning converting ssize_t to int
2014-03-06 Dan Fandrichssh: Fixed a style warning
2014-03-06 Dan Fandrichssh: Pass errors from libssh2_sftp_read up the stack
2014-03-06 Daniel Stenbergparse_remote_port: error out on illegal port numbers...
2014-03-05 Daniel Stenbergremote_port: allow connect to port 0
2014-03-03 Daniel Stenbergmulti_runsingle: move timestamp into INIT
2014-03-03 Daniel Stenberghostcheck: update comment after previous change
2014-03-03 Daniel Stenberghostcheck: Curl_cert_hostcheck is not used by NSS builds
2014-03-03 Daniel Stenbergx509asn: moved out Curl_verifyhost from NSS builds
2014-03-03 Daniel StenbergNSS: avoid compiler warnings when built without http2...
2014-03-03 Jiri MalakRework Open Watcom make files to use standard Wmake...
2014-03-02 Jiri Malakparsedate: Fixed compilation warning
2014-02-28 Steve Holmetransfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5e
2014-02-28 Tatsuhiro TsujikawaFix bug that HTTP/2 hangs if whole response body is...
2014-02-28 Daniel Stenberghttp2: build with current nghttp2 version
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-24 Marc Hoerskencurl_schannel.c: Updated copyright years
2014-02-24 David Ryskalczykwinssl: Enable hostname verification of IP address...
2014-02-23 David RyskalczykDon't omit CN verification in DarwinSSL when an IP...
2014-02-22 Dan Fandricheasy: Fixed a memory leak on OOM condition
2014-02-19 Daniel StenbergSFTP: skip reading the dir when NOBODY=1
2014-02-18 Dan Fandrichaxtls: comment the call ssl_read repeatedly loop
2014-02-17 Tatsuhiro Tsujikawahttp2: Support HTTP POST/PUT
2014-02-17 Daniel Stenbergmulti: ignore sigpipe internally
2014-02-17 Dan Fandrichconfigure: Fix the --disable-crypto-auth option
2014-02-17 Shao ShuchaoConnectionDone: default maxconnects to 4 x number of...
2014-02-16 Daniel Stenbergaxtls: bump copyright year
2014-02-16 Fabian Frankaxtls: call ssl_read repeatedly
2014-02-16 Daniel StenbergConnectionExists: re-use connections better
2014-02-16 Steve Holmewarnless: Updated copyright year for recent changes
2014-02-16 Marc Hoerskenwarnless: add wrapper function for read and write on...
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...
next