aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/event_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-380/+0
| | | | - created subdirectory utils for linked_list_t and co.
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-3/+0
|
* - code documentation improved and made fully compatible with doxygenJan Hutter2005-11-101-29/+38
|
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-101-17/+9
| | | | count directly
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-3/+3
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-62/+62
|
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-24/+5
| | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t
* - LEAK_DETECTIVE activatedJan Hutter2005-11-081-2/+3
| | | | | | - memory leak in event_queue_t fixed
* - renamed add method to add_absoluteMartin Willi2005-11-071-2/+20
| | | | - added add_relative method
* - cancelation points definedJan Hutter2005-11-071-0/+11
|
* - includes cleaned upJan Hutter2005-11-071-0/+1
|
* - implemented event_queueJan Hutter2005-11-041-0/+370
- defined tests for the event_queue