]> granicus.if.org Git - curl/shortlog
curl
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...
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
2018-09-06 Daniel Stenbergsetopt: add CURLOPT_DOH_URL
2018-09-06 Han Hanssl: deprecate CURLE_SSL_CACERT in favour of a unified...
2018-09-06 Han Hanx509asn1: return CURLE_PEER_FAILED_VERIFICATION on...
2018-09-06 Han Hanopenssl: return CURLE_PEER_FAILED_VERIFICATION on failu...
2018-09-06 Han Hanschannel: unified error code handling
2018-09-06 Han Handarwinssl: more specific and unified error codes
2018-09-06 Daniel StenbergCURLOPT_DNS_USE_GLOBAL_CACHE: deprecated
2018-09-05 Daniel Stenbergurl: default to CURL_HTTP_VERSION_2TLS if built h2...
2018-09-05 Daniel Stenbergmultiplex: enable by default
2018-09-05 Jim Fullertests: add unit tests for url.c
2018-09-05 Daniel Stenbergtest1452: mark as flaky
2018-09-05 Daniel Stenbergpipelining: deprecated
2018-09-05 Daniel StenbergRELEASE-NOTES: start working on 7.62.0
2018-09-04 Daniel StenbergTHANKS: 7.61.1 status curl-7_61_1
2018-09-04 Daniel StenbergRELEASE-NOTES: 7.61.1
2018-09-04 Daniel StenbergCurl_getoff_all_pipelines: ignore unused return values
2018-09-04 Viktor Szakatssftp: fix indentation
2018-09-04 Przemysław... sftp: don't send post-qoute sequence when retrying...
2018-09-03 Kamil Dudkaurl, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work
2018-09-03 Jay Satirotool_operate: Add http code 408 to transient list for...
2018-09-03 Jay Satiroopenssl: Fix setting TLS 1.3 cipher suites
2018-09-03 Daniel StenbergCurl_ntlm_core_mk_nt_hash: return error on too long...
2018-09-02 Rikard Falkebornhttp2: Use correct format identifier for stream_id
2018-09-02 Marcel Raadtest1148: fix precheck output
2018-09-01 Daniel Stenbergall: s/int/size_t cleanup
2018-09-01 Daniel Stenbergssh-libssh: use FALLTHROUGH to silence gcc8
2018-08-31 Jay Satirotool_operate: Fix setting proxy TLS 1.3 ciphers
2018-08-31 Daniel Gustafssoncookies: support creation-time attribute for cookies
2018-08-31 Marcel RaadDon't use Windows path %PWD for SSH tests
next