An error occurred fetching the project authors.
  1. 07 Apr, 2011 1 commit
  2. 22 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. 17 Jan, 2011 1 commit
  5. 14 Dec, 2010 1 commit
  6. 05 Nov, 2010 3 commits
  7. 04 Nov, 2010 1 commit
  8. 29 Oct, 2010 3 commits
  9. 27 Oct, 2010 1 commit
  10. 12 Oct, 2010 1 commit
  11. 28 Aug, 2010 1 commit
  12. 24 Aug, 2010 1 commit
    • Vincent Pelletier's avatar
      Don't store connection on instances. · 37decce5
      Vincent Pelletier authored
      This causes garbage collection problems, as BaseConnection instances also
      hold a reference to HandlerSwitcher instance. It is unclear why it fails,
      as microbenchs show this should not be a problem for gc.
      Also, move loggers out of HandlerSwitcher.setHandler to avoid passing a
      connection parameter just for them.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2222 71dcc9de-d417-0410-9af5-da40c76e7ee4
      37decce5
  13. 07 Jun, 2010 1 commit
  14. 15 May, 2010 1 commit
  15. 13 May, 2010 1 commit
    • Vincent Pelletier's avatar
      Make possible to call a function on timeout. · 36d83981
      Vincent Pelletier authored
      Such function is provided when message is queued for send when an answer
      is expected, and is called when the answer is not arrived after expiration
      of the timeout delay. Depending on the return value of this callback, the
      timeout is ignored (True) or passed through (False).
      
      Also, move code to refresh next timeout value to a separate function, for
      reusability.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2106 71dcc9de-d417-0410-9af5-da40c76e7ee4
      36d83981
  16. 07 May, 2010 3 commits
  17. 30 Apr, 2010 2 commits
  18. 28 Apr, 2010 2 commits
  19. 27 Apr, 2010 1 commit
  20. 26 Apr, 2010 2 commits
  21. 23 Apr, 2010 2 commits
  22. 22 Apr, 2010 5 commits
  23. 19 Apr, 2010 1 commit
  24. 01 Apr, 2010 2 commits
  25. 26 Mar, 2010 1 commit