aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_ping.c
Commit message (Expand)AuthorAgeFilesLines
* pingu_adm: new admin command for dumping active pingsNatanael Copa2012-03-141-1/+14
* pingu_ping: always stop ev timer when cleaning up ping listNatanael Copa2012-03-141-6/+10
* pingu_ping: always stop ev_timer when freeNatanael Copa2012-03-121-7/+10
* pingu: cleanup various structures on shutdownNatanael Copa2012-03-061-0/+8
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-091-2/+2
* pingu: use host label when logging instead of ip addrNatanael Copa2011-07-291-3/+2
* pingu: use sockaddr_anyNatanael Copa2011-07-281-20/+6
* pingu_iface: implement pingu_iface_usable()Natanael Copa2011-07-131-1/+1
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-2/+7
* pingu_ping: improve debug message for repliesNatanael Copa2011-07-081-1/+3
* pingu_ping: set status 'down' if we are not able to send the pingNatanael Copa2011-07-081-1/+3
* pingu: fix misc bugsNatanael Copa2011-07-071-2/+4
* pingu_ping: initial implementationNatanael Copa2011-07-071-0/+133