| Age | Commit message (Expand) | Author |
| 2019-08-19 | Pull up following revision(s) (requested by kamil in ticket #92): | martin |
| 2018-01-19 | Fix build failure, the structure is already defined now. | maxv |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-02-17 | PR/50821: David Binderman: remove "i <" i < | christos |
| 2015-10-26 | Added missed break statement. (Missed break in -z option implicitly implies | shm |
| 2012-08-16 | Pretty print multipath routes. From FreeBSD. | zafer |
| 2012-01-04 | include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland | drochner |
| 2011-09-11 | merge in traceroute1.4a12. Our sources are so different that it is really | christos |
| 2011-05-12 | use err(3) and warn(3) for error and warning printing, tiny knf. | christos |
| 2011-05-11 | Don't use a static buffer for ifaddrs (and not check for overflowing it!) | christos |
| 2011-05-10 | Add AS support for traceroute6. While here cleanup both traceroute programs | christos |
| 2011-01-04 | Fix possible NULL pointer dereference in #ifdef AS_DEBUG_FILE. | wiz |
| 2010-12-15 | Use RUMPPRG. I think it's safe to say there's not going to be a | pooka |
| 2010-07-02 | Fix incomplete extensions sanity checks | kefren |
| 2010-05-30 | with luck this is the last one | dholland |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-17 | Use htonl like ping/traceroute6 do, from Markus Mayer | christos |
| 2008-07-16 | PR/39157: Markus Mayer: traceroute not 64 bit aware (struct timeval issue) | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-16 | - Set progname before dereference. | seanb |
| 2007-12-15 | replace instances of __attribute__((__packed__)) with __packed | perry |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-04-08 | Undo a workaround for an old SH5 toolchain bug. | scw |
| 2006-10-07 | PR/18906: roskens at elfin dot net: misc. select() to poll() updates. | elad |
| 2006-10-07 | PR/19069: Jun-ichiro itojun Hagino: traceroute(8) and traceroute6(8) can | elad |
| 2006-09-24 | Move socket calls way up and drop root privileges sooner. | elad |
| 2006-05-31 | Add missing coma. | rpaulo |
| 2006-05-31 | It doesn't make sense to print the MPLS ttl here. | rpaulo |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-02-17 | Show MPLS ICMP extensions. Only available if -M is passed. | rpaulo |
| 2005-11-09 | No leading zero in date strings. | wiz |
| 2005-11-06 | \(<= is the proper roff for <=. Fix another \*[Le] missed in the | uwe |
| 2005-11-06 | It's lilac-dmc.Berkeley.EDU, not lbl-csam.arpa. A 12 years old typo! | rpaulo |
| 2005-06-14 | The default hops is not 30, but is taken from the net.inet.ip.ttl sysctl | peter |
| 2004-04-22 | do not disclose endian/pid. henning@openbsd | itojun |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-05-17 | strncpy -> strlcpy | itojun |
| 2003-05-15 | assume getifaddrs(3) | itojun |
| 2003-05-15 | byebye savestr. with savestr() we can't free(). | itojun |
| 2003-05-15 | just for safety | itojun |
| 2003-05-15 | traceroute.c doesn't use savestr() | itojun |
| 2003-04-06 | NFSNET. From Igor Sobrado in PR 19691. | wiz |
| 2003-03-31 | MERCHANTIBILITY->MERCHANTABILITY | perry |
| 2003-03-30 | HP-UX, not HPUX. Igor Sobrado, PR 19678. | wiz |
| 2003-03-30 | Uppercase ULTRIX. Igor Sobrado in PR 19678. | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2002-12-21 | Fix order of letters in calculated, from Adrian Mrva. | wiz |
| 2002-11-16 | die if strdup failure | itojun |
| 2002-11-16 | strto* audit. | itojun |