aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
* randomconfig fixesDenys Vlasenko2009-12-121-3/+4
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-1/+1
* traceroute6: restore port after probingDenys Vlasenko2009-11-241-0/+1
* traceroute: simplify code a bitDenys Vlasenko2009-11-241-26/+18
* traceroute6: new applet by Leonid Lisovskiy. +1562 bytesLeonid Lisovskiy2009-11-231-106/+396
* traceroute: cleanup preparing it for traceroute6. -17 bytesDenys Vlasenko2009-11-231-63/+63
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* traceroute: allow -w NUM as small as 1Denis Vlasenko2009-01-241-1/+1
* traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko2009-01-241-559/+166
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-241-124/+94
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-8/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+4
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* traceroute: stop using global data/bssDenis Vlasenko2007-12-161-43/+63
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-1/+1