Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move soures to src subdir | Natanael Copa | 2013-08-22 | 1 | -67/+0 |
| | |||||
* | pingu_burst: memleak fix | Natanael Copa | 2012-03-14 | 1 | -0/+1 |
| | | | | we need to run freeaddrinfo() after getaddrinfo() | ||||
* | pingu_burst: silence valgrind warning about uninitialized bytes | Natanael Copa | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | pingu_ping: cleanup. Use constant to indicate if we ignore error or not | Natanael Copa | 2011-09-09 | 1 | -1/+1 |
| | | | | This makes code cleaner and easier to read. | ||||
* | pingu_host: cleanup. use constant to indicate host online/offline | Natanael Copa | 2011-09-09 | 1 | -1/+1 |
| | | | | This is to make code cleaner and easier to read. | ||||
* | pingu_burst: try rebind every burst | Natanael Copa | 2011-09-06 | 1 | -0/+7 |
| | | | | In case the bind failed on the got-address event. | ||||
* | pingu: only create/lose binding when we get/lose address | Natanael Copa | 2011-09-06 | 1 | -7/+0 |
| | | | | | We don't need to rebind every burst. We only bind when we get an address and we only lose the binding when the address is lost. | ||||
* | pingu: fix bug when storing addrinfo struct to sockaddr_any | Natanael Copa | 2011-07-29 | 1 | -5/+7 |
| | |||||
* | pingu: use sockaddr_any | Natanael Copa | 2011-07-28 | 1 | -1/+2 |
| | | | | add common sockaddr utility functions | ||||
* | pingu: try bind socket to interface every burst | Natanael Copa | 2011-07-13 | 1 | -1/+9 |
| | | | | | | 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: fix misc bugs | Natanael Copa | 2011-07-07 | 1 | -2/+2 |
| | | | | fix some segfaults and some logic bugs | ||||
* | pingu_burst: initial implementation | Natanael Copa | 2011-07-07 | 1 | -0/+55 |