aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests
Commit message (Expand)AuthorAgeFilesLines
* - renamed tests to testcasesMartin Willi2005-11-1130-2254/+0
* - wrote logger_managerJan Hutter2005-11-112-7/+16
* - documentedMartin Willi2005-11-111-1/+1
* - ike_header parsing testMartin Willi2005-11-102-0/+119
* generator now has its generator_context which is used to generate more Jan Hutter2005-11-101-3/+22
* - wrote clone function for packedJan Hutter2005-11-102-0/+97
* - updated commentsMartin Willi2005-11-101-1/+1
* - added logger outputJan Hutter2005-11-101-6/+11
* - fixed memleak (ike_sa_id clone behavior)Martin Willi2005-11-101-22/+30
* objects in source documentation renamed from xy-object to xy objectJan Hutter2005-11-103-30/+30
* - fixed bug in memory reallocationJan Hutter2005-11-101-1/+3
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-102-6/+0
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-105-48/+25
* (no commit message)Jan Hutter2005-11-092-5/+5
* - all header field types implemented and testedJan Hutter2005-11-091-9/+49
* - u int values can be generated: Not fully tested !Jan Hutter2005-11-091-1/+8
* generation of uint implemented but not testedJan Hutter2005-11-092-0/+43
* - asserts for ike_sa_manager construction/destructionMartin Willi2005-11-091-3/+9
* - finish functionality of ike_sa_managerMartin Willi2005-11-091-22/+148
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-097-6/+12
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-095-82/+82
* - changed allocator calls to new allocator functionsJan Hutter2005-11-091-1/+1
* - started to implement a generator testJan Hutter2005-11-092-0/+77
* - uncompletet test for ike_sa_managerMartin Willi2005-11-082-0/+123
* - basic test for ike_sa_t written (must be refined later)Jan Hutter2005-11-082-0/+103
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-68/+62
* - added function replace_valuesJan Hutter2005-11-081-0/+5
* - added test for ike_sa_id_tJan Hutter2005-11-082-0/+130
* - LEAK_DETECTIVE activatedJan Hutter2005-11-083-5/+5
* - socket test fixedJan Hutter2005-11-081-3/+3
* - test for scheduler implementedMartin Willi2005-11-072-0/+123
* - renamed add method to add_absoluteMartin Willi2005-11-071-1/+1
* - receiver-test writtenJan Hutter2005-11-072-0/+117
* - global objects are defined in globals.hJan Hutter2005-11-071-4/+1
* - wrote test for sender_tJan Hutter2005-11-072-0/+113
* - fixed memory free errorJan Hutter2005-11-071-1/+3
* - test of socket destroy addedJan Hutter2005-11-071-0/+3
* - event_queue_test improvedJan Hutter2005-11-071-28/+102
* - revised packet and socket interfaceMartin Willi2005-11-072-10/+23
* - tester_t class rewrittenJan Hutter2005-11-072-0/+181
* - tests are now performed in its own main tests.cJan Hutter2005-11-0710-90/+12
* - first attempt of socket abstraction (more to do)Martin Willi2005-11-042-0/+90
* - implemented event_queueJan Hutter2005-11-045-0/+115
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-043-20/+117
* - iterator for linked list implementedJan Hutter2005-11-043-16/+104
* - more flexible tester functionMartin Willi2005-11-041-10/+24
* - added assertion for destructionMartin Willi2005-11-041-1/+1
* -Tester improved (used time is displayed)Jan Hutter2005-11-041-2/+3
* - Tests more documentedJan Hutter2005-11-036-25/+71
* - Tests are now separated in test files in the tests-directoryJan Hutter2005-11-037-0/+368