aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix various #include issues and remove unused functionsHEADmasterTimo Teräs2013-10-288-12/+20
* ======== release 1.4 ========v1.4Natanael Copa2013-09-251-1/+1
* pingu_iface: restore routes for offline ISPs on exitNatanael Copa2013-09-253-6/+12
* configure: add --disable-doc flagNatanael Copa2013-08-232-1/+26
* doc: convert man pages to asciidocNatanael Copa2013-08-236-191/+249
* pingu_conf: display filename for all config parsing errorsNatanael Copa2013-08-231-15/+19
* pingu_conf: display config file name on integer errorsNatanael Copa2013-08-231-19/+23
* pingu_conf: error checking for retry and requiredNatanael Copa2013-08-231-7/+11
* pingu_conf: improve error checking for load-balanceNatanael Copa2013-08-231-3/+5
* pingu_conf: error checking for required-hosts-online and rule-priorityNatanael Copa2013-08-231-2/+4
* pingu_conf: error checking for route-tableNatanael Copa2013-08-231-1/+5
* pingu_conf: accept fwmark as hexNatanael Copa2013-08-231-2/+17
* pingu_host: fix double free on cleanupNatanael Copa2013-08-231-2/+2
* pingu_conf: fix segfault when declaring iface twiceNatanael Copa2013-08-231-1/+2
* doc: rename dir from man to docNatanael Copa2013-08-226-1/+1
* lua: move lua files to separate subdirNatanael Copa2013-08-227-15/+73
* move soures to src subdirNatanael Copa2013-08-2234-106/+127
* readme: add initial readmeNatanael Copa2013-08-221-0/+15
* make: fix build without LuaNatanael Copa2013-08-221-1/+1
* ======== release 1.3 ========v1.3Natanael Copa2013-08-211-1/+1
* gitignore: ignore config.* and client.soNatanael Copa2013-08-211-0/+2
* configure: set package version in configureNatanael Copa2013-08-212-2/+5
* configure: add --with-luapc optionNatanael Copa2013-08-212-6/+31
* make: respect sysconfdirNatanael Copa2013-08-211-0/+1
* configure: check for strlcpyNatanael Copa2013-08-212-2/+55
* configure: add simple configure scriptNatanael Copa2013-08-212-8/+164
* pingu: add support for 'fwmark' route ruleNatanael Copa2013-08-204-10/+31
* pingu.conf: add example for 'ping' keyword in interface contextNatanael Copa2013-08-201-1/+8
* lua: add support for lua-5.2Natanael Copa2013-06-141-2/+6
* pingu_conf: add 'ping' keyword to interface contextNatanael Copa2012-08-302-5/+15
* pingu_netlink: add debug logging for nexthop routesNatanael Copa2012-08-011-0/+5
* pingu_route: allow default routes that has no via addressNatanael Copa2012-08-012-6/+7
* ==== release 1.2 ====v1.2Natanael Copa2012-06-131-1/+1
* pingu_host: bring interface down instantly if interface disapearsNatanael Copa2012-06-123-0/+10
* mtu: just ignore uninteresting icmp repliesTimo Teräs2012-06-041-1/+2
* pingu: avoid running in foreground if already forkedNatanael Copa2012-03-231-0/+23
* pingu_iface: del renewed gateways via broken ISPsNatanael Copa2012-03-231-0/+13
* ==== release 1.1 ====v1.1Natanael Copa2012-03-141-1/+1
* pingu_burst: memleak fixNatanael Copa2012-03-141-0/+1
* pingu_adm: support route dumpsNatanael Copa2012-03-145-0/+28
* pingu_adm: allow only one command per connectionNatanael Copa2012-03-142-11/+14
* build: use git version tag for version info if availableNatanael Copa2012-03-141-1/+7
* pingu_adm: new admin command for dumping active pingsNatanael Copa2012-03-145-7/+33
* pingu_ping: always stop ev timer when cleaning up ping listNatanael Copa2012-03-145-12/+15
* pingu_route: add helper function for generating route stringNatanael Copa2012-03-143-17/+30
* pingu_ping: always stop ev_timer when freeNatanael Copa2012-03-121-7/+10
* pingu: cleanup various structures on shutdownNatanael Copa2012-03-068-2/+51
* pingu_netlink: logging cleanupNatanael Copa2012-03-061-4/+6
* pingu_burst: silence valgrind warning about uninitialized bytesNatanael Copa2012-03-061-1/+1
* pingu_conf: fix minor bug in config parserNatanael Copa2012-03-061-1/+1