Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - moved queues into subfolder queues | Martin Willi | 2005-11-11 | 1 | -698/+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 |
| | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 1 | -8/+3 |
| | | | | count directly | ||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 1 | -3/+4 |
| | |||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 1 | -84/+84 |
| | |||||
* | - inserting and removing now needs a linked_list_iterator_t* instead of | Jan Hutter | 2005-11-08 | 1 | -79/+181 |
| | | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t | ||||
* | - element destructor => private | Martin Willi | 2005-11-08 | 1 | -8/+16 |
| | |||||
* | - linked list now allows inserting and deleting in the middle of the | Jan Hutter | 2005-11-04 | 1 | -2/+127 |
| | | | | | | list - test for this features written | ||||
* | - iterator for linked list implemented | Jan Hutter | 2005-11-04 | 1 | -55/+227 |
| | | | | | | - first test for iterator written - linked list values capsulated into private struct | ||||
* | - fixed typo | Martin Willi | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | - code-documentation improved | Jan Hutter | 2005-11-03 | 1 | -7/+28 |
| | |||||
* | - job_queue tested | Jan Hutter | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | - job queue implemented but not tested | Jan Hutter | 2005-11-03 | 1 | -5/+11 |
| | |||||
* | Test for Linked List written | Jan Hutter | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | - Linked List programmed but not tested | Jan Hutter | 2005-11-03 | 1 | -0/+271 |