1. 08 May, 2015 1 commit
  2. 07 May, 2015 1 commit
  3. 06 May, 2015 1 commit
  4. 05 May, 2015 1 commit
  5. 01 May, 2015 1 commit
  6. 30 Apr, 2015 3 commits
  7. 29 Apr, 2015 2 commits
  8. 28 Apr, 2015 3 commits
  9. 24 Apr, 2015 2 commits
  10. 22 Apr, 2015 4 commits
  11. 21 Apr, 2015 4 commits
  12. 20 Apr, 2015 3 commits
  13. 18 Apr, 2015 1 commit
  14. 17 Apr, 2015 3 commits
  15. 16 Apr, 2015 1 commit
  16. 15 Apr, 2015 4 commits
  17. 14 Apr, 2015 2 commits
  18. 13 Apr, 2015 1 commit
    • Morris Jette's avatar
      Eliminate "Node ping apparently hung" errors · 101570a9
      Morris Jette authored
      The error was being triggered by logic to collect accounting
      information starting and not being completed when testing to
      start a node ping RPC. In other words, the logic wasn't testing
      for the completion of one RPC against the start of that same
      RPC, but against the start of a different RPC. This change
      moves all of the timeout logic into the ping_nodes.c module
      where we can make sure that the timing of different RPCs do
      not get confused with each other.
      bug 1190
      101570a9
  19. 11 Apr, 2015 2 commits