An error occurred fetching the project authors.
  1. 12 Aug, 2015 1 commit
  2. 21 May, 2015 1 commit
  3. 07 Jan, 2014 1 commit
  4. 13 Mar, 2012 1 commit
  5. 09 Nov, 2011 1 commit
    • Vincent Pelletier's avatar
      Use python's epoll wrapper · 20964f4f
      Vincent Pelletier authored
      Custom ctypes wrapper for epoll is not needed with python 2.6+.
      Also, do not retry upon temporary error: it is valid to handle no packet,
      and retrying the poll call would increase overall timeout without easy fix.
      Also, remove meaningless frozensets (leftovers from an old bug's symptoms).
      20964f4f
  6. 26 Oct, 2011 1 commit
  7. 30 May, 2011 2 commits
  8. 24 Mar, 2011 1 commit
  9. 17 Jan, 2011 1 commit
  10. 02 Nov, 2010 1 commit
  11. 01 Nov, 2010 1 commit
  12. 05 May, 2010 1 commit
  13. 08 Mar, 2010 1 commit
  14. 05 Mar, 2010 1 commit
    • Grégory Wisniewski's avatar
      Per-connection timeout support (instead of per-packet). · 61dbc7b6
      Grégory Wisniewski authored
      - Rename IdleEvent to IdleTimeout from event.py to connection.py
      - Move connection-related logic in Connection itself and keep only
      time-related logic in IdleTimeout
      - Clarify differences between hard and soft timeouts.
      - Remove (unused) 'additional_timeout' from ask()
      - Remove (now useless) event_dict attribute from Connection.
      - Remove external ping support, as the answer can not be handled at
      application level.
      - Expectation after a new incoming connection moved from Handler to
      Connection.
      - Fix (and clean) related tests.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@1895 71dcc9de-d417-0410-9af5-da40c76e7ee4
      61dbc7b6
  15. 11 Feb, 2010 1 commit
    • Vincent Pelletier's avatar
      Simplify IdleEvent. · 3fd4afc0
      Vincent Pelletier authored
      - Return False when a ping has been sent, so current instance isn't trashed
        and replaced by ping's internal expectPacket.
      - Make current idleEvent instance handle ping's timeout, to avoid creating
        a new event for each ping sent in relation to an existing event.
      - Don't call expectPacket from ping when given a msg_id, meaning it is
        related to an existing event.
      - Add a minimal delay of 5 seconds between 2 pings.
      - Update event tests
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@1713 71dcc9de-d417-0410-9af5-da40c76e7ee4
      3fd4afc0
  16. 05 Feb, 2010 1 commit
  17. 01 Feb, 2010 1 commit
  18. 22 Jan, 2010 1 commit
  19. 13 Jan, 2010 1 commit
  20. 07 Oct, 2009 1 commit
  21. 01 Oct, 2009 3 commits
  22. 22 Sep, 2009 1 commit
  23. 23 Jul, 2009 1 commit
  24. 17 Jul, 2009 1 commit
  25. 16 Jun, 2009 1 commit
  26. 25 May, 2009 1 commit
  27. 22 May, 2009 2 commits
  28. 19 May, 2009 1 commit
  29. 28 Apr, 2009 2 commits