Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - moved queues into subfolder queues | Martin Willi | 2005-11-11 | 1 | -161/+0 |
| | | | | - created subdirectory utils for linked_list_t and co. | ||||
* | - removed strongswan includes, we are now self-contained ;-) | Martin Willi | 2005-11-10 | 1 | -3/+0 |
| | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 1 | -13/+7 |
| | | | | count directly | ||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 1 | -1/+2 |
| | |||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 1 | -24/+24 |
| | |||||
* | - cancelation points defined | Jan Hutter | 2005-11-07 | 1 | -0/+1 |
| | |||||
* | - send_queue written, but not tested | Jan Hutter | 2005-11-07 | 1 | -4/+4 |
| | |||||
* | - includes cleaned up | Jan Hutter | 2005-11-07 | 1 | -0/+1 |
| | |||||
* | - job_t is now defined in its own files job.h and job.c | Jan Hutter | 2005-11-07 | 1 | -24/+0 |
| | |||||
* | included stdlib.h | Jan Hutter | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | - cancellation disabled by default | Martin Willi | 2005-11-04 | 1 | -6/+9 |
| | |||||
* | - iterator for linked list implemented | Jan Hutter | 2005-11-04 | 1 | -3/+10 |
| | | | | | | - first test for iterator written - linked list values capsulated into private struct | ||||
* | - fixed mutex_unlock hander for getter | Martin Willi | 2005-11-04 | 1 | -2/+2 |
| | |||||
* | - allow removal of waiting workers using mutex_unlock-handler | Martin Willi | 2005-11-04 | 1 | -15/+16 |
| | |||||
* | - job queue implemented but not tested | Jan Hutter | 2005-11-03 | 1 | -0/+180 |