]> granicus.if.org Git - curl/shortlog
curl
2015-05-21 Dan Fandrichtestcurl.pl: allow source to be in an arbitrary directory
2015-05-20 Daniel Stenbergread_callback: move to SessionHandle from connectdata
2015-05-20 Daniel Stenberghttp2: show stream IDs in decimal
2015-05-20 Tatsuhiro Tsujikawahttp2: Faster http2 upload
2015-05-20 Dmitry Eremin... gtls: don't fail on non-fatal alerts during handshake
2015-05-20 Daniel Stenbergcurl_easy_unescape.3: update RFC reference
2015-05-20 Jay SatiroCURLOPT_POSTFIELDS.3: Mention curl_easy_escape
2015-05-19 Brian Prodoehlopenssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_m...
2015-05-19 Jay Satirocurl.1: fix missing space in section --data
2015-05-19 Daniel Stenbergtransfer: remove erroneous and misleading comment
2015-05-19 Kamil Dudkahttp: silence compile-time warnings without USE_NGHTTP2
2015-05-19 Jay Satirotransfer: Replace __func__ instances with function...
2015-05-19 Viktor Szakatsbuild: bump version in default nghttp2 paths
2015-05-19 Daniel StenbergINTERNALS: we require nghttp2 1.0.0+ now
2015-05-19 Jay Satirohttp: Add some include guards for the new HTTP/2 stuff
2015-05-18 Daniel Stenberghttp2: store upload state per stream
2015-05-18 Daniel Stenberghttp2: fix build when NOT h2-enabled
2015-05-18 Daniel Stenberghttp2: switch to use Curl_hash_destroy()
2015-05-18 Daniel Stenbergcurlver: restore LIBCURL_VERSION_NUM defined as a full...
2015-05-18 Anthony Avinahostip: fix unintended destruction of hash table
2015-05-18 Daniel Stenbergcurlver: introducing new version number (checking)...
2015-05-18 Daniel Stenbergruntests.pl: use 'h2c' now, no -14 anymore
2015-05-18 Tatsuhiro Tsujikawahttp2: Ignore if we have stream ID not in hash in on_st...
2015-05-18 Tatsuhiro TsujikawaRequire nghttp2 v1.0.0
2015-05-18 Daniel Stenberghttp2: infof length in on_frame_send()
2015-05-18 Daniel Stenbergpipeline: switch some code over to functions
2015-05-18 Daniel Stenbergsymbols-in-versions: add CURLOPT_PIPEWAIT
2015-05-18 Daniel StenbergCURLOPT_PIPEWAIT: added
2015-05-18 Daniel StenbergCurl_http_readwrite_headers: minor code simplification
2015-05-18 Daniel StenbergIsPipeliningPossible: fixed for http2
2015-05-18 Daniel Stenberghttp2: bump the h2 buffer size to 32K for speed
2015-05-18 Daniel Stenberghttp2: remove the stream from the hash in stream_close...
2015-05-18 Daniel Stenberghttp2: if there is paused data, do not clear the drain...
2015-05-18 Daniel Stenberghttp2: rename s/data/pausedata
2015-05-18 Daniel Stenberghttp2: "stream %x" in all outputs to make it easier...
2015-05-18 Daniel Stenberghttp2: Curl_expire() all handles with incoming traffic
2015-05-18 Daniel Stenberghttp2: don't signal settings change for same values
2015-05-18 Daniel Stenberghttp2: set default concurrency, fix ConnectionExists...
2015-05-18 Daniel Stenbergbundles: store no/default/pipeline/multiplex
2015-05-18 Daniel Stenberghttp2: lazy init header_recvbuf
2015-05-18 Daniel Stenberghttp2: separate multiplex/pipelining + cleanup memory...
2015-05-18 Daniel StenbergCURLMOPT_PIPELINE: bit 1 is for multiplexing
2015-05-18 Tatsuhiro Tsujikawahttp2: Fix bug that data to be drained are overwritten...
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
next