Commit Graph

5 Commits (e9c9d8ba51423b90d4646904cd65a6cc418172ac)

Author SHA1 Message Date
Timothy Stack 0d37a8c142 [text] pretty-printing should work in the text view 9 years ago
Suresh Sundriyal fcb2db38b0 [timer] Start off disarmed + refactoring. 10 years ago
Suresh Sundriyal da582ce00f [timer] Add 'disarm' method 10 years ago
Suresh Sundriyal 99094a9cf8 [timer] Some refactoring 10 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.
10 years ago