]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2020-02-16  Daniel Stenbergsocks: make the connect phase non-blocking
2020-02-16  Daniel Stenbergmulti: if Curl_readwrite sets 'comeback' use expire...
2020-02-16  Daniel Stenbergftp: convert 'sock_accepted' to a plain boolean
2020-02-15  Jay SatiroCURLINFO_COOKIELIST.3: Fix example
2020-02-14  Daniel StenbergTODO: Paged searches on LDAP server
2020-02-14  Daniel StenbergTODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS
2020-02-14  Daniel Stenbergazure: disable brotli on the macos debug-builds
2020-02-13  Steve Holmetool_home: Fix the copyright year being out of date
2020-02-12  Jay Satirotool_homedir: Change GetEnv() to use libcurl's curl_get...
2020-02-12  Daniel Stenbergstrerror.h: Copyright year out of date
2020-02-12  Jay Satirostrerror: Increase STRERROR_LEN 128 -> 256
2020-02-12  Jay Satiromulti: fix outdated comment
2020-02-12  Jay Satiroeasy: remove dead code
2020-02-12  Daniel Stenbergcreate-dirs.d: mention the mode
2020-02-11  Daniel StenbergCURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wording
2020-02-10  Daniel StenbergRELEASE-NOTES: synced
2020-02-09  Steve Holmesmtp: Simplify the MAIL command and avoid a duplication...
2020-02-09  Daniel Stenbergaltsvc: keep a copy of the file name to survive handle...
2020-02-09  Steve Holmeurl: Include the failure reason when curl_win32_idn_to_...
2020-02-09  Jay Satiroasyn-thread: remove dead code
2020-02-08  Emil Englergithub: Instructions to post "uname -a" on Unix systems...
2020-02-08  Cristian Grecoconfigure.ac: fix comments about --with-quiche
2020-02-07  Steve Holmechecksrc.bat: Fix not being able to run script from...
2020-02-07  Pierre-Yves... digest: Do not quote algorithm in HTTP authorisation
2020-02-07  Daniel Stenbergftp: remove the duplicated user/password struct fields
2020-02-07  Daniel Stenbergftp: remove superfluous checking for crlf in user or pwd
2020-02-06  Steve Holmentlm_wb: Use Curl_socketpair() for greater portability
2020-02-05  Frank Gevaertscontributors: Also include people who contributed to...
2020-02-05  Frank Gevaertscontrithanks: Use the most recent tag by default
2020-02-05  Daniel Stenbergscripts: use last set tag if none given
2020-02-05  Daniel Stenbergftp: shrink temp buffers used for PORT
2020-02-05  Daniel Stenbergcurl: error on --alt-svc use w/o support
2020-02-04  Daniel Stenbergdocs/HTTP3: add --enable-alt-svc to curl's configure
2020-02-04  Daniel StenbergRELEASE-PROCEDURE: feature win is closed post-release...
2020-02-04  Daniel Stenbergaltsvc: set h3 version at a common single spot
2020-02-04  Harry Sintonenaltsvc: improved header parser
2020-02-04  Harry Sintonenngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6
2020-02-04  Daniel Stenbergdocs/HTTP3: update the OpenSSL branch to use for ngtcp2
2020-02-04  Steve Holmentlm: Pass the Curl_easy structure to the private winbi...
2020-02-04  Daniel StenbergRELEASE-NOTES: synced
2020-02-04  Daniel Stenbergtool_operhlp: Copyright year out of date, should be...
2020-02-04  Orgad Shanehcurl: avoid using strlen for testing if a string is...
2020-02-03  Steve Holmentlm: Ensure the HTTP header data is not stored in...
2020-02-03  Marcel Raadopenssl: remove redundant assignment
2020-02-03  Marcel Raadtravis: update non-OpenSSL Linux jobs to Bionic
2020-02-03  Dan Fandrichcirrus: Add some missing semicolons
2020-02-02  Pedro Monrealcleanup: fix typos and wording in docs and comments
2020-02-02  Steve Holmentlm: Move the winbind data into the NTLM data structure
2020-01-30  Daniel Stenbergquiche: Copyright year out of date
2020-01-30  Daniel Stenbergaltsvc: use h3-25
2020-01-30  Alessandro... quiche: update to draft-25
2020-01-29  Daniel Stenbergngtcp2: update to git master and its draft-25 support
2020-01-29  Daniel Stenbergcookie: check __Secure- and __Host- case sensitively
2020-01-29  Daniel StenbergKNOWN_BUGS: Multiple methods in a single WWW-Authentica...
2020-01-29  Daniel Stenbergoauth2-bearer.d: works for HTTP too
2020-01-28  Daniel Stenbergmulti_done: if multiplexed, make conn->data point to...
2020-01-28  Daniel Stenberglocation.d: the method change is from POST to GET only
2020-01-28  Daniel Stenbergurlapi: guess scheme correct even with credentials...
2020-01-28  Daniel Stenbergglobal_init: move the IPv6 works status bool to multi...
2020-01-27  Jay SatiroREADME: mention that the docs is in docs/
2020-01-27  Daniel Stenbergcurl.h: define CURL_WIN32 on windows
2020-01-27  Daniel StenbergRELEASE-NOTES: synced
2020-01-27  Jon Rumseyurldata: do string enums without #ifdefs for build...
2020-01-26  Daniel Stenbergcurl: make the -# spaceship bar not wrap the line
2020-01-26  Daniel Stenbergglobal_init: assume the EINTR bit by default
2020-01-24  Peter Piekarskiconn: do not reuse connection if SOCKS proxy credential...
2020-01-24  Daniel Stenbergllist: removed unused Curl_llist_move()
2020-01-24  Daniel Stenbergconncache: removed unused Curl_conncache_bundle_size()
2020-01-24  Daniel Stenbergstrcase: turn Curl_raw_tolower into static
2020-01-24  Daniel Stenbergsingleuse.pl: support new API functions, fix curl_dbg_...
2020-01-24  Daniel Stenbergwolfssh: make it init properly via Curl_ssh_init()
2020-01-23  Aron Rotteveelform.d: fix two minor typos
2020-01-23  Daniel Stenbergopenssl: make CURLINFO_CERTINFO not truncate x509v3...
2020-01-23  Jay SatiroCURLOPT_PROXY_SSL_OPTIONS.3: Sync with CURLOPT_SSL_OPTI...
2020-01-22  Daniel Stenbergmk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTER
2020-01-21  Daniel StenbergRELEASE-NOTES: synced
2020-01-21  Pavel Volgarevsmtp: Allow RCPT TO command to fail for some recipients
2020-01-21  Daniel Stenbergcopyright: fix year ranges
2020-01-21  naohttp: move "oauth_bearer" from connectdata to Curl_easy
2020-01-21  Emil Englercurl: Let -D merge headers in one file again
2020-01-21  Daniel Stenbergdata.d: remove "Multiple files can also be specified"
2020-01-20  Marcel RaadCMake: support specifying the target Windows version
2020-01-20  Daniel Stenberghttp.h: Copyright year out of date, should be 2020
2020-01-20  加藤郁之HTTP: increase EXPECT_100_THRESHOLD to 1Mb
2020-01-17  Daniel StenbergROADMAP: thread-safe `curl_global_init()`
2020-01-17  Daniel StenbergRELEASE-NOTES: synced
2020-01-16  Daniel Stenbergwolfssl: use the wc-prefixed symbol alternatives
2020-01-16  Daniel Stenbergpolarssl: removed
2020-01-16  Marcel Raadlibssh2: fix variable type
2020-01-16  Daniel Stenbergcurl:progressbarinit: ignore column width from terminal...
2020-01-15  Daniel Stenbergwolfssh: set the password correctly for PASSWORD auth
2020-01-15  Daniel Stenbergwolfssh: remove fprintf() calls (and uses of __func__)
2020-01-14  Marcel RaadCMake: use check_symbol_exists also for inet_pton
2020-01-13  Jay Satiroschannel_verify: Fix alt names manual verify for UNICOD...
2020-01-13  Daniel StenbergHTTP-COOKIES.md: describe the cookie file format
2020-01-13  Tobias HietaCMake: Add support for CMAKE_LTO option.
2020-01-13  Daniel StenbergRELEASE-NOTES: synced
2020-01-13  Daniel StenbergConnectionExists: respect the max_concurrent_streams...
2020-01-13  Daniel Stenbergcurl: make #0 not output the full URL
2020-01-12  Daniel StenbergwolfSSH: new SSH backend
next