summaryrefslogtreecommitdiff
path: root/Bustle/Loader
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Tidy up typeclass constraints in Bustle/Loader/Pcap.hsDaniel Firth1-14/+15
2018-07-04Fix hlint errors in Pcap.hsDaniel Firth1-14/+13
2018-06-15Use dbus-monitor --pcap to capture trafficWill Thompson1-2/+3
2018-05-23Add MultiParamTypeClasses pragmaWill Thompson1-1/+1
2018-05-23Add special handling for libpcap limitationWill Thompson1-3/+22
2017-10-26pcap: check link typeWill Thompson1-4/+9
2017-07-26Simplify 'Detailed' typeWill Thompson1-2/+2
2017-07-18Drop old loader supportWill Thompson1-248/+0
2016-01-27Use DLT_DBUS in pcap dumpsWill Thompson1-0/+3
2015-06-04Applicative all the thingsWill Thompson1-10/+2
2012-08-29Turn on unused-import warnings; squash 'em allWill Thompson2-5/+1
2012-08-29Remove unused dependency on binary.Will Thompson1-1/+0
2012-08-28Build against dbus 0.10.xWill Thompson2-43/+66
2012-04-25pcap: note where the memory pain supposedly startsWill Thompson1-0/+2
2012-04-22Represent bus names as TextWill Thompson2-19/+15
2012-04-22Segregate NOC events from messagesWill Thompson2-48/+55
2012-04-15Rename Bustle's tagged bus name type.Will Thompson2-7/+7
2012-04-15Use some dbus-core types rather than StringWill Thompson2-7/+23
2012-01-18Add huge ugly license blocks to source filesWill Thompson1-0/+18
2012-01-17Pcap: correctly handle NameOwnerChanged for unique namesWill Thompson1-2/+2
2012-01-13Recorder: feed messages through the loader and rendererWill Thompson1-0/+2
2012-01-13Pcap: simplify message parsingWill Thompson1-17/+7
2012-01-13Support directed signalsWill Thompson2-7/+16
2012-01-12Don't crash on UnmarshalErrorWill Thompson1-22/+12
2011-09-10Port to dbus-core 0.9.*Will Thompson1-18/+10
2011-08-05Pcap: remember message sizes in bytesWill Thompson1-4/+5
2011-08-02Pcap loader: clean upWill Thompson1-30/+55
2011-08-01Remove unnecessary importsWill Thompson1-3/+1
2011-07-30Move timestamps out into DetailedMessageWill Thompson2-51/+64
2011-07-30Fix microsecond/second/millisecond confusionWill Thompson2-20/+20
2011-07-28Filter messages to/from the bus from pcap logs tooWill Thompson1-25/+1
2011-07-27Move loaders under Bustle.LoaderWill Thompson2-0/+460