summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Include config.h as the first thing in every .c fileHEADmasterDebarshi Ray13-0/+29
2013-01-09Bump minimum GLib version to 2.28Debarshi Ray1-1/+1
2012-12-29Merge remote-tracking branch 'origin/telepathy-logger-0.6'Xavier Claessens4-16/+32
2012-10-30start on version 0.6.1Jonny Lamb2-1/+6
2012-10-30version 0.6.0telepathy-logger-0.6.0Jonny Lamb2-7/+7
2012-10-30Add missing file in gitignoreNicolas Dufresne1-0/+1
2012-10-30tools: Remove telepathy-glib-env from version controlDebarshi Ray1-9/+0
2012-10-30tools: expect a tar.bz2 not a tar.gzJonny Lamb2-10/+10
2012-10-30log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne1-0/+13
2012-10-29Fix distcheck, missing file in clean listNicolas Dufresne1-0/+1
2012-10-29NEWS: summary for 0.6.0Jonny Lamb1-2/+13
2012-09-27Merge branch 'cleanup'Will Thompson10-257/+50
2012-09-25Ignore cscope.out fileWill Thompson1-0/+1
2012-09-25TplLogStore: remove :name property entirely.Will Thompson4-43/+0
2012-09-25Make TplLogStore:name immutable.Will Thompson8-59/+14
2012-09-25LogManager: rearrange creating log stores a little.Will Thompson1-26/+25
2012-09-25LogManager: simplify checking for duplicate storesWill Thompson1-9/+3
2012-09-25TplLogStore: make :readable property immutableWill Thompson6-45/+11
2012-09-25TplLogStore: remove writable property.Will Thompson6-90/+11
2012-09-25TplLogStore: attach doc comments to the right propertiesWill Thompson1-11/+11
2012-09-25Correct some typos in docstringsWill Thompson1-4/+4
2012-08-30log-walker: Don't leak the GList nodeDebarshi Ray1-1/+1
2012-08-29log-walker: Add an example explaining how to use the APIDebarshi Ray1-0/+135
2012-08-29Fix distcheck, missing file in clean listNicolas Dufresne1-0/+1
2012-08-29Rename is_begin into is_startNicolas Dufresne2-10/+10
2012-08-28Fix doc warning: missing field in TplLogWalkerClassNicolas Dufresne1-0/+1
2012-08-28Documentation fixNicolas Dufresne7-12/+22
2012-08-28Add missing file in gitignoreNicolas Dufresne1-0/+1
2012-08-28Add missing valgrind suppressionNicolas Dufresne1-0/+7
2012-08-28doc: Add log-*-internal.h to IGNORE_HFILES and link to log-walker.xmlDebarshi Ray2-0/+5
2012-08-28tools: Remove telepathy-glib-env from version controlDebarshi Ray1-9/+0
2012-08-28tests: Add a test for log-walker/rewindDebarshi Ray1-0/+90
2012-08-28tests: Add a test for log-walker/get-eventsDebarshi Ray2-0/+294
2012-08-28tests: Add new TpLogger and purple logs to flex the TplLogWalkerDebarshi Ray7-2/+70
2012-08-28tests: Add a test for log-iter-pidgin/rewindDebarshi Ray1-0/+270
2012-08-28tests: Add a test for log-iter-pidgin/get-eventsDebarshi Ray2-0/+577
2012-08-28tests: Add a test for log-iter-xml/rewindDebarshi Ray1-0/+195
2012-08-28tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2-0/+234
2012-08-28log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne1-0/+13
2012-08-28log-walker: Implement rewindDebarshi Ray1-0/+57
2012-08-28log-walker: Add rewind skeletonDebarshi Ray2-0/+107
2012-08-28log-walker: Keep a list of (iter, count) tuplesDebarshi Ray1-0/+45
2012-08-28log-iter-pidgin: Implement rewindDebarshi Ray1-0/+70
2012-08-28log-iter-xml: Implement rewindDebarshi Ray1-0/+70
2012-08-28log-iter: Add a rewind pure virtual methodDebarshi Ray2-0/+23
2012-08-28log-walker: Treat the internal state as a critical sectionDebarshi Ray1-2/+32
2012-08-28log-walker: Add is_begin and is_end methods, and use them in get_eventsDebarshi Ray2-2/+56
2012-08-28log-iter-pidgin: Implement get_eventsDebarshi Ray1-0/+65
2012-08-28log-store-pidgin: Implement create_iterDebarshi Ray1-0/+19
2012-08-28Add TplLogIterPidgin skeletonDebarshi Ray3-0/+321