]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2018-09-30  Daniel Stenbergdoh: only build if h2 enabled
2018-09-29  Daniel Stenbergtest2100: require http2 to run
2018-09-29  Daniel Stenbergmulti: fix memory leak in content encoding related...
2018-09-29  Daniel Stenbergtravis: bump the Secure Transport build to use xcode 10
2018-09-29  Rich Turnercurl: enabled Windows VT Support and UTF-8 output
2018-09-28  Daniel Stenbergmulti: fix location URL memleak in error path
2018-09-28  Sergei Nikulovcmake: fixed path used in generation of docs/tests...
2018-09-28  Brad Kingcmake: Backport to work with CMake 3.0 again
2018-09-27  Marcel Raadcurl_threads: fix classic MinGW compile break
2018-09-26  Daniel Stenbergconfigure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
2018-09-26  Doron Beharexample/htmltidy: fix include paths of tidy libraries
2018-09-26  Daniel StenbergRELEASE-NOTES: synced
2018-09-25  Daniel StenbergCurl_http2_done: fix memleak in error path
2018-09-25  Daniel Stenberghttp: fix memleak in rewind error path
2018-09-24  Viktor Szakatstest320: fix regression in [ci skip]
2018-09-24  Daniel StenbergCurl_retry_request: fix memory leak
2018-09-24  Daniel Stenbergopenssl: load built-in engines too
2018-09-24  Christian HeimesOpenSSL: enable TLS 1.3 post-handshake auth
2018-09-24  Even RouaultCurl_dedotdotify(): always nul terminate returned string.
2018-09-23  Viktor Szakatsupdate URLs in tests
2018-09-23  Viktor Szakatswhitespace fixes
2018-09-23  Daniel Stenberghttp: add missing return code check
2018-09-23  Daniel Stenbergftp: don't access pointer before NULL check
2018-09-23  Daniel Stenbergunit1650: fix out of boundary access
2018-09-23  Viktor Szakatsdocs/examples: URL updates
2018-09-22  Viktor Szakatsexamples/Makefile.m32: sync with core [ci skip]
2018-09-22  Daniel Stenbergexamples/parseurl.c: show off the URL API a bit
2018-09-22  Daniel StenbergSECURITY-PROCESS: mention the bountygraph program ...
2018-09-22  Daniel Stenbergurl: use the URL API internally as well
2018-09-22  Viktor SzakatsURL and mailmap updates, remove an obsolete directory...
2018-09-21  Daniel StenbergRELEASE-NOTES: synced
2018-09-21  Daniel Stenbergconfigure: force-use -lpthreads on HPUX
2018-09-21  Erik MinekusCurl_saferealloc: Fixed typo in docblock
2018-09-21  Daniel Stenbergurlapi: fix support for address scope in IPv6 numerical...
2018-09-21  Loganaden VelvindronGnutTLS: TLS 1.3 support
2018-09-20  Daniel StenbergTODO: c-ares and CURLOPT_OPENSOCKETFUNCTION
2018-09-20  Jay Satirovtls: fix ssl version "or later" behavior change for...
2018-09-20  Daniel Stenbergcerts: generate tests certs with sha256 digest algorithm
2018-09-19  Daniel Stenbergurlapi: document the error codes, remove two unused...
2018-09-19  Daniel Stenbergurlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance
2018-09-19  Kamil Dudkanss: try to connect even if libnssckbi.so fails to...
2018-09-19  Daniel Gustafssonurlapi: don't set value which is never read
2018-09-19  Daniel Gustafssontodo: Update reference to already done item
2018-09-18  Daniel StenbergRELEASE-NOTES: synced
2018-09-18  slodkicmake: don't require OpenSSL if USE_OPENSSL=OFF
2018-09-18  Daniel Stenbergcurl_multi_wait: call getsock before figuring out timeout
2018-09-18  Daniel Stenbergexamples/http2-pushinmemory: receive HTTP/2 pushed...
2018-09-18  Daniel Gustafssondarwinssl: Fix realloc memleak
2018-09-17  Kruzyaexamples: Fix memory leaks from realloc errors
2018-09-17  Daniel Gustafssonmemory: add missing curl_printf header
2018-09-16  Sicurl: update --tlsv* descriptions in --help output
2018-09-16  Daniel Stenberghttp: made Curl_add_buffer functions take a pointer...
2018-09-16  Daniel Stenberghttp2: fix memory leaks on error-path
2018-09-15  Rikard Falkebornlibtest: Add chkdecimalpoint to .gitignore
2018-09-14  Viktor Szakatssecure Openwall URLs
2018-09-14  Daniel Stenbergopenssl: show "proper" version number for libressl...
2018-09-14  Rainer Jungopenssl: assume engine support in 0.9.8 or later
2018-09-13  Daniel Gustafssonsendf: use failf() rather than Curl_failf()
2018-09-13  Daniel Gustafssonsendf: Fix whitespace in infof/failf concatenation
2018-09-13  Daniel Gustafssonkrb5: fix memory leak in krb_auth
2018-09-13  Daniel Gustafssonftp: include command in Curl_ftpsend sendbuffer
2018-09-13  Daniel Gustafssonntlm_wb: Fix memory leaks in ntlm_wb_response
2018-09-13  Yiming Jingtravis: build the MesaLink vtls backend with MesaLink...
2018-09-13  Yiming Jingruntests.pl: run tests against the MesaLink vtls backend
2018-09-13  Yiming Jingvtls: add a MesaLink vtls backend
2018-09-13  Yiming Jingconfigure.ac: add a MesaLink vtls backend
2018-09-13  Dave Reisnercurl_url_set.3: properly escape \n in example code
2018-09-13  Dave Reisnercurl_url_set.3: fix typo in reference to CURLU_APPENDQUERY
2018-09-13  Daniel Stenbergurlglob: improve error message
2018-09-12  Yiming Jingtests/certs: rebuild certs with 2048-bit RSA keys
2018-09-12  Daniel GustafssonTODO: fix typo in item
2018-09-12  Marcel Raadanyauthput: fix compiler warning on 64-bit Windows
2018-09-12  Viktor Szakatslib: fix gcc8 warning on Windows
2018-09-12  Jay Satiroopenssl: fix gcc8 warning
2018-09-10  Daniel Stenberglibcurl-url.3: overview man page for the URL API
2018-09-10  Daniel Stenbergexample/asiohiper: insert warning comment about its... 2874/head
2018-09-10  Kamil Dudkadocs/cmdline-opts: update the documentation of --tlsv1.0
2018-09-10  Kamil Dudkadocs/examples: do not wait when no transfers are running
2018-09-10  Daniel Gustafssoncookies: Move failure case label to end of function
2018-09-10  Daniel Gustafssonmisc: fix typos in comments
2018-09-10  Daniel Gustafssoncookies: fix leak when writing cookies to file
2018-09-10  Daniel Gustafssoncookies: Remove redundant expired check
2018-09-09  Daniel Stenbergntlm_wb: bail out if the response gets overly large
2018-09-08  Daniel Gustafssonurl.c: fix comment typo and indentation
2018-09-08  Daniel Stenbergurlapi: avoid derefencing a possible NULL pointer
2018-09-08  Daniel StenbergRELEASE-NOTES: synced
2018-09-08  Marcel Raadtest324: fix after 3f3b26d6feb0667714902e836af608094235fca2
2018-09-08  Daniel Stenbergcurl_url_set.3: correct description
2018-09-08  Daniel Stenbergcurl_url-docs: fix AVAILABILITY as Added in curl 7...
2018-09-08  Daniel StenbergURL-API
2018-09-07  Daniel Stenbergcurl_easy_upkeep: removed 'conn' from the name
2018-09-07  Max Dymondupkeep: add a connection upkeep API: curl_easy_conn_upk...
2018-09-07  Philipp Waehnertconfigure: add option to disable automatic OpenSSL...
2018-09-07  Daniel Stenbergdoh: minor edits to please Coverity
2018-09-07  Daniel Stenbergschannel: avoid switch-cases that go to default anyway
2018-09-06  Nicklas Avénimap: change from "FETCH" to "UID FETCH"
2018-09-06  Daniel StenbergCURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
2018-09-06  Daniel Stenbergtravis: add the DOH tests to the torture testing
2018-09-06  Daniel StenbergDOH: add test case 1650 and 2100
2018-09-06  Daniel Stenbergcurl: --doh-url added
next