aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests/event_queue_test.c
Commit message (Collapse)AuthorAgeFilesLines
* - renamed tests to testcasesMartin Willi2005-11-111-140/+0
|
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-101-3/+1
| | | | count directly
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-1/+2
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-27/+27
|
* - LEAK_DETECTIVE activatedJan Hutter2005-11-081-1/+1
| | | | | | - memory leak in event_queue_t fixed
* - renamed add method to add_absoluteMartin Willi2005-11-071-1/+1
| | | | - added add_relative method
* - event_queue_test improvedJan Hutter2005-11-071-28/+102
|
* - tests are now performed in its own main tests.cJan Hutter2005-11-071-1/+1
| | | | | -
* - implemented event_queueJan Hutter2005-11-041-0/+67
- defined tests for the event_queue