stasis-aries-wal/stasis/logger
2010-01-21 20:27:35 +00:00
..
filePool.h checkin partially implemented log based on file pool so that svn will compile 2009-01-05 21:57:33 +00:00
groupForce.h yet another refactoring; broke groupForce into its own module, removed more static variables and namespace violations 2009-05-13 18:04:53 +00:00
inMemoryLog.h made pass over log documentation 2009-05-13 22:06:58 +00:00
logEntry.h more log refactoring. safeWrites now holds a latch across reserve_entry, write_entry, and write_entry_done 2010-01-19 02:14:09 +00:00
logger2.h fix nested top action log race; because of a refactoring mistake, it was releasing a mutex without acquiring it... 2010-01-21 20:27:35 +00:00
logHandle.h more refactoring; log handles now manage their log entries memory 2009-12-31 23:01:37 +00:00
logMemory.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
logWriterUtils.h cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
reorderingHandle.h more refactoring; no more globals in transactionTable.c 2009-10-14 21:22:50 +00:00
safeWrites.h improve log performance by disabling O_SYNC by default (and use fdatasync instead) 2009-09-12 16:20:13 +00:00