summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* copyright: Updated following recent editsSteve Holme2014-04-284-4/+4
* runtests.pl: Improved the check for a crash during torture testsDan Fandrich2014-04-291-2/+2
* Added a few more const where possibleDan Fandrich2014-04-294-5/+5
* unit1395: Fixed null pointer dereference on torture testDan Fandrich2014-04-281-4/+1
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-04-271-0/+1
* build: Added other VC6 output files to the .gitignore listSteve Holme2014-04-272-0/+2
* build: Corrected libcurl PDB file name for x64 builds in VC8 through VC12Steve Holme2014-04-275-21/+21
* build: Added Visual Studio .NET (VC7) project filesSteve Holme2014-04-279-0/+2375
* build: Added Visual Studio 6.0 (VC6) project filesSteve Holme2014-04-279-3/+1372
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-2613-51/+57
* nss: propagate blocking direction from NSPR I/OKamil Dudka2014-04-252-6/+104
* test325: verify --proto-redir https=>httpDaniel Stenberg2014-04-232-0/+67
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-2311-26/+35
* build: Added Visual Studio 2013 (VC12) project filesSteve Holme2014-04-239-1/+5010
* cyassl: Use error-ssl.h when availableDan Fandrich2014-04-232-2/+10
* RELEASE-NOTES: Synced with 386ed2d590Steve Holme2014-04-221-3/+20
* gtls: fix NULL pointer dereferenceDaniel Stenberg2014-04-221-3/+4
* curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg2014-04-221-3/+7
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-224-9/+51
* nss: split Curl_nss_connect() into 4 functionsKamil Dudka2014-04-221-40/+94
* tests: Fixed torture test for tests 1526 & 1527Dan Fandrich2014-04-222-6/+12
* sockfilt.c: clean up threaded approach and add documentationMarc Hoersken2014-04-221-48/+137
* sockfilt.c: zero initialize variableMarc Hoersken2014-04-221-0/+1
* sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken2014-04-221-3/+7
* configure: use the nghttp2 path correctly with pkg-configDaniel Stenberg2014-04-221-9/+7
* configure: fix wrong commentDilyan Palauzov2014-04-211-1/+1
* build: Fixed output name for Release builds in VC10 and VC11Steve Holme2014-04-212-1/+41
* sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken2014-04-201-14/+79
* sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken2014-04-201-4/+13
* sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken2014-04-201-0/+6
* multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken2014-04-191-1/+1
* netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-191-3/+3
* parsedate.c: check sscanf result before passing it to strlenMarc Hoersken2014-04-191-4/+6
* telnet.c: check sscanf results before passing them to snprintfMarc Hoersken2014-04-191-7/+8
* telnet.c: fix possible use of uninitialized variableMarc Hoersken2014-04-191-1/+2
* telnet.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* tool_writeout.c: initialize string pointer variableMarc Hoersken2014-04-191-1/+1
* tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* connect.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-181-8/+10
* tftp.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+3
* tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken2014-04-181-0/+2
* socks_sspi.c: added pointer guards to FreeContextBuffer callsMarc Hoersken2014-04-181-17/+36
* md5.c: fix use of uninitialized variableMarc Hoersken2014-04-181-1/+1
* curl_schannel.c: added explicit cast of structure pointersMarc Hoersken2014-04-181-2/+4
* curl_schannel.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+6
* RELEASE-NOTES: Synced with 33e0cba8f1Steve Holme2014-04-181-3/+11
* curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH exampleSteve Holme2014-04-181-3/+7
* imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme2014-04-182-5/+20