0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated for the new page API More... almost 17 years ago
Missed some generated files More... almost 17 years ago
Ignore core dumps, and all the .log files More... almost 17 years ago
Whitespace; restoring lost call to checkRid More... almost 17 years ago
Should have gone in with the rest of the nowarn patch More... almost 17 years ago
Added assertlock() and call it when page implementations assume a page has already been latched. (Fixed associated bugs as well) More... almost 17 years ago
Cleaned up obsolete @todo's; fixed inconsistent page file initialization More... almost 17 years ago
Have CVS ignore data files, and generated source code. More... almost 17 years ago
Add casts to prevent warnings on (upcoming changes to) recordRead, recordWrite More... almost 17 years ago
Allow stasis to build on machines without python More... almost 17 years ago
Updated page.h's interface to make it more consistent. More... almost 17 years ago
Simple SWIG interface More... almost 17 years ago
Ignre Ignore data files emitted by tests. More... almost 17 years ago
Now it ignores *.txt created by the examples... More... almost 17 years ago
Added ~ 2/3's of a description of Stasis's file layout, conventions, and modules. More... almost 17 years ago
Messed with documentation to try to make doxygen happy and more likely to see this file. More... almost 17 years ago
transactional.h now @includes the example programs. Cleaned up the example programs for inclusion in documentation. More... almost 17 years ago
Added . (the root of the repository) to the include path. Now documentation can @include C source code. More... almost 17 years ago
Added entries More... almost 17 years ago
Updated comments to address doxygen warning More... almost 17 years ago
New examples directory, with two example programs. More... almost 17 years ago
Fixed compiler warning. More... almost 17 years ago
Fixed use after free. More... almost 17 years ago
Removed C++ check More... almost 17 years ago
Shortened test to prevent timeout on tardis. (It runs fast enough on my laptop; should figure out why tardis performance is so poor...) More... almost 17 years ago
reopen tests were unnecessarily and incorrectly init'ing the buffer manager. More... almost 17 years ago
Was init'ing buffer manager without de-init'ing it; Cleaned out old comments. More... almost 17 years ago
Was releasing log_read_mutex without obtaining it first... More... almost 17 years ago
Changed CLR log format so that it is identical to update entries. The old format pointed back to an earlier entry in the log, complicating truncation significantly. The new format copies log entries into their CLRs, and is somewhat redundant, as redo and undo information is stored in the CLR, but the undo information will never be used... More... about 17 years ago
Fixed typo (print -> printf) More... about 17 years ago