summaryrefslogtreecommitdiff
path: root/tools/dbus-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Mark GPL-only files with SPDX license identifierSimon McVittie2022-11-291-0/+1
* dbus-monitor: Disable automatic message filteringKai A. Hiller2022-10-111-1/+1
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* dbus-monitor: handle default case for binary mode headerSimon McVittie2017-04-071-0/+2
* test, tools: assert impossible values of local enums are not reachedSimon McVittie2017-04-071-2/+8
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+2
* dbus-monitor: disable automatic handling of o.fd.Peer messagesSimon McVittie2015-07-211-0/+5
* dbus-monitor: use _dbus_get_real_time instead of gettimeofdaySimon McVittie2015-03-051-10/+4
* dbus-monitor: Add timestamp to --monitor mode.Ralf Habacker2015-02-241-56/+15
* dbus-monitor: Remove empty column in --profile mode.Ralf Habacker2015-02-161-3/+1
* dbus-monitor: Combine sec and usec columns into one timestamp column and unif...Ralf Habacker2015-02-161-12/+4
* dbus-monitor: whitespaceSimon McVittie2015-02-161-1/+1
* dbus-monitor: clarify column headersSimon McVittie2015-02-161-2/+2
* dbus-monitor.c: unify columns format in --profile mode and display column hea...Ralf Habacker2015-02-161-3/+24
* dbus-monitor: convert remaining hard tabs to 8 spacesSimon McVittie2015-02-161-38/+38
* dbus-monitor: add options to log binary data with or without pcap framingSimon McVittie2015-02-041-5/+146
* dbus-monitor: add support for using BecomeMonitor to be a read-only monitorSimon McVittie2015-02-041-9/+75
* dbus-monitor: use common code from dbus-test-toolSimon McVittie2015-02-041-9/+3
* dbus-monitor: keep backwards compatibilityChengwei Yang2013-10-091-6/+25
* dbus-monitor: remove redundant match rulesChengwei Yang2013-10-081-16/+1
* Fix build on NetBSD 6.1.1 with gcc 4.5.3Chengwei Yang2013-10-081-0/+3
* Fix an incorrect sizeof.Sviatoslav Chagaev2013-09-161-1/+1
* Revert "Fix an incorrect sizeof." to fix attributionSimon McVittie2013-09-161-1/+1
* Fix an incorrect sizeof.Simon McVittie2013-09-161-1/+1
* dbus-monitor: remove unused SIGINT handlerSimon McVittie2011-08-051-8/+0
* Fix dbus-monitor using eavesdrop=true when no filters are passedCosimo Alfarano2011-07-121-4/+4
* Add "eavesdrop=true" as constant match rule for dbus-monitorCosimo Alfarano2011-07-111-5/+24
* minotaur: bail if asked to monitor >1 busWill Thompson2011-04-291-11/+35
* Fix PROFILE_TIMED_FORMAT printf warning on OSX.Mike McQuaid2010-12-041-0/+4
* Fix _IOLBF for Windows CE and also define _IONBF if needed.Marcus Brinkmann2010-05-121-1/+4
* Fixed assert raised with msvc 2008 on windows.Ralf Habacker2010-05-101-0/+5
* Port dbus tools to Windows CE.Marcus Brinkmann2010-04-131-0/+15
* dbus-monitor: use unbuffered stdout instead of handling SIGINTLennart Poettering2009-07-311-6/+8
* Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-141-5/+49
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
* Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-061-1/+1
* take out trailing comma inside an enum so non gcc compilers don't error outJohn (J5) Palmieri2008-04-161-1/+1
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * tools/dbus-monitor.c: gettimeofday() is not availableRalf Habacker2006-12-311-0/+29
* win32 compile fixRalf Habacker2006-12-311-0/+1
* * tools/dbus-monitor.c: Handle sigint so we flush stdoutJohn (J5) Palmieri2006-11-081-1/+15
* * tools/dbus-monitor.c: add profiling tools to dbus-monitorJohn (J5) Palmieri2006-11-081-4/+122
* 2006-06-14 Ross Burton <ross@openedhand.com>Ross Burton2006-06-141-10/+3
* 2005-10-29 Robert McQueen <robot101@debian.org>Robert McQueen2005-10-291-27/+50
* 2005-07-06 Colin Walters <walters@verbum.org>Colin Walters2005-07-061-1/+1
* 2005-02-17 Colin Walters <walters@verbum.org>Colin Walters2005-02-171-1/+1
* Add comment about workaround.Colin Walters2004-10-291-0/+4
* 2004-10-29 Colin Walters <walters@redhat.com>Colin Walters2004-10-291-1/+1
* 2004-06-20 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-06-201-3/+1
* monitor all types of messagesColin Walters2004-05-251-1/+27