platform/upstream/curl.git
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
2014-04-28 Dan Fandrichruntests.pl: Improved the check for a crash during...
2014-04-28 Dan FandrichAdded a few more const where possible
2014-04-28 Dan Fandrichunit1395: Fixed null pointer dereference on torture...
2014-04-27 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-04-27 Steve Holmebuild: Added other VC6 output files to the .gitignore...
2014-04-27 Steve Holmebuild: Corrected libcurl PDB file name for x64 builds...
2014-04-27 Steve Holmebuild: Added Visual Studio .NET (VC7) project files
2014-04-27 Steve Holmebuild: Added Visual Studio 6.0 (VC6) project files
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-23 Daniel Stenbergtest325: verify --proto-redir https=>http
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-23 Steve Holmebuild: Added Visual Studio 2013 (VC12) project files
2014-04-23 Dan Fandrichcyassl: Use error-ssl.h when available
2014-04-22 Steve HolmeRELEASE-NOTES: Synced with 386ed2d590
2014-04-22 Daniel Stenberggtls: fix NULL pointer dereference
2014-04-22 Daniel Stenbergcurl_global_init_mem: bump initialized even if already...
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-22 Kamil Dudkanss: split Curl_nss_connect() into 4 functions
2014-04-22 Dan Fandrichtests: Fixed torture test for tests 1526 & 1527
2014-04-22 Marc Hoerskensockfilt.c: clean up threaded approach and add document...
2014-04-22 Marc Hoerskensockfilt.c: zero initialize variable
2014-04-22 Marc Hoerskensockfilt.c: fixed getting stuck waiting for MinGW stdin...
2014-04-21 Daniel Stenbergconfigure: use the nghttp2 path correctly with pkg...
2014-04-21 Dilyan Palauzovconfigure: fix wrong comment
2014-04-21 Steve Holmebuild: Fixed output name for Release builds in VC10...
2014-04-20 Marc Hoerskensockfilt.c: properly handle disk files, pipes and chara...
2014-04-20 Marc Hoerskensockfilt.c: ignore non-key-events and continue waiting...
2014-04-20 Marc Hoerskensockfilt.c: free memory in case of memory allocation...
2014-04-19 Marc Hoerskenmulti.c: fix possible invalid memory access in case...
2014-04-19 Marc Hoerskennetrc.c: fix multiple possible dereferences of null...
2014-04-19 Marc Hoerskenparsedate.c: check sscanf result before passing it...
2014-04-19 Marc Hoerskentelnet.c: check sscanf results before passing them...
2014-04-19 Marc Hoerskentelnet.c: fix possible use of uninitialized variable
2014-04-19 Marc Hoerskentelnet.c: fix possible use of non-null-terminated strings
2014-04-19 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskentool_writeout.c: initialize string pointer variable
2014-04-18 Marc Hoerskentool_formparse.c: fix possible use of non-null-terminat...
2014-04-18 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskenconnect.c: fix multiple possible dereferences of null...
2014-04-18 Marc Hoerskentftp.c: fix possible dereference of null pointer
2014-04-18 Marc Hoerskentool_urlglob.c: added some comments to clarify for...
2014-04-18 Marc Hoerskensocks_sspi.c: added pointer guards to FreeContextBuffer...
2014-04-18 Marc Hoerskenmd5.c: fix use of uninitialized variable
2014-04-18 Marc Hoerskencurl_schannel.c: added explicit cast of structure pointers
2014-04-18 Marc Hoerskencurl_schannel.c: fix possible dereference of null pointer
2014-04-18 Steve HolmeRELEASE-NOTES: Synced with 33e0cba8f1
2014-04-18 Steve Holmecurl_easy_setopt: Updated CURLOPT_URL to include IMAP...
2014-04-18 Steve Holmeimap: Extended FETCH support to include PARTIAL URL...
2014-04-18 Steve Holmeurl.c: Fixed typo in comment
2014-04-18 Steve Holmecurl_easy_setopt: Updated CURLOPT_URL to include IMAP...
2014-04-18 Steve Holmetest810: Updated to use new IMAP URL query string funct...
2014-04-18 Steve Holmeimap: Expanded mailbox SEARCH support to use URL query...
2014-04-18 Steve Holmeimap: Added support for parsing URL query strings
2014-04-18 Steve Holmeimap: Introduced the SEARCH state
2014-04-18 Steve Holmeimap: Fixed untagged response detection when no data...
2014-04-18 Steve Holmebuild: Added Visual Studio 2012 (VC11) project files
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
next