History log of /external/toybox/toys/pending/route.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4582497e8839d7a3d73aa71f76c2aae915202d41 24-Dec-2016 Rob Landley <rob@landley.net> Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix().
Kernel can handle 64k maximum segment size.
/external/toybox/toys/pending/route.c
5c5dc394f6e3de00c26d971fb8d3bc5cc33226cf 03-Oct-2016 Rob Landley <rob@landley.net> David Hedges pointed out that interface names can be longer than 10 chars.
/external/toybox/toys/pending/route.c
6fd77eab77ba51579eaece4d3e12b5b890638124 08-Nov-2015 Rob Landley <rob@landley.net> Route cleanup: whitespace and curly bracket changes.
/external/toybox/toys/pending/route.c
8a1509d0a6e7aedc1c3f6f13f0d7b2e0d83d6e2d 08-Nov-2015 Rob Landley <rob@landley.net> Bugfix for route flags.
/external/toybox/toys/pending/route.c
f0ddca8f88152f25f5aefba7483c389e970c5155 08-Nov-2015 Rob Landley <rob@landley.net> Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock ticks _is_ 100...
/external/toybox/toys/pending/route.c
d18c10977e29ea1c1641909e20aeced529cf4556 08-Nov-2015 Rob Landley <rob@landley.net> More route cleanup.
/external/toybox/toys/pending/route.c
6256a5c8b9d7db4bcbb5b255d33354aecd95d9fe 07-Nov-2015 Rob Landley <rob@landley.net> Let's start the route cleanup.

Collate some repeated increments, remove some useless coments.
/external/toybox/toys/pending/route.c
e5354ca12a232b3f97726214254a868771cb70d1 11-Sep-2015 Rob Landley <rob@landley.net> Replace toys.exithelp with help_exit() in lib.
/external/toybox/toys/pending/route.c
82effc97f9f2d1c258ea50cb11b130753b8ba805 01-Jan-2015 Rob Landley <rob@landley.net> Switch a lot of strncpy() calls to xstrncpy().
/external/toybox/toys/pending/route.c
620ae8b1eeec29d094da0d0e5cde97167f35218a 24-Dec-2013 Isaac Dunham <ibid.ag@gmail.com> The recent switch from get_int_value to to atolx_range left route
broken. So here's a patch to switch it to atolx_range as well.
/external/toybox/toys/pending/route.c
98c322e881c6ab8d4f54c23feb1a106c23673640 02-Nov-2013 Rob Landley <rob@landley.net> Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
/external/toybox/toys/pending/route.c
12c8814cc534f40ca74441f99313f7a71a88cb72 06-Sep-2013 Rob Landley <rob@landley.net> Ashwini Sharma submitted route.c, adding it to pending.
/external/toybox/toys/pending/route.c