]> granicus.if.org Git - curl/shortlog
curl
2016-08-22 Daniel StenbergRELEASE-NOTES: synced with 95ded2c56
2016-08-21 Daniel Stenbergconfigure: make it work without PKG_CHECK_MODULES
2016-08-21 Marc HoerskenRevert "KNOWN_BUGS: SOCKS proxy not working via IPv6"
2016-08-21 Marco Deckelwin: Basic support for Universal Windows Platform apps
2016-08-21 Steve Holmesasl: Don't use GSSAPI authentication when domain name...
2016-08-21 Steve Holmevauth: Added check for supported SSPI based authenticat...
2016-08-21 Steve Holmehttp.c: Remove duplicate (authp->avail & CURLAUTH_DIGES...
2016-08-20 Marc Hoerskensocks.c: display the hostname returned by the SOCKS5...
2016-08-20 Steve Holmeurldata.h: Corrected comment for httpcode which is...
2016-08-20 Marc Hoerskensocks.c: use Curl_printable_address in SOCKS5 connectio...
2016-08-20 Marc Hoerskensocks.c: align SOCKS4 connection sequence with SOCKS5
2016-08-20 Steve Holmehttp.c: Corrected indentation change from commit 2708d4259b
2016-08-20 Steve Holmehttp: Added calls to Curl_auth_is_<mechansism>_supported()
2016-08-20 Marc Hoerskensocks.c: improve verbose output of SOCKS5 connection...
2016-08-20 Marc Hoerskenconfigure.ac: add missing quotes to PKG_CHECK_MODULES
2016-08-20 Steve Holmesasl: Added calls to Curl_auth_is_<mechansism>_supported()
2016-08-19 Miroslav Francspnego_sspi: fix memory leak in case *outlen is zero...
2016-08-19 Daniel StenbergCURLMOPT_MAX_TOTAL_CONNECTIONS.3: mention it can also...
2016-08-18 Steve Holmevauth: Introduced Curl_auth_is_<mechansism>_supported...
2016-08-18 Daniel Stenbergtest1144: verify HEAD with body-only response
2016-08-17 Steve HolmeRELEASE-PROCEDURE: Added some more future release dates
2016-08-17 David Woodhousecurl: allow "pkcs11:" prefix for client certificates
2016-08-17 Daniel Stenbergnss: make the global variables static
2016-08-16 Daniel Stenbergopenssl: use regular malloc instead of OPENSSL_malloc
2016-08-16 Daniel Stenbergproxy: fix tests as follow-up to 93b0d907d5
2016-08-16 Daniel StenbergRevert "Proxy-Connection: stop sending this header...
2016-08-15 Daniel StenbergCURLOPT_PROXY.3: unsupported schemes cause errors now
2016-08-15 Daniel Stenbergtests/README: mention nghttpx for HTTP/2 tests
2016-08-15 Daniel StenbergREADME.md: add our CII Best Practices badge
2016-08-15 Daniel Stenbergproxy: polished the error message for unsupported schemes
2016-08-15 Daniel Stenbergtest219: verify unsupported scheme for proxies get...
2016-08-15 Daniel Stenbergproxy: reject attempts to use unsupported proxy schemes
2016-08-15 Daniel StenbergRELEASE-NOTES: synced with b7ee5316c2fd5b
2016-08-14 Marc Hoerskensocks.c: Correctly calculate position of port in respon...
2016-08-14 Marc Hoerskensocks.c: Do not modify and invalidate calculated respon...
2016-08-14 Marc Hoerskensocks.c: Move error output after reading the whole...
2016-08-13 Ronnie MoseMANUAL: Remove invalid link to LDAP documentation ...
2016-08-13 Jay Satiroopenssl: accept subjectAltName iPAddress if no dNSName...
2016-08-12 Dambaev Alexanderconfigure.ac: add zlib search with pkg-config
2016-08-11 Daniel Stenbergrtsp: ignore whitespace in session id
2016-08-11 Daniel StenbergHTTP: retry failed HEAD requests too
2016-08-11 Daniel Stenbergmk-ca-bundle.1: document -m, added in 1.26
2016-08-10 Daniel StenbergRELEASE-NOTES: synced with e577c43bb5
2016-08-10 Erik Janssenrtsp: accept any RTSP session id
2016-08-09 Daniel Stenbergsymbols-in-versions: add CURL_STRICTER
2016-08-09 Simon Wartawinbuild: Allow changing C compiler via environment...
2016-08-09 Daniel StenbergLICENSE-MIXING.md: switched to markdown
2016-08-09 Daniel Stenbergdocs-make: have markdown files use .md
2016-08-09 Daniel Stenbergcurl.h: make CURL_NO_OLDIES define CURL_STRICTER
2016-08-09 Daniel StenbergHISTORY.md: use markdown extension
2016-08-09 Daniel StenbergSSLCERTS.md: renamed to markdown extension
2016-08-09 Daniel StenbergINTERNALS.md: use markdown extension for markdown content
2016-08-09 Daniel StenbergCONTRIBUTE.md: markdown extension
2016-08-09 Daniel StenbergCONTRIBUTE: changed to markdown
2016-08-09 Daniel StenbergCONTRIBUTE: refreshed
2016-08-09 Daniel StenbergTODO: added an SSH section and two SFTP things to do
2016-08-09 Daniel StenbergTODO: remove the 1.22 duplicated item
2016-08-09 Daniel StenbergTODO: move "CURLOPT_MAIL_CLIENT" to SMTP section
2016-08-09 Daniel StenbergTODO: API for URL parsing/splitting
2016-08-09 Daniel StenbergTODO: move QUIC to the HTTP section
2016-08-09 Simon Wartawinbuild: Free name $(CC) in Makefile (#950)
2016-08-08 Daniel StenbergTODO: Use huge HTTP/2 windows
2016-08-08 Simon Wartawinbuild: Avoid setting redundant CFLAGS to compile...
2016-08-08 Jay Satirocmake: Enable win32 threaded resolver by default
2016-08-08 Jay Satirocmake: Enable win32 large file support by default
2016-08-07 Daniel StenbergTODO: added several ideas, removed SPDY
2016-08-04 Daniel Stenberghttp2: always wait for readable socket
2016-08-04 Daniel StenbergRELEASE-NOTES: synced with 7b4bf37a44791
2016-08-04 Thomas Glanzmannmbedtls: set debug threshold to 4 (verbose) when MBEDTL...
2016-08-04 Daniel StenbergCURLOPT_TCP_NODELAY: now enabled by default
2016-08-03 Serj KalichevTFTP: Fix upload problem with piped input
2016-08-03 Daniel Stenbergmk-ca-bundle.pl: -m keeps ca cert meta data in output
2016-08-03 Daniel Stenbergmulti: make Curl_expire() work with 0 ms timeouts
2016-08-03 Daniel Stenbergtransfer: return without select when the read loop...
2016-08-03 Bill Nagelmbedtls: Added support for NTLM
2016-08-03 Sergei Nikulovtravis: removed option to rebuild autotool from source
2016-08-03 Daniel Stenbergbump: start working toward 7.50.2
2016-08-03 Daniel StenbergTHANKS: 7 new contributors from the 7.50.1 release curl-7_50_1
2016-08-02 Daniel StenbergRELEASE-NOTES: 7.50.1
2016-08-02 Daniel StenbergTLS: only reuse connections with the same client cert
2016-08-02 Daniel StenbergTLS: switch off SSL session id when client cert is...
2016-08-02 Daniel Stenbergcurl_multi_cleanup: clear connection pointer for easy...
2016-08-02 Daniel StenbergKNOWN_BUGS: SOCKS proxy not working via IPv6
2016-08-02 Daniel StenbergKNOWN_BUGS: CURLOPT_SEEKFUNCTION not called with CURLFO...
2016-08-02 Daniel StenbergKNOWN_BUGS: transfer-encoding: chunked in HTTP/2
2016-08-02 Daniel StenbergTODO: Provide cmake config-file
2016-08-02 Patrick Monneratos400: define BUILDING_LIBCURL in make script.
2016-08-01 Daniel StenbergRELEASE-NOTES: synced with aa9f536a18b
2016-08-01 Thomas Glanzmannmbedtls: Fix debug function name
2016-08-01 Sergei Nikulovtravis: fix OSX build by re-installing libtool
2016-08-01 Martin Vejnárwin32: fix a potential memory leak in Curl_load_library
2016-07-31 Daniel Stenberginclude: revert 9adf3c4 and make public types void...
2016-07-28 Yonggang Luocmake: Fix for schannel support
2016-07-28 Jay SatiroRevert "travis: Install libtool for OS X builds"
2016-07-28 Jay Satirotravis: Install libtool for OS X builds
2016-07-26 Viktor SzakatsTODO: minor typo in last commit
2016-07-26 Daniel StenbergTODO: Timeout idle connections from the pool
2016-07-25 Patrick Monneratos400: minimum supported OS version: V6R1M0.
2016-07-24 Jay Satirotests: Fix for http/2 feature
2016-07-23 Steve HolmeREADME: Mention wolfSSL in the 'Dependencies' section
next