]> granicus.if.org Git - curl/shortlog
curl
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
2019-05-13 Daniel Stenbergwildcard: disable from build when FTP isn't present
2019-05-13 Daniel Stenberghttp: CURL_DISABLE_HTTP_AUTH
2019-05-13 Daniel Stenbergbase64: build conditionally if there are users
2019-05-13 Daniel Stenbergdoh: CURL_DISABLE_DOH
2019-05-12 Steve Holmeauth: Rename the various authentication clean up functions
2019-05-12 Jay Satirodocs/INSTALL: fix broken link [ci skip]
2019-05-12 Marcel Raadeasy: fix another "clarify calculation precedence"...
2019-05-12 Marcel Raadbuild: fix "clarify calculation precedence" warnings
2019-05-12 Marcel Raadcmake: restore C89 compatibility of CurlTests.c
2019-05-11 Steve Holmehttp_ntlm: Corrected the name of the include guard
2019-05-11 Steve Holmehttp_digest: Don't expose functions when HTTP and Crypt...
2019-05-11 Steve Holmehttp_negotiate: Don't expose functions when HTTP is...
2019-05-11 Daniel StenbergSECURITY-PROCESS: fix links [ci skip]
2019-05-11 Marcel RaadCMake: suppress unused variable warnings
2019-05-11 Daniel Stenbergdoh: disable DOH for the cases it doesn't work
2019-05-11 Jay Satirochecksrc.bat: Ignore snprintf warnings in docs/examples
2019-05-10 Steve Holmevauth: Fix incorrect function description for Curl_auth...
2019-05-10 Jay SatiroRevert "multi: support verbose conncache closure handle"
2019-05-09 Steve Holmentlm: Fix misaligned function comments for Curl_auth_nt...
2019-05-09 Daniel StenbergBUG-BOUNTY: minor formatting fixes [ci skip]
2019-05-09 Daniel StenbergRELEASE-NOTES: synced
2019-05-09 Daniel StenbergBUG-BOUNTY.md: add the Dropbox "bonus" extra payout...
2019-05-09 Kamil Dudkahttp_negotiate: do not treat failure of gss_init_sec_co...
2019-05-09 Kamil Dudkaspnego_gssapi: fix return code on gss_init_sec_context...
2019-05-09 Steve Holmegen_resp_file.bat: Removed unnecessary @ from all but...
2019-05-09 Jay Satirohttp: Ignore HTTP/2 prior knowledge setting for HTTP...
2019-05-08 Marcel Raadtravis: update mesalink build to xenial
2019-05-08 Ricky LeverenceOpenSSL: Report -fips in version if OpenSSL is built...
2019-05-07 Frank Gevaertsnss: allow fifos and character devices for certificates.
2019-05-06 Daniel Gustafssontest2100: Fix typos in test description
2019-05-06 Daniel Stenbergssh: define USE_SSH if SSH is enabled (any backend)
2019-05-05 Steve Holmewinbuild: Add our standard copyright header to the...
2019-05-05 Steve Holmemakedebug: Fix ERRORLEVEL detection after running where.exe
2019-05-05 Daniel Stenbergurlapi: add CURLUPART_ZONEID to set and get
next