JINMEI Tatuya
|
075eef9a1f
[1704] style matters: don't omit {}, func name convention, typo.
|
il y a 13 ans |
Mukund Sivaraman
|
2e95197a4b
[1704] Test remove_lock_files()
|
il y a 13 ans |
Mukund Sivaraman
|
7c1277b0a6
[1704] Use B10_FROM_BUILD instead of B10_FROM_SOURCE (contd.)
|
il y a 13 ans |
Mukund Sivaraman
|
994827bfe0
[1704] Use B10_FROM_BUILD instead of B10_FROM_SOURCE
|
il y a 13 ans |
Mukund Sivaraman
|
39ebe9d1fd
[1704] Don't set B10_FROM_SOURCE for logger unittest
|
il y a 13 ans |
Mukund Sivaraman
|
9227b2de28
[1704] Add documentation for InterprocessSync and InterprocessSyncFile
|
il y a 13 ans |
Mukund Sivaraman
|
1d5bd47c50
[1704] Add documentation for setInterprocessSync()
|
il y a 13 ans |
Mukund Sivaraman
|
328f8781d9
[1704] In case NULL is passed as the sync object, do nothing and return
|
il y a 13 ans |
Mukund Sivaraman
|
16fc37014c
[1704] Move code to different places (no functional changes)
|
il y a 13 ans |
Mukund Sivaraman
|
d575fbaa40
[1704] Add a comment about use of select() in the test
|
il y a 13 ans |
Mukund Sivaraman
|
bd5494fa3a
[1704] Initialize sync_ in the initialization list
|
il y a 13 ans |
Mukund Sivaraman
|
8b555fcb29
[1704] Update comment about using locking in the logger
|
il y a 13 ans |
Mukund Sivaraman
|
93fb5cab3e
[1704] Remove obsolete include
|
il y a 13 ans |
Mukund Sivaraman
|
caa5bb9a9b
[1704] Make InterprocessSyncFile's destructor virtual
|
il y a 13 ans |
JINMEI Tatuya
|
227d01775b
[1704] style matters: long line, () for return, const, { position.
|
il y a 13 ans |
Mukund Sivaraman
|
30198a34b9
[1704] Use top_builddir during tests as top_srcdir may not be writable
|
il y a 13 ans |
Mukund Sivaraman
|
c0a328b2d9
[1704] Unit test the logger for the lock
|
il y a 13 ans |
Mukund Sivaraman
|
b45a54e8cc
[1704] Open lock files lazily
|
il y a 13 ans |
Mukund Sivaraman
|
8c455b3a39
[1704] Add a select() to the parent reader in case the child messes up
|
il y a 13 ans |
Mukund Sivaraman
|
31b153df20
[1704] Replace TEST_F with TEST
|
il y a 13 ans |
Mukund Sivaraman
|
10b434be10
[1704] Minimize code
|
il y a 13 ans |
Mukund Sivaraman
|
db2fa0cd17
[1704] fd_ cannot be -1 here
|
il y a 13 ans |
Mukund Sivaraman
|
09e8c9e8c5
[1704] Use a helper for lock/unlock/tryLock as they use the same pattern
|
il y a 13 ans |
Mukund Sivaraman
|
2bf7dad904
[1704] Remove separate class hierarchy for InterprocessSyncLocker
|
il y a 13 ans |
JINMEI Tatuya
|
876dd74d15
[1704] editorial nits: folded long lines, position of '*', sizeof(), constify.
|
il y a 13 ans |
Mukund Sivaraman
|
17f327dc2a
[1704] Add proper testcases for the file based locker
|
il y a 13 ans |
Mukund Sivaraman
|
9639134107
[1704] Delete lock files when BIND 10 shuts down
|
il y a 13 ans |
Mukund Sivaraman
|
9427bd4115
[1704] Update test environments to set B10_FROM_SOURCE
|
il y a 13 ans |
Mukund Sivaraman
|
588bffd507
[1704] Add InterprocessSync interface and a file based implementation
|
il y a 13 ans |
Mukund Sivaraman
|
106ec83cb5
[1704] Use LoggerImpl as a testcase for InterprocessSync
|
il y a 13 ans |