aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_ping.c
Commit message (Collapse)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
| | | | This should fix a memory leak
* 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
| | | | This is to make code cleaner and easier to read.
* pingu: use host label when logging instead of ip addrNatanael Copa2011-07-291-3/+2
|
* pingu: use sockaddr_anyNatanael Copa2011-07-281-20/+6
| | | | add common sockaddr utility functions
* pingu_iface: implement pingu_iface_usable()Natanael Copa2011-07-131-1/+1
| | | | To test if we can use socket.
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-2/+7
| | | | | | It might be an interface that disappeared and came back, e.g ppp0. We also don't even try unless we have a successful binding.
* 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
| | | | fix some segfaults and some logic bugs
* pingu_ping: initial implementationNatanael Copa2011-07-071-0/+133