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