1. 2081c36 [maven-release-plugin] prepare release 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  2. b3c4ed9 Pointed to project 32, moved the properties to the parent pom by Emmanuel Lécharny · 10 years ago
  3. e8a5018 Fixed some compilation errors by Emmanuel Lécharny · 10 years ago
  4. 0910ebf Rollbacked again... WTF vi mavibot/pom.xml! I still cannot create a tag using the mvn release:prepare command... by Emmanuel Lécharny · 10 years ago
  5. 76d7497 [maven-release-plugin] prepare release 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  6. 6dd0f12 Reverted again... Cannot create the tag on SVN :/ by Emmanuel Lécharny · 10 years ago
  7. 980be82 [maven-release-plugin] prepare release 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  8. f63e8bf Reverted again... Cannot create the tag on SVN :/ by Emmanuel Lécharny · 10 years ago
  9. 229036d [maven-release-plugin] prepare release 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  10. 7b3b502 rollbacked the release prepare, as we have had a error 500 by Emmanuel Lécharny · 10 years ago
  11. b661d05 [maven-release-plugin] prepare release 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  12. 3f41e8a Added some commented test for free page management by Emmanuel Lécharny · 10 years ago
  13. 8475e11 o Added a constant for ROLLBACKs by Emmanuel Lécharny · 10 years ago
  14. dc8f135 Don't check the firstfree page if it's -1. by Emmanuel Lécharny · 10 years ago
  15. 58fe2da removed dependency on ehCache by Kiran Ayyagari · 10 years ago
  16. 4e55469 o replaced ehcache's Cache with LRUMap by Kiran Ayyagari · 10 years ago
  17. 7be3618 bumped up the slf4j version by Kiran Ayyagari · 10 years ago
  18. 5c7f7da added a method to set the value array to null (this is mainly used by the bulk loader to avoid OOM error) by Kiran Ayyagari · 10 years ago
  19. b35b28f o removed the 'static' qualifier of the header buffer variables by Kiran Ayyagari · 10 years ago
  20. 9db86af added support to create sub-btree manually rather than using a series of insert operations by Kiran Ayyagari · 10 years ago
  21. 846c5bd o avoid copying pages and incrementing revision when the key and value already exist (MAVIBOT-39) by Kiran Ayyagari · 10 years ago
  22. 5da6329 o Use the newBtreHeaders Map only when processing an update, instead of using the current's one. This allow all the modifications to be waiting for the encapsulating transaction to be committed. by Emmanuel Lécharny · 10 years ago
  23. daf296d Merged the with-txns branch into teh trunk by Emmanuel Lécharny · 10 years ago
  24. 3cbd7ba merged trunk changes into the branch by Emmanuel Lécharny · 10 years ago with-txns
  25. c16c368 Set the BOB and CPB btrees' cache default size to 1000. That solves the OOM error we get when we inject a lot of elements, as the Cache was unlimited. by Emmanuel Lécharny · 10 years ago
  26. 52590ea Added some check to forbid operations on a BTree without a transactionManager by Emmanuel Lécharny · 10 years ago
  27. 08af34a Removed unused variable by Emmanuel Lécharny · 10 years ago
  28. 196231c Removed some useless import, fixed some warnings by Emmanuel Lécharny · 10 years ago
  29. a473ffc Added the code that allows us to gather all the updates made on many BTrees within one data structure globally validated when we commit a transaction. by Emmanuel Lécharny · 10 years ago
  30. 9375bc7 Removed dead code by Emmanuel Lécharny · 10 years ago
  31. 5c87ae9 Added a test by Emmanuel Lécharny · 10 years ago
  32. fff4759 created a static instance of KeyNotFoundException and used it wherever possible by Kiran Ayyagari · 10 years ago
  33. 096ba4b Fixed a typo by Emmanuel Lécharny · 10 years ago
  34. 9c63c97 o Fixed the CPB generation and check. by Emmanuel Lécharny · 10 years ago
  35. e53edf6 o Fixed the LongArray serializer o Added a test for the LongArraySerializer by Emmanuel Lécharny · 10 years ago
  36. e7888f1 o Added support for sub-btree check. by Emmanuel Lécharny · 10 years ago
  37. d11a180 Added the code to check the CopiedPages b-tree. We now are checking the full file, except the sub-btrees. by Emmanuel Lécharny · 10 years ago
  38. c6e909c o Added the check of user's btrees, when they hold simple values (sub-btrees are to be done) by Emmanuel Lécharny · 10 years ago
  39. 37120d9 o We know dump the page used by ever b-tree (and every revision) by Emmanuel Lécharny · 10 years ago
  40. ca03d10 o Added the check for user's B-tree. Currently, we are only checking the b-tree header and the b-tree info. by Emmanuel Lécharny · 10 years ago
  41. aadd61f Processed the full Btree of Btrees. We now are able to read all the entries in it. by Emmanuel Lécharny · 10 years ago
  42. 3cb5b98 o added code to check pages of all the managed BTrees o ignored a test by Kiran Ayyagari · 10 years ago
  43. 0f01a84 o moved the offset setting lines from deserialize() to readPage() by Kiran Ayyagari · 10 years ago
  44. 83a2535 o replaced exceptions with a combination of sysout and return statements by Kiran Ayyagari · 10 years ago
  45. 1d346b5 Cleanup the code, removing useless methods and useless parameters : we are *not* rebuilding a tree when we check it ! by Emmanuel Lécharny · 10 years ago
  46. d418f0a Added some extra tests by Emmanuel Lécharny · 10 years ago
  47. 4cd72ce Added more methods to check the btrees. We are now analysing the Btree info page, and go down the btree. by Emmanuel Lécharny · 10 years ago
  48. 67f7928 o Added some more methods to check the btrees. We now have a dedicated method for the BOB and CPB checks (not yet finished). by Emmanuel Lécharny · 10 years ago
  49. 28b7820 o Added the checkOffset helper method by Emmanuel Lécharny · 10 years ago
  50. e525587 Moved the check methods out of the recordManager, otherwise this class would be overly long. They are now in MavibotInspector. by Emmanuel Lécharny · 10 years ago
  51. 4763b4c o Created a method to print out the checked pages by Emmanuel Lécharny · 10 years ago
  52. aa85f3f o added a utility to inspect the DB file by Kiran Ayyagari · 10 years ago
  53. 05a80b7 create a new instance if the INSTANCE field is not found by Kiran Ayyagari · 10 years ago
  54. 24ef44b bumped up version to the latest snapshot by Kiran Ayyagari · 10 years ago
  55. 7e025d8 Improved the output of the toString method to generate hex values for offset by Emmanuel Lécharny · 10 years ago
  56. 852b2a2 o Fixed the multi threaded insert test : the InMemoryTransactionManager was not implementing any of the beginTransaction/commit/rollback operations... by Emmanuel Lécharny · 10 years ago
  57. 7e0d56f Many changes : by Emmanuel Lécharny · 10 years ago
  58. 1d21e59 o Modified the PersistedBTree initialization to use the parent cache and readTransactions set when it's a sub-btree by Emmanuel Lécharny · 10 years ago
  59. cabb249 Removed a system.out by Emmanuel Lécharny · 10 years ago
  60. 9f41ccc Massively improve the performances by removing the dump of free pages used only for debug purpose... by Emmanuel Lécharny · 10 years ago
  61. ffa3426 o Fixed a bug in dups value handling : we weren't storing the new btreeHeader of sub-b-trees when we add a new value by Emmanuel Lécharny · 10 years ago
  62. a3fff6f Updated the date to 2014 in Notices by Emmanuel Lécharny · 10 years ago
  63. 8ae1ff5 Switched to 1.0.0-M5 by Emmanuel Lécharny · 10 years ago
  64. a18adcf Updated the BtreeHeader image by Emmanuel Lécharny · 10 years ago
  65. 7c2dcf3 Fixed a failing test by Emmanuel Lécharny · 10 years ago
  66. 44b31f0 o Fixed some tests by Emmanuel Lécharny · 10 years ago
  67. edc7d1a Fixed the delete operation when used with transaction on a persisted btre. by Emmanuel Lécharny · 10 years ago
  68. 288ace7 [maven-release-plugin] prepare for next development iteration by Emmanuel Lécharny · 10 years ago
  69. f41f969 [maven-release-plugin] prepare release 1.0.0-M4 by Emmanuel Lécharny · 10 years ago
  70. 7ccc924 Added missing headers by Emmanuel Lécharny · 10 years ago
  71. 40f4ff0 Fixed some failing test, as the brwosefrom() method was not handling absent revisions by Emmanuel Lécharny · 10 years ago
  72. 0a15ae5 Added an empty constructor, used by the EmptyCursor constructor by Emmanuel Lécharny · 10 years ago
  73. 518c3c7 o Fixed a failing tests when we are reopening a BTree, as we should not see the old revisions by Emmanuel Lécharny · 10 years ago
  74. 5403983 o Implemented the load method for persisted btrees by Emmanuel Lécharny · 10 years ago
  75. 4662feb o Modified the BtreeEnumType to contained specific types for BOB and CPB btrees by Emmanuel Lécharny · 10 years ago
  76. 13c3f6e o Injecting the rootPage in the BTreeHeader will compute the rootPageOffset if needed (no need to inject it) by Emmanuel Lécharny · 10 years ago
  77. 1ac2349 o Many changes in the RecordManager to make it possible to add new B-trees, and to insert values in them. by Emmanuel Lécharny · 10 years ago
  78. bae6c91 o Get rid of the WriteTransaction class, it's now replaced by a simple flag by Emmanuel Lécharny · 10 years ago
  79. 0676fc6 Checked in the code I'm working on in a branch by Emmanuel Lécharny · 10 years ago
  80. a7c07b6 Created a branch to commit the addition of transaction support by Emmanuel Lécharny · 10 years ago
  81. b1634ba Created a branch to commit the addition of transaction support by Emmanuel Lécharny · 10 years ago
  82. 944eed3 Improved the toString() method by Emmanuel Lécharny · 10 years ago
  83. 6f66163 Updated an image by Emmanuel Lécharny · 10 years ago
  84. 19222a2 Increased the memory used by tests, and change the GC settings by Emmanuel Lécharny · 10 years ago
  85. e0f8ea8 Formatting by Emmanuel Lécharny · 10 years ago
  86. 628c5cd o Added the BtreeOfBtree tree by Emmanuel Lécharny · 10 years ago
  87. 1290224 o Added the NameRevision class to be used by the BtreeOfBtrees, and the associated comparator and serializer by Emmanuel Lécharny · 10 years ago
  88. 88cc6bf Added some generics by Emmanuel Lécharny · 10 years ago
  89. 0e8e542 Another small serialization optimization by Emmanuel Lécharny · 10 years ago
  90. 270f79b The Transaction class has been renamed to WriteTransaction by Emmanuel Lécharny · 10 years ago
  91. d23ef38 Small improvement in serialization by Emmanuel Lécharny · 10 years ago
  92. 3008996 o First drop of transaction support. It really does nothing but encapsulates the transaction mechanisms to get it working when t will be ready. by Emmanuel Lécharny · 10 years ago
  93. f10e0c4 o Added the WriteTransaction class by Emmanuel Lécharny · 10 years ago
  94. 5da15a9 o Used PageHolder instead of PersistedPageHolder when we can by Emmanuel Lécharny · 10 years ago
  95. c000d19 Formatted the code by Emmanuel Lécharny · 10 years ago
  96. 35b4ce8 Made the RevisionName* classes package protected by Emmanuel Lécharny · 10 years ago
  97. d2bff20 o Fixed MAVIBOT-20 (the allowDuplicate flag was ignored) by Emmanuel Lécharny · 10 years ago
  98. 4ab3f6c Add many exceptions classes by Emmanuel Lécharny · 10 years ago
  99. cf40256 Made the insert(K, V, revision ) package protected by Emmanuel Lécharny · 10 years ago
  100. 51c1ba4 Removed a commented method by Emmanuel Lécharny · 10 years ago