summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
...
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-1/+25
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* URL-APIDaniel Stenberg2018-09-083-0/+769
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-213-0/+51
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+4
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-112-1/+91
* lib1502: fix memory leak in torture testDaniel Stenberg2018-08-101-0/+2
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-2/+2
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-111-5/+10
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-232-1/+67
* cppcheck: fix warningsMarian Klymov2018-06-119-26/+17
* tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn2018-06-061-0/+2
* tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn2018-06-063-5/+6
* tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg2018-05-311-1/+1
* tests: update .gitignore for libtestsRikard Falkeborn2018-05-311-6/+2
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-6/+0
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-222-0/+167
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-214-7/+7
* stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg2018-05-181-2/+50
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-18/+32
* tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen2018-05-161-1/+1
* tests: Fix format specifiersRikard Falkeborn2018-05-145-8/+8
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-1/+1
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-1/+11
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-1/+1
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-042-3/+5
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1
* spelling fixesViktor Szakats2018-02-232-2/+2
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-213-1/+117
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-162-1/+83
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-152-1/+82
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-261-10/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-251-102/+126
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-142-1/+178
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-0/+0
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-058-16/+0
* test1554: improve the error handlingMichael Kaufmann2017-12-301-0/+6
* test1554: add global initialization and cleanupMichael Kaufmann2017-12-301-1/+5
* tests: update .gitignore for libtestsMichael Kaufmann2017-12-101-1/+1
* lib582: do not verify host for SFTPNikos Mavrogiannopoulos2017-12-011-0/+1
* test1554: verify connection cache sharingDaniel Stenberg2017-11-092-1/+85
* tests: Fixed torture tests on tests 556 and 650Dan Fandrich2017-11-012-20/+41
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-011-1/+4