stasis-aries-wal/src/lladd/logger
2006-07-21 01:06:35 +00:00
..
inMemoryLog.c In memory logging implementation 2006-04-12 01:40:47 +00:00
inMemoryLog.h In memory logging implementation 2006-04-12 01:40:47 +00:00
logEntry.c the logger understands special record types. (At least partially...); shortened blob tests, since the blob 2006-06-20 23:02:27 +00:00
logger2.c the logger understands special record types. (At least partially...); shortened blob tests, since the blob 2006-06-20 23:02:27 +00:00
logHandle.c removed memcpy() calls from inMemoryLog; added "const" qualifier to many LogEntry pointers. 2006-04-11 02:20:21 +00:00
logHandle.h removed memcpy() calls from inMemoryLog; added "const" qualifier to many LogEntry pointers. 2006-04-11 02:20:21 +00:00
logMemory.c changed type of lsn variables to "lsn_t" 2006-04-04 22:33:30 +00:00
logMemory.h Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure) 2005-03-23 08:07:53 +00:00
logWriter.c Partial handling of incomplete log entries. (It detects when the log file does not end at the right byte, but doesn't checksum, or otherwise look for 2006-07-21 01:06:35 +00:00
logWriter.h Factored logWriter.h out of the rest of the system. The only file that directly depends on it is logger2.c, which can 2006-04-06 03:22:57 +00:00
Makefile.am-old Initial revision 2004-06-24 21:10:31 +00:00