summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-walker.c
Commit message (Expand)AuthorAgeFilesLines
* stop using tp_account_manager_get_valid_accounts()Guillaume Desmottes2013-09-251-1/+1
* version 0.8.0telepathy-logger-0.8.0Debarshi Ray2013-01-211-8/+8
* log-walker: Add since tags to docstringsDebarshi Ray2013-01-211-0/+16
* log-walker: Use a queue instead of a mutex for serializing operationsDebarshi Ray2013-01-101-37/+70
* log-walker: Use the op_res for carrying async contextNicolas Dufresne2013-01-101-26/+36
* log-walker: Use _take_error instead of _set_from_error / _error_freeNicolas Dufresne2013-01-091-8/+2
* log-walker: Use complete_in_idle() instead of idle_add()Nicolas Dufresne2013-01-091-22/+6
* log-walker: Streamline the history codeDebarshi Ray2013-01-091-16/+11
* log-walker: Run the filter synchronously in the walkerDebarshi Ray2013-01-091-6/+101
* log-walker: Rework get_eventsDebarshi Ray2013-01-091-71/+174
* 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
* Rename is_begin into is_startNicolas Dufresne2012-08-291-9/+9
* log-walker: Implement rewindDebarshi Ray2012-08-281-0/+57
* log-walker: Add rewind skeletonDebarshi Ray2012-08-281-0/+98
* log-walker: Keep a list of (iter, count) tuplesDebarshi Ray2012-08-281-0/+45
* 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-281-2/+52
* log-walker: Implement get_eventsDebarshi Ray2012-08-281-1/+78
* log-walker: Add get_events skeletonDebarshi Ray2012-08-281-0/+143
* Add TplLogWalker skeletonDebarshi Ray2012-08-281-0/+110