An error occurred fetching the project authors.
  1. 07 Apr, 2011 2 commits
  2. 23 Mar, 2011 1 commit
  3. 21 Mar, 2011 1 commit
    • Julien Muchembled's avatar
      Small code cleanups · 75cd5ecb
      Julien Muchembled authored
      - remove useless calls to 'bool'
      - small optimizations in lib.protocol.Packet.__init__
      - code simplification in IdentificationHandler
      - fix typo in docstring
      - neo/tests/__init__.py: 2 lines were indented with 2-spaces instead of 4-spaces
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2671 71dcc9de-d417-0410-9af5-da40c76e7ee4
      75cd5ecb
  4. 25 Feb, 2011 1 commit
    • Olivier Cros's avatar
      Implementing ipv6 on neo · 0cdbf0ea
      Olivier Cros authored
      In order to synchronise neo with slapos, it has to work perfectly with ipv4
      and ipv6. This allows to integrate neo in erp5 and to prepare different buildout
      installations of neo.
      The protocol and connectors are no more generic but can now support IPv4 and
      IPv6 connections. We adopted a specific way of development which allow to
      easily add new protocols in the future.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2654 71dcc9de-d417-0410-9af5-da40c76e7ee4
      0cdbf0ea
  5. 08 Feb, 2011 1 commit
  6. 17 Jan, 2011 1 commit
  7. 11 Jan, 2011 1 commit
    • Grégory Wisniewski's avatar
      Master transaction manager use TTID as index. · 2c3bea29
      Grégory Wisniewski authored
      - AnswerInformationLocked give ttid instead of tid
      - Master transaction manager always use ttid in data structures
      - It's no more makes sense to check if the tid is greater than the last
      generated as it never comes back from a storage, just check if the ttid is
      well known by the transaction manager.
      - Rename all tid variable that now hold a ttid
      - Transaction manager's queue contains ttids but the corresponding tids are
      increasing to keep commit order.
      - Adjust tests
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2613 71dcc9de-d417-0410-9af5-da40c76e7ee4
      2c3bea29
  8. 22 Dec, 2010 2 commits
  9. 14 Dec, 2010 1 commit
  10. 07 Dec, 2010 1 commit
  11. 08 Nov, 2010 1 commit
  12. 30 Oct, 2010 1 commit
  13. 29 Oct, 2010 2 commits
  14. 03 Sep, 2010 1 commit
  15. 21 Jun, 2010 2 commits
  16. 11 Jun, 2010 2 commits
  17. 07 Jun, 2010 1 commit
  18. 04 Jun, 2010 2 commits
  19. 24 May, 2010 2 commits
  20. 15 May, 2010 1 commit
    • Grégory Wisniewski's avatar
      Answer the partition table in one packet. · 39465fec
      Grégory Wisniewski authored
      SendPartitionTable packet was sent between Ask and Answer PartitionTable
      packets, as notifications. In this case, the only purpose of the 'Answer'
      was to check that the partition table was filled. The 'Ask' allowed also
      to request a part of the partitions but was not used and redundant with
      AskPartitionList for neoctl.
      
      This commit include the following work:
      - The partition table is always send in one packet.
      - The full partition table is always requested with AskPartitionTable
      - The full partition table is notified with SendPartitionTable
      - Client node process the answer in the bootstrap handler.
      - Admin can receive answer *and* notifications for the partition table.
      - Move the log calls to the pt.py module
      - Add pt.getRowList() to factorise the code.
      - Build partition table packets out of the loop when possible
      - Always load inconditionnaly the partition table in generic pt.py
      -
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2114 71dcc9de-d417-0410-9af5-da40c76e7ee4
      39465fec
  21. 05 May, 2010 1 commit
  22. 04 May, 2010 1 commit
  23. 30 Apr, 2010 1 commit
  24. 26 Mar, 2010 2 commits
  25. 25 Mar, 2010 1 commit
  26. 01 Mar, 2010 1 commit
  27. 22 Feb, 2010 4 commits
  28. 19 Feb, 2010 1 commit
  29. 12 Feb, 2010 1 commit