]> granicus.if.org Git - curl/shortlog
curl
2019-05-31 Daniel StenbergRELEASE-NOTES: synced
2019-05-29 Josie Huddlestonhttp2: Stop drain from being permanently set on
2019-05-29 Steve Holmeconncache: Remove the DEBUGASSERT on length check
2019-05-29 Gisle Vanemsystem_win32: fix function prototype
2019-05-29 Marcel Raadappveyor: add Visual Studio solution build
2019-05-29 Marcel Raadappveyor: add support for other build systems
2019-05-29 Steve Holmeurl: Load if_nametoindex() dynamically from iphlpapi...
2019-05-29 Daniel Stenberghttp: fix "error: equality comparison with extraneous...
2019-05-28 Daniel Stenbergparse_proxy: make sure portptr is initialized
2019-05-28 Daniel Stenbergurl: default conn->port to the same as conn->remote_port
2019-05-28 Daniel Stenbergconncache: make "bundles" per host name when doing...
2019-05-28 Daniel Stenbergmulti: track users of a socket better
2019-05-28 Steve Holmecurl-win32.h: Enable Unix Domain Sockets based on the...
2019-05-28 Jonas Vautherincmake: support CMAKE_OSX_ARCHITECTURES when detecting...
2019-05-27 Marcel RaadHAProxy tests: add keywords
2019-05-27 Maksim Stsepanenkatests: make test 1420 and 1406 work with rtsp-disabled...
2019-05-27 Hubert Karionss: allow to specify TLS 1.3 ciphers if supported...
2019-05-26 Daniel StenbergRELEASE-NOTES: synced
2019-05-25 Jay SatiroRevert all SASL authzid (new feature) commits
2019-05-25 dbrowndanFAQ: more minor updates and spelling fixes
2019-05-24 Daniel StenbergRELEASE-NOTES: synced
2019-05-24 Daniel Stenbergsectransp: handle errSSLPeerAuthCompleted from SSLRead()
2019-05-24 Gisle VanemFix typo.
2019-05-23 Daniel Stenbergtool_setopt: for builds with disabled-proxy, skip all...
2019-05-23 Steve Holmewinbuild: Use two space indentation
2019-05-23 Gisle Vanemtool_parse_cfg: Avoid 2 fopen() for WIN32
2019-05-23 Daniel Stenbergmd4: include the mbedtls config.h to get the MD4 info
2019-05-23 Daniel Stenbergmd4: build correctly with openssl without MD4
2019-05-23 Patrick Monneratos400: take care of CURLOPT_SASL_AUTHZID in curl_easy_s...
2019-05-23 Daniel Stenberg.github/FUNDING: mention our opencollective "home"...
2019-05-23 Zenjuconfig-win32: add support for if_nametoindex and getsoc...
2019-05-23 Jay Satirotests: Fix the line endings for the SASL alt-auth tests
2019-05-23 Daniel Stenbergurl: fix bad #ifdef
2019-05-23 Daniel StenbergRevert "progress: CURL_DISABLE_PROGRESS_METER"
2019-05-22 Steve Holmeexamples: Added SASL PLAIN authorisation identity ...
2019-05-22 Steve Holmecurl: --sasl-authzid added to support CURLOPT_SASL_AUTH...
2019-05-22 Steve Holmesasl: Implement SASL authorisation identity via CURLOPT...
2019-05-22 Marc Hoerskentests: add support to test against OpenSSH for Windows
2019-05-22 Daniel Stenbergbump: start on the next release
2019-05-22 Marcel Raadexamples: fix "clarify calculation precedence" warnings
2019-05-22 Marcel Raadhiperfifo: remove unused variable
2019-05-22 Marcel Raadexamples: remove dead variable stores
2019-05-22 Marcel Raadexamples: reduce variable scopes
2019-05-22 Marcel Raadhttp2-download: fix format specifier
2019-05-22 Daniel StenbergPolarSSL: deprecate support step 1. Removed from configure.
2019-05-22 Daniel Stenbergconfigure/cmake: check for if_nametoindex()
2019-05-22 Daniel Stenbergparse_proxy: use the IPv6 zone id if given
2019-05-22 Daniel StenbergRELEASE-NOTES: 7.65.0 release curl-7_65_0
2019-05-22 Daniel StenbergTHANKS: from the 7.65.0 release-notes
2019-05-21 Daniel Stenbergurl: convert the zone id from a IPv6 URL to correct...
2019-05-21 Daniel Stenbergconfigure: detect getsockname and getpeername on window...
2019-05-21 Marcel Raadexamples: remove unused variables
2019-05-21 Daniel Gustafssonudpateconninfo: mark variable unused
2019-05-21 Daniel Gustafssonftp: move ftp_ccc in under featureflag
2019-05-20 Daniel Stenbergcurl: report error for "--no-" on non-boolean options
2019-05-20 Guy Poizatmbedtls: enable use of EC keys
2019-05-20 Daniel Stenberglib1560: add tests for parsing URL with too long scheme
2019-05-20 Omar Ramadanurlapi: increase supported scheme length to 40 bytes
2019-05-20 Marcel Raadlib: reduce variable scopes
2019-05-20 Marcel Raadtool_formparse: remove redundant assignment
2019-05-20 Marcel Raadssh: move variable declaration to where it's used
2019-05-20 Marcel Raadssh-libssh: remove unused variable
2019-05-20 Daniel Stenbergtest332: verify the blksize fix
2019-05-20 Daniel Stenbergtftp: use the current blksize for recvfrom()
2019-05-19 Daniel Gustafssonversion: make ssl_version buffer match for multi_ssl
2019-05-18 Steve Holmehttp_ntlm_wb: Handle auth for only a single request
2019-05-18 Steve Holmehttp_ntlm_wb: Cleanup handshake after clean NTLM failure
2019-05-18 Steve Holmehttp_ntlm_wb: Return the correct error on receiving...
2019-05-18 Daniel Stenbergcurl: make code work with protocol-disabled libcurl
2019-05-17 Daniel Stenberglibcurl: #ifdef away more code for disabled features...
2019-05-17 Daniel Stenbergprogress: CURL_DISABLE_PROGRESS_METER
2019-05-17 Daniel Stenberghostip: CURL_DISABLE_SHUFFLE_DNS
2019-05-17 Daniel Stenbergnetrc: CURL_DISABLE_NETRC
2019-05-16 Viktor Szakatsdocs: Markdown and misc improvements [ci skip]
2019-05-16 Viktor Szakatsdocs/RELEASE-PROCEDURE: link to live iCalendar [ci...
2019-05-16 Daniel Stenbergtravis: add an osx http-only build
2019-05-16 Daniel Stenbergcleanup: remove FIXME and TODO comments
2019-05-16 Daniel Stenbergcurl: don't set FTP options for FTP-disabled builds
2019-05-15 Steve Holmehttp_ntlm_wb: Move the type-2 message processing into...
2019-05-15 Daniel StenbergRELEASE-NOTES: synced
2019-05-15 Daniel Stenbergdocs/RELEASE-PROCEDURE: updated coming releases dates...
2019-05-15 Daniel StenbergCURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERS...
2019-05-15 Daniel Stenbergparse_proxy: use the URL parser API
2019-05-14 Steve Holmehttp_negotiate: Move the Negotiate state out of the...
2019-05-14 Steve Holmehttp_ntlm: Move the NTLM state out of the ntlmdata...
2019-05-14 Steve Holmeurl: Move the negotiate state type into a dedicated...
2019-05-14 Steve Holmeurl: Remove duplicate clean up of the winbind variables...
2019-05-14 Daniel Stenbergurlapi: require a non-zero host name length when parsin...
2019-05-14 Daniel Stenbergconfigure: error out if OpenSSL wasn't detected when...
2019-05-14 Daniel Gustafssonimap: Fix typo in comment
2019-05-14 Steve Holmeurl: Remove unnecessary initialisation from allocate_conn()
2019-05-14 Daniel StenbergCURLOPT_CAINFO.3: with Schannel, you want Windows 8...
2019-05-13 Daniel Gustafssonvtls: fix potential ssl_buffer stack overflow
2019-05-13 Daniel StenbergRELEASE-NOTES: synced
2019-05-13 Daniel Stenbergappveyor: also build "/ci" branches like travis
2019-05-13 Daniel Stenbergpingpong: disable more when no pingpong enabled
2019-05-13 Daniel Stenbergproxy: acknowledge DISABLE_PROXY more
2019-05-13 Daniel Stenbergparsedate: CURL_DISABLE_PARSEDATE
2019-05-13 Daniel Stenbergsasl: only enable if there's a protocol enabled using it
2019-05-13 Daniel Stenbergmime: acknowledge CURL_DISABLE_MIME
next