Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Jan 2017 07:10:41
1.3
 |
farrokhi  |
Remove dead mirror
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D9090 |
19 May 2016 10:44:12
1.3
 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
29 Aug 2015 18:35:53
1.3
 |
farrokhi  |
- Clarify LICENSE
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D3526 |
29 Aug 2015 11:48:57
1.3
 |
farrokhi  |
net/patchneck: Makefile cleanup
- Remove dead MASTER_SITES
- Take maintainership
Approved by: bapt, mat
Differential Revision: https://reviews.freebsd.org/D3513 |
24 Feb 2014 13:59:22
1.3
 |
ehaupt  |
Support staging |
20 Sep 2013 22:10:25
1.3
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
20 Mar 2011 12:54:45
1.3
|
miwi  |
- Get Rid MD5 support |
09 Mar 2009 19:29:12
1.3
|
miwi  |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
08 Nov 2006 09:28:33
1.3
|
farrokhi  |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
07 Jul 2006 13:23:43
1.3
|
jmelo  |
- Update mastersite.
- Update WWW.
PR: ports/99801
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
07 Feb 2006 21:17:50
1.3
|
pav  |
- Update MASTER_SITES
- Portlint
PR: ports/92918
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
06 Jan 2006 13:21:39
1.3
|
pav  |
- Update to 1.3
PR: ports/91376
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
01 Jan 2006 01:56:40
1.2_1
|
ehaupt  |
- Update distinfo, tarball was rerolled with a simple constraint check [1]
- Bump PORTREVISION
[1]
diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c
--- pathneck-1.2.old/pathneck.c Sun Nov 7 00:00:03 2004
+++ pathneck-1.2/pathneck.c Sun Dec 25 20:34:39 2005
@@ -539,7 +539,7 @@
continue;
/* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */
- if (rtt_i < MAX_RTT_NUM) {
+ if (rtt_i < MAX_RTT_NUM && len == 60) {
memcpy(rtt_rec[rtt_i], buffer, len);
rtt_arr_time[rtt_i] = get_time();
pre_time = rtt_arr_time[rtt_i];
PR: 91132
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
22 Dec 2005 13:57:16
1.2
|
garga  |
Pathneck is an active probing tool that can detect bottleneck location of
network path.
It only needs single end control, and has relatively small probing overhead
(33.6KB for one probing in the default setting).
WWW: http://gs274.sp.cs.cmu.edu/www/pathneck/
PR: ports/90801
Submitted by: Babak Farrokhi <babak@farrokhi.net> |