aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/linked_list.c
Commit message (Expand)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-698/+0
* - 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
* - 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
* - 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
* - iterator for linked list implementedJan Hutter2005-11-041-55/+227
* - 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