1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
Sat Jun 2 10:56:02 2001 Roland Smith <rsmith@slacker>
* README: Updated for version 1.11:
Removed reference to NUMAVG #define that no longer exists.
Changed the build instructions to reflect the new Makefile.
* x11-ui.c: Updated copyright date.
* data.c:
Added 'debug' macro. Added dynamic memory allocation for read
buffer. Removed old commented-out code.
* Makefile: The manual page is now installed in gzipped form.
* xnetload.1: Updated for release 1.11.
* Makefile: Upgraded to my new makefile standard.
* Makefile:
Added NDEBUG to optimized build. Upped minor version to 10.
Sat Apr 21 07:36:50 2001 Roland Smith <rsmith@slacker>
* README: Updated for release 1.10.
* data.c: Forgotten credits:
Zeroonreset patch by William Burrow <aa126@fan.nb.ca>
Bug in detecting interfaces discovered by Sietse Visser
<sietse.visser@sysman.nl>
* xnetload.1: Updated for 1.10
Wed Apr 18 17:44:36 2001 Roland Smith <rsmith@slacker>
* x11-ui.c: Added the ZeroOnRequest flag.
* data.c: ZeroOnRequest added to update_avg.
Added a function to search for the exact interface name.
Added assertions to aid in debugging.
* data.h: ZeroOnRequest added to update_avg.
Wed Sep 27 18:59:29 2000 Roland Smith <rsmith@slacker>
* x11-ui.c: Change kilo prefix from K to k.
Tue Sep 26 19:56:52 2000 Roland Smith <rsmith@slacker>
* xnetload.1:
Fixed a documentation bug. The option/resource for not showing the byte
counts is -nv/noValues, not -nv/noCharts!
* README: Changed version number to 1.9.0.
* x11-ui.c:
Merged value-prefix patch from Jesper Dahlberg <jesper@swing.campus.luth.se>.
* Makefile: Changed version number to 1.9.0.
Wed Jun 7 16:52:57 2000 Roland Smith <rsmith@slacker>
* Makefile: Updated for 1.8.1
* README: Updated for 1.8.1.
* x11-ui.c: Fixed bug in get_out_value. Fix contributed by
Jesper Dahlberg <jesper@swing.campus.luth.se>
Fri Apr 14 20:23:26 2000 Roland Smith <rsmith@slacker>
* data.h, data.c, x11-ui.c: Updated the copyright notice for 2000.
* Makefile: Added automatic CHANGLOG generation to the Makefile.
* xnetload.1: Updated the manual page for the interface changes.
* x11-ui.c: Added -h, -? and --help switches.
Shortened the values strings.
Shortened the interface string.
* data.c:
Fixed overflow diff count bug pointed out by Adrian Bridgett
Tue Feb 22 18:09:25 2000 Roland Smith <rsmith@slacker>
* data.c: Changed the calculation of the `total' count.
* x11-ui.c: Updated fallback resources for greater width.
* x11-ui.c: Implements scaling and totals feature. Initial patch by
Paul Schilling <pfschill@bigfoot.com>, some changes by rsmith.
* data.c: Implements the `total' count. Initial patch by
Paul Schilling <pfschill@bigfoot.com>, update by rsmith.
* data.h: Added `total' count. Patch provided by
Paul Schilling <pfschill@bigfoot.com>.
Thu Feb 17 21:34:32 2000 Roland Smith <rsmith@slacker>
* CHANGELOG: Updated for 1.8.0
* README: Updated to 1.8.0
* xnetload.1:
Added the documentation for the -scale option by Paul Schilling
<pfschill@bigfoot.com>.
Sat Jan 1 21:26:37 2000 Roland Smith <rsmith@slacker>
* data.h, data.c, x11-ui.c: Release 1.7.1b3
Thu Dec 30 10:31:56 1999 Roland Smith <rsmith@slacker>
* xnetload.1: Updated to 1.7.1b1
* CHANGELOG: Added counter overrun fix
* CHANGELOG: - Added 1.7.1 notice
- Removed e-mail adresses
Mon Dec 27 23:22:15 1999 Roland Smith <rsmith@slacker>
* CHANGELOG: Added changes for 1.6.0 (from the homepage :-)
* README: Updated for 1.7.0
* Makefile: Updated for 1.7.0. Added CHANGELOG.
* CHANGELOG: Initial revision
* xnetload.1: Updated for 1.7
* x11-ui.c: Added -kb switch and all that goes with that.
Pulled out ip-acct & fixed bugs for release 1.7.0b1
* data.h: Fixed bugs for release 1.7.0b1
* data.c: Pulled out ip-acct & fixed bugs for release 1.7.0b1
* data.h: Remove references to `where' (for 1.7.0 release).
Wed Oct 6 20:56:58 1999 Roland Smith <rsmith@slacker>
* Makefile: Updated to 1.6.1
* xnetload.1: Added -ni option.
* x11-ui.c: Updated online help for -ni option.
* x11-ui.c: Added -ni option.
Wed Jun 9 18:40:29 1999 Roland Smith <rsmith@slacker>
* data.c: Enlarged the file buffer for /proc/net/xxx to 2048 bytes.
Sun May 9 16:55:25 1999 Roland Smith <rsmith@slacker>
* README, xnetload.1, x11-ui.c, data.c, data.h, Makefile:
Initial revision
|