platform/upstream/curl.git
2012-06-19 Mark Salisburyschannel SSL: Implemented SSL shutdown
2012-06-19 Mark Salisburyschannel SSL: certificate validation on WinCE
2012-06-19 Mark Salisburyschannel SSL: Added helper methods to simplify code
2012-06-18 Guenter KnaufSome more NetWare makefile tweaks for metalink.
2012-06-18 Yang Tsetool_cb_see.c: WinCE build adjustment
2012-06-18 Mark Salisburysetup.h: WinCE build adjustment
2012-06-18 Mark Salisburyftplistparser.c: do not compile if FTP protocol is...
2012-06-16 Yang TseWin32: downplay MS bazillion type synonyms game
2012-06-15 Daniel StenbergCurl_rtsp_parseheader: avoid useless malloc/free
2012-06-15 Daniel Stenbergcurl_share_setopt: use va_end()
2012-06-15 Yang TseSSPI related code: Unicode support for WinCE - kill...
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE - commit...
2012-06-15 Yang Tsebuild: add curl_multibyte files to build systems
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE
2012-06-15 Guenter KnaufFixed typo.
2012-06-14 Yang Tsewinbuild/MakefileBuild.vc: convert line endings to...
2012-06-14 Marc Hoerskenwinbuild: Allow SSPI build with or without Schannel
2012-06-14 Yang Tsecurl.1: 7.27.0 seems next release
2012-06-14 Yang Tseschannel: fix printf-style format strings
2012-06-14 Yang TseFix bad failf() and info() usage
2012-06-14 Yang Tseschannel: fix unused parameter warnings
2012-06-14 Yang Tseschannel: fix comparisons between signed and unsigned
2012-06-14 Yang Tseschannel: fix discarding qualifier from pointer type
2012-06-14 Yang Tseschannel: fix shadowing of global declarations
2012-06-14 Yang Tseschannel: fix Curl_schannel_init() and Curl_schannel_cl...
2012-06-13 Gisle Vanemurldata.h: fix cyassl/openssl/ssl.h build clash with...
2012-06-13 Yang TseMakefileBuild.vc: Allow building without SSL
2012-06-13 Yang Tseconfigure: new option --with-winssl
2012-06-13 Guenter KnaufChanged Schannel string to SSL-Windows-native.
2012-06-13 Yang Tseschannel: remove version number and identify its use...
2012-06-12 Daniel Stenbergsinglesocket: remove dead code
2012-06-12 Daniel Stenbergnetrc: remove dead code
2012-06-12 Yang TseRevert "connect.c/ftp.c: Fixed dereferencing pointer...
2012-06-12 Yang Tsesocks_sspi.c: further cleanup
2012-06-12 Marc Hoerskensocks_sspi.c: Clean up and removal of obsolete minor...
2012-06-12 Guenter KnaufRemoved trailing whitespaces.
2012-06-12 Yang Tsestrerror.c: make Curl_sspi_strerror() always return...
2012-06-12 Yang Tsecurl_sspi.h: provide sspi status definitions missing...
2012-06-11 Yang Tsesspi: make Curl_sspi_strerror() libcurl's sspi status...
2012-06-11 Yang Tsesspi: make Curl_sspi_strerror() libcurl's sspi status...
2012-06-11 Daniel StenbergRevert: 634f7cfee40d4658 partially
2012-06-11 Daniel Stenbergchecksrc: shorten a few lines to comply
2012-06-11 Daniel Stenbergcleanup: remove trailing whitespace
2012-06-11 Marc Hoerskenwinbuild: Removed WITH_SSL=schannel and tie schannel...
2012-06-11 Steve HolmeMakefile.vc6: Added version.lib if built with SSPI
2012-06-11 Marc Hoerskenwinbuild: Updated winbuild scripts to add schannel
2012-06-11 Marc Hoerskenmingw32: Fixed warning of USE_SSL being redefined
2012-06-11 Marc Hoerskensspi: Fixed incompatible parameter pointer type in...
2012-06-11 Marc Hoerskensspi: Updated RELEASE-NOTES, FEATURES and THANKS
2012-06-11 Marc Hoerskensetup.h: Automatically define USE_SSL if USE_SCHANNEL...
2012-06-11 Marc Hoerskenversion: Replaced SSPI feature information with version...
2012-06-11 Steve Holmesspi.c: Post Curl_sspi_version() rework code tidy up
2012-06-11 Steve Holmesspi: Reworked Curl_sspi_version() to return version...
2012-06-11 Guenter Knaufconfigure.ac: Added -lversion if built with SSPI
2012-06-11 Marc Hoerskenschannel: Code cleanup and bug fixes
2012-06-11 Marc Hoerskencurl_sspi: Added Curl_sspi_version function
2012-06-11 Guenter Knaufschannel: Updated mingw32 makefiles
2012-06-11 Marc Hoerskenschannel: Replace ASCII specific code with general...
2012-06-11 Marc Hoerskenschannel: Added definitions which are missing in mingw32
2012-06-11 Marc Hoerskenschannel: Moved interal struct types to urldata.h
2012-06-11 Marc Hoerskenschannel: Fixed compiler warnings about pointer type...
2012-06-11 Marc Hoerskenschannel: Fixed critical typo in conditions and added...
2012-06-11 Marc Hoerskensspi: Refactored socks_sspi and schannel to use same...
2012-06-11 Marc Hoerskenschannel: Added special shutdown check for Windows...
2012-06-11 Marc Hoerskenschannel: Implemented SSL/TLS renegotiation
2012-06-11 Marc Hoerskenschannel: Save session credential handles in session...
2012-06-11 Marc Hoerskenschannel: Code cleanup
2012-06-11 Marc Hoerskenschannel: Check for required context attributes
2012-06-11 Marc Hoerskenschannel: Allow certificate and revocation checks being...
2012-06-11 Marc Hoerskenschannel: Added SSL/TLS support with Microsoft Windows...
2012-06-11 Marc Hoerskenhttp: Replaced specific SSL libraries list in https_get...
2012-06-11 Marc Hoerskenconnect.c/ftp.c: Fixed dereferencing pointer breakin...
2012-06-11 Marc Hoerskencurl_ntlm_msgs.c: Fixed passwdlen not being used and...
2012-06-11 Yang Tsetests: fix test definitions # 1355, 1363, 1385 and...
2012-06-10 Daniel StenbergCurl_pgrsDone: return int and acknowledge return code
2012-06-10 Marc Hoerskenwinbuild: Fixed environment variables being lost
2012-06-09 Guenter KnaufAdded metalink support to NetWare builds.
2012-06-09 Steve Holmesmtp.c: Removed unused variable
2012-06-09 Steve Holmesmtp: Post apop feature code tidy up
2012-06-09 Steve Holmepop3: Post apop feature code tidy up
2012-06-09 Steve Holmepop3: Added support for apop authentication
2012-06-09 Steve Holmepop3: Enhanced the extended authentication mechanism...
2012-06-09 Steve Holmepop3.c: Fixed length of SASL check
2012-06-09 Yang TseFixes allowing 26 more test cases in 1334 to 1393 range...
2012-06-09 Yang Tsetests: fix test definitions # 1370 and 1371
2012-06-08 Daniel StenbergOpenSSL: support longer certificate subject names
2012-06-08 Kamil Dudkassl: fix duplicated SSL handshake with multi interface...
2012-06-08 Daniel Stenbergtool_getparam.h: fix compiler error
2012-06-08 Daniel Stenbergmetalink: restore some includes
2012-06-08 Daniel Stenbergopenldap: OOM fixes
2012-06-08 Steve Holmesasl: Re-factored mechanism constants in preparation...
2012-06-08 Yang Tsemetalink: build fixes and adjustments II
2012-06-08 Guenter KnaufAdded metalink support to MinGW builds.
2012-06-07 Daniel Stenberglog2changes.pl: fix the Version output
2012-06-07 Yang Tsemetalink: build fixes and adjustments I
2012-06-07 Daniel Stenberglib554.c: use curl_formadd() properly
2012-06-07 Steve Holmesmtp.c: Re-factored the smtp_state_*_resp() functions
2012-06-07 Yang TseFixes allowing HTTP test cases 1338, 1339, 1368 and...
2012-06-07 Yang Tsetests 1364 to 1393: several -o filename -J -i -D combin...
2012-06-07 Yang Tsetests 1348 to 1363: test definition polishing
next