aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/linked_list.h
Commit message (Expand)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-219/+0
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-4/+0
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-101-3/+2
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-56/+38
* - element destructor => privateMartin Willi2005-11-081-8/+0
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-041-0/+29
* - iterator for linked list implementedJan Hutter2005-11-041-21/+68
* - code-documentation improvedJan Hutter2005-11-031-16/+48
* - Linked List programmed but not testedJan Hutter2005-11-031-0/+142