]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2015-01-20  Patrick MonneratSASL: make some procedures local-scoped
2015-01-20  Patrick MonneratSASL: common state engine for imap/pop3/smtp
2015-01-20  Patrick MonneratSASL: common URL option and auth capabilities decoders...
2015-01-20  Patrick MonneratIMAP/POP3/SMTP: use a per-connection sub-structure...
2015-01-20  Daniel Stenbergipv6: enclose AF_INET6 uses with proper #ifdefs for...
2015-01-20  Chris Youngtimeval: typecast for better type (on Amiga)
2015-01-19  Daniel Stenbergopenssl: do public key pinning check independently
2015-01-19  Patrick MonneratOS400: CURLOPT_SSL_VERIFYSTATUS for ILE/RPG too.
2015-01-18  Steve Holmeldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32...
2015-01-18  Steve Holmehttp_negotiate: Use dynamic buffer for SPN generation
2015-01-18  Steve Holmesasl_gssapi: Make Curl_sasl_build_gssapi_spn() public
2015-01-18  Steve Holmesasl_gssapi: Fixed memory leak with local SPN variable
2015-01-17  Daniel Stenberghttp_negotiate.c: unused variable 'ret'
2015-01-17  Steve Holmegskit.h: Code policing of function pointer arguments
2015-01-17  Steve Holmevtls: Removed unimplemented overrides of curlssl_close_...
2015-01-17  Steve Holmevtls: Separate the SSL backend definition from the...
2015-01-17  Steve Holmevtls: Fixed compilation errors when SSL not used
2015-01-17  Steve Holmehttp_negotiate: Added empty decoded challenge message...
2015-01-17  Steve Holmehttp_negotiate: Return CURLcode in Curl_input_negotiate...
2015-01-17  Steve Holmehttp_negotiate_sspi: Prefer use of 'attrs' for context...
2015-01-17  Steve Holmehttp_negotiate_sspi: Use correct return type for QueryS...
2015-01-17  Steve Holmehttp_negotiate_sspi: Use 'CURLcode result' for CURL...
2015-01-16  Steve Holmecurl_endian: Fixed build when 64-bit integers are not...
2015-01-16  Daniel StenbergCURLOPT_SSL_VERIFYSTATUS.3: mention it is added in...
2015-01-16  Daniel Stenbergcurlver.h: next release is 7.41.0 due to the changes
2015-01-16  Daniel StenbergRELEASE-NOTES: mention the new OCSP stapling options...
2015-01-16  Daniel Stenbergopts: add CURLOPT_SSL_VERIFYSTATUS* to docs/Makefile
2015-01-16  Daniel Stenberghelp: add --cert-status to --help output
2015-01-16  Daniel Stenbergcopyright years: after OCSP stapling changes
2015-01-16  Alessandro... curl: add --cert-status option
2015-01-16  Alessandro... nss: add support for the Certificate Status Request...
2015-01-16  Alessandro... gtls: add support for the Certificate Status Request...
2015-01-16  Alessandro... url: add CURLOPT_SSL_VERIFYSTATUS option
2015-01-16  Daniel StenbergTheArtOfHttpScripting: skip the date at the top, we...
2015-01-16  Daniel StenbergTheArtOfHttpScripting: phrase it TLS lib agnostic
2015-01-16  Steve HolmeTODO: Added some SMB ideas
2015-01-16  Steve HolmeRELEASE-NOTES: Synced with 5f09947d28
2015-01-16  Steve Holmebuild-openssl.bat: Added check for Perl installation
2015-01-16  Steve Holmechecksrc.bat: Better detection of Perl installation
2015-01-16  Steve Holmecurl_endian: Fixed build when 64-bit integers are not...
2015-01-15  Yun SangHocurl.h: remove extra space
2015-01-14  Daniel StenbergCurl_pretransfer: reset expected transfer sizes
2015-01-12  Marc Hoerskencurl_schannel.c: mark session as removed from cache...
2015-01-09  Steve HolmeRELEASE-NOTES: Synced with d21b66835f
2015-01-09  Guenter KnaufMerge pull request #134 from vszakats/mingw-m64
2015-01-09  Guenter KnaufMerge pull request #136 from vszakats/mingw-allow-custo...
2015-01-09  Daniel StenbergNSS: fix compiler error when built http2-enabled
2015-01-09  Steve Holmegssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_S...
2015-01-09  Viktor Szakatsmingw build: allow to pass custom CFLAGS 136/head
2015-01-08  Daniel StenbergFTP: if EPSV fails on IPV6 connections, bail out
2015-01-08  Daniel StenbergFTP: fix IPv6 host using link-local address
2015-01-08  Sam Schankenwinbuild: Added option to build with c-ares
2015-01-08  Guenter KnaufNetWare build: added TLS-SRP enabled build.
2015-01-08  Steve Holmesasl_gssapi: Fixed build on NetBSD with built-in GSS-API
2015-01-08  Viktor Szakatsadd -m64 clags when targeting mingw64, add -m32/-m64... 134/head
2015-01-08  Daniel Stenbergbump: start working towards 7.40.1
2015-01-08  Daniel StenbergTHANKS: 14 new contributors from the 7.40.0 release...
2015-01-07  Daniel StenbergRELEASE-NOTES: version 7.40.0 curl-7_40_0
2015-01-07  Daniel Stenbergdarwinssl: fix session ID keys to only reuse identical...
2015-01-07  Daniel Stenbergtests: make sure CRLFs can't be used in URLs passed...
2015-01-07  Daniel Stenbergurl-parsing: reject CRLFs within URLs
2015-01-07  Steve Holmeldap: Convert attribute output to UTF-8 when Unicode
2015-01-07  Steve Holmeldap: Convert DN output to UTF-8 when Unicode
2015-01-07  Daniel Stenberghostip: remove 'stale' argument from Curl_fetch_addr...
2015-01-07  Steve Holmeldap/imap: Fixed spelling mistake in comments and varia...
2015-01-07  Daniel StenbergRELEASE-NOTES: updated with ./contributors.sh output
2015-01-05  Dan Fandrichcurl_multibyte.h: Eliminated some trailing whitespace
2015-01-04  Steve HolmeRELEASE-NOTES: Synced with ea93252ef1
2015-01-04  Steve Holmeldap: Fixed Unicode usage for all Win32 builds
2015-01-04  Steve Holmeldap: Fixed memory leak from commit efb64fdf80
2015-01-04  Steve Holmeldap: Fix memory leak from commit 3a805c5cc1
2015-01-04  Steve Holmeldap: Fixed attribute variable warnings when Unicode...
2015-01-04  Steve Holmeldap: Fixed DN variable warnings when Unicode is enabled
2015-01-04  Steve Holmeldap: Remove the unescape_elements() function
2015-01-04  Steve Holmeldap.c: Fixed compilation warning
2015-01-04  Steve Holmeldap: Fixed support for Unicode filter in Win32 search...
2015-01-04  Steve Holmeldap.c: Fixed compilation warning
2015-01-04  Steve Holmeldap: Fixed support for Unicode attributes in Win32...
2015-01-04  Steve Holmeldap: Fixed memory leak from commit efb64fdf80
2015-01-04  Steve Holmeldap.c: Fixed compilation error
2015-01-04  Steve Holmeldap.c: Fixed compilation warning
2015-01-04  Steve Holmeldap: Fixed support for Unicode DN in Win32 search...
2015-01-04  Steve Holmeldap: Fixed Unicode user and password in Win32 bind...
2015-01-04  Steve Holmeldap: Fixed Unicode host name in Win32 initialisation...
2015-01-04  Steve Holmeldap: Use host.dispname for infof() connection failure...
2015-01-03  Steve Holmeldap: Prefer 'CURLcode result' for curl result codes
2015-01-03  Steve Holmeldap: Pass write length in all Curl_client_write()...
2015-01-03  Steve Holmeldap: Fixed attribute memory leaks on failed client...
2015-01-03  Steve Holmeldap: Fixed DN memory leaks on failed client write
2015-01-02  Steve Holmecurl_ntlm_core.c: Fixed compilation warning from commit...
2015-01-02  Steve Holmentlm: Use extend_key_56_to_64() for all cryptography...
2015-01-02  Steve HolmeRELEASE-NOTES: Synced with 34f0bd110f
2015-01-02  Steve Holmecurl_ntlm_core.c: Fixed compilation warning
2015-01-02  Steve Holmeendian: Fixed bit-shift in 64-bit integer read functions
2015-01-01  Steve Holmesmb: Use endian functions for reading NBT and message...
2015-01-01  Steve Holmeendian: Added big endian read functions
2015-01-01  Steve Holmeendian: Added 64-bit integer read function
2015-01-01  Steve HolmeCOPYING: Bumped copyright year to 2015
2015-01-01  Steve Holmeversion: Bump copyright year to 2015
2015-01-01  Steve Holmesmb.c: Fixed compilation warnings
next