stasis-aries-wal/src/lladd/logger
2006-10-05 00:50:21 +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 Added support for computing size of internal log entries. 2006-10-04 04:38:21 +00:00
logger2.c Fixed initialization bugs on pendingCommits and syncLogCount. Group commit used to hang with 100% CPU if a signal interrputed it. Now it ignores the signal. (Don't know why it's receiving a singal, so it warns when this happens...) 2006-10-05 00:50:21 +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 Documentation Fix; FILE_PERM is now in constants.h 2006-10-05 00:47:05 +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