summaryrefslogtreecommitdiff
path: root/telepathy-logger
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Useless message cacheNicolas Dufresne2-525/+242
2011-03-14Port to Message interfaceNicolas Dufresne1-691/+154
2011-03-10Merge trivial get_room_info to get_remote_contactsNicolas Dufresne1-27/+14
2011-03-10Update copyright and add me to list of authorsNicolas Dufresne1-1/+2
2011-03-10Fix local header includes to use double quoteNicolas Dufresne1-11/+11
2011-03-10Cache TplEntity instead of TpContactNicolas Dufresne1-67/+50
2011-03-10Properly reorder methods removing useless wrapperNicolas Dufresne1-655/+551
2011-03-03Message a(sv) contains timestamp in signed int 64bitNicolas Dufresne1-3/+4
2011-03-03Move _time_parse() to util and remove datetimeNicolas Dufresne9-159/+39
2011-03-03Port SQLite log store to GDateTimeNicolas Dufresne2-17/+37
2011-03-03Port _tpl_create_message_token() to GDateTimeNicolas Dufresne1-4/+9
2011-03-03Port XML log store to GDateTimeNicolas Dufresne1-7/+11
2011-03-03Port _tpl_time_parse() to GDateTimeNicolas Dufresne2-37/+19
2011-03-03Fix another 32 vs 64bits bugEmilio Pozuelo Monfort1-1/+1
2011-03-01Merge branch 'trivia'Nicolas Dufresne1-4/+4
2011-03-01Initialise variables that get freed in out labelNicolas Dufresne1-4/+4
2011-03-01Make the introspection files be 0.2 instead of 1.0Emilio Pozuelo Monfort1-8/+8
2011-03-01log-manager: Add output annotations.Jasper St. Pierre1-2/+3
2011-02-28Set an error if text event body is empty or NULLNicolas Dufresne1-1/+6
2011-02-28Convert timestamp from uint to int64 on sent messageNicolas Dufresne1-1/+2
2011-02-28Fix _xml_get_filtered_events() to return num_eventsNicolas Dufresne1-11/+9
2011-02-28Free dates with g_date_free() instead of g_free()Nicolas Dufresne1-1/+1
2011-02-28Fix is_room check in log_store_xml_get_events_for_file()Nicolas Dufresne1-1/+1
2011-02-28Fix logic to get target entity for roomsNicolas Dufresne1-1/+2
2011-02-28Introspection: use $(LIBTPL_HEADERS) to get the public headersEmilio Pozuelo Monfort1-8/+3
2011-02-28Start work on introspection support.Jasper St. Pierre3-6/+40
2011-02-24Let glib allocate the GList element for usSjoerd Simons1-1/+1
2011-02-24Don't pass time_t to g_object_new when property is guint64Danielle Madeley3-6/+6
2011-02-23Fix extra whitespaceNicolas Dufresne1-1/+1
2011-02-23Fix header installation directoryNicolas Dufresne1-1/+1
2011-02-23Doc fixNicolas Dufresne8-23/+45
2011-02-23Fix .pc file to represent right versionNicolas Dufresne2-1/+1
2011-02-23Fix double free in xml log store and unit testNicolas Dufresne1-1/+1
2011-02-22Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne7-53/+128
2011-02-22Make TplEntity constructors publicNicolas Dufresne8-105/+82
2011-02-22Move away from id/type pair in favor of TplEntityNicolas Dufresne10-275/+230
2011-02-11Merge branch 'remove-unused'Nicolas Dufresne7-426/+0
2011-02-11Don't leak entity object in clear_entityNicolas Dufresne1-0/+2
2011-02-11Remove unused error in rmdir_resursivelyNicolas Dufresne1-7/+3
2011-02-10Implement DBus method for clear_entityNicolas Dufresne1-0/+53
2011-02-10Implement clear_entity in XML log storeNicolas Dufresne1-0/+33
2011-02-10Implement clear_entity in TplLogManagerNicolas Dufresne2-0/+22
2011-02-10Implement clear_entity in log store base classNicolas Dufresne2-0/+17
2011-02-10Implement DBus method for ClearAccountNicolas Dufresne1-0/+45
2011-02-10Implement clear_account in XML log storeNicolas Dufresne1-0/+24
2011-02-10Implement clear_account method in LogManagerNicolas Dufresne2-0/+20
2011-02-10Implement clear_account method in LogStore base classNicolas Dufresne2-0/+13
2011-02-10Implement clear method into D-Bus serviceNicolas Dufresne1-0/+19
2011-02-10Implement clear method for XML log storeNicolas Dufresne3-0/+62
2011-02-10Implement clear method in TplLogManagerNicolas Dufresne2-0/+19