Age | Commit message (Expand) | Author |
2014-04-18 | Declare socklen_t len in main, it's used in two places, no need | Florian Obser |
2014-04-18 | Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...) | Florian Obser |
2014-04-18 | Drop rh0 support (-g), it doesn't work anyway. | Florian Obser |
2014-04-18 | We do have SO_SNDBUF. | Florian Obser |
2014-04-18 | replace perror(3) with err(3)/warn(3) | Florian Obser |
2014-04-18 | Structure wait_for_reply() loop like traceroute, thereby moving the | Florian Obser |
2014-04-18 | move ICMP6 code parsing to function | Florian Obser |
2014-04-18 | sync to traceroute: | Florian Obser |
2014-04-18 | Sync to tracroute: don't print source IP if -s is not given | Florian Obser |
2014-04-18 | Sync to tracroute: handle "time exceeded in transit" before the | Florian Obser |
2014-04-18 | sync to traceroute: s/opacket/packetdata/ | Florian Obser |
2014-04-18 | Embed struct tv32 into struct opacket like traceroute. | Florian Obser |
2014-04-18 | Factor out build_probe{4,6} from send_probe; now send_probe is | Florian Obser |
2014-03-27 | zap dead code; OK lteo@ | Florian Obser |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-03-18 | Make print AF independet and use it in traceroute and traceroute6. | Florian Obser |
2014-03-18 | Sync inetname from traceroute6 and thereby make it AF independent. | Florian Obser |
2014-03-18 | AF independent print_asn | Florian Obser |
2014-03-18 | Stop if the sum of unreachables and timeouts are >= number of probes, but | Florian Obser |
2014-03-18 | Remove #if 0; after nearly 14 years it's probably the right thing to | Florian Obser |
2014-03-18 | Free -l flag, by default print hostnames and numeric addresses, like | Florian Obser |
2014-03-10 | 13_datalen.msg | Florian Obser |
2014-03-10 | 11_w_flag.msg | Florian Obser |
2014-03-10 | 10_setvbuf.msg | Florian Obser |
2014-02-26 | Again the default is not 0. | Claudio Jeker |
2014-01-24 | Implement -S; from traceroute; reduces diff to traceroute. | Florian Obser |
2014-01-24 | Implement -D; from traceroute; reduces diff to traceroute. | Florian Obser |
2014-01-24 | Implement -c flag; from traceroute; reduces diff to traceroute | Florian Obser |
2014-01-24 | Sync "port" handling to traceroute; reduces diff to traceroute | Florian Obser |
2014-01-24 | Sync "nprobes" handling to traceroute; reduces diff to traceroute | Florian Obser |
2014-01-24 | Sync max_hops and first_hop to same type as the corosponding | Florian Obser |
2013-11-12 | prototypes, some pleasing of gcc, and cleanup an unused variable | Theo de Raadt |
2013-10-26 | Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specified | Stuart Henderson |
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler |
2013-04-15 | no longer LDSTATIC | Theo de Raadt |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-04-06 | unlike the previous century, the malloc argument now has an accurate type | Theo de Raadt |
2012-02-15 | add -A to usage(); | Jason McIntyre |
2012-02-10 | Add ASN printing support to traceroute6, mostly the same as code in | Stuart Henderson |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | space allocated is sum of CMSG_SPACE()'s. length given to the kernel | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-19 | eliminate #ifdef OLDRAWSOCKET | Jun-ichiro itojun Hagino |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino |
2006-11-16 | make RFC2292 -> 3542 transition to automagically happen. | Jun-ichiro itojun Hagino |
2006-08-10 | sync usage(); | Jason McIntyre |
2006-08-10 | - better .Nd | Jason McIntyre |
2005-12-23 | - no need to use .Bk/.Ek after every option | Jason McIntyre |