summaryrefslogtreecommitdiff
path: root/tests/libtest/libntlmconnect.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* libtest/libntlmconnect: fix compiler warnings from f94fcdbDaniel Stenberg2017-06-161-2/+2
* tests: stabilize test 2032 and 2033Daniel Stenberg2017-06-161-56/+4
* libtest: fix int-in-bool-context warningsMarcel Raad2017-06-031-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-10/+11
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-011-13/+14
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* libtest: fix data type of some *_setopt() 'long' argumentsYang Tse2013-07-221-4/+4
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-0/+6
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* libntlmconnect.c: fix compiler warnings and OOM handlingYang Tse2012-12-191-48/+48
* libtest: fix some compiler warningsYang Tse2012-12-051-6/+12
* Get test 2032 working when using valgrindFabian Keil2012-11-191-1/+1
* test2032: spurious failure caused by premature terminationKamil Dudka2012-11-191-2/+2
* libntlmconnect.c: Fixed typo and conversionMarc Hoersken2012-09-111-2/+2
* libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointerMarc Hoersken2012-09-111-1/+8
* libntlmconnect.c: Fixed warning: comparison of signed/unsigned integerMarc Hoersken2012-09-111-10/+16
* Use MAX_EASY_HANDLES instead of hardcoding the number of handles twiceJoe Mason2012-09-011-1/+1
* test2032: bail out after last transferDaniel Stenberg2012-08-311-0/+10
* NTLM: verify multiple connections workJoe Mason2012-08-311-0/+246