summaryrefslogtreecommitdiff
path: root/telepathy-logger
Commit message (Expand)AuthorAgeFilesLines
* log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne2012-10-301-0/+13
* 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
* Fix action chain not to free result in finishNicolas Dufresne2011-06-271-2/+5
* Use gint64 for timestamps (not guint64)David Laban2011-05-264-17/+17
* Update timestamp recording in text-channelDavid Laban2011-05-261-10/+38
* Add edit-timestamp, and remove original-timestampDavid Laban2011-05-263-33/+33
* Merge branch 'fix-insert-after'Nicolas Dufresne2011-05-264-71/+62
|\
| * Optimise _tpl_log_manager_get_filtered_events()Nicolas Dufresne2011-05-261-44/+9
| * Move event_queue_insert_sorted_after() to utilNicolas Dufresne2011-05-263-38/+44
| * Style fix two empty line between functionNicolas Dufresne2011-05-261-0/+8
| * Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne2011-05-261-12/+24
* | Fix destroy function for get_entities_asyncEmilio Pozuelo Monfort2011-05-261-1/+1
|/
* log-store-xml.c: fix uninitialised variable warningDavid Laban2011-05-251-1/+1
* text-channel: Put original-message-sent/received into original-timestampDavid Laban2011-05-241-1/+18
* add_text_event/parse_text_node: use original-timestamp for editsDavid Laban2011-05-241-4/+31
* add_{text,call}_event: s/timestamp/time_str/David Laban2011-05-241-10/+10
* log_store_xml_format_timestamp()David Laban2011-05-241-2/+8
* text-event: add original-timestamp propertyDavid Laban2011-05-242-0/+32
* text-event: s/dup_supersedes/get_supersedes/David Laban2011-05-242-14/+6
* fixup! fixup! Store, save and test message-token and supersedes-tokenDavid Laban2011-05-191-2/+2
* fixup! fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban2011-05-191-4/+4
* fixup! tpl_text_event_{add,dup}_supersedesDavid Laban2011-05-191-0/+1
* fixup! Store events in the correct file according to their timestampDavid Laban2011-05-191-1/+1
* fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban2011-05-191-17/+31