aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/route.c
AgeCommit message (Expand)Author
2019-02-23One last (for now) typo.Elliott Hughes
2019-02-18route: fix command argument parsingUros Prestor
2016-12-24Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix().Rob Landley
2016-10-03David Hedges pointed out that interface names can be longer than 10 chars.Rob Landley
2015-11-08Route cleanup: whitespace and curly bracket changes.Rob Landley
2015-11-08Bugfix for route flags.Rob Landley
2015-11-08Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock t...Rob Landley
2015-11-07More route cleanup.Rob Landley
2015-11-07Let's start the route cleanup.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2013-12-23The recent switch from get_int_value to to atolx_range left routeIsaac Dunham
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-09-06Ashwini Sharma submitted route.c, adding it to pending.Rob Landley