aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/sender.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-126/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-5/+4
| | | | | | | | | - 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
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-4/+2
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* ../svn-commit.tmpMartin Willi2005-12-071-3/+3
|
* - code cleaned upJan Hutter2005-12-061-3/+3
|
* - code cleaned upJan Hutter2005-12-061-9/+10
|
* - kernel interface hacks, works partiallyMartin Willi2005-12-051-1/+1
| | | | | - interface must be redefined
* - logging cleanupMartin Willi2005-12-041-2/+1
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - globals packed in a daemonMartin Willi2005-11-291-5/+5
|
* - return value cleanupMartin Willi2005-11-281-18/+10
|
* - threads are new identified by pidMartin Willi2005-11-261-0/+3
|
* - documentation and cleanup of threads packageMartin Willi2005-11-251-10/+17
|
* - typedefs changedMartin Willi2005-11-241-3/+3
|
* - created package threadsMartin Willi2005-11-231-0/+127