1. e43a35f Implement setting filter for explicitely allowing a single value by Roland Riegel · 8 years ago
  2. f2eddb0 Enhance setting filters such that they can tell the filter loop to quit by Roland Riegel · 8 years ago
  3. fee4093 Add .gitignore by Roland Riegel · 8 years ago
  4. 011b595 Fix write beyond end of array (thanks to Liu Yang) by Roland Riegel · 8 years ago
  5. 040ede3 Rename configure.in to configure.ac as required by current autoconf by Roland Riegel · 8 years ago
  6. a282340 Reformat README with Markdown now that we are hosted at GitHub by Roland Riegel · 8 years ago
  7. d4388ce clarify that syntax of global configuration file equals the user-specific one by Roland Riegel · 13 years ago
  8. cfc0cdd fix compilation with ncurses on GNU/OpenSolaris and OpenIndiana (thanks to Mats Erik Andersson) by Roland Riegel · 13 years ago
  9. 9067912 fix garbage after device names on BSD by Roland Riegel · 13 years ago
  10. 4229b96 fix man page install for srcdir != builddir (thanks to Stuart Henderson) by Roland Riegel · 13 years ago
  11. a5715a7 prepare new release by Roland Riegel · 13 years ago v0.7.4
  12. 77b3577 bump version number to 0.7.4 by Roland Riegel · 13 years ago
  13. d922260 use unsigned integers for statistical counters by Roland Riegel · 13 years ago
  14. a738efc update copyright for 2012 by Roland Riegel · 13 years ago
  15. fd1d6ec use unsigned integers for statistical counters by Roland Riegel · 14 years ago
  16. 2d21dae fix overflow computation, and use bitmasks instead of modulo calculation by Roland Riegel · 14 years ago
  17. eade8cc newer Linux kernels use 64 bit counters, so use string conversion into long long to read procfs/sysfs files by Roland Riegel · 14 years ago
  18. 87834d5 fix strict-aliasing violation by Roland Riegel · 14 years ago
  19. 459cd00 update copyright prepare new release by Roland Riegel · 14 years ago v0.7.3
  20. 338a8cd workaround for faulty newwin() in ncurses 5.8 by Roland Riegel · 14 years ago
  21. 42c4faa fix memory leak in BSD network device detection by Roland Riegel · 14 years ago
  22. b32438f correctly escape minus signs by Roland Riegel · 14 years ago
  23. f9c6679 fix calculation of traffic and data units (see also Debian bug #586943) by Roland Riegel · 14 years ago
  24. 6d95265 fix factor calculation in human-readable mode (thanks to Kirby Zhou) by Roland Riegel · 17 years ago
  25. 2e9f286 prepare new release by Roland Riegel · 17 years ago v0.7.2
  26. cd8e928 prepare new release by Roland Riegel · 17 years ago
  27. 5c2ca7c fix compilation for g++ 4.3 by Roland Riegel · 17 years ago
  28. 7ad1c8e prepare release by Roland Riegel · 17 years ago v0.7.1
  29. cc2421d use sysconfdir given to configure by Roland Riegel · 17 years ago
  30. 0281635 this is the branch which contains nload 0.7.x, after all by Roland Riegel · 17 years ago
  31. c0a4797 forget about devices mentioned in the config file when they have been specified on the command line by Roland Riegel · 17 years ago
  32. 4dc672d make parameters for template constructor mandatory, they are needed anyway when specifying a setting value by Roland Riegel · 17 years ago
  33. ca5b082 prepare release by Roland Riegel · 17 years ago v0.7.0
  34. 83f6b80 update copyright by Roland Riegel · 17 years ago
  35. 70443c8 change defaults for traffic units to human readable by Roland Riegel · 17 years ago
  36. 264daa9 ensure reasonable device list by Roland Riegel · 18 years ago
  37. 7ca41a3 make shown devices configurable at run time and save this setting as well by Roland Riegel · 18 years ago
  38. 821d212 put format version into config files by Roland Riegel · 18 years ago
  39. ed4a99e rewrite the linux proc devreader using c++ style by Roland Riegel · 18 years ago
  40. fe9303b silence compiler warnings by Roland Riegel · 18 years ago
  41. 7c2e859 again fix hpux compilation (crappy aCC precompiler expands macros within class definitions...) by Roland Riegel · 18 years ago
  42. d0a1625 abort configure script if ncurses is not found by Roland Riegel · 18 years ago
  43. 27e5e39 implement hpux device detection by Roland Riegel · 18 years ago
  44. 6b83942 fix compilation of the hpux devreader by Roland Riegel · 18 years ago
  45. aebe0e2 implement filters for settings which apply restrictions on their values by Roland Riegel · 18 years ago
  46. d099030 implement reading and writing of config files (fix debian bug #247030) by Roland Riegel · 18 years ago
  47. ac1aa56 print to windows using streams by Roland Riegel · 18 years ago
  48. b8c86da more coding style fixes by Roland Riegel · 18 years ago
  49. 61bfa80 fix debian bug #417449 by Roland Riegel · 18 years ago
  50. e6a081f replace "average smoothness" by average window period in seconds by Roland Riegel · 18 years ago
  51. 6eab983 use spaces for indention by Roland Riegel · 18 years ago
  52. 654fa31 rewrite setting handling by Roland Riegel · 18 years ago
  53. fb51fe0 change coding style by Roland Riegel · 18 years ago
  54. f4658c2 update copyright by Roland Riegel · 18 years ago
  55. 968733c make it compile again by Roland Riegel · 18 years ago
  56. b2b955b fix behaviour on 64 bit systems reformat ChangeLog by Roland Riegel · 18 years ago
  57. 04f453e NLOAD_0_6_0_BRANCH by Roland Riegel · 18 years ago
  58. 313a86e This commit was manufactured by cvs2svn to create tag 'NLOAD_0_6_0_RELEASE'. by Roland Riegel · 22 years ago v0.6.0
  59. fc6f52c - bump version number - update README, ChangeLog by Roland Riegel · 22 years ago
  60. 1567b24 - large manual page update by Roland Riegel · 22 years ago
  61. ea0ea75 - update copyright in help message by Roland Riegel · 22 years ago
  62. 868bc0d - merged HP-UX port by Roshan Sequeira <roshans@india.hp.com> by Roland Riegel · 22 years ago
  63. 325f5b7 - forgot to initialize some vars by Roland Riegel · 22 years ago
  64. 737abfd - add some useful key shortcuts by Roland Riegel · 22 years ago
  65. 1c9870e - update some autoconf macros by Roland Riegel · 22 years ago
  66. 8dbc769 -fix BSD memory leak by Roland Riegel · 22 years ago
  67. c57e2e8 - general source code cleanup - adjust build system to newer autotool versions by Roland Riegel · 22 years ago
  68. 71827bb -make it compile with gcc 3.x by Roland Riegel · 23 years ago
  69. 8c43419 -fix a minor grammar mistake by Roland Riegel · 23 years ago
  70. 0ec3fb2 *** empty log message *** by Helder Correia · 23 years ago
  71. f8e5c2c spec file no more in source tree / distro by Helder Correia · 23 years ago
  72. 0fa4b00 *** empty log message *** by Helder Correia · 23 years ago
  73. 55cd20c -make nload ready for 0.5.0 by Roland Riegel · 23 years ago
  74. e7418c4 -more updates by Roland Riegel · 23 years ago
  75. b81e493 -display IP address of devices by Roland Riegel · 23 years ago
  76. 26d4733 -updates by Roland Riegel · 23 years ago
  77. f9ad219 -now "make install" copies the binary again by Roland Riegel · 23 years ago
  78. 07978b5 Using mandir macro now, more cross-distro by Helder Correia · 23 years ago
  79. 584d9a7 Decent spec file now by Helder Correia · 23 years ago
  80. bbbbd71 Removed 2 warnings concerning double to long longg int conversion by Helder Correia · 23 years ago
  81. 537fd1b -fixed some bugs which appeared when resizing the option window by Roland Riegel · 23 years ago
  82. cec3366 -updated the man page regarding the option window by Roland Riegel · 23 years ago
  83. 5c765e3 -removed ugly curses callback (notification of form field changes); integrated into curses classes now by Roland Riegel · 23 years ago
  84. 9971ddd -more code cleanups (put curses into OO classes) -some UI fixes by Roland Riegel · 23 years ago
  85. 1313058 -fix two mem leaks by Roland Riegel · 23 years ago
  86. cae0e2e -fixed a bug introduced shortly: CTRL+C now works again by Roland Riegel · 23 years ago
  87. 69e5c7d -now nload displays a real average by Roland Riegel · 23 years ago
  88. bd33600 -some more cleanups -fixed some compiler warnings by Roland Riegel · 23 years ago
  89. 9231b00 -more code cleanups/simplifications by Roland Riegel · 23 years ago
  90. 255c69e -updated some more mail addresses by Roland Riegel · 23 years ago
  91. 03989eb -reorganized code (not finished yet) by Roland Riegel · 23 years ago
  92. 91ff2d9 -man page fixes by Roland Riegel · 23 years ago
  93. e4a613e -removed efence (hope the right way) by Roland Riegel · 23 years ago
  94. 84e143a -documented new nload-user mailing list -other fixes by Roland Riegel · 23 years ago
  95. 1d92a50 -gzip now overwrites old man pages already existing on the system by Roland Riegel · 23 years ago
  96. 26b9fd8 -reorganized option handling in option window by Roland Riegel · 23 years ago
  97. 16a284f -query the keyboard every 100ms, not only before screen update by Roland Riegel · 23 years ago
  98. 16ebafa -remove unnecessary #include by Roland Riegel · 23 years ago
  99. 1e3f501 -proceeded with the options window by Roland Riegel · 23 years ago
  100. ed12c3c -man page fixed and updated (-u and -U parameters) by Roland Riegel · 24 years ago