1. 6a84824 Draft implementation for file logging by Roland Riegel · 7 years ago
  2. a64b5ae Initialize settings in constructor of App class by Roland Riegel · 7 years ago
  3. 9bcec95 Fix command line parsing bug by Roland Riegel · 7 years ago
  4. 208f7ef Update copyright notice (and date where applicable) by Roland Riegel · 7 years ago
  5. a32e387 Separate program control from traffic presentation by Roland Riegel · 7 years ago
  6. 8a93886 Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson) by Roland Riegel · 7 years ago
  7. 25e5ed8 Use screen space better and adapt better to smaller consoles by Roland Riegel · 7 years ago
  8. 310f3d9 Remove indentation of options in option window by Roland Riegel · 7 years ago
  9. 7f0b9a3 Hide traffic window below a certain window height with options being visible by Roland Riegel · 7 years ago
  10. c93f9f4 Explicitely set default properties of option window fields by Roland Riegel · 7 years ago
  11. 193fe5f Search for form.h in ncurses directory (thanks to Adam Majer) by Roland Riegel · 7 years ago
  12. bf42b1c Fix segmentation fault without any devices detected by Roland Riegel · 7 years ago
  13. 19b3443 Fix ordinary files in /sys/class/net being interpreted as interfaces (thanks to Daniel Kiper) by Roland Riegel · 7 years ago
  14. 1139d8f Fix three-letter interface names to be interpreted as "all" (thanks to Daniel Kiper) by Roland Riegel · 7 years ago
  15. 3c7a5ae Enable automatic graph scaling by default by Roland Riegel · 7 years ago
  16. 4994d77 Implement automatic graph scaling by Roland Riegel · 7 years ago
  17. e43a35f Implement setting filter for explicitely allowing a single value by Roland Riegel · 7 years ago
  18. f2eddb0 Enhance setting filters such that they can tell the filter loop to quit by Roland Riegel · 7 years ago
  19. 011b595 Fix write beyond end of array (thanks to Liu Yang) by Roland Riegel · 7 years ago
  20. 9067912 fix garbage after device names on BSD by Roland Riegel · 13 years ago
  21. d922260 use unsigned integers for statistical counters by Roland Riegel · 13 years ago
  22. a738efc update copyright for 2012 by Roland Riegel · 13 years ago
  23. fd1d6ec use unsigned integers for statistical counters by Roland Riegel · 13 years ago
  24. 2d21dae fix overflow computation, and use bitmasks instead of modulo calculation by Roland Riegel · 13 years ago
  25. eade8cc newer Linux kernels use 64 bit counters, so use string conversion into long long to read procfs/sysfs files by Roland Riegel · 13 years ago
  26. 87834d5 fix strict-aliasing violation by Roland Riegel · 13 years ago
  27. 459cd00 update copyright prepare new release by Roland Riegel · 13 years ago v0.7.3
  28. 338a8cd workaround for faulty newwin() in ncurses 5.8 by Roland Riegel · 13 years ago
  29. 42c4faa fix memory leak in BSD network device detection by Roland Riegel · 13 years ago
  30. f9c6679 fix calculation of traffic and data units (see also Debian bug #586943) by Roland Riegel · 13 years ago
  31. 6d95265 fix factor calculation in human-readable mode (thanks to Kirby Zhou) by Roland Riegel · 16 years ago
  32. 5c2ca7c fix compilation for g++ 4.3 by Roland Riegel · 16 years ago
  33. cc2421d use sysconfdir given to configure by Roland Riegel · 17 years ago
  34. c0a4797 forget about devices mentioned in the config file when they have been specified on the command line by Roland Riegel · 17 years ago
  35. 4dc672d make parameters for template constructor mandatory, they are needed anyway when specifying a setting value by Roland Riegel · 17 years ago
  36. 83f6b80 update copyright by Roland Riegel · 17 years ago
  37. 70443c8 change defaults for traffic units to human readable by Roland Riegel · 17 years ago
  38. 264daa9 ensure reasonable device list by Roland Riegel · 17 years ago
  39. 7ca41a3 make shown devices configurable at run time and save this setting as well by Roland Riegel · 17 years ago
  40. 821d212 put format version into config files by Roland Riegel · 17 years ago
  41. ed4a99e rewrite the linux proc devreader using c++ style by Roland Riegel · 17 years ago
  42. fe9303b silence compiler warnings by Roland Riegel · 17 years ago
  43. 7c2e859 again fix hpux compilation (crappy aCC precompiler expands macros within class definitions...) by Roland Riegel · 17 years ago
  44. 27e5e39 implement hpux device detection by Roland Riegel · 17 years ago
  45. 6b83942 fix compilation of the hpux devreader by Roland Riegel · 17 years ago
  46. aebe0e2 implement filters for settings which apply restrictions on their values by Roland Riegel · 17 years ago
  47. d099030 implement reading and writing of config files (fix debian bug #247030) by Roland Riegel · 17 years ago
  48. ac1aa56 print to windows using streams by Roland Riegel · 17 years ago
  49. b8c86da more coding style fixes by Roland Riegel · 17 years ago
  50. 61bfa80 fix debian bug #417449 by Roland Riegel · 17 years ago
  51. e6a081f replace "average smoothness" by average window period in seconds by Roland Riegel · 17 years ago
  52. 6eab983 use spaces for indention by Roland Riegel · 17 years ago
  53. 654fa31 rewrite setting handling by Roland Riegel · 17 years ago
  54. fb51fe0 change coding style by Roland Riegel · 17 years ago
  55. f4658c2 update copyright by Roland Riegel · 17 years ago
  56. 968733c make it compile again by Roland Riegel · 17 years ago
  57. b2b955b fix behaviour on 64 bit systems reformat ChangeLog by Roland Riegel · 17 years ago
  58. ea0ea75 - update copyright in help message by Roland Riegel · 21 years ago
  59. 868bc0d - merged HP-UX port by Roshan Sequeira <roshans@india.hp.com> by Roland Riegel · 21 years ago
  60. 325f5b7 - forgot to initialize some vars by Roland Riegel · 21 years ago
  61. 737abfd - add some useful key shortcuts by Roland Riegel · 21 years ago
  62. 8dbc769 -fix BSD memory leak by Roland Riegel · 21 years ago
  63. c57e2e8 - general source code cleanup - adjust build system to newer autotool versions by Roland Riegel · 21 years ago
  64. 71827bb -make it compile with gcc 3.x by Roland Riegel · 22 years ago
  65. 55cd20c -make nload ready for 0.5.0 by Roland Riegel · 22 years ago
  66. b81e493 -display IP address of devices by Roland Riegel · 22 years ago
  67. f9ad219 -now "make install" copies the binary again by Roland Riegel · 22 years ago
  68. bbbbd71 Removed 2 warnings concerning double to long longg int conversion by Helder Correia · 22 years ago
  69. 537fd1b -fixed some bugs which appeared when resizing the option window by Roland Riegel · 22 years ago
  70. 5c765e3 -removed ugly curses callback (notification of form field changes); integrated into curses classes now by Roland Riegel · 22 years ago
  71. 9971ddd -more code cleanups (put curses into OO classes) -some UI fixes by Roland Riegel · 22 years ago
  72. 1313058 -fix two mem leaks by Roland Riegel · 22 years ago
  73. cae0e2e -fixed a bug introduced shortly: CTRL+C now works again by Roland Riegel · 22 years ago
  74. 69e5c7d -now nload displays a real average by Roland Riegel · 22 years ago
  75. bd33600 -some more cleanups -fixed some compiler warnings by Roland Riegel · 22 years ago
  76. 9231b00 -more code cleanups/simplifications by Roland Riegel · 22 years ago
  77. 255c69e -updated some more mail addresses by Roland Riegel · 22 years ago
  78. 03989eb -reorganized code (not finished yet) by Roland Riegel · 22 years ago
  79. 26b9fd8 -reorganized option handling in option window by Roland Riegel · 23 years ago
  80. 16a284f -query the keyboard every 100ms, not only before screen update by Roland Riegel · 23 years ago
  81. 16ebafa -remove unnecessary #include by Roland Riegel · 23 years ago
  82. 1e3f501 -proceeded with the options window by Roland Riegel · 23 years ago
  83. 92bafe3 -number units freely configurable with regard to bits and bytes by Roland Riegel · 23 years ago
  84. 81ee516 -added configure window (not yet useful, press 'o' to see it) by Roland Riegel · 23 years ago
  85. 1c3d0ef modularize command line argument handling by Roland Riegel · 23 years ago
  86. 21bb3e3 files generated automatically by autotools, so delete them by Roland Riegel · 23 years ago
  87. b410882 fix compiler warning by Roland Riegel · 23 years ago
  88. 89754ea added #include missing on OpenBSD by Roland Riegel · 23 years ago
  89. 01e3d66 Regenerating... by Helder Correia · 23 years ago
  90. 81cef74 prepare for release 0.4.0 by Roland Riegel · 23 years ago
  91. f6a64ca add some copyright statements by Roland Riegel · 23 years ago
  92. d2d1d3c tripled graph resolution by adding two additional drawing chars by Roland Riegel · 23 years ago
  93. 4026563 fix: handle network device restarts by Roland Riegel · 23 years ago
  94. 8448b91 OK Roland, now I think the stuff is finally working, except the man page is not installed anymore, but I will fix it by Helder Correia · 23 years ago
  95. 5a07fc9 ported to BSD and Solaris, but not yet enabled by Roland Riegel · 23 years ago
  96. c6ade74 Removed curses LDADD by Helder Correia · 23 years ago
  97. dcdf089 OK, now working with autoconf 2.13 and automake 1.4p5 from RedHat 7.2 by Helder Correia · 23 years ago
  98. 5b4941f --help output fixed by Roland Riegel · 23 years ago
  99. da4c9fd added switches -u and -U by Roland Riegel · 23 years ago
  100. 0f18a6c banned {m,re}alloc; some code cleanups by Roland Riegel · 23 years ago