summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
...
* test 500: workaround low timer resolution on WindowsMarc Hoersken2014-02-011-4/+4
* tests: make the authorization retry tests pass the torture testsDan Fandrich2014-01-301-2/+1
* tests: make a few lib15?? tests pass the OOM torture testsDan Fandrich2014-01-293-18/+25
* lib1900: make the test pass the OOM torture testsDan Fandrich2014-01-291-15/+9
* test1514: Got rid of a non-const initializer C99ismDan Fandrich2014-01-221-1/+1
* test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil2014-01-202-1/+85
* Updated copyright year for recent changesSteve Holme2014-01-041-1/+1
* test1513: added - verify early progress callback return failDaniel Stenberg2014-01-032-1/+71
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* lib1507.c: Added missing set of CURLOPT_UPLOAD optionSteve Holme2013-11-151-0/+1
* lib1512.c: Fixed compilation warningSteve Holme2013-09-021-3/+3
* Killed warning 'res' might be used uninitialized.Guenter Knauf2013-09-011-1/+1
* global dns cache: didn't work [regression]Daniel Stenberg2013-08-082-1/+94
* libtest: fix data type of some *_setopt() 'long' argumentsYang Tse2013-07-227-14/+14
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-8/+0
* test 1511: fix enumerated type mixed with another typeYang Tse2013-07-111-14/+16
* lib506.c: Fixed possible use of uninitialized variablesMarc Hoersken2013-07-011-4/+7
* 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