platform/upstream/curl.git
2014-04-17 Steve Holmebuild: Corrected Visual Studio solutions for DLL Releas...
2014-04-17 Daniel StenbergREADME.http2: mention some alt-svc thoughts
2014-04-16 Steve HolmeMakefile.am: Missed separator in commit fbaa2f8660
2014-04-16 Steve Holmebuild: Added Visual Studio 2010 (VC10) project files
2014-04-14 Dan Fandrichurl: only use if_nametoindex() if IFNAMSIZ is available
2014-04-09 Dan Fandrichsymbian: fixed typo in comment
2014-04-08 Steve Holmebuild: Added Visual Studio 2008 (VC9) project files
2014-04-08 Steve Holmesas: Added DIGEST-MD5 qop-option validation in native...
2014-04-08 Daniel Stenbergdist: include the projects/ files in releases
2014-04-06 Daniel Stenbergstrerror: fix comment about vxworks' strerror_r buffer...
2014-04-06 Steve Holmesasl: Added forward declaration of structures following...
2014-04-06 Steve HolmeRELEASE-NOTES: Synced with 5cdb61abb2
2014-04-06 Steve Holmetests: Disabled DIGEST-MD5 tests when running with...
2014-04-06 Steve Holmesasl: Fixed compilation warning
2014-04-06 Steve Holmesasl: Added curl_memory.h include as per test 1132
2014-04-06 Steve Holmesasl: Fixed compilation warning in SSPI builds
2014-04-06 Steve Holmesasl: Corrected missing free of decoded challenge messa...
2014-04-06 Steve Holmesasl: Corrected add of Curl_sasl_decode_digest_md5_mess...
2014-04-06 Steve Holmesasl: Post DIGEST-MD5 SSPI code tidy up
2014-04-06 Steve Holmesasl: Corrected pre-processor inclusion of SSPI based...
2014-04-06 Steve Holmesasl: Added support for DIGEST-MD5 via Windows SSPI
2014-04-06 Steve Holmehttp_negotiate_sspi: Fixed compilation when USE_HTTP_NE...
2014-04-05 Steve HolmeMakefile.vc6: Added curl_sasl_sspi.c
2014-04-05 Steve HolmeMakefile.vc6: Follow up fix to commit 45d3f00803
2014-04-05 Steve Holmentlm: Moved the identity generation into shared SSPI...
2014-04-05 Steve Holmesasl: Renamed SSPI module following short name clash
2014-04-05 Steve Holmesasl: Added initial stub functions for SSPI DIGEST...
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2014-04-05 Marc HoerskenMakefile.vc6: added warnless.c to fix build
2014-04-05 Steve Holmewinbuild: Updated the VC++ make instructions following...
2014-04-05 Tatsuhiro Tsujikawahttp2: Compile with current nghttp2, which supports...
2014-04-05 Steve Holmewinbuild: Added Visual Studio 2005 (VC8) project files
2014-04-04 Daniel Stenbergcurl_easy_setopt: fix wrong version number references
2014-04-04 Daniel Stenbergdocs: this is for 7.37.0
2014-04-04 Daniel StenbergPROXYHEADER: send these headers in "normal" proxy reque...
2014-04-04 Daniel Stenbergtest1428: verify --proxy-header
2014-04-04 Daniel Stenbergcurl.1: documented --proxy-header
2014-04-04 Maciej Puziocurl: add --proxy-header
2014-04-04 Daniel Stenbergsymbols-in-versions: Added CURLHEADER_*
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-04-04 Daniel StenbergHTTP: don't send Content-Length: 0 _and_ Expect: 100...
2014-04-03 Daniel Stenbergftp: in passive data connect wait for happy eyeballs...
2014-04-03 Daniel Stenberghttp2+openssl: fix compiler warnings in ALPN using...
2014-04-03 Dan Fandrichtests: unified use of some keywords
2014-04-03 Dan Fandrichtests: added some missing closing tags
2014-04-03 Daniel Stenbergruntests: insist on a <keywords> section
2014-04-03 Daniel Stenbergtests: add keywords to the last 7 tests lacking them
2014-04-01 Steve Holmesmtp: Fixed login denied with a RFC-821 based server
2014-04-01 Steve Holmetests: Added SMTP with credientials test when not suppo...
2014-04-01 Daniel Stenbergurldata: spellfix comment
2014-03-31 Steve HolmeRELEASE-NOTES: Synced with dd07e79023
2014-03-31 Steve Holmetests: Added SMTP with credentials test for RFC-821...
2014-03-31 Daniel Stenbergipv6: strip off zone identifiers in redirects too
2014-03-31 Dan Fandrichdocs: Removed mention of -g hack when using IPv6 literals
2014-03-31 Daniel Stenberghttp2: let openssl mention the exact protocol negotiated
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-31 Till MaasURL parser: IPv6 zone identifiers are now supported
2014-03-30 Paul Markscurl: stop interpreting IPv6 literals as glob patterns.
2014-03-30 Steve Holmetest938: Updated to use file input for upload
2014-03-30 Steve Holmetest836: Fixed incorrect username in expected output
2014-03-30 Daniel StenbergDISABLED: 836, 882 and 938 hang
2014-03-30 Daniel Stenbergruntests: check protocol before data
2014-03-30 Steve Holmeftpserver.pl: Extended the full text reply regular...
2014-03-30 Daniel Stenbergkeywords: sort case insensitive
2014-03-30 Daniel Stenbergtests: remove trailing CRs from keywords
2014-03-30 Daniel Stenbergkeywords: sort keywords alphabetically
2014-03-30 Daniel Stenbergkeywords: don't use STDERR for good info
2014-03-30 Steve Holmetests: Added email unit tests to verify login credentia...
2014-03-30 Steve Holmetests: Corrected "APOP" authentication keyword
2014-03-30 Steve Holmetests: Replaced email authentication keywords with...
2014-03-30 Steve Holmetests: Added "Clear Text" authentication keyword
2014-03-30 Steve Holmetests: Added "SASL" authentication keyword
2014-03-30 Steve Holmeimap-append.c: Fixed compilation errors on some platforms
2014-03-30 Steve Holmeftpserver.pl: Removed some unused variables
2014-03-30 Steve Holmeftpserver.pl: Reworked some variable names to be more...
2014-03-29 Steve Holmeftpserver.pl: Corrected some indentation in senddata()
2014-03-29 Daniel Stenberglib1513: fix callback proto to silence warning
2014-03-29 Steve Holmeftpserver.pl: Added fallback to <data> support when...
2014-03-29 Steve Holmeftpserver.pl: Updated email based get reply data code...
2014-03-29 Steve Holmeftpserver.pl: Fixed syntax error from commit 3a29ee41
2014-03-29 Steve Holmeftpserver.pl: Updated argument code in STATUS_imap...
2014-03-29 Steve Holmeftpserver.pl: Introduced common method for getting...
2014-03-28 Steve Holmesmtp: Fixed login denied when server doesn't support...
2014-03-28 Cody Mackwinbuild: added warnless.c to fix build
2014-03-26 Dan Fandrichhostcheck: added a system include to define struct...
2014-03-26 Dan Fandrichtest1397: Fixed compilation with some SSL backends
2014-03-26 Dan Fandrichtest815/816: Use authentication for both URLs
2014-03-26 Daniel Stenbergmkhelp: generate code for --disable-manual as well
2014-03-26 Daniel Stenbergbump: start the 7.37.0 race
2014-03-25 Daniel StenbergRELEASE-NOTES: 7.36.0
2014-03-25 Richard J.... test1397: unit test for certificate name wildcard handling
2014-03-25 Daniel StenbergCurl_cert_hostcheck: strip trailing dots in host name...
2014-03-25 Daniel StenbergCurl_cert_hostcheck: reject IP address wildcard matches
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-25 Daniel StenbergTHANKS: 14 new friends from the 7.36.0 announcement
2014-03-25 Daniel StenbergRELEASE-NOTES: synced with 3ebfaf6a0399b6a
2014-03-23 Steve Holmetool_operate: Fixed uninitialised variable under some...
2014-03-22 Steve Holmetool_parsecfg: Reworked error handling from commit...
2014-03-22 Steve Holmetool_getparam: Removed "dead assignment" code introduce...
next