summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* test506: verify that CURLOPT_COOKIELIST takes share lockBenjamin Gilbert2013-06-171-0/+28
* lib1900: use tutil_tvnow instead of gettimeofdaySergei Nikulov2013-06-121-2/+2
* lib1500: remove bad checkDaniel Stenberg2013-06-061-6/+1
* libtest: gitignore more binary filesDaniel Stenberg2013-05-081-1/+1
* tests: add test1511 to check timecond clean-upAlessandro Ghedini2013-04-222-1/+78
* Add extra libs for lib1900 and lib2033 test programsPaul Howarth2013-04-151-0/+2
* lib1509.c: fix compiler warningsYang Tse2013-04-041-11/+26
* easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing2013-04-042-1/+97
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-272-0/+86
* lib1900.c: fix compilation warningSteve Holme2013-03-201-3/+3
* tests: add #96 #558 and #1330Yang Tse2013-03-152-15/+68
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-135-4/+285
* test509: libcurl initialization with memory callbacks and actual usageYang Tse2013-03-132-1/+150
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-122-21/+26
* Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibilityYang Tse2013-03-091-0/+2
* configure: use XC_LIBTOOL for portability across libtool versionsYang Tse2013-03-081-4/+6
* Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing2013-02-102-1/+54
* DONE: consider callback-aborted transfers prematureDaniel Stenberg2013-02-082-1/+172
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-052-1/+137
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-2/+2
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-2/+2
* build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse2013-01-151-1/+70
* tests/libtest/Makefile.inc: sort build targetsYang Tse2013-01-151-24/+27
* build: fix circular header inclusion with other packagesYang Tse2013-01-097-9/+9
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-0681-118/+118
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-033-5/+5
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-2881-114/+114
* lib556: enable VERBOSE to ease debugging on failuresDaniel Stenberg2012-12-251-0/+1
* test 1504 and 1505: same as 1502 but with different cleanup sequencesYang Tse2012-12-252-3/+27
* test 1503: same as 1502 but with a different cleanup sequenceYang Tse2012-12-232-1/+17
* test 1502: OOM handling fixesYang Tse2012-12-232-71/+54
* lib543.c: OOM handling fixesYang Tse2012-12-211-3/+6
* libntlmconnect.c: fix compiler warnings and OOM handlingYang Tse2012-12-191-48/+48
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-143-25/+1
* libtest: fix some compiler warningsYang Tse2012-12-056-18/+44
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-2/+1
* build: prevent global LIBS from influencing libtest build targetsYang Tse2012-11-302-27/+39
* build: fix Windows build targets damaged since commit 550e403f00Yang Tse2012-11-281-1/+1
* build: avoid linkage of directly unused librariesYang Tse2012-11-282-1/+27
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-20/+16
* Get test 2032 working when using valgrindFabian Keil2012-11-191-1/+1
* test2032: spurious failure caused by premature terminationKamil Dudka2012-11-191-2/+2
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-182-1/+141
* Fix the libauthretry changes from 7c0cbcf2f61Fabian Keil2012-11-161-3/+3
* fixed Visual Studio 2010 compilationSergei Nikulov2012-11-134-9/+11
* Fix compilation of lib1501Fabian Keil2012-11-081-1/+1
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-12/+12
* libauthretry.c: shorten lines to fit within 80 colsDaniel Stenberg2012-11-061-6/+10
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-043-2/+130
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-161-1/+7