platform/upstream/curl.git
2014-05-20 Daniel StenbergTHANKS: 18 new contributors for 7.37.0
2014-05-20 Daniel StenbergRELEASE-NOTES: synced with 85f4075bdbf3
2014-05-20 Steve HolmeREADME: Added some outstanding tasks to the TODO list
2014-05-20 Daniel Stenberghttp2: make connection re-use work
2014-05-20 Fabian FrankALPN: fix typo in http/1.1 identifier
2014-05-19 Steve Holmebuild-openssl.bat: Added check for OpenSSL source directory
2014-05-19 Steve Holmebuild-openssl.bat: Added default source directory when...
2014-05-19 Steve HolmeMakefile.am: Fixed missing / in VC10+ project file...
2014-05-19 Steve HolmeINSTALL: Updated MSVC 6 caveats
2014-05-19 Steve HolmeINSTALL: Updated for new Visual Studio project files
2014-05-18 Steve Holmebuild: Slight rename of new LIB_* makefile file variables
2014-05-18 Steve Holmebuild: Removed old Visual Studio project files
2014-05-18 Daniel Stenbergmaketgz: two more CRLF
2014-05-18 Daniel Stenbergtest1014: GSS-API is only in curl-config. not in curl
2014-05-18 Daniel Stenbergtest1134: verify CREDSPERREQUEST for HTTP
2014-05-18 Daniel Stenbergmaketgz: remove CRLF newlines
2014-05-17 Steve HolmeMakefile.am: Corrected a couple of grammar errors
2014-05-17 Steve HolmeMakefile.am: Added new Visual Studio project file gener...
2014-05-17 Steve HolmeMakefile.inc: Added resource file to assist Visual...
2014-05-17 Daniel Stenbergmaketgz: run make vc-ide before make dist
2014-05-17 Steve HolmeMakefile.am: Added new Visual Studio project file gener...
2014-05-17 Steve HolmeMakefile.am: Removed old Visual Studio project file...
2014-05-17 Daniel StenbergRELEASE-NOTES: synced with 831f6dd1d986c9
2014-05-17 Steve Holmebuild: Fixed another tabulation issue in the Visual...
2014-05-17 Dan Fandrichaxtls: Fixed too long source line
2014-05-17 Daniel Stenbergconfigure: add GSS-API to supported features
2014-05-17 Daniel Stenbergconfigure: add SPNEGO to supported features
2014-05-16 Dan Fandrichaxtls: Add a TODO to a potential blocking call with...
2014-05-16 Daniel Stenbergcurl_easy_getinfo.3: clarify CURLINFO_SIZE_DOWNLOAD
2014-05-16 Daniel Stenbergcurl_easy_setopt.3: prefer XFERINFOFUNCTION to PROGRESS...
2014-05-15 Daniel StenbergHTTP: CREDSPERREQUEST is for HTTP too
2014-05-15 Daniel StenbergRELEASE-NOTES: synced with 53a5b95c21586
2014-05-15 Daniel StenbergCURLINFO_SSL_VERIFYRESULT: assign at first connect...
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-05-15 Steve Holmedarwinssl: Updated copyright following recent changes
2014-05-14 Nick Zitzmanndarwinssl: fix potential crash when attempting to copy...
2014-05-12 Steve HolmeRELEASE-NOTES: Synced with 52d16c84d2
2014-05-12 Daniel Stenbergopenssl: unbreak PKCS12 support
2014-05-11 Steve HolmeMakefile.inc: Added resource file to assist Visual...
2014-05-11 Steve Holmebuild: Fixed some tabulation issues in the Visual Studi...
2014-05-11 Steve Holmetests: Fixed up DIGEST-MD5 tests following commit 8342b...
2014-05-11 Steve Holmesasl: Fixed missing qop in the client's challenge-respo...
2014-05-10 Steve Holmetool_operate.c: Fixed compilation warning
2014-05-09 Steve HolmeMakefile.inc: Separated the lib and lib/vtls source...
2014-05-09 Steve HolmeRELEASE-NOTES: Synced with 0ab2c444b5
2014-05-09 Steve HolmeMakefile.b32: Fixed for vtls changes
2014-05-09 Daniel Stenberglib1506: make sure the transfers are not within the...
2014-05-09 Daniel Stenberglibtests: add a wait_ms() function
2014-05-09 Steve Holmetool_operate.c: Fixed TAB is white space from commit...
2014-05-09 Steve Holmetool_urlglob.c: Fixed compilation warning
2014-05-09 Steve Holmetool_operate.c: Fixed compilation warnings
2014-05-09 Steve Holmegetinfo.c: Fixed compilation warning
2014-05-09 Daniel StenbergCONTRIBUTE: mention our Bug/Reported-by commit style
2014-05-09 Kamil Dudkahttp: avoid auth failure on a duplicated header
2014-05-09 Daniel Stenbergcacertinmem: fix memory leak
2014-05-09 Daniel StenbergTODO: firefox will soon support SSL (HTTPS) to proxy
2014-05-09 Dan Fandrichtest87: Get rid of extraneous square brackets in tag
2014-05-08 Patrick Watsonmk-ca-bundle: added -p
2014-05-08 Daniel StenbergFAQ: Added 5.18 Does libcurl use threads?
2014-05-07 Dan FandrichRELEASE-NOTES: Added contributor
2014-05-07 Aaro Koskinenconfigure: Don't set LD_LIBRARY_PATH when cross-compiling
2014-05-07 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-05-07 Steve Holmecurl.1: Added missing --login-options option
2014-05-07 Steve Holmetool_help: Fixed missing --login-options option
2014-05-07 Steve Holmeurl.c: Fixed compilation warning/error
2014-05-06 Steve HolmeTODO: Fixed some spelling mistakes
2014-05-06 Steve HolmeTODO: Add support for concurrent connections in ftpserv...
2014-05-06 Steve Holmebuild: Fixed file format version number in VC12 solutio...
2014-05-06 Ivo Bellin... build-openssl.bat: Corrected use of angled brackets...
2014-05-06 Dan FandrichRELEASE-NOTES: changed encoding to UTF-8
2014-05-06 Daniel StenbergRELEASE-NOTES: synced with 5de8d84098db1bd2
2014-05-06 Daniel Stenbergfix_hostname: strip off a single trailing dot from...
2014-05-06 Daniel Stenbergcurl: bail on cookie use when built with disabled cookies
2014-05-06 Daniel JohnsonEnable poll on darwin13
2014-05-05 Daniel Stenbergcurl_easy_setopt.3: added the proto for CURLOPT_SSH_KNO...
2014-05-05 Dan Fandrichtests: Use standard libtest return codes when relevant
2014-05-05 Dan Fandrichtest1513: Don't return an uninitialized variable on...
2014-05-05 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE better
2014-05-05 Daniel StenbergTODO: the FTP HOST command is now in RFC 7151
2014-05-05 Daniel StenbergTODO: Update date and version in man pages
2014-05-04 Daniel Stenbergschannel: don't use the connect-timeout during send
2014-05-04 Daniel Stenbergmprintf: allow %.s with data not being zero terminated
2014-05-04 Steve HolmeRELEASE-NOTES: Synced with 4febbedc5a
2014-05-04 Steve Holmecurl_ntlm_core: Fixed use of long long for VC6 and VC7
2014-05-04 Steve Holmeconfig-win32.h: Fixed HAVE_LONGLONG for Visual Studio...
2014-05-03 Daniel Stenbergopenssl: biomem->data is not zero terminated
2014-05-03 Daniel StenbergBUILD.WINDOWS: update URL for windows prereqs
2014-05-03 Daniel Stenbergeasy_perform: spelling mistake in error message
2014-05-01 Steve HolmeMakefile.am: Added build-openssl.bat as README file...
2014-05-01 Steve Holmebuild: Fixed Visual Studio project file generator missi...
2014-05-01 Steve Holmebuild: Added OpenSSL VC build helper for side-by-side...
2014-05-01 Steve Holmebuild: Added Visual Studio 2003 .NET (VC7.1) project...
2014-05-01 Dan Fandrichtest585: Fixed NULL pointer dereference in fopen
2014-04-30 Steve Holmebuild: Fixed generation when source file names contain...
2014-04-29 Steve Holmebuild: Added VC7 and VC7.1 support to the project file...
2014-04-29 Steve Holmebuild: Added VC6 and VC12 support to the project file...
2014-04-29 Steve Holmebuild: Added VC11 support to the project file generator
2014-04-29 Steve Holmebuild: Added VC9 and VC10 support to the project file...
2014-04-29 Steve Holmebuild: Added Visual Studio project file generator
2014-04-28 Steve Holmecopyright: Updated following recent edits
next