summaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
2018-10-05CMake: suppress MSVC warning C4127 for libtestMarcel Raad
2018-09-28cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov
2018-09-24Curl_dedotdotify(): always nul terminate returned string.Even Rouault
2018-09-23whitespace fixesViktor Szakats
2018-09-21urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg
2018-09-19urlapi: document the error codes, remove two unused onesDaniel Stenberg
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-15libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn
2018-09-08URL-APIDaniel Stenberg
2018-08-24lib1522: fix curl_easy_setopt argument typeMarcel Raad
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10lib1502: fix memory leak in torture testDaniel Stenberg
2018-08-09test1531: Add timeoutRikard Falkeborn
2018-08-09test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-07-11multi: always do the COMPLETED procedure/stateDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-06tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn
2018-06-06tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn
2018-05-31tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg
2018-05-31tests: update .gitignore for libtestsRikard Falkeborn
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-18stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-05-16tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen
2018-05-14tests: Fix format specifiersRikard Falkeborn
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-12duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg
2018-03-24gitignore: ignore more generated filesDaniel Stenberg
2018-03-19parsedate: support UT timezoneNikos Tsipinakis
2018-03-04build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg
2018-02-23lib655: silence compiler warningViktor Szakats
2018-02-23spelling fixesViktor Szakats
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-26lib555: drop text conversion and encode data as ascii codesPatrick Monnerat
2018-01-26lib517: make variable static to avoid compiler warningDaniel Stenberg
2018-01-26lib544: sync ascii code data with textual dataPatrick Monnerat
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-30test1554: improve the error handlingMichael Kaufmann