stasis-aries-wal/lladd/operations
Sears Russell 811bc5c710 Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations)
Fixed some blob bugs (by adding extra fdatasync() calls).

Began factoring out the page management code so that it is an extenstion, and a less integral part of lladd.
2004-08-21 00:03:30 +00:00
..
alloc.h Fixed groupings for LLADD API docs. 2004-07-06 20:59:36 +00:00
decrement.h Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
increment.h Fixed groupings for LLADD API docs. 2004-07-06 20:59:36 +00:00
lladdhash.h Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +00:00
pageOperations.h Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations) 2004-08-21 00:03:30 +00:00
prepare.h Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
set.h Initial revision 2004-06-24 21:10:31 +00:00