summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-18LICENSE: simplifybustle-0.4.0Will Thompson1-13/+3
2012-01-18.cabal: Expunge reference to bustle-dbus-monitor.cWill Thompson1-1/+4
2012-01-18Let's call this 0.4.0Will Thompson2-2/+2
2012-01-18Add huge ugly license blocks to source filesWill Thompson11-0/+198
2012-01-17Disable exit-on-close to work around a GLib bug.Will Thompson1-0/+6
2012-01-17Makefile: run ldd-me-up only after building the UIWill Thompson1-1/+2
2012-01-17Ship pcap, gmp and ffi in binary tarballsWill Thompson5-1/+254
2012-01-17LICENSE: update for bustle-dbus-monitor removalWill Thompson1-9/+3
2012-01-17Update "documentation"Will Thompson3-16/+17
2012-01-17Renderer: explicitly track columns in useWill Thompson1-18/+20
2012-01-17Add a message dumper toolWill Thompson2-0/+28
2012-01-17Pcap: correctly handle NameOwnerChanged for unique namesWill Thompson1-2/+2
2012-01-17Renderer: fix confused thinking about edgemost appsWill Thompson1-11/+4
2012-01-17Renderer: tell shapes en-mass where possibleWill Thompson1-3/+8
2012-01-17Format ASCII-printable arrays of bytes as StringsWill Thompson1-0/+11
2012-01-17UI: Reset the window if nothing is recordedWill Thompson2-22/+38
2012-01-17UI: show a “please hold” page until first message arrivesWill Thompson2-1/+22
2012-01-17UI: MonadIO-ify a couple of functionsWill Thompson1-6/+8
2012-01-17Recorder: process messages in 200ms batchesWill Thompson1-22/+43
2012-01-16Mention live-logging in NEWS.Will Thompson1-2/+4
2012-01-16Include timestamps in live logsWill Thompson4-8/+35
2012-01-16Delete the old monitorWill Thompson2-514/+0
2012-01-16Show messages in the UI as they're received.Will Thompson3-5/+49
2012-01-16Renderer: allow combining RendererResultsWill Thompson3-8/+117
2012-01-16HUnit-ify the Renderer test, and rename it.Will Thompson3-40/+46
2012-01-16Make Participants a MonoidWill Thompson1-14/+30
2012-01-16Test that historic participants are countedWill Thompson2-0/+52
2012-01-16Renderer: make Participants showableWill Thompson1-0/+2
2012-01-13Recorder: feed messages through the loader and rendererWill Thompson2-7/+37
2012-01-13Monitor: hand message data to UI.Will Thompson1-4/+7
2012-01-13Loader: expose isRelevantWill Thompson1-16/+19
2012-01-13monitor: signal all messages up to the applicationWill Thompson1-20/+11
2012-01-13Renderer: move warnings to writer's outputWill Thompson1-20/+27
2012-01-13canvas: don't crash if we try to invalidate while unrealizedWill Thompson1-4/+8
2012-01-13Add regionSelectionFlattenWill Thompson2-0/+14
2012-01-13Regions: add regionSelectionAppendWill Thompson2-0/+24
2012-01-13Add a bunch of deps to the interactive pcap test...Will Thompson1-1/+7
2012-01-13Add Test-suite section for regions testWill Thompson2-0/+7
2012-01-13Renderer: expose API to process logs incrementallyWill Thompson1-21/+46
2012-01-13Renderer: lazily initialize startTimeWill Thompson1-13/+17
2012-01-13Pcap: simplify message parsingWill Thompson1-17/+7
2012-01-13pcap-monitor: include details in message-logged signal.Will Thompson4-42/+73
2012-01-13pcap-monitor: use GByteArray internallyWill Thompson1-11/+19
2012-01-13NEWS for eavesdropping fixWill Thompson1-1/+4
2012-01-13Add Cosimo to About dialogWill Thompson1-0/+1
2012-01-13pcap-monitor: specify eavesdrop=trueWill Thompson1-6/+18
2012-01-13Free filters as wellCosimo Alfarano1-1/+2
2012-01-13Add eavesdrop=true when supportedCosimo Alfarano1-5/+98
2012-01-13fix an OOM situationCosimo Alfarano1-5/+9
2012-01-13Support directed signalsWill Thompson8-39/+95