Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: add --disable-doc flag | Natanael Copa | 2013-08-23 | 1 | -1/+5 |
| | | | | We now require asciidoc to be installed so we let manpages be optional | ||||
* | doc: rename dir from man to doc | Natanael Copa | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | move soures to src subdir | Natanael Copa | 2013-08-22 | 1 | -106/+5 |
| | |||||
* | make: fix build without Lua | Natanael Copa | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | configure: set package version in configure | Natanael Copa | 2013-08-21 | 1 | -2/+1 |
| | |||||
* | configure: add --with-luapc option | Natanael Copa | 2013-08-21 | 1 | -6/+17 |
| | | | | | This lets users to specify the pkg-config package name, eg. lua5.1 or lua5.2 | ||||
* | make: respect sysconfdir | Natanael Copa | 2013-08-21 | 1 | -0/+1 |
| | |||||
* | configure: add simple configure script | Natanael Copa | 2013-08-21 | 1 | -8/+17 |
| | |||||
* | ==== release 1.2 ====v1.2 | Natanael Copa | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | ==== release 1.1 ====v1.1 | Natanael Copa | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | build: use git version tag for version info if available | Natanael Copa | 2012-03-14 | 1 | -1/+7 |
| | |||||
* | ==== release 1.0 ====v1.0 | Natanael Copa | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | build: fix install locations | Natanael Copa | 2011-10-20 | 1 | -3/+9 |
| | |||||
* | build: install in sbin dir instead of bin dir | Natanael Copa | 2011-10-20 | 1 | -3/+3 |
| | |||||
* | build: make and install man pages | Natanael Copa | 2011-10-19 | 1 | -2/+11 |
| | |||||
* | pingu: rename pingu_gateway to pingu_route | Natanael Copa | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | lua: added initial lua client | Natanael Copa | 2011-09-22 | 1 | -7/+25 |
| | |||||
* | build: configure pingu rundir from Makefile | Natanael Copa | 2011-09-21 | 1 | -5/+11 |
| | | | | So we can override the default rundir without patching things | ||||
* | pinguctl: initial admin client | Natanael Copa | 2011-09-21 | 1 | -2/+11 |
| | |||||
* | pingu_adm: implement initial admin socket | Natanael Copa | 2011-09-21 | 1 | -1/+2 |
| | | | | only supported command so far is "status" | ||||
* | pingu_gateway: cleanup. split out gateway funcs | Natanael Copa | 2011-08-05 | 1 | -0/+1 |
| | | | | | To make code cleaner we move all gateway functions to separate file and rename a few functions. | ||||
* | pingu: implement new config format | Natanael Copa | 2011-08-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | New format allows users to define interfaces and ping hosts separately. This means we can run pingu in routing-only mode to set up and manage route tables for multi-isp. We allow the user config a preferred alternate route table for each interface. If not configured, pingu will pick one. Example interface definition looks like: interface eth0 { route-table 10 } Example host definition looks like: host 192.168.0.1 { bind-interface eth0 } | ||||
* | pingu: use sockaddr_any | Natanael Copa | 2011-07-28 | 1 | -0/+1 |
| | | | | add common sockaddr utility functions | ||||
* | pingu_netlink: monitor link status of interfaces via netlink | Natanael Copa | 2011-07-13 | 1 | -2/+3 |
| | |||||
* | pingu: use new libev implementation and implent -v option | Natanael Copa | 2011-07-07 | 1 | -1/+5 |
| | |||||
* | pingu: initial use of libev | Natanael Copa | 2011-06-30 | 1 | -0/+4 |
| | | | | For now we only use libev to generate the ping burst intervals. | ||||
* | release 0.5v0.5 | Natanael Copa | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | release 0.4.2v0.4.2 | Natanael Copa | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | release 0.4.1v0.4.1 | Natanael Copa | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | release 0.4v0.4 | Linux User | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | release 0.3v0.3 | Natanael Copa | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | release 0.2v0.2 | Natanael Copa | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | pingu: added -V to print version | Natanael Copa | 2009-02-04 | 1 | -0/+3 |
| | |||||
* | pingu: make it work | Natanael Copa | 2009-01-29 | 1 | -1/+2 |
| | |||||
* | Makefile: make install targetv0.1 | Natanael Copa | 2008-12-30 | 1 | -1/+12 |
| | |||||
* | mtu: -I switch | Timo Teras | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | mtu: separate icmp functions to new file, mtu discovery | Timo Teras | 2008-12-24 | 1 | -1/+2 |
| | |||||
* | xlib.c: moved utility funcs to separate file | Natanael Copa | 2008-12-18 | 1 | -1/+2 |
| | |||||
* | misc code cleanup | Natanael Copa | 2008-12-18 | 1 | -3/+18 |
| | |||||
* | initial commit | Natanael Copa | 2008-12-04 | 1 | -0/+6 |