aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/job_queue.c
Commit message (Expand)AuthorAgeFilesLines
* - moved queues into subfolder queuesMartin Willi2005-11-111-161/+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-13/+7
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-1/+2
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-24/+24
* - cancelation points definedJan Hutter2005-11-071-0/+1
* - send_queue written, but not testedJan Hutter2005-11-071-4/+4
* - includes cleaned upJan Hutter2005-11-071-0/+1
* - job_t is now defined in its own files job.h and job.cJan Hutter2005-11-071-24/+0
* included stdlib.hJan Hutter2005-11-041-1/+1
* - cancellation disabled by defaultMartin Willi2005-11-041-6/+9
* - iterator for linked list implementedJan Hutter2005-11-041-3/+10
* - fixed mutex_unlock hander for getterMartin Willi2005-11-041-2/+2
* - allow removal of waiting workers using mutex_unlock-handlerMartin Willi2005-11-041-15/+16
* - job queue implemented but not testedJan Hutter2005-11-031-0/+180