提交歷史

作者 SHA1 備註 提交日期
  Rob Landley f570a02c6c Cleanup pass on route.c 3 年之前
  Rob Landley aef40f69d2 Build works fine on glibc but breaks on musl, add a workaround. 4 年之前
  Eric Molitor 62e90fa1b7 Fix AF_INET6 hostlookups 4 年之前
  Eric Molitor 589c762039 Autodetect if IPv6 address is used and display warning 4 年之前
  Eric Molitor 1949f56ddd Cleanup setRoute and resolve warnings about alignment and NULL args 4 年之前
  Eric Molitor d2ff5af24e Implement hostname lookups in display_routes 4 年之前
  Ethan Sommer 5d9ef963b1 route: remove unused get_hostname() 4 年之前
  Eric Molitor 52fa7bf4fc Remove unused include and constants 4 年之前
  Eric Molitor db0737648c Merge ipv6 setroute into a single function 4 年之前
  Eric Molitor d3f83232d4 First pass of adding RTNetlink setroute support 4 年之前
  Eric Molitor 729e3081f6 Remove send_nlrtmsg embedding call into display_route as it is only used here 4 年之前
  Eric Molitor d565cf631c Use perror_exit to replace exit calls. 4 年之前
  Eric Molitor cedf9d9525 Add RTA_CACHEINFO support and resolve remaining todo items in display_routes 4 年之前
  Eric Molitor 320df9ba54 Merge IPv6 support into display_routes 4 年之前
  Eric Molitor ed4f0dc53c Add support for mss, win and irtt to new netlink based display_routes 4 年之前
  Eric Molitor e5bcac64de Refactor display_routes to use rtnetlink 4 年之前
  Eric Molitor e49b008c61 Add xsend, xrecv and send_nlrtmsg 4 年之前
  Eric Molitor 37ba2ec8b1 Fix address family help text 4 年之前
  Eric Molitor ca82bd9e2f route should be in sbin 4 年之前
  Elliott Hughes f66ad669c4 One last (for now) typo. 5 年之前
  Uros Prestor 4e7af6aced route: fix command argument parsing 5 年之前
  Rob Landley 4582497e88 Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). 7 年之前
  Rob Landley 5c5dc394f6 David Hedges pointed out that interface names can be longer than 10 chars. 7 年之前
  Rob Landley 6fd77eab77 Route cleanup: whitespace and curly bracket changes. 8 年之前
  Rob Landley 8a1509d0a6 Bugfix for route flags. 8 年之前
  Rob Landley f0ddca8f88 Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock ticks _is_ 100... 8 年之前
  Rob Landley d18c10977e More route cleanup. 8 年之前
  Rob Landley 6256a5c8b9 Let's start the route cleanup. 8 年之前
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 年之前
  Rob Landley 82effc97f9 Switch a lot of strncpy() calls to xstrncpy(). 9 年之前