]> granicus.if.org Git - curl/shortlog
curl
2015-05-27 Jay Satiroopenssl: Use TLS_client_method for OpenSSL 1.1.0+
2015-05-26 Daniel StenbergFAQ: How do I port libcurl to my OS?
2015-05-25 Jay SatiroCURLOPT_COOKIELIST.3: Explain Set-Cookie without a...
2015-05-25 Tatsuhiro Tsujikawahttp2: Copy data passed in Curl_http2_switched into...
2015-05-24 Jay SatiroCURLOPT_COOKIE.3: Explain that the cookies won't be...
2015-05-24 Jay SatiroCURLOPT_COOKIELIST.3: Add example
2015-05-24 Dan Fandrichtestcurl.pl: use rel2abs to make the source directory...
2015-05-24 Dan Fandrichconncache: fixed memory leak on OOM (torture tests)
2015-05-23 Daniel Stenbergperl: remove subdir, not touched in 9 years
2015-05-23 Daniel Stenberglog2changes.pl: moved to scripts/
2015-05-23 Alessandro... scripts: add zsh.pl for generating zsh completion
2015-05-23 Dan Fandrichtest1510: another flaky test
2015-05-22 Daniel Stenbergsecurity: fix "Unchecked return value" from sscanf()
2015-05-22 Daniel Stenbergsecurity: simplify choose_mech
2015-05-22 Daniel StenbergRTSP: catch attempted unsupported requests better
2015-05-22 Daniel Stenbergshare_init: fix OOM crash
2015-05-22 Daniel Stenbergparse_proxy: switch off tunneling if non-HTTP proxy
2015-05-22 Daniel Stenbergcurl: fix potential NULL dereference
2015-05-22 Daniel Stenberghttp2: on_frame_recv: return early on stream 0
2015-05-22 Daniel Stenberghttp: removed self assignment
2015-05-22 Tatsuhiro Tsujikawahttp2: Make HTTP Upgrade work
2015-05-22 Jay Satirostrerror: Change SEC_E_ILLEGAL_MESSAGE description
2015-05-22 Jay Satirotelnet: Fix read-callback change for Windows builds
2015-05-21 Daniel StenbergCURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy!
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
next