replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
[metze/wireshark/wip.git] / ui / cli / tap-iostat.c
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardocli: use SPDX identifiers.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-03-13 Alexis La Gouttetap-iostat (cli): fix this statement may fall through...
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-08-29 Pascal Quantintap-iostat.c: ensure that interval is set to its maximu...
2016-06-21 Michael MannCheck for negative nanoseconds in io,stat tap.
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-02-12 Alexis La Gouttetap-iostat: fix logical ‘or’ of equal expressions ...
2016-01-23 Guy HarrisMore pinfo->fd->abs_ts to pinfo->abs_ts.
2015-09-26 Graham BloiceFix checkapi warnings
2015-06-10 Pascal Quantintshark: fix computation of iostat table width when...
2015-03-07 Guy HarrisGet rid of an unused structure member.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-11-14 Guy HarrisThe registered -z parameter string shouldn't end with...
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-11-14 Guy Harristap_ui -> stat_tap_ui.
2014-11-14 Guy HarrisFor tap UIs, register a list of parameters and some...
2014-10-13 Bill MeierAdd editor modelines and/or adjust whilespace.
2014-04-03 Bill Meier(Pedantic): set editor modelines tab-width & etc to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-30 Bill MeierUse G_GUINT64_CONSTANT(nn) instead of nnULL in a few...
2013-12-20 Bill Meiernnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-11-14 Anders BromanGet rid of Warinings [-Wmissing-prototypes]
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2013-08-09 Chris MaynardReplace tabs with spaces. Add modelines.
2013-08-09 Cal TurneyPatch for bug 9014. If the relative time is negative...
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-11 Guy HarrisThrow in a cast to squelch warnings about a value not...
2013-07-11 Guy HarrisGet rid of an unused variable.
2013-07-10 Anders BromanFrom Cal Turney:
2013-07-06 Evan HuusFrom Peter Hatina via https://bugs.wireshark.org/bugzil...
2013-05-20 Michael MannThe printf format may require 2 arguments passed and...
2013-03-07 Anders BromanUse explicit casts.
2013-03-06 Anders BromanUse explicit casts.
2012-10-24 Chris MaynardAllow <interval> to be successfully sscanf'd no matter...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-02 Anders BromanAdd default branch to try to fix buildbot [-Werror...
2012-09-02 Anders BromanFrom Cal Turney: Incorrect io-stat table format when...
2012-08-31 Anders BromanFrom Cal Turney: Fix Performance regression in tshark...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-31 Gerald CombsFrom Martin Kaiser via bug 7312:
2012-05-23 Anders BromanFrom Florent Drouin:
2012-05-11 Guy HarrisClean up indentation. (HT should not be assumed to...
2012-05-11 Guy Harrisproto_registrar_get_ftype() returns an FT_ value; make...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-03-10 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-03-06 Anders BromanTry to make the buildbot happy
2012-03-06 Anders BromanFrom Cal Turney: Try to fix the remaining warnings...
2012-03-05 Anders BromanFrom Cal Turney:
2012-02-29 Jeff MorrissRevert 41240, 41239, 41234, 41233, and (finally) 41231...
2012-02-29 Anders BromanRemove the offending %s for now.
2012-02-29 Jeff MorrissDon't use itoa(). It still doesn't compile due to...
2012-02-29 Martin MathiesonFix another couple of warnings, but not sure what to...
2012-02-29 Martin MathiesonFix several compiler warnings (a few more remain though).
2012-02-29 Anders BromanFrom Cal Turney:io,stat LOAD error, comma field ignored...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/