Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - moved queues into subfolder queues | Martin Willi | 2005-11-11 | 1 | -380/+0 |
| | | | | - created subdirectory utils for linked_list_t and co. | ||||
* | - removed strongswan includes, we are now self-contained ;-) | Martin Willi | 2005-11-10 | 1 | -3/+0 |
| | |||||
* | - code documentation improved and made fully compatible with doxygen | Jan Hutter | 2005-11-10 | 1 | -29/+38 |
| | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 1 | -17/+9 |
| | | | | count directly | ||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 1 | -3/+3 |
| | |||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 1 | -62/+62 |
| | |||||
* | - inserting and removing now needs a linked_list_iterator_t* instead of | Jan Hutter | 2005-11-08 | 1 | -24/+5 |
| | | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t | ||||
* | - LEAK_DETECTIVE activated | Jan Hutter | 2005-11-08 | 1 | -2/+3 |
| | | | | | | - memory leak in event_queue_t fixed | ||||
* | - renamed add method to add_absolute | Martin Willi | 2005-11-07 | 1 | -2/+20 |
| | | | | - added add_relative method | ||||
* | - cancelation points defined | Jan Hutter | 2005-11-07 | 1 | -0/+11 |
| | |||||
* | - includes cleaned up | Jan Hutter | 2005-11-07 | 1 | -0/+1 |
| | |||||
* | - implemented event_queue | Jan Hutter | 2005-11-04 | 1 | -0/+370 |
- defined tests for the event_queue |