summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-051-1/+4
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-021-1/+5
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-021-1/+5
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-041-1/+4
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-1/+5
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-0/+5
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-261-1/+9
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-2/+6
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+5
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-1/+5
* tests: added test1517Karlson2k2016-04-201-1/+4
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-231-1/+5
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-091-1/+5
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-071-1/+5
* test556: Fixed compilation warningSteve Holme2014-12-281-1/+1
* tests: Added test for bug #1456Steve Holme2014-12-281-0/+4
* libtest: fixed duplicated line in MakefileSergey Nikulov2014-07-241-1/+0
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-041-1/+5
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-1/+15
* tests: add test for bug #1303 (dns cache timeout)Romulo A. Ceccon2014-02-061-1/+5
* test1514: added - no more negative Content-Length (HTTP POST)Cédric Deltheil2014-01-201-1/+5
* test1513: added - verify early progress callback return failDaniel Stenberg2014-01-031-1/+5
* global dns cache: didn't work [regression]Daniel Stenberg2013-08-081-1/+5
* tests: add test1511 to check timecond clean-upAlessandro Ghedini2013-04-221-1/+5
* Add extra libs for lib1900 and lib2033 test programsPaul Howarth2013-04-151-0/+2
* easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing2013-04-041-1/+5
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-0/+5
* tests: add #96 #558 and #1330Yang Tse2013-03-151-15/+15
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-1/+9
* test509: libcurl initialization with memory callbacks and actual usageYang Tse2013-03-131-1/+4
* Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing2013-02-101-1/+5
* DONE: consider callback-aborted transfers prematureDaniel Stenberg2013-02-081-1/+5
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-051-1/+5
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-201-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
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* test 1504 and 1505: same as 1502 but with different cleanup sequencesYang Tse2012-12-251-1/+9
* test 1503: same as 1502 but with a different cleanup sequenceYang Tse2012-12-231-1/+6
* test 1502: OOM handling fixesYang Tse2012-12-231-1/+2
* libtest: fix some compiler warningsYang Tse2012-12-051-1/+1
* build: prevent global LIBS from influencing libtest build targetsYang Tse2012-11-301-26/+26
* build: avoid linkage of directly unused librariesYang Tse2012-11-281-0/+26
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-181-1/+3
* Fix compilation of lib1501Fabian Keil2012-11-081-1/+1
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-041-1/+3
* Unit test for curl_multi_wait()Sara Golemon2012-09-011-1/+4
* NTLM: verify multiple connections workJoe Mason2012-08-311-1/+3