stasis-aries-wal/src/lladd/logger
2007-03-03 23:24:00 +00:00
..
inMemoryLog.c Added support for computing size of internal log entries. 2006-10-04 04:38:21 +00:00
inMemoryLog.h Added support for computing size of internal log entries. 2006-10-04 04:38:21 +00:00
logEntry.c Changed malloc() to calloc() to prevent unpacked structs from leaking 2007-03-03 23:24:00 +00:00
logger2.c Miscellaneous cleanups, slightly more conservative latching. 2007-01-30 18:26:59 +00:00
logHandle.c Cleaned up logger API, added truncation support to inMemoryLog.c 2006-09-27 20:30:12 +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 Miscellaneous cleanups, slightly more conservative latching. 2007-01-30 18:26:59 +00:00
logWriter.h Added CRC's to log format. 2006-10-04 04:37:03 +00:00
Makefile.am-old Initial revision 2004-06-24 21:10:31 +00:00