14 Commits

Author SHA1 Message Date
Martin Willi
67a57dc6f4 - removed strongswan includes, we are now self-contained ;-) 2005-11-10 09:17:23 +00:00
Jan Hutter
1061c878a9 - linked_list, event_queue, send_queue and job_queue returns now
count directly
2005-11-10 08:44:17 +00:00
Jan Hutter
6c4b815f22 - memory allocation now works with allocator-functions... 2005-11-09 09:35:06 +00:00
Jan Hutter
7953866962 - changed memory allocator functions to own allocator calls 2005-11-09 09:11:06 +00:00
Jan Hutter
e3dd1393d5 - inserting and removing now needs a linked_list_iterator_t* instead of
a linked_list_element_t*
- linked_list_element_t removed
- has_next now returns bool instead of status_t
2005-11-08 13:31:39 +00:00
Martin Willi
623fec54c8 - element destructor => private 2005-11-08 12:37:31 +00:00
Jan Hutter
bfdc5c7c93 - linked list now allows inserting and deleting in the middle of the
list
- test for this features written
2005-11-04 11:39:12 +00:00
Jan Hutter
7c2228f165 - iterator for linked list implemented
- first test for iterator written
- linked list values capsulated into private struct
2005-11-04 10:28:12 +00:00
Martin Willi
f890ca3b7d - fixed typo 2005-11-04 06:55:37 +00:00
Jan Hutter
dc64bed19d - code-documentation improved 2005-11-03 19:47:40 +00:00
Jan Hutter
3911f0755b - job_queue tested 2005-11-03 14:50:02 +00:00
Jan Hutter
adca27eb76 - job queue implemented but not tested 2005-11-03 13:32:40 +00:00
Jan Hutter
1db30ec757 Test for Linked List written 2005-11-03 12:24:10 +00:00
Jan Hutter
be910ee47c - Linked List programmed but not tested 2005-11-03 10:06:31 +00:00