]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2015-06-14  Drake Arconisbuild: Fix typo from OpenSSL 1.0.2 version detection fix
2015-06-14  Drake Arconisbuild: Properly detect OpenSSL 1.0.2 when using configure
2015-06-14  Jay Satirocurl_multi_info_read.3: fix example formatting
2015-06-13  Daniel StenbergBINDINGS: there's a new R binding in town!
2015-06-11  Daniel StenbergBINDINGS: added the Xojo binding
2015-06-11  Joel Depooterschannel: Add support for optional client certificates
2015-06-11  Daniel Stenbergcurl_easy_cleanup.3: provide more SEE ALSO
2015-06-10  Daniel Stenbergdebug: remove http2 debug leftovers
2015-06-09  Daniel StenbergVERSIONS: now using markdown
2015-06-09  Daniel StenbergRELEASE-PROCEDURE: remove ascii logo at the top of...
2015-06-09  Daniel StenbergINTERNALS: absorbed docs/LIBCURL-STRUCTS
2015-06-09  Daniel StenbergINTERNALS: cat lib/README* >> INTERNALS
2015-06-09  Jay Satiroopenssl: LibreSSL and BoringSSL do not use TLS_client_m...
2015-06-08  Daniel StenbergRELEASE-NOTES: synced with 20ac3458068
2015-06-08  Daniel StenbergCURLOPT_OPENSOCKETFUNCTION: return error at once
2015-06-08  Daniel Stenbergfopen.c: fix a few compiler warnings
2015-06-08  Ville Skyttädocs: Spelling fixes
2015-06-08  Ville Skyttädocs: man page indentation and syntax fixes
2015-06-08  Linus Nielsenhelp: Add --proxy-service-name and --service-name to...
2015-06-08  Jay Satiroopenssl: Fix verification of server-sent legacy interme...
2015-06-05  Daniel StenbergBINDINGS: update several URLs
2015-06-05  Daniel StenbergBINDINGS: the curl-rust binding
2015-06-05  Daniel Stenbergcurl.h: add CURL_HTTP_VERSION_2
2015-06-04  Daniel Stenbergopenssl: removed error string #ifdef
2015-06-04  Daniel Stenbergopenssl: removed USERDATA_IN_PWD_CALLBACK kludge
2015-06-04  Daniel Stenbergopenssl: remove SSL_get_session()-using code
2015-06-04  Daniel Stenbergopenssl: remove dummy callback use from SSL_CTX_set_ver...
2015-06-04  Daniel StenbergLIBCURL-STRUCTS: clarify for multiplexing
2015-06-04  Jay Satirocookie: Stop exporting any-domain cookies
2015-06-03  Daniel StenbergRELEASE-PROCEDURE: refreshed 'coming dates'
2015-06-02  Jay Satirocurl_setup: Change fopen text macros to use 't' for...
2015-06-02  Daniel Stenbergcurl_multi_timeout.3: added example
2015-06-02  Daniel Stenbergcurl_multi_perform.3: added example
2015-06-02  Daniel Stenbergcurl_multi_info_read.3: added example
2015-06-02  Daniel Stenbergchecksrc: detect fopen() for text without the FOPEN_...
2015-06-01  Daniel Stenbergcurl_getdate.3: update RFC reference
2015-06-01  Jay Satirocurl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
2015-06-01  Daniel Stenberghttp2-upload.c: use PIPEWAIT for playing HTTP/2 better
2015-06-01  Daniel Stenberghttp2-download: check for CURLPIPE_MULTIPLEX properly
2015-05-31  Isaac BoukrisHTTP-NTLM: fail auth on connection close instead of...
2015-05-30  Daniel Stenberg5.6 Refuse "downgrade" redirects
2015-05-30  Daniel StenbergREADME.pingpong: removed
2015-05-30  Daniel StenbergROADMAP: remove HTTP/2 multiplexing - its here now
2015-05-30  Daniel StenbergHTTP2.md: formatted properly
2015-05-30  Daniel StenbergHTTP2: moved docs into docs/ and make it markdown
2015-05-30  Daniel StenbergREADME.http2: refreshed and added multiplexing info
2015-05-28  Daniel Stenbergdist: add the http2 examples
2015-05-28  Daniel Stenberghttp2 examples: clean up some comments
2015-05-28  Daniel Stenbergexamples: added two programs doing multiplexed HTTP/2
2015-05-27  Daniel Stenbergscripts: moved contributors.sh and contrithanks.sh...
2015-05-27  Daniel StenbergRELEASE-NOTES: synced with c005790ff1c0a
2015-05-27  Daniel Melaniopenssl: typo in comment
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
next