aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.c
Commit message (Expand)AuthorAgeFilesLines
* pingu_ping: always stop ev timer when cleaning up ping listNatanael Copa2012-03-141-1/+1
* pingu: cleanup various structures on shutdownNatanael Copa2012-03-061-0/+2
* pingu: fix help textNatanael Copa2011-10-191-2/+6
* pingu_adm: implement initial admin socketNatanael Copa2011-09-211-11/+18
* pingu: cleanup on exitNatanael Copa2011-09-061-0/+3
* pingu: catch SIGINT so we can cleanup at exitNatanael Copa2011-09-061-0/+10
* pingu_conf: cleanup. use a pingu_conf structNatanael Copa2011-08-051-1/+1
* pingu: implement new config formatNatanael Copa2011-08-051-5/+12
* pingu_netlink: monitor link status of interfaces via netlinkNatanael Copa2011-07-131-0/+2
* pingu: run the route-script againNatanael Copa2011-07-081-51/+0
* pingu: move config reading to pingu_host and make host_list globalNatanael Copa2011-07-081-144/+4
* pingu: remove unused codeNatanael Copa2011-07-081-122/+0
* pingu: use new libev implementation and implent -v optionNatanael Copa2011-07-071-3/+13
* misc clean upNatanael Copa2011-07-011-27/+11
* pingu: initial use of libevNatanael Copa2011-06-301-31/+46
* pingu: remove dead codeNatanael Copa2011-06-301-12/+0
* pingu: rename to max_retriesNatanael Copa2011-06-301-10/+15
* pingu: use linux style lists and rename thingsNatanael Copa2011-06-281-31/+29
* pingu: rename dest_addr to ping_hostNatanael Copa2011-06-281-4/+4
* pingu: rename name -> label and src_addr to source_ipNatanael Copa2011-06-281-8/+8
* pingu: make address family agnosticNatanael Copa2011-06-221-23/+46
* pingu: support for setting source-ipNatanael Copa2010-03-111-16/+26
* pingu: bind to interface. fix gateway bugNatanael Copa2010-03-111-2/+11
* pingu: exit failed route-script forksNatanael Copa2009-11-301-1/+5
* pingu: use /etc/pingu/pingu.conf as defaultLinux User2009-11-121-1/+6
* pingu: implement required repliesLinux User2009-11-121-11/+26
* pingu: implement route-scriptNatanael Copa2009-09-241-3/+58
* pingu: added -V to print versionNatanael Copa2009-02-041-2/+11
* pingu: cofigurable timeout/retry. default values. invert -dNatanael Copa2009-01-311-17/+43
* pingu: make it workNatanael Copa2009-01-291-37/+143
* use SLIST from sys/queue.hNatanael Copa2008-12-251-29/+45
* xlib.c: moved utility funcs to separate fileNatanael Copa2008-12-181-24/+1
* misc code cleanupNatanael Copa2008-12-181-15/+12
* parse pingu.confNatanael Copa2008-12-181-1/+141
* initial commitNatanael Copa2008-12-041-0/+78