Commit Graph

5 Commits

Author SHA1 Message Date
Timothy Stack
0d37a8c142 [text] pretty-printing should work in the text view 2015-08-18 20:58:20 -07:00
Suresh Sundriyal
fcb2db38b0 [timer] Start off disarmed + refactoring. 2015-04-24 01:58:39 -07:00
Suresh Sundriyal
da582ce00f [timer] Add 'disarm' method 2015-04-24 00:43:30 -07:00
Suresh Sundriyal
99094a9cf8 [timer] Some refactoring 2015-04-24 00:37:57 -07:00
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.
2015-04-23 23:42:51 -07:00