summaryrefslogtreecommitdiff
path: root/telepathy-logger
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Include config.h as the first thing in every .c fileHEADmasterDebarshi Ray1-0/+2
2012-09-25TplLogStore: remove :name property entirely.Will Thompson4-43/+0
2012-09-25Make TplLogStore:name immutable.Will Thompson4-50/+11
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 Thompson5-44/+11
2012-09-25TplLogStore: remove writable property.Will Thompson5-89/+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-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 Dufresne5-12/+16
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
2012-08-28log-walker: Implement get_eventsDebarshi Ray1-1/+78
2012-08-28log-walker: Add get_events skeletonDebarshi Ray2-0/+154
2012-08-28log-iter-xml: Implement get_eventsDebarshi Ray1-0/+65
2012-08-28log-manager: Implement walk_filtered_eventsDebarshi Ray2-0/+57
2012-08-28log-store-xml: Implement create_iterDebarshi Ray1-0/+19
2012-08-28log-store: Add a create_iter pure virtual methodDebarshi Ray2-0/+24
2012-08-28Add TplLogIterXml skeletonDebarshi Ray3-0/+321
2012-08-28log-store: Add G_TYPE_OBJECT as a prerequisite of TPL_TYPE_LOG_STOREDebarshi Ray1-0/+1
2012-08-28Add TplLogWalker skeletonDebarshi Ray5-0/+219
2012-07-20Add TplLogIter skeletonDebarshi Ray3-0/+149
2012-07-04Drop unused TplChannelXavier Claessens3-133/+0
2012-07-04Stop using TplChannel interfaceXavier Claessens7-158/+16
2012-07-04Drop TplChannelFactoryXavier Claessens3-163/+0
2012-07-04Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2-147/+7
2012-07-04Add TplClientFactoryXavier Claessens7-1/+204
2012-07-04TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens4-25/+131
2012-07-04TplTextChannel: Stop using TplActionChainXavier Claessens1-80/+62
2012-07-04TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2-112/+16
2012-07-04TplCallChannel: Stop using TplActionChainXavier Claessens1-57/+46
2012-07-04No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens2-45/+0
2012-07-04TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens4-10/+3
2012-07-03Remove streamed media channel supportXavier Claessens4-733/+0
2012-07-03Disable single include of telepathy-glib headersXavier Claessens23-49/+27
2012-05-28log-manager: Fix annotations on get_filtered_eventsJasper St. Pierre1-2/+3