aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/event_queue.c
Commit message (Expand)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-380/+0
* - 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
* - 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
* - LEAK_DETECTIVE activatedJan Hutter2005-11-081-2/+3
* - renamed add method to add_absoluteMartin Willi2005-11-071-2/+20
* - cancelation points definedJan Hutter2005-11-071-0/+11
* - includes cleaned upJan Hutter2005-11-071-0/+1
* - implemented event_queueJan Hutter2005-11-041-0/+370