Revision tags: curl-7_21_6, curl-7_21_5 |
|
#
1aeb635c |
| 10-Mar-2011 |
Daniel Stenberg |
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disc
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
show more ...
|
#
a8aab6e7 |
| 04-Mar-2011 |
Dan Fandrich |
Fixed test 1300 to pass the torture test
|
Revision tags: curl-7_21_4 |
|
#
08a77025 |
| 02-Feb-2011 |
Daniel Stenberg |
unit1300: code style cleanup
|
#
7a4b5079 |
| 29-Jan-2011 |
Amr Shahin |
adding unit tests for Curl_llist_remove
|
#
73b518f2 |
| 22-Jan-2011 |
Guenter Knauf |
Fixed C++ style comment not allowed in ISO C90.
|
#
77f0fcae |
| 18-Jan-2011 |
Amr Shahin |
unittest: add 3 tests to test1300 Testing Curl_llist_insert_next
|
#
ebb9c7ae |
| 06-Jan-2011 |
Dan Fandrich |
Made unit_setup() return an error code to abort the test early This makes it possible to skip the call to unit_stop() in such cases. Also use Curl_safefree() in unit test 1302 so it wil
Made unit_setup() return an error code to abort the test early This makes it possible to skip the call to unit_stop() in such cases. Also use Curl_safefree() in unit test 1302 so it will pass the memory torture test.
show more ...
|
#
35e1d653 |
| 01-Jan-2011 |
Daniel Stenberg |
unittest: framework for unit-testing This is the first approach at doing fairly clean and easy to write and debug unit tests.
|