summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* libtest/Makefile.am: add -no-undefined for libstubgss for CygwinBrian Inglis2020-08-161-1/+4
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-142-2/+2
* checksrc: invoke script with -D to find .checksrc properDaniel Stenberg2020-08-011-1/+1
* url: fix CURLU and location followingJay Satiro2020-07-302-1/+56
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-0/+1
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-272-1/+71
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-0/+11
* util: silence conversion warningsMarcel Raad2020-07-191-1/+1
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-122-1/+86
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-283-5/+5
* test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg2020-06-262-1/+9
* tests: verify newline in username and password for HTTPDaniel Stenberg2020-06-252-1/+52
* test543: extended to verify zero length inputDaniel Stenberg2020-06-251-2/+12
* test1560: avoid possibly negative association in wordingMartin V2020-06-121-14/+14
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-19/+19
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-48/+15
* tests/libtest: fix undefined reference to 'curlx_win32_fopen'Marc Hoersken2020-05-301-19/+22
* mk-lib1521: generate code for testing BLOB options as wellDaniel Stenberg2020-05-291-0/+5
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-154-12/+13
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-6/+6
* CMake: do not build test programs by defaultPeter Wu2020-05-121-2/+4
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-081-0/+9
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-061-3/+17
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-1/+1
* test75: Remove precheck testDan Fandrich2020-04-302-35/+1
* libtest/cmake: Remove commented codeRikard Falkeborn2020-04-301-76/+0
* lib670: use the same Win32 API check as all other lib testsMarc Hoersken2020-04-051-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-5/+7
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-2459-50/+239
* test 1560: avoid valgrind false positivesPatrick Monnerat2020-03-081-1/+4
* lib1564: reduce number of mid-wait wakeup callsDaniel Stenberg2020-03-071-2/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-073-2/+128
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-075-10/+253
* mime: latch last read callback status.Patrick Monnerat2020-03-073-2/+287
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-042-2/+2
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-023-268/+2
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-025-253/+10
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-023-128/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-023-2/+128
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-025-10/+253
* mime: latch last read callback status.Patrick Monnerat2020-03-023-2/+268
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-092-1/+52
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-1/+9
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-162-3/+3
* lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg2019-12-151-4/+17
* lib1559: fix mem-leak in OOMDaniel Stenberg2019-12-131-8/+4
* lib1557: fix mem-leak in OOMDaniel Stenberg2019-12-131-3/+3
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-012-33/+29