Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 915 Bytes

CHANGES.rst

File metadata and controls

32 lines (27 loc) · 915 Bytes

gping changelog

In progress

  • Prepare version 0.2
  • Be graceful to hostname resolution failures
  • Record all failures (hostname resolution and timeouts) in self.failures
  • Improve console output formatting
  • Add shell command entrypoint gping to setup.py
  • Add argument parsing for interactive use, e.g. --hostnames=www.example.net,mail.example.net
  • Incorporate "Make it possible to ping without root access" using socket.SOCK_DGRAM instead of socket.SOCK_RAW by Marko Tibold: https://github.com/markotibold/gping/commit/b75fa2d4

2012-08-21 0.0

  • Fix setup.py deps
  • Add install instructions to README

2012-07-17 0.0

  • Add main gping.py

2012-07-12 0.0

  • Change __main__ action. Fix id overflow issue.

2012-07-10 0.0

  • First commit. Clean out stuff. Fix setup.py.
  • Add README.md