Packaging cleanups
[platform/upstream/curl.git] / tests / unit /
2014-07-11 Dan FandrichFixed some "statement not reached" warnings
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-05-04 Daniel Stenbergmprintf: allow %.s with data not being zero terminated
2014-04-28 Steve Holmecopyright: Updated following recent edits
2014-04-28 Dan FandrichAdded a few more const where possible
2014-04-28 Dan Fandrichunit1395: Fixed null pointer dereference on torture...
2014-03-26 Dan Fandrichtest1397: Fixed compilation with some SSL backends
2014-03-25 Richard J. Mooretest1397: unit test for certificate name wildcard handling
2014-01-28 Dan Fandrichunit1304: make the test pass the OOM torture tests
2014-01-28 Dan Fandrichunit1396: make the test pass the OOM torture tests
2014-01-03 Marc Hoerskenunittests: do not include curl_memory.h
2013-12-01 Steve Holmebase64: Extended validation to look for invalid characters
2013-10-30 Steve Holmebase64: Added basic validation to base64 input string...
2013-08-29 Daniel Stenbergunit1304: include memdebug and free everything correctly
2013-08-20 Jonathan Niedernetrc: handle longer username and password
2013-06-22 Daniel Stenbergdotdot: introducing dot file path cleanup
2013-06-22 Daniel Stenbergunit1396: unit tests to verify curl_easy_(un)escape
2013-05-06 Daniel Stenbergbuild: fixed unit1394 for debug and metlink builds
2013-05-06 Kamil Dudkaunit1394.c: plug the curl tool unit test in
2013-05-06 Jared Jenningsunit1394.c: basis of a unit test for parse_cert_parameter()
2013-05-06 Kamil Dudkasrc/Makefile.am: build static lib for unit tests if...
2013-03-15 Yang Tseunit1330.c: fix date
2013-03-15 Yang Tsetests: add #96 #558 and #1330
2013-03-11 Yang Tsecurl.h: stricter CURL_EXTERN linkage decorations logic
2013-01-20 Yang TseMakefile.inc: fix $(top_srcdir) not allowed in _SOURCES...
2013-01-15 Yang Tsebuild: use per-target '_CPPFLAGS' for those currently...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-04 Yang Tsebuild: explain current role of LIBS in our Makefile...
2012-11-05 Dave Reisneruniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
2012-04-09 Yang Tseconfigure: Windows cross-compilation fixes
2011-12-30 Yang Tseremoved trailing whitespace
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-05 Yang Tsetest suite: use test case specific netrc file names
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-06-24 Dan FandrichFixed test 1300 to pass the memory torture test
2011-06-19 Amr Shahinunitteset: Curl_llist_move
2011-06-13 Daniel Stenbergcurl_formget: fix FILE * leak
2011-06-11 Dan FandrichFixed test 1309 to pass the torture test
2011-06-10 Daniel Stenbergsplay: add unit tests
2011-06-10 Daniel Stenbergunit test formpost: added test case 1308
2011-06-02 Yang Tseunit tests: attempt to fix linkage issue
2011-06-01 Yang Tseunit tests: more build adjustments
2011-06-01 Yang Tsemakefile: avoid preprocessor definition usage when...
2011-05-25 Yang Tseunit tests: build adjustment
2011-05-24 Yang Tseunit tests: README, adjust header inclusion order
2011-05-24 Yang Tsecompiler warning: fix
2011-05-21 Yang Tsecompiler warning: fix
2011-05-21 Yang Tseunit tests: adjust header inclusion order
2011-03-20 Julien Chaffraixunit1305: Fixed the test to match our coding style.
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-10 Daniel Stenbergsources: update source headers
2011-03-04 Dan FandrichMoved test 577 into the unit test framework as test...
2011-03-04 Dan FandrichAdded unit test 1306 so tests 558 & 559 are now fully...
2011-03-04 Dan FandrichThe unit test argument is allowed to be used
2011-03-04 Dan FandrichConverted tests 558 & 559 to use the unit test framewor...
2011-03-04 Dan FandrichFixed test 1300 to pass the torture test
2011-03-04 Dan FandrichAdded abort_* unit test macros
2011-02-10 Julien Chaffraixnetrc: Enable setting up the filename in unit tests.
2011-02-10 Julien Chaffraixtest1304: Added some unit tests for Curl_parsenetrc.
2011-02-02 Daniel Stenbergunit1300: code style cleanup
2011-02-02 Amr Shahinadding unit tests for Curl_llist_remove
2011-01-22 Guenter KnaufFixed C++ style comment not allowed in ISO C90.
2011-01-20 Amr Shahinunittest: add 3 tests to test1300
2011-01-06 Dan FandrichMade unit_setup() return an error code to abort the...
2011-01-04 Daniel Stenbergunittest: 1303 tests Curl_timeleft
2011-01-04 Daniel Stenbergcurlcheck.h: add fail()
2011-01-04 Dan FandrichFixed path to allow out-of-tree builds
2011-01-04 Daniel Stenbergignore: all executable unit test cases
2011-01-04 Daniel Stenbergunittest: test base64 encode/decode
2011-01-04 Daniel Stenbergcurlcheck.h: avoid using NULL pointers
2011-01-04 Daniel Stenbergcurlcheck.h: add verify_memory
2011-01-04 Daniel Stenbergcurlcheck.h: add newlines in error messages
2011-01-04 Daniel Stenbergunittest: verify curl_strequal
2011-01-03 Daniel Stenbergcurlcheck.h: add fail_if() fix code
2011-01-03 Daniel Stenbergunittests: basic docs
2011-01-03 Daniel Stenbergignore: unit test files
2011-01-03 Daniel Stenbergunittesting: build a separate static lib
2011-01-03 Daniel Stenbergunittest: framework for unit-testing