summaryrefslogtreecommitdiff
path: root/telepathy-logger
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation fixNicolas Dufresne2012-08-285-12/+16
* 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
* log-walker: Implement get_eventsDebarshi Ray2012-08-281-1/+78
* log-walker: Add get_events skeletonDebarshi Ray2012-08-282-0/+154
* log-iter-xml: Implement get_eventsDebarshi Ray2012-08-281-0/+65
* log-manager: Implement walk_filtered_eventsDebarshi Ray2012-08-282-0/+57
* log-store-xml: Implement create_iterDebarshi Ray2012-08-281-0/+19
* log-store: Add a create_iter pure virtual methodDebarshi Ray2012-08-282-0/+24
* Add TplLogIterXml skeletonDebarshi Ray2012-08-283-0/+321
* log-store: Add G_TYPE_OBJECT as a prerequisite of TPL_TYPE_LOG_STOREDebarshi Ray2012-08-281-0/+1
* Add TplLogWalker skeletonDebarshi Ray2012-08-285-0/+219
* Add TplLogIter skeletonDebarshi Ray2012-07-203-0/+149
* Drop unused TplChannelXavier Claessens2012-07-043-133/+0
* Stop using TplChannel interfaceXavier Claessens2012-07-047-158/+16
* Drop TplChannelFactoryXavier Claessens2012-07-043-163/+0
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-042-147/+7
* Add TplClientFactoryXavier Claessens2012-07-047-1/+204
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-044-25/+131
* TplTextChannel: Stop using TplActionChainXavier Claessens2012-07-041-80/+62
* TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2012-07-042-112/+16
* TplCallChannel: Stop using TplActionChainXavier Claessens2012-07-041-57/+46
* No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens2012-07-042-45/+0
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-044-10/+3
* Remove streamed media channel supportXavier Claessens2012-07-034-733/+0
* Disable single include of telepathy-glib headersXavier Claessens2012-07-0323-49/+27
* log-manager: Fix annotations on get_filtered_eventsJasper St. Pierre2012-05-281-2/+3
* Fix introspection warningsJasper St. Pierre2012-05-288-28/+28
* Limit end-reason to enum values rather then max intNicolas Dufresne2012-03-281-1/+1
* Style fixNicolas Dufresne2012-03-281-2/+2
* Be safe when CM sends change state multiple timesNicolas Dufresne2012-03-281-0/+5
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-2810-391/+143
* Fail on missing gobject-instrospection makefileNicolas Dufresne2011-11-241-1/+3
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-182-2/+2
* Replace g_array_free with g_array_unrefCosimo Alfarano2011-11-183-5/+5
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-183-4/+4
* Improve GObject introspection anotationNicolas Dufresne2011-10-313-8/+19
* Fixing some non-quiet actionsNicolas Dufresne2011-10-311-3/+3
* Fix observer singleton and select featuresNicolas Dufresne2011-10-145-40/+47
* Avoid dereferencing NULL pointersVincent Penquerc'h2011-07-151-25/+39