summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-12-16netlink: BUG() if we don't have parent informationThomas Graf
2015-12-16netlink: Use ifindex of parent TC object when searching leaf qdiscsThomas Graf
2015-12-16bmon: Mark attr_def_free() and __lookup_element() staticThomas Graf
2015-12-16bmon: Properly pass NULL pointers instead of 0Thomas Graf
2015-12-16bmon: Remove dead code and make sig_exit() staticThomas Graf
2015-12-16curses: Pass in proper NULL pointerThomas Graf
2015-12-16curses: Make float2str staticThomas Graf
2015-11-15Merge pull request #30 from tklauser/ip6-link-statsThomas Graf
2015-08-06Add additional IPv6 link statsTobias Klauser
2015-07-25Update copyrightThomas Graf
2015-07-25netlink: Only disable TC stats if QoS is not available in kernelThomas Graf
2015-06-30format: Don't print error message for unavailable attributesThomas Graf
2015-05-31Fix wrong unit displayed when using "--use-bit" optionChocobo1
2015-05-31Fix inconsistency in format module exampleChocobo1
2015-04-30Explicitly include linux/if.h to fix cross-compile errorTobias Klauser
2015-01-19using `cfg_setint` is triggering an assertion in confuse library, should use ...Chocobo1
2014-12-16BSD: Provide minimal interface informationThomas Graf
2014-08-25build: Enable -WallThomas Graf
2014-08-25Annotate unused variablesThomas Graf
2014-08-25Initialize t to silence uninit warningThomas Graf
2014-08-25Remove unused write_column() functionThomas Graf
2014-08-25Remove unused variablesThomas Graf
2014-08-24curses: Handle out of memory return value of of vasprintf()fixesThomas Graf
2014-08-24proc: Silence warning of unhandled fgets() return valueThomas Graf
2014-08-24element: Remove unneeded condition, element is always member of groupThomas Graf
2014-08-24utils: Fix copy_timestamp() accuracyThomas Graf
2014-08-24curses: Check if value is provided for ngraphThomas Graf
2014-08-24proc: Fix leakage of fd if element lookup failedThomas Graf
2014-08-24Fix uint64_t printf modifiersThomas Graf
2014-08-24curses: Fix '?' to toggle quick helpThomas Graf
2014-07-20bmon: unlink list element from list before xfree()Žilvinas Valinskas
2014-07-06conf: Read global config from $(sysconfdir)/bmon.confThomas Graf
2014-06-05Fix spelling.Žilvinas Valinskas
2014-06-02osx: fix remaining compiler warningsŽilvinas Valinskas
2014-06-02osx: read interfaces, counters & etc.Žilvinas Valinskas
2014-06-02osx: Import src/in_sysctl.c from bmon v2.0.1.Žilvinas Valinskas
2014-06-02osx: bmon v3.2 compiles and linksŽilvinas Valinskas
2014-05-08unit: Do not cache unit divisor list resultThomas Graf
2014-05-08curses: only initialize curses module if actually being usedThomas Graf
2014-05-08Add -b / --use-bit option to display rates in bit/s instead of bytes/sThomas Graf
2014-05-08conf: Correctly terminate default config with CFG_END()Thomas Graf
2014-05-06ascii: Initialize prec variablesThomas Graf
2014-05-06Merge pull request #8 from valinskas/zv/bmon-sigsegvThomas Graf
2014-05-01Fixes 'bmon -i dummy:randomize' SIGSEGVŽilvinas Valinskas
2014-04-30Fix spelling of Packets.Andrew McCarthy
2013-10-05man page corrections (lintianisation) + spelling:Dmitry Smirnov
2013-07-13module: Support auto enabling and enforce single registration of moduleThomas Graf
2013-07-13curses: Use RARROW to mark selected itemThomas Graf
2013-07-05Initial importThomas Graf