]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/threading/thread.c
thread: Add a function to pop and call all registered cleanup handlers
[people/ms/strongswan.git] / src / libstrongswan / threading / thread.c
2015-04-15  Martin Willithread: Add a function to pop and call all registered...
2015-04-15  Martin Willithread: Don't acquire lock for thread_cleanup_push/pop
2015-04-13  Martin Willithread: Remove unneeded thread startup synchronization
2014-06-04  Martin WilliMerge branch 'win'
2014-06-03  Martin Willithread: Add a Windows pthread variant to print thread...
2014-03-07  Tobias Brunnerthread: Properly clean up meta data of main thread
2013-07-18  Martin WilliMerge branch 'charon-xpc'
2013-07-18  Martin Willithread: implicitly create thread_t if an external threa...
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'ikev1-rekeying'
2013-03-01  Martin WilliMerge branch 'vip-shunts'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'ikev1-mm-retransmits'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-26  Tobias BrunnerUse SIGUSR2 for SIG_CANCEL on Android
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-08-13  Tobias BrunnerMerge branch 'android-app'
2012-08-13  Tobias BrunnerEnsure thread IDs always start with 1 even if the libra...
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-01-12  Tobias BrunnerFix gettid() on Android, which is defined in unistd...
2012-01-10  Tobias BrunnerUse native gettid() if available (which is the case...
2011-12-16  Tobias BrunnerLog native thread ID when a thread is created.
2011-12-07  Martin WilliCreate a dummy pthread key for value "0", as some buggy...
2011-10-03  Tobias BrunnerMigrated thread_t to INIT/METHOD macros.
2011-05-06  Andreas Steffenid of non-registered threads defaults to 0
2010-04-29  Tobias BrunnerThe mutex of a thread has to be locked when destroying it.
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-02-01  Andreas Steffencorrected captions
2009-12-23  Tobias BrunnerAdded a workaround for the missing pthread_cancel on...
2009-12-23  Tobias BrunnerAdding an object-oriented wrapper for threads.