aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* traceroute: fix option parsingDenys Vlasenko2021-03-091-1/+1
* randomconfig fixesDenys Vlasenko2020-12-291-1/+1
* traceroute: fix --help textDenys Vlasenko2020-12-171-23/+25
* traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko2020-12-171-2/+32
* traceroute: code shrinkDenys Vlasenko2020-12-131-10/+11
* traceroute: even with -v, don't show other ping processes reply'sDenys Vlasenko2020-12-131-2/+11
* traceroute: simpler hexdump()Denys Vlasenko2020-12-131-9/+5
* traceroute: make "ipv4 or ipv6?" cheaper to find outDenys Vlasenko2020-12-131-15/+21
* traceroute: don't set SO_DONTROUTE on recv socket, it only affects sendDenys Vlasenko2020-12-131-3/+0
* traceroute: untangle main loopDenys Vlasenko2020-12-121-112/+106
* traceroute: commonalize verbose printingDenys Vlasenko2020-12-121-83/+62
* traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v ...Denys Vlasenko2020-12-121-64/+41
* traceroute: code shrinkDenys Vlasenko2020-12-121-30/+40
* traceroute: code shrinkDenys Vlasenko2020-12-121-49/+35
* traceroute: code shrinkDenys Vlasenko2020-12-121-49/+58
* traceroute: fix traceroute6 -I (icmp mode)Denys Vlasenko2020-12-121-71/+135
* decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+1
* gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* traceroute: fix gcc-ismDenys Vlasenko2019-10-251-5/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2017-10-311-0/+3
* udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-301-5/+3
* networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke2017-10-301-0/+8
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+3
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2016-11-231-3/+6
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+34
* traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-281-86/+38
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-25/+16
* Merge setsockopt error messagesDenys Vlasenko2015-08-241-4/+4
* traceroute: fix help textDenys Vlasenko2015-08-241-32/+34
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-10/+1
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-0/+4
* traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira2013-03-151-2/+13
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-3/+4
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-071-34/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* traceroute: properly reduce poll timeoutDenys Vlasenko2011-05-051-24/+37
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+45
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-4/+4
* eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2011-01-201-1/+2
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0