aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/send_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-153/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-3/+2
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* - docs updatedMartin Willi2005-12-061-5/+5
|
* - comments addedMartin Willi2005-12-041-1/+1
|
* - return value cleanupMartin Willi2005-11-281-29/+16
|
* changed enum and structs names to _tJan Hutter2005-11-241-4/+4
|
* include paths changedJan Hutter2005-11-231-2/+2
|
* - logger in utilsMartin Willi2005-11-111-1/+1
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - moved queues into subfolder queuesMartin Willi2005-11-111-0/+167
- created subdirectory utils for linked_list_t and co.