summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-01-03curses: Add CTRL-N/CTRL-P for next/previous elementAlexis Hildebrandt
2018-01-03curses: Fix seperator linesAlexis Hildebrandt
2018-01-03Fix typographical errorsAlexis Hildebrandt
2017-02-02out_curses: use xcalloc instead of a fixed bufferNachiketa Prachanda
2016-12-13netlink: Add rx_nohandler link stat counterTobias Klauser
2016-11-12Use a monotonic clock instead of a realtime clockBaptiste Jonglez
2016-10-17Flushed stdout after every group is printed in an iteration. This allows us t...Adam Drescher
2016-10-07Changed the long format string example to be one continuous string. While thi...Adam Drescher
2016-10-07Replaced format string double quotes with single quotes to prevent the shell ...Adam Drescher
2016-08-04Fix issue #43blastmaster
2016-08-02Fix item selection after element subgroups have been removedThomas Graf
2016-08-02Use DEFAULT_GROUP instead of hardcoded stringThomas Graf
2016-08-02dummy: Use default group as first group nameThomas Graf
2016-08-02Derive initial interface selection based on policyThomas Graf
2016-07-19enabling colors for bmonblastmaster
2016-04-28format: Add missing braces around 'if' clauseTobias Klauser
2016-03-29Add 'info' option to show additional info screen by defaultThomas Graf
2016-03-26Use uintmax_t cast for some printfs.Benny Siegert
2016-03-26NetBSD does not have send or receive quotas.Benny Siegert
2016-01-29curses: Add ability to reset statisticsThomas Graf
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