summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* unit1304: include memdebug and free everything correctlyDaniel Stenberg2013-08-291-2/+5
* netrc: handle longer username and passwordJonathan Nieder2013-08-201-22/+31
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-222-1/+91
* unit1396: unit tests to verify curl_easy_(un)escapeDaniel Stenberg2013-06-222-1/+113
* build: fixed unit1394 for debug and metlink buildsDaniel Stenberg2013-05-061-2/+4
* unit1394.c: plug the curl tool unit test inKamil Dudka2013-05-062-5/+56
* unit1394.c: basis of a unit test for parse_cert_parameter()Jared Jennings2013-05-061-0/+75
* src/Makefile.am: build static lib for unit tests if enabledKamil Dudka2013-05-061-2/+9
* unit1330.c: fix dateYang Tse2013-03-151-1/+1
* tests: add #96 #558 and #1330Yang Tse2013-03-152-1/+45
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-7/+2
* 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-0/+18
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-067-13/+13
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-287-13/+13
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+4
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-15/+15
* configure: Windows cross-compilation fixesYang Tse2012-04-091-1/+6
* removed trailing whitespaceYang Tse2011-12-301-2/+2
* test suite: use test case specific netrc file namesYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-24/+41
* Fixed test 1300 to pass the memory torture testDan Fandrich2011-06-241-1/+3
* unitteset: Curl_llist_moveAmr Shahin2011-06-191-1/+73
* curl_formget: fix FILE * leakDaniel Stenberg2011-06-131-0/+17
* Fixed test 1309 to pass the torture testDan Fandrich2011-06-111-12/+9
* splay: add unit testsDaniel Stenberg2011-06-102-1/+115
* unit test formpost: added test case 1308Daniel Stenberg2011-06-102-1/+81
* unit tests: attempt to fix linkage issueYang Tse2011-06-021-1/+1
* unit tests: more build adjustmentsYang Tse2011-06-012-15/+6
* makefile: avoid preprocessor definition usage when linkingYang Tse2011-06-011-1/+1
* unit tests: build adjustmentYang Tse2011-05-252-5/+7
* unit tests: README, adjust header inclusion orderYang Tse2011-05-241-4/+1
* compiler warning: fixYang Tse2011-05-242-4/+4
* compiler warning: fixYang Tse2011-05-211-1/+1
* unit tests: adjust header inclusion orderYang Tse2011-05-217-26/+8
* unit1305: Fixed the test to match our coding style.Julien Chaffraix2011-03-201-40/+40
* sources: update source headersDaniel Stenberg2011-03-108-9/+150
* Moved test 577 into the unit test framework as test 1307Dan Fandrich2011-03-042-1/+223
* Added unit test 1306 so tests 558 & 559 are now fully replacedDan Fandrich2011-03-041-10/+13
* The unit test argument is allowed to be usedDan Fandrich2011-03-041-2/+2
* Converted tests 558 & 559 to use the unit test framework as 1305Dan Fandrich2011-03-042-1/+133
* Fixed test 1300 to pass the torture testDan Fandrich2011-03-041-0/+4
* Added abort_* unit test macrosDan Fandrich2011-03-041-0/+28
* netrc: Enable setting up the filename in unit tests.Julien Chaffraix2011-02-101-13/+12
* test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix2011-02-102-1/+127
* unit1300: code style cleanupDaniel Stenberg2011-02-021-53/+52
* adding unit tests for Curl_llist_removeAmr Shahin2011-02-021-1/+83
* Fixed C++ style comment not allowed in ISO C90.Guenter Knauf2011-01-221-1/+1