]> granicus.if.org Git - curl/shortlog
curl
2015-05-18 Tatsuhiro Tsujikawahttp2: Don't call nghttp2_session_mem_recv while it...
2015-05-18 Tatsuhiro Tsujikawahttp2: Read data left in connection buffer after pause
2015-05-18 Tatsuhiro Tsujikawahttp2: Fix streams get stuck
2015-05-18 Daniel Stenberghttp2: store incoming h2 SETTINGS
2015-05-18 Daniel Stenbergpipeline: move function to pipeline.c and make static
2015-05-18 Daniel StenbergIsPipeliningPossible: http2 can always "pipeline" ...
2015-05-18 Daniel Stenberghttp2: remove debug logging from on_frame_recv
2015-05-18 Daniel Stenberghttp2: remove the closed check in http2_recv
2015-05-18 Daniel Stenberghttp2: bump the h2 buffer to 8K
2015-05-18 Daniel Stenberghttp2: Curl_read should not use the single buffer
2015-05-18 Daniel Stenberghttp2: more debug outputs
2015-05-18 Daniel Stenberghttp2: leave WAITPERFORM when conn is multiplexed
2015-05-18 Daniel Stenberghttp2: force "drainage" of streams
2015-05-18 Daniel Stenberghttp2: move the mem+len pair to the stream struct
2015-05-18 Daniel Stenberghttp2: more stream-oriented data, stream ID 0 is for...
2015-05-18 Daniel Stenberghttp2: move lots of state data to the 'stream' struct
2015-05-18 Daniel StenbergHTTP: partial start at fixing up hash-lookups on http2...
2015-05-18 Daniel Stenberghttp: a stream hash for h2 multiplexing
2015-05-18 Daniel Stenberghttp: a stream hash for h2 multiplexing
2015-05-18 Daniel Stenberghttp2: debug log when receiving unexpected stream_id
2015-05-18 Daniel Stenberghttp2: move stream_id to the HTTP struct (per-stream)
2015-05-18 Daniel StenbergCurl_http2_setup: only do it once and enable multiplex...
2015-05-18 Daniel Stenberghttp: switch on "pipelining" (multiplexing) for HTTP...
2015-05-15 Daniel StenbergREADME.pipelining: removed
2015-05-14 Dan Fandrichbuild: removed bundles.c from make files
2015-05-14 Daniel StenbergCurl_conncache_add_conn: fix memory leak on OOM
2015-05-12 Daniel StenbergCURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port...
2015-05-12 Daniel Stenbergconncache: keep bundles on host+port bases, not only...
2015-05-12 Daniel Stenbergbundles: merged into conncache.c
2015-05-12 Daniel Stenberghostcache: made all host caches use structs, not pointers
2015-05-12 Daniel Stenbergmulti: converted socket hash into non-allocated struct
2015-05-12 Daniel Stenbergconnection cache: avoid Curl_hash_alloc()
2015-05-08 Daniel Stenbergproxy: add newline to info message
2015-05-08 Patrick MonneratFTP: fix dangling conn->ip_addr dereference on verbose...
2015-05-08 Patrick MonneratFTP: Make EPSV use the control IP address rather than...
2015-05-08 Alessandro... tool_help: fix formatting for --next option
2015-05-08 Egon Eckertopts: improved the TCP keepalive examples
2015-05-08 Jay Satirowinbuild: Document the option used to statically link...
2015-05-06 Orgad Shanehnetrc: Read in text mode when cygwin
2015-05-05 Patrick MonneratOS400: Add SPNEGO service name options to ILE/RPG binding.
2015-05-04 Daniel Stenbergcurl_multi_info_read.3: fix typo
2015-05-04 Daniel StenbergMANUAL: language fix
2015-05-04 Alessandro... gtls: properly retrieve certificate status
2015-05-04 Daniel StenbergOpenSSL: conditional check for SSL3_RT_HEADER
2015-05-04 Daniel Stenbergopenssl: skip trace outputs for ssl_ver == 0
2015-05-02 Marc Hoerskenschannel.c: Small changes
2015-05-02 Marc Hoerskenschannel.c: Improve code path and readability
2015-05-02 Marc Hoerskenschannel.c: Improve error and return code handling...
2015-05-02 Chris Aramanschannel: fix regression in schannel_recv
2015-05-01 Marc HoerskenBug born in changes made several days ago 9a91e80.
2015-04-30 Michael Osipovconfigure: remove missing and make it autogenerate
2015-04-30 Michael Osipovacinclude.m4: fix test for default CA cert bundle/path
2015-04-30 Daniel StenbergCONTRIBUTING.md: remove the sourceforge mention
2015-04-30 Dan Fandrichhttp_negotiate_sspi: added missing data variable
2015-04-30 Michael Osipovconfigure: remove --automake from libtoolize call
2015-04-30 Viktor Szakatsbuild: update depedency versions, urls, example makefiles
2015-04-30 Michael Osipovconfigure: remove autogenerated files by autoconf
2015-04-30 Anders Bakkencurl_multi_add_handle: next is already NULL
2015-04-30 Jay Satiroschannel: Fix out of bounds array
2015-04-29 Jay Satirodocs/libcurl: gitignore libcurl-symbols.3
2015-04-29 Viktor Szakatslib/makefile.m32: add arch -m32/-m64 to LDFLAGS
2015-04-29 Daniel StenbergRELEASE-NOTES: synced with cd39b944afc
2015-04-29 Daniel StenbergTHANKS: merged from the 7.42.1 release
2015-04-28 Daniel StenbergCURLOPT_HEADEROPT: default to separate
2015-04-28 Linus Nielsendocs/libcurl: Corrected a typo in the CURLOPT_PROXY_SER...
2015-04-28 Daniel Stenberghash: simplify Curl_str_key_compare()
2015-04-28 Daniel Stenbergdist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVI...
2015-04-28 Linus NielsenNegotiate: custom service names for SPNEGO.
2015-04-27 Daniel Stenberghttp2: unify http_conn variable names to 'c'
2015-04-27 Daniel StenbergConnectionExists: call it multi-use instead of pipelining
2015-04-27 Paul Howarthnss: fix compilation failure with old versions of NSS
2015-04-27 Daniel Stenbergsws: init http2 state properly
2015-04-26 Daniel Stenbergcurl_easy_getinfo.3: document 'internals' in CURLINFO_T...
2015-04-26 Daniel Stenbergruntests: use a DISABLED.local file too
2015-04-26 Marc Hoerskenschannel.c: Fix typo introduced with 3447c973d0
2015-04-26 Marc Hoerskenschannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error
2015-04-26 Daniel Stenbergschannel: re-indented file to follow curl style better
2015-04-26 Daniel StenbergCurl_ossl_init: load builtin modules
2015-04-26 Daniel Stenbergconfigure: follow-up fix for krb5-config
2015-04-26 Daniel Stenbergopenssl: fix serial number output
2015-04-26 Grant Pannellsasl_sspi: Populate domain from the realm in the challenge
2015-04-25 Anthony Avinatool: New option --data-raw to HTTP POST data, '@'...
2015-04-25 Dan Fandrichtest2039: fixed line endings that caused a test failure
2015-04-24 Viktor Szakatsnetrc: add unit tests for 'default' support
2015-04-24 Viktor Szakatsnetrc: support 'default' token
2015-04-24 Daniel StenbergROADMAP.md: extended the HTTP/2 section, reformatted
2015-04-23 Kamil Dudkacurl -z: do not write empty file on unmet condition
2015-04-22 Dan Fandrichtool: fixed a comment typo
2015-04-22 Dan FandrichREADME: convert to UTF-8
2015-04-22 Jay Satirocyassl: Implement public key pinning
2015-04-22 Alessandro... curl.1: fix typo
2015-04-22 Kamil Dudkadocs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man...
2015-04-22 Kamil Dudkatests/unit/.gitignore: hide unit1601 and above, too
2015-04-22 Daniel Stenbergconnectionexists: follow-up to fd9d3a1ef1f
2015-04-22 Daniel Stenbergconnectionexists: fix build without NTLM
2015-04-22 Daniel Stenbergbump: start working toward 7.43.0
2015-04-22 Kamil Dudkanss: implement public key pinning for NSS backend
2015-04-22 Daniel Stenbergdist: include {src,lib}/checksrc.whitelist
2015-04-22 Daniel StenbergRELEASE-NOTES: updated for 7.42.0 curl-7_42_0
2015-04-22 Daniel StenbergTHANKS: added contributors from 7.42.0 release notes
next