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