Commit Graph

6 Commits (master)

Author SHA1 Message Date
Timothy Stack 66ef5fdae1 [clang-format] init 2 years ago
Timothy Stack 0d37a8c142 [text] pretty-printing should work in the text view 9 years ago
Suresh Sundriyal fcb2db38b0 [timer] Start off disarmed + refactoring. 9 years ago
Suresh Sundriyal da582ce00f [timer] Add 'disarm' method 9 years ago
Suresh Sundriyal 99094a9cf8 [timer] Some refactoring 9 years ago
Suresh Sundriyal 55e912d21e [pretty] Don't wait indefinitely for reverse IP lookups.
Reverse lookup for pretty print should be a best effort undertaking. So,
+ Give up on EAI_AGAIN.
+ Don't block on the getnameinfo call indefinitely, resolv.conf might be
  set up with a large timeout.
+ Disable lookups after the first failure.
+ Lots of OCD error checking.
9 years ago