An error occurred fetching the project authors.
  1. 17 Jan, 2011 1 commit
  2. 16 Dec, 2010 1 commit
  3. 15 Dec, 2010 2 commits
  4. 14 Dec, 2010 1 commit
    • Vincent Pelletier's avatar
      Implement MVCC. · 4e402dda
      Vincent Pelletier authored
      Remove round-trip to master upon "load" call.
      Move load/loadBefore/loadSerial/loadEx from app.py to Storage.py.
      This is required to get rid of master node round-trip upon each "load"
      call.
      Get rid of no-op-ish "sync" implementation.
      Separate "undoing transaction ID" from "undoing transaction database
      snapshot" when undoing.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2532 71dcc9de-d417-0410-9af5-da40c76e7ee4
      4e402dda
  5. 13 Dec, 2010 3 commits
  6. 10 Dec, 2010 1 commit
  7. 03 Sep, 2010 1 commit
  8. 02 Sep, 2010 1 commit
  9. 29 Aug, 2010 2 commits
  10. 28 Aug, 2010 1 commit
    • Vincent Pelletier's avatar
      Fix transaction iterator. · 6e4afa6f
      Vincent Pelletier authored
      Record is expected to contain the TID of previous transaction which
      modified given object. This is not the meaning of 3rd value returned by
      _load (the TID of the next transaction modifying object).
      So, instead, cache the last TID of each object, until there is no next
      transaction modifying them.*
      As this can become a memory problem with big number of objects, add a TODO.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2262 71dcc9de-d417-0410-9af5-da40c76e7ee4
      6e4afa6f
  11. 30 Mar, 2010 1 commit
  12. 05 Mar, 2010 3 commits
  13. 19 Feb, 2010 1 commit
  14. 01 Feb, 2010 1 commit
  15. 13 Jan, 2010 1 commit
  16. 07 Oct, 2009 1 commit
  17. 04 Aug, 2009 1 commit
  18. 27 Jul, 2009 3 commits