index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
traceroute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined
Denys Vlasenko
2017-10-31
1
-0
/
+3
*
udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable
James Clarke
2017-10-30
1
-5
/
+3
*
networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined
James Clarke
2017-10-30
1
-0
/
+8
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+3
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-4
/
+4
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-2
/
+2
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+0
*
Make ping6 and traceroute6 selectable independently from ping/traceroute
Denys Vlasenko
2016-11-23
1
-3
/
+6
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+34
*
traceroute: cleanup and fixes for packet size calculations
Denys Vlasenko
2016-09-28
1
-86
/
+38
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-25
/
+16
*
Merge setsockopt error messages
Denys Vlasenko
2015-08-24
1
-4
/
+4
*
traceroute: fix help text
Denys Vlasenko
2015-08-24
1
-32
/
+34
*
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-07-19
1
-10
/
+1
*
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
1
-0
/
+4
*
traceroute: free some memory allocated by xzalloc()
Guilherme Maciel Ferreira
2013-03-15
1
-2
/
+13
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-3
/
+4
*
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-09-07
1
-34
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+0
*
traceroute: properly reduce poll timeout
Denys Vlasenko
2011-05-05
1
-24
/
+37
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+45
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-4
/
+4
*
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2011-01-20
1
-1
/
+2
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-12-12
1
-3
/
+4
*
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-25
1
-1
/
+1
*
traceroute6: restore port after probing
Denys Vlasenko
2009-11-24
1
-0
/
+1
*
traceroute: simplify code a bit
Denys Vlasenko
2009-11-24
1
-26
/
+18
*
traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
Leonid Lisovskiy
2009-11-23
1
-106
/
+396
*
traceroute: cleanup preparing it for traceroute6. -17 bytes
Denys Vlasenko
2009-11-23
1
-63
/
+63
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
traceroute: allow -w NUM as small as 1
Denis Vlasenko
2009-01-24
1
-1
/
+1
*
traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP
Denis Vlasenko
2009-01-24
1
-559
/
+166
*
traceroute: preparatory trivial cleanups
Denis Vlasenko
2009-01-24
1
-124
/
+94
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
1
-2
/
+2
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-8
/
+2
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-0
/
+4
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
traceroute: stop using global data/bss
Denis Vlasenko
2007-12-16
1
-43
/
+63
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-27
1
-1
/
+1
[next]