aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/thread_pool.c
Commit message (Collapse)AuthorAgeFilesLines
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-16/+24
| | | | | | | | | - 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-11/+3
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-5/+2
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-19/+14
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-6/+6
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - added deletion of IKE_SAJan Hutter2005-12-121-3/+2
|
* ../svn-commit.tmpMartin Willi2005-12-071-17/+17
|
* - log changedJan Hutter2005-12-061-1/+1
|
* - code cleaned upJan Hutter2005-12-061-37/+38
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-22/+142
|
* - added payload CERTJan Hutter2005-12-051-6/+43
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-041-2/+1
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-0/+1
| | | | requests
* - retransmitting of requests implementedJan Hutter2005-12-021-7/+24
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-17/+86
| | | | - fixed memory leaks
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-3/+11
| | | | responder_init_t
* cleaned codeJan Hutter2005-12-021-4/+12
|
* - globals packed in a daemonMartin Willi2005-11-291-14/+14
|
* - changed allocation behaviorMartin Willi2005-11-291-18/+3
|
* - return value cleanupMartin Willi2005-11-281-48/+20
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-0/+4
| | | | | - some logging improvements
* - threads are new identified by pidMartin Willi2005-11-261-7/+9
|
* - documentation and cleanup of threads packageMartin Willi2005-11-251-156/+200
|
* - added function create_and_checkout to the ike_sa_manager_tJan Hutter2005-11-241-16/+3
|
* - typedefs changedMartin Willi2005-11-241-3/+3
|
* - created package threadsMartin Willi2005-11-231-0/+378