index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
threads
/
tests
Age
Commit message (
Expand
)
Author
2018-05-24
[master] Copyright update to 2018
Wlodek Wencel
2018-01-30
Merge branch 'master' into HEAD
Razvan Becheriu
2018-01-24
Merge branch 'config-h' of https://github.com/andreipavelQ/kea into github38
Tomek Mrugalski
2018-01-10
[master] CondVarTest.destroyWhileWait disabled
Wlodek Wencel
2017-08-18
minor changes:
Andrei Pavel
2017-08-17
Merge branch 'isc-master' into config-h
Andrei Pavel
2017-04-12
[v_1_2_0] copy right dates updated
Wlodek Wencel
2016-12-14
Corrected typos
Andrei Pavel
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-10-15
[4060a] Rebased trac4060
Francis Dupont
2015-10-01
[4074] Updated thread/process uint test
Francis Dupont
2015-09-29
[3971] Improved commentary in the Thread test.
Marcin Siodelski
2015-09-29
[3971] Implemented test for graceful Thread destruction in child process.
Marcin Siodelski
2015-09-24
[4065] Added test description in the thread.cc
Marcin Siodelski
2015-09-23
[4065] Added unit test
Francis Dupont
2015-08-30
[3911a] Finished dependency cleanup in src/lib
Francis Dupont
2015-08-29
[3911a] Reorganized library Makefile.am files (exception, util, log)
Francis Dupont
2015-04-18
[master] remove '#include <config.h' from include files (#3782)
Francis Dupont
2015-03-14
[master] spelling
Francis Dupont
2014-09-23
[3591] Changes after review:
Tomek Mrugalski
2014-09-09
[3591] Logging variables simplified
Tomek Mrugalski
2014-08-12
[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.
Marcin Siodelski
2014-08-06
[3417] B10 => KEA renamed
Tomek Mrugalski
2014-04-15
[3394] Renamed Kea libraries from libb10-something to libkea-something.
Marcin Siodelski
2013-11-15
[mavericks] disable some thread-related death tests on OS X 10.9
JINMEI Tatuya
2013-09-18
[3170] fix rulkes that were breaking parallel builds
Kean Johnston
2013-03-13
[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::Locker
Mukund Sivaraman
2013-02-18
[2669] Use valgrind-check in fork/thread tests
Jelte Jansen
2012-10-26
[master] Enable CondVarTest.destroyWhileWait where it's possible to run it
Mukund Sivaraman
2012-10-26
[master] Disable MutexTest.destoryLocked on Solaris
Mukund Sivaraman
2012-10-25
[2236] Remove obsolete comment
Mukund Sivaraman
2012-10-23
[2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug builds
Mukund Sivaraman
2012-10-18
[2236] Use ENABLE_DEBUG within the lock implementation
Mukund Sivaraman
2012-10-18
[master] remove include of moved file lock.h
Jelte Jansen
2012-10-18
[master] Merge branch 'trac2349'
Jelte Jansen
2012-10-17
[master] temporarily disabled destroyWhileWait due to compat issue with solaris
JINMEI Tatuya
2012-10-17
[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks now
JINMEI Tatuya
2012-10-15
[2332] renamed a too-short test name a possibly better one
JINMEI Tatuya
2012-10-15
[2332] use EXPECT_DEATH_IF_SUPPORTED instead of ifdef.
JINMEI Tatuya
2012-10-12
[2332] missing cleanup: removed an unused function.
JINMEI Tatuya
2012-10-11
[2349] Ignore EXPECT_DEATH when run in valgrind
Jelte Jansen
2012-10-10
[2332] (unrelated) style cleanups: func name convention, () after sizeof.
JINMEI Tatuya
2012-10-10
[2332] added more tests and some more comments
JINMEI Tatuya
2012-10-10
[2332] supported wait() and signal()
JINMEI Tatuya
2012-10-10
[2332] makefile updates for the new files
JINMEI Tatuya
2012-10-10
[2332] added initial sets of condition variable encapsulation
JINMEI Tatuya
2012-10-09
[master] Update .gitignore files
Mukund Sivaraman
2012-10-03
[master] fix src/lib/util/threads compiler/linker flags
Jelte Jansen
[next]