aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-simple_stattable.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris1-2/+3
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-1/+1
2018-05-12Get rid of some GTK+-only stuff.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-20Squelch some casting-away-constness warnings.Guy Harris1-1/+1
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-16/+16
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02cli: use SPDX identifiers.Dario Lombardo1-14/+1
2017-02-19stat_tap_ui: remove leaks.Dario Lombardo1-1/+1
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-4/+5
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2015-12-29Clean up indentation.Guy Harris1-48/+48
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs1-1/+1
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+170