Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - renamed tests to testcases | Martin Willi | 2005-11-11 | 30 | -2254/+0 |
| | |||||
* | - wrote logger_manager | Jan Hutter | 2005-11-11 | 2 | -7/+16 |
| | |||||
* | - documented | Martin Willi | 2005-11-11 | 1 | -1/+1 |
| | | | | - fixed argument order for parse_payload | ||||
* | - ike_header parsing test | Martin Willi | 2005-11-10 | 2 | -0/+119 |
| | |||||
* | generator now has its generator_context which is used to generate more | Jan Hutter | 2005-11-10 | 1 | -3/+22 |
| | | | | then one payload in sequence... | ||||
* | - wrote clone function for packed | Jan Hutter | 2005-11-10 | 2 | -0/+97 |
| | | | | | - test for whole packet functionality | ||||
* | - updated comments | Martin Willi | 2005-11-10 | 1 | -1/+1 |
| | | | | - revised get_count function | ||||
* | - added logger output | Jan Hutter | 2005-11-10 | 1 | -6/+11 |
| | |||||
* | - fixed memleak (ike_sa_id clone behavior) | Martin Willi | 2005-11-10 | 1 | -22/+30 |
| | |||||
* | objects in source documentation renamed from xy-object to xy object | Jan Hutter | 2005-11-10 | 3 | -30/+30 |
| | |||||
* | - fixed bug in memory reallocation | Jan Hutter | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | - removed strongswan includes, we are now self-contained ;-) | Martin Willi | 2005-11-10 | 2 | -6/+0 |
| | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 5 | -48/+25 |
| | | | | count directly | ||||
* | (no commit message) | Jan Hutter | 2005-11-09 | 2 | -5/+5 |
| | |||||
* | - all header field types implemented and tested | Jan Hutter | 2005-11-09 | 1 | -9/+49 |
| | |||||
* | - u int values can be generated: Not fully tested ! | Jan Hutter | 2005-11-09 | 1 | -1/+8 |
| | |||||
* | generation of uint implemented but not tested | Jan Hutter | 2005-11-09 | 2 | -0/+43 |
| | |||||
* | - asserts for ike_sa_manager construction/destruction | Martin Willi | 2005-11-09 | 1 | -3/+9 |
| | | | | - still a memleak remaining :-( | ||||
* | - finish functionality of ike_sa_manager | Martin Willi | 2005-11-09 | 1 | -22/+148 |
| | | | | - tested | ||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 7 | -6/+12 |
| | |||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 5 | -82/+82 |
| | |||||
* | - changed allocator calls to new allocator functions | Jan Hutter | 2005-11-09 | 1 | -1/+1 |
| | |||||
* | - started to implement a generator test | Jan Hutter | 2005-11-09 | 2 | -0/+77 |
| | |||||
* | - uncompletet test for ike_sa_manager | Martin Willi | 2005-11-08 | 2 | -0/+123 |
| | |||||
* | - basic test for ike_sa_t written (must be refined later) | Jan Hutter | 2005-11-08 | 2 | -0/+103 |
| | |||||
* | - inserting and removing now needs a linked_list_iterator_t* instead of | Jan Hutter | 2005-11-08 | 1 | -68/+62 |
| | | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t | ||||
* | - added function replace_values | Jan Hutter | 2005-11-08 | 1 | -0/+5 |
| | |||||
* | - added test for ike_sa_id_t | Jan Hutter | 2005-11-08 | 2 | -0/+130 |
| | |||||
* | - LEAK_DETECTIVE activated | Jan Hutter | 2005-11-08 | 3 | -5/+5 |
| | | | | | | - memory leak in event_queue_t fixed | ||||
* | - socket test fixed | Jan Hutter | 2005-11-08 | 1 | -3/+3 |
| | |||||
* | - test for scheduler implemented | Martin Willi | 2005-11-07 | 2 | -0/+123 |
| | |||||
* | - renamed add method to add_absolute | Martin Willi | 2005-11-07 | 1 | -1/+1 |
| | | | | - added add_relative method | ||||
* | - receiver-test written | Jan Hutter | 2005-11-07 | 2 | -0/+117 |
| | |||||
* | - global objects are defined in globals.h | Jan Hutter | 2005-11-07 | 1 | -4/+1 |
| | |||||
* | - wrote test for sender_t | Jan Hutter | 2005-11-07 | 2 | -0/+113 |
| | |||||
* | - fixed memory free error | Jan Hutter | 2005-11-07 | 1 | -1/+3 |
| | |||||
* | - test of socket destroy added | Jan Hutter | 2005-11-07 | 1 | -0/+3 |
| | |||||
* | - event_queue_test improved | Jan Hutter | 2005-11-07 | 1 | -28/+102 |
| | |||||
* | - revised packet and socket interface | Martin Willi | 2005-11-07 | 2 | -10/+23 |
| | | | | | - tested | ||||
* | - tester_t class rewritten | Jan Hutter | 2005-11-07 | 2 | -0/+181 |
| | | | | | - test for send_queue_t added | ||||
* | - tests are now performed in its own main tests.c | Jan Hutter | 2005-11-07 | 10 | -90/+12 |
| | | | | | - | ||||
* | - first attempt of socket abstraction (more to do) | Martin Willi | 2005-11-04 | 2 | -0/+90 |
| | |||||
* | - implemented event_queue | Jan Hutter | 2005-11-04 | 5 | -0/+115 |
| | | | | | - defined tests for the event_queue | ||||
* | - linked list now allows inserting and deleting in the middle of the | Jan Hutter | 2005-11-04 | 3 | -20/+117 |
| | | | | | | list - test for this features written | ||||
* | - iterator for linked list implemented | Jan Hutter | 2005-11-04 | 3 | -16/+104 |
| | | | | | | - first test for iterator written - linked list values capsulated into private struct | ||||
* | - more flexible tester function | Martin Willi | 2005-11-04 | 1 | -10/+24 |
| | |||||
* | - added assertion for destruction | Martin Willi | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | -Tester improved (used time is displayed) | Jan Hutter | 2005-11-04 | 1 | -2/+3 |
| | |||||
* | - Tests more documented | Jan Hutter | 2005-11-03 | 6 | -25/+71 |
| | |||||
* | - Tests are now separated in test files in the tests-directory | Jan Hutter | 2005-11-03 | 7 | -0/+368 |