Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
車大燃画 e48ef8c825
improved cc/README.md 2018-10-03 23:13:52 +09:00
James Hunter 276c20fe26 CC: Split checkpoint into index & hybrid-log (full combines both).
Also store checkpoints by GUID, not by version. Now follows C# behavior.
2018-09-13 11:06:31 -07:00
James Hunter a6da5e91f1
Merge pull request #17 from quiye/fix_diagnostic_message
Fix a diagnostic message typo in recovery test
2018-09-06 12:28:31 -03:00
Yongyue Sun fbce621c8f
Return ok in File::Delete
rt
2018-08-29 19:18:15 +08:00
udonudon a6201c4755 Fix a diagnostic message typo in recovery test 2018-08-26 01:30:17 +09:00
James Hunter 6ae26eb935
Merge pull request #13 from markpapadakis/master
Minor Refactoring
2018-08-22 10:07:13 -07:00
Mark Papadakis 5027963c66 Updated Thread{} comment to match kMaxNumThreads value 2018-08-21 14:35:26 +03:00
Mark Papadakis 49abfa6158 Removed redundant static_assert() for sizeof(RecordInfo) 2018-08-21 14:34:37 +03:00
Mark Papadakis 2c2834eafd No need to test for (page_status_) to guard against deleting a null pointer; operator delete impl. does that implicitly 2018-08-21 12:56:01 +03:00
Jeff Wendling f14b3d4977 fix memory safety issue in LightEpoch class 2018-08-17 18:17:56 -06:00
James Hunter ba3bb955cf CC, Linux: Fix paging_test
Used to have "\\" hardcoded as a path separator; fixed this.
2018-08-15 15:33:36 -07:00
James Hunter b84e9b2659 Fix memory overflow bug in LSS allocator
LSS allocator was missing per-segment padding, in Release builds, which
caused buffer overruns (caught on Linux).
2018-08-15 15:01:04 -07:00
James Hunter 0e55be7e3c Update CC README.md; also update CMakeLists.txt variable names
Corrected references to "FAST/cc" to refer to "FASTER/cc"; corrected
CMakeLists.txt variable names from "...FAST_..." to "...FASTER_..."
2018-08-15 13:54:36 -07:00
James Hunter 6d19804743 Fix file-close bug on Linux
Used to set a bool to "-1", instead of "false". Caused checkpoints to fail
with EBADF.
2018-08-15 13:49:30 -07:00
Badrish Chandramouli bd4dd0cab1 Initial commit 2018-08-14 13:47:05 -07:00