aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/linked_list.c
Commit message (Collapse)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-698/+0
| | | | - created subdirectory utils for linked_list_t and co.
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-3/+0
|
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-101-8/+3
| | | | count directly
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-3/+4
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-84/+84
|
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-79/+181
| | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t
* - element destructor => privateMartin Willi2005-11-081-8/+16
|
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-041-2/+127
| | | | | | list - test for this features written
* - iterator for linked list implementedJan Hutter2005-11-041-55/+227
| | | | | | - first test for iterator written - linked list values capsulated into private struct
* - fixed typoMartin Willi2005-11-041-1/+1
|
* - code-documentation improvedJan Hutter2005-11-031-7/+28
|
* - job_queue testedJan Hutter2005-11-031-1/+1
|
* - job queue implemented but not testedJan Hutter2005-11-031-5/+11
|
* Test for Linked List writtenJan Hutter2005-11-031-1/+1
|
* - Linked List programmed but not testedJan Hutter2005-11-031-0/+271