]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2013-11-15  Steve Holmesmtp: Simplified the next RCPT TO logic
2013-11-15  Steve Holmelib1507.c: Added missing set of CURLOPT_UPLOAD option
2013-11-15  Steve Holmesmtp.c: Fixed trailing whitespace
2013-11-15  Steve Holmesmtp: Added support for VRFY and EXPN commands
2013-11-15  Steve Holmesmtp: Added support for NOOP and RSET commands
2013-11-15  Steve Holmesmtp: Fixed handling of multiline server greeting responses
2013-11-15  Steve Holmesmtp.c: Fixed compilation error from commit f16c0de4e9bbe3
2013-11-15  Steve Holmesmtp: Fixed processing of more than one response when...
2013-11-15  Steve Holmesmtp: Moved EHLO response handling to smtp_state_ehlo_r...
2013-11-14  Steve Holmeconnect: Forgot to correct line endings before push...
2013-11-14  Björn Stenbergconnect: Return the socket descriptor even on fail
2013-11-14  Daniel Stenbergconfigure: Fix test with -Werror=implicit-function...
2013-11-13  Steve Holmetest825: Corrected typo from commit b29217d0d682d4
2013-11-13  Steve HolmeRELEASE-NOTES: Synced with bde901ad89a6f1
2013-11-13  Steve Holmetest922: Corrected title to match other OAuth 2.0 tests
2013-11-13  Steve Holmetests: Added IMAP OAuth 2.0 authentication with initial...
2013-11-13  Steve Holmetests: Added IMAP NTLM authentication with initial...
2013-11-13  Steve Holmetests: Added IMAP login authentication with initial...
2013-11-13  Steve Holmetests: Added IMAP plain authentication with initial...
2013-11-13  Steve Holmetest873: Use proper padding in NTLM responses
2013-11-13  Nick Zitzmanndarwinssl: check for SSLSetSessionOption() presence...
2013-11-13  Nick Zitzmanndarwinssl: PKCS#12 import feature now requires Lion...
2013-11-13  Steve Holmetests: Added POP3 OAuth 2.0 authentication with initial...
2013-11-13  Steve Holmetests: Added POP3 NTLM authentication with initial...
2013-11-13  Steve Holmetests: Added POP3 login authentication with initial...
2013-11-13  Steve Holmetests: Added POP3 plain authentication with initial...
2013-11-12  Steve HolmeTODO: Added auth= in URLs to the wish list for HTTP
2013-11-12  Steve Holmecurl_easy_setopt: Added the ability to set the login...
2013-11-12  Daniel Stenbergcurl.1: mention that -O does no URL decoding
2013-11-12  Tomas Hogercurl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST...
2013-11-12  Steve Holmeruntests.pl: Added SSPI detection
2013-11-12  Steve Holmemulti: Small code tidy up to avoid hard return
2013-11-12  Steve Holmetests: Updated CRAM-MD5 tests to use test user details
2013-11-11  Björn Stenbergmulti: Set read socket when returning READSOCK(0)
2013-11-11  Daniel Stenbergbump: next release will be 7.34.0
2013-11-10  Björn Stenbergconnect: Close temporary sockets in conn_free()
2013-11-10  Steve Holmetests: Corrected titles of POP3 and SMTP OAuth 2.0...
2013-11-10  Steve Holmetest823: Fixed expected authentication text from commit...
2013-11-10  Steve Holmetest821: Fixed expected authentication text from commit...
2013-11-10  Steve HolmeRELEASE-NOTES: Synced with 0f81fbe5da6643
2013-11-10  Kim Vandryares: Fixed compilation under Visual Studio 2012
2013-11-10  Steve Holmetests: Added IMAP OAuth 2.0 authentication test
2013-11-10  Steve Holmetests: Added IMAP DIGEST-MD5 authentication test
2013-11-10  Steve Holmetests: Added IMAP NTLM authentication test
2013-11-10  Steve Holmetests: Added IMAP CRAM-MD5 authentication test
2013-11-10  Steve Holmetest819: Fixed expected authentication text from commit...
2013-11-10  Steve Holmeftpserver.pl: Reworked custom reply handling code
2013-11-10  Steve Holmeftpserver.pl: Reworked unrecognised command responses
2013-11-10  Steve Holmeftpserver.pl: Fixed processing of IMAP authentication...
2013-11-08  Daniel Stenbergcmake: fix Windows build with IPv6 support
2013-11-06  Steve HolmeRevert "ftpserver.pl: Corrected logic from commit 27b7b...
2013-11-06  Steve Holmeftpserver.pl: Corrected logic from commit 27b7b1062f9d97
2013-11-06  Steve Holmeftpserver.pl: Fixed IMAP cmdid being sent on custom...
2013-11-05  Steve Holmetests: Added IMAP login authentication test
2013-11-05  Steve Holmetests: Added IMAP plain authentication test
2013-11-05  Steve Holmeurl.c: Very small amount of policing
2013-11-05  Björn Stenbergurl.c: Remove superfluous for loop
2013-11-05  Daniel StenbergKNOWN_BUGS: STARTTRANSFER for POST requests
2013-11-05  Daniel StenbergCurl_ssl_push_certinfo_len: don't %.*s non-zero-termina...
2013-11-05  Steve HolmeRELEASE-NOTES: Synced with 7fc3b2ce382ed6
2013-11-05  Steve Holmeconnect.h: Updated copyright year for last edit
2013-11-04  Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-11-04  Steve Holmewinbind: Fixed ntlm_auth expecting eol following commit...
2013-11-04  Steve Holmenss.c: Fixed compilation warnings (Take Two)
2013-11-04  Steve Holmenss.c: Fixed compilation warnings
2013-11-03  Steve Holmetests: Added test for IMAP NOOP command
2013-11-03  Steve Holmetests: Added test for IMAP COPY command
2013-11-03  Steve Holmetests: Disable IMAP CLOSE and EXPUNGE command tests
2013-11-03  Steve Holmetests: Added tests for IMAP CLOSE and EXPUNGE commands
2013-11-03  Steve Holmeconnect.c: Code policing on commit 5094bb53f4a027
2013-11-03  Steve Holmenss.c: Fixed compilation warnings
2013-11-03  Steve Holmex509asn1.c: Fixed compilation warnings
2013-11-03  Steve HolmeDOCS: Expanded --request description to include POP3...
2013-11-03  Steve Holmetool_help: Updated --list-only description to include...
2013-11-03  Steve HolmeDOCS: Updated --list-only description to include POP3
2013-11-03  Steve Holmebase64: Fixed compilation warnings when using Curl_base...
2013-11-03  Steve Holmeconnect: Fixed "Whut?" no server connection failures
2013-11-03  Steve Holmehttp: Post base64 decoding tidy up
2013-11-03  Daniel Stenbergglob_range: pass the closing bracket for a-z ranges
2013-11-02  Steve Holmegetpart: Fixed base64 encoded parts following commit...
2013-11-02  Steve Holmehttp: Added proxy tunnel authentication message header...
2013-10-31  Steve Holmehttp: Added authentication message header value extraction
2013-10-30  Daniel Stenbergcurl_multi_wait: accept 0 from multi_timeout() as valid...
2013-10-30  Steve Holmeemail: Corrected a couple of typos from commit aa0eaef4...
2013-10-30  Steve HolmeTODO: Removed the 'Graceful base64 decoding failure...
2013-10-30  Steve Holmeemail: Post graceful SASL authentication cancellation...
2013-10-30  Kamil Dudkatests: use proper padding in NTLM responses
2013-10-30  Patrick MonneratNSS: support for CERTINFO feature
2013-10-30  Daniel Stenbergbase64: removed trailing white space
2013-10-30  Steve Holmebase64: Added basic validation to base64 input string...
2013-10-29  Daniel StenbergRELEASE-NOTES: synced with 255826c40f9316
2013-10-29  Björn Stenbergbugfix: Don't block waiting for socket1 connect.
2013-10-28  Steve Holmesasl: Updated create_digest_md5_message() to use a...
2013-10-28  Daniel StenbergSECURITY: "curl security for developers"
2013-10-28  Patrick MonneratOS400: coding style standards
2013-10-27  Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27  Steve Holmesasl: Removed unused variables from commit b87ba2c94217c0
2013-10-27  Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27  Steve Holmeemail: Corrected a couple of typos from 1e39b95682781f
2013-10-27  Gisle Vanemdocs/examples/httpput.c: fix build for MSVC
next