aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-753/+0
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-51/+26
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Store completed authentication rounds permanently on IKE_SA, with flush optionMartin Willi2009-12-011-3/+3
* Added a get_sa() method to the bus, allowing a thread to lookup its IKE_SAMartin Willi2009-11-301-0/+9
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* added an alert() bus hook to raise critical system errors and notificationsMartin Willi2009-07-161-0/+36
* implemented ike_down() bus hookMartin Willi2009-07-091-23/+37
* implemented ike_up() bus hookMartin Willi2009-07-091-0/+30
* implemented child_up() bus hookMartin Willi2009-07-091-0/+34
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-091-0/+63
* do not abort notifying listeners if a listener unregistersMartin Willi2009-07-021-6/+0
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merged multi-auth branch back into trunkMartin Willi2009-04-141-0/+40
* dynamic logging configuration through strongswan.confMartin Willi2008-11-111-0/+13
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-0/+70
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-0/+3
* bus uses finally recusive lockingMartin Willi2008-10-161-47/+58
* reintegrated bus-refactoring branchMartin Willi2008-10-141-69/+147
* fixed bus args copy on non i386 archsMartin Willi2008-07-211-1/+6
* reverted bus to non-recursive mutex due instabilityMartin Willi2008-07-211-1/+1
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-6/+9
* allow but filter recursive listener invocationMartin Willi2008-07-181-1/+14
* avoid heap allocation in bus->signal for performance reasonsMartin Willi2008-07-171-30/+51
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-27/+34
* fixed callback_job cancellation for threads waiting in the busMartin Willi2007-11-191-6/+43
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-218/+75
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-1/+1
* introduced callback_job:Martin Willi2007-06-111-25/+7
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-1/+60
* properly ignoring signals rised by a thread which is in listening stateMartin Willi2007-05-081-11/+8
* allow to have listening state TRUE while sending singal ourselfMartin Willi2007-05-031-0/+7
* merged tasking branch into trunkMartin Willi2007-02-281-2/+7
* fixed 64 bit issueAndreas Steffen2006-11-011-3/+4
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-5/+5
* added some missing 'AUD' entriesAndreas Steffen2006-10-281-14/+10
* improved signal handling and emittingMartin Willi2006-10-261-1/+1
* linked list cleanupsMartin Willi2006-10-241-8/+1
* introduced new logging subsystem using bus:Martin Willi2006-10-181-7/+267
* introduced printf() specifiers for:Martin Willi2006-09-271-0/+142