Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-23 | One last (for now) typo. | Elliott Hughes | |
This one actually introduced by my last cleanup. (But helpfully pointed out by the machines when I tried to upload my last cleanup to the AOSP gerrit...) | |||
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 | |
Kernel can handle 64k maximum segment size. | |||
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 ↵ | Rob Landley | |
ticks _is_ 100... | |||
2015-11-07 | More route cleanup. | Rob Landley | |
2015-11-07 | Let's start the route cleanup. | Rob Landley | |
Collate some repeated increments, remove some useless coments. | |||
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 | |
broken. So here's a patch to switch it to atolx_range as well. | |||
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ↵ | Rob Landley | |
options isn't very interesting anymore. | |||
2013-09-06 | Ashwini Sharma submitted route.c, adding it to pending. | Rob Landley | |