aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* configure: add --disable-doc flagNatanael Copa2013-08-231-1/+5
| | | | We now require asciidoc to be installed so we let manpages be optional
* doc: rename dir from man to docNatanael Copa2013-08-221-1/+1
|
* move soures to src subdirNatanael Copa2013-08-221-106/+5
|
* make: fix build without LuaNatanael Copa2013-08-221-1/+1
|
* configure: set package version in configureNatanael Copa2013-08-211-2/+1
|
* configure: add --with-luapc optionNatanael Copa2013-08-211-6/+17
| | | | | This lets users to specify the pkg-config package name, eg. lua5.1 or lua5.2
* make: respect sysconfdirNatanael Copa2013-08-211-0/+1
|
* configure: add simple configure scriptNatanael Copa2013-08-211-8/+17
|
* ==== release 1.2 ====v1.2Natanael Copa2012-06-131-1/+1
|
* ==== release 1.1 ====v1.1Natanael Copa2012-03-141-1/+1
|
* build: use git version tag for version info if availableNatanael Copa2012-03-141-1/+7
|
* ==== release 1.0 ====v1.0Natanael Copa2011-10-201-1/+1
|
* build: fix install locationsNatanael Copa2011-10-201-3/+9
|
* build: install in sbin dir instead of bin dirNatanael Copa2011-10-201-3/+3
|
* build: make and install man pagesNatanael Copa2011-10-191-2/+11
|
* pingu: rename pingu_gateway to pingu_routeNatanael Copa2011-10-071-1/+1
|
* lua: added initial lua clientNatanael Copa2011-09-221-7/+25
|
* build: configure pingu rundir from MakefileNatanael Copa2011-09-211-5/+11
| | | | So we can override the default rundir without patching things
* pinguctl: initial admin clientNatanael Copa2011-09-211-2/+11
|
* pingu_adm: implement initial admin socketNatanael Copa2011-09-211-1/+2
| | | | only supported command so far is "status"
* pingu_gateway: cleanup. split out gateway funcsNatanael Copa2011-08-051-0/+1
| | | | | To make code cleaner we move all gateway functions to separate file and rename a few functions.
* pingu: implement new config formatNatanael Copa2011-08-051-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_anyNatanael Copa2011-07-281-0/+1
| | | | add common sockaddr utility functions
* pingu_netlink: monitor link status of interfaces via netlinkNatanael Copa2011-07-131-2/+3
|
* pingu: use new libev implementation and implent -v optionNatanael Copa2011-07-071-1/+5
|
* pingu: initial use of libevNatanael Copa2011-06-301-0/+4
| | | | For now we only use libev to generate the ping burst intervals.
* release 0.5v0.5Natanael Copa2010-03-111-1/+1
|
* release 0.4.2v0.4.2Natanael Copa2010-03-111-1/+1
|
* release 0.4.1v0.4.1Natanael Copa2009-12-101-1/+1
|
* release 0.4v0.4Linux User2009-11-121-1/+1
|
* release 0.3v0.3Natanael Copa2009-03-051-1/+1
|
* release 0.2v0.2Natanael Copa2009-02-041-1/+1
|
* pingu: added -V to print versionNatanael Copa2009-02-041-0/+3
|
* pingu: make it workNatanael Copa2009-01-291-1/+2
|
* Makefile: make install targetv0.1Natanael Copa2008-12-301-1/+12
|
* mtu: -I switchTimo Teras2008-12-291-0/+1
|
* mtu: separate icmp functions to new file, mtu discoveryTimo Teras2008-12-241-1/+2
|
* xlib.c: moved utility funcs to separate fileNatanael Copa2008-12-181-1/+2
|
* misc code cleanupNatanael Copa2008-12-181-3/+18
|
* initial commitNatanael Copa2008-12-041-0/+6