aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-04mprintf: allow %.s with data not being zero terminatedDaniel Stenberg
2014-05-04RELEASE-NOTES: Synced with 4febbedc5aSteve Holme
2014-05-04curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme
2014-05-04config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and upSteve Holme
2014-05-04openssl: biomem->data is not zero terminatedDaniel Stenberg
2014-05-04BUILD.WINDOWS: update URL for windows prereqsDaniel Stenberg
2014-05-03easy_perform: spelling mistake in error messageDaniel Stenberg
2014-05-01Makefile.am: Added build-openssl.bat as README file references itSteve Holme
2014-05-01build: Fixed Visual Studio project file generator missing some filesSteve Holme
2014-05-01build: Added OpenSSL VC build helper for side-by-side compilationsSteve Holme
2014-05-01build: Added Visual Studio 2003 .NET (VC7.1) project filesSteve Holme
2014-05-01test585: Fixed NULL pointer dereference in fopenDan Fandrich
2014-04-30build: Fixed generation when source file names contain spacesSteve Holme
2014-04-29build: Added VC7 and VC7.1 support to the project file generatorSteve Holme
2014-04-29build: Added VC6 and VC12 support to the project file generatorSteve Holme
2014-04-29build: Added VC11 support to the project file generatorSteve Holme
2014-04-29build: Added VC9 and VC10 support to the project file generatorSteve Holme
2014-04-29build: Added Visual Studio project file generatorSteve Holme
2014-04-28copyright: Updated following recent editsSteve Holme
2014-04-29runtests.pl: Improved the check for a crash during torture testsDan Fandrich
2014-04-29Added a few more const where possibleDan Fandrich
2014-04-28unit1395: Fixed null pointer dereference on torture testDan Fandrich
2014-04-27http2: Compile with latest nghttp2Tatsuhiro Tsujikawa
2014-04-27build: Added other VC6 output files to the .gitignore listSteve Holme
2014-04-27build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12Steve Holme
2014-04-27build: Added Visual Studio .NET (VC7) project filesSteve Holme
2014-04-27build: Added Visual Studio 6.0 (VC6) project filesSteve Holme
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-25nss: propagate blocking direction from NSPR I/OKamil Dudka
2014-04-23test325: verify --proto-redir https=>httpDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2014-04-23build: Added Visual Studio 2013 (VC12) project filesSteve Holme
2014-04-23cyassl: Use error-ssl.h when availableDan Fandrich
2014-04-22RELEASE-NOTES: Synced with 386ed2d590Steve Holme
2014-04-22gtls: fix NULL pointer dereferenceDaniel Stenberg
2014-04-22curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-22nss: split Curl_nss_connect() into 4 functionsKamil Dudka
2014-04-22tests: Fixed torture test for tests 1526 & 1527Dan Fandrich
2014-04-22sockfilt.c: clean up threaded approach and add documentationMarc Hoersken
2014-04-22sockfilt.c: zero initialize variableMarc Hoersken
2014-04-22sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken
2014-04-22configure: use the nghttp2 path correctly with pkg-configDaniel Stenberg
2014-04-21configure: fix wrong commentDilyan Palauzov
2014-04-21build: Fixed output name for Release builds in VC10 and VC11Steve Holme
2014-04-20sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken
2014-04-20sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken
2014-04-20sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken
2014-04-19multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken
2014-04-19netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken