aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
AgeCommit message (Expand)Author
2021-02-02traceroute: fix option parsingDenys Vlasenko
2021-01-04Fix traceroute applet on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-17traceroute: fix --help textDenys Vlasenko
2020-12-17traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko
2020-12-13traceroute: code shrinkDenys Vlasenko
2020-12-13traceroute: even with -v, don't show other ping processes reply'sDenys Vlasenko
2020-12-13traceroute: simpler hexdump()Denys Vlasenko
2020-12-13traceroute: make "ipv4 or ipv6?" cheaper to find outDenys Vlasenko
2020-12-13traceroute: don't set SO_DONTROUTE on recv socket, it only affects sendDenys Vlasenko
2020-12-12traceroute: untangle main loopDenys Vlasenko
2020-12-12traceroute: commonalize verbose printingDenys Vlasenko
2020-12-12traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v ...Denys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: fix traceroute6 -I (icmp mode)Denys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-10-25traceroute: fix gcc-ismDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2015-08-24traceroute: fix help textDenys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-05traceroute: properly reduce poll timeoutDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko