summaryrefslogtreecommitdiff
path: root/logger
AgeCommit message (Expand)AuthorFilesLines
2011-11-24Fail on missing gobject-instrospection makefileNicolas Dufresne1-1/+3
2011-11-24Post release version bumpNicolas Dufresne1-1/+1
2011-11-18Update check-c-style.sh from telepathy-glibCosimo Alfarano1-0/+13
2011-11-18Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano3-3/+3
2011-11-18Replace g_array_free with g_array_unrefCosimo Alfarano3-5/+5
2011-11-18Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano4-19/+19
2011-11-01Version 0.2.12Nicolas Dufresne2-3/+12
2011-10-31Version 0.2.11Nicolas Dufresne2-3/+20
2011-10-31Improve GObject introspection anotationNicolas Dufresne3-8/+19
2011-10-31Remove call to g_thread_init()Nicolas Dufresne1-12/+0
2011-10-31Fixing some non-quiet actionsNicolas Dufresne2-7/+7
2011-10-31Correctly enable silent build outputNicolas Dufresne1-1/+1
2011-10-14Fix observer singleton and select featuresNicolas Dufresne8-44/+59
2011-07-15Avoid dereferencing NULL pointersVincent Penquerc'h1-25/+39
2011-06-27Fix action chain not to free result in finishNicolas Dufresne1-2/+5
2011-06-27Post version bumpNicolas Dufresne1-1/+1
2011-05-26version 0.2.10Nicolas Dufresne2-5/+21
2011-05-26test_add_superseding_event: add some edit timestampsDavid Laban1-3/+14
2011-05-26Use gint64 for timestamps (not guint64)David Laban4-17/+17
2011-05-26Update timestamp recording in text-channelDavid Laban1-10/+38
2011-05-26Add edit-timestamp, and remove original-timestampDavid Laban3-33/+33
2011-05-26Revert "Update tests to use original-timestamp"David Laban1-9/+5
2011-05-26Merge branch 'fix-insert-after'Nicolas Dufresne8-89/+119
2011-05-26Optimise _tpl_log_manager_get_filtered_events()Nicolas Dufresne1-44/+9
2011-05-26Add a testcase for bug #37288Emilio Pozuelo Monfort1-0/+23
2011-05-26Fix destroy function for get_entities_asyncEmilio Pozuelo Monfort1-1/+1
2011-05-26Move event_queue_insert_sorted_after() to utilNicolas Dufresne3-38/+44
2011-05-26Style fix two empty line between functionNicolas Dufresne1-0/+8
2011-05-26Test case where first call is older then any textNicolas Dufresne4-3/+39
2011-05-26Add comment to explain a bit the testsNicolas Dufresne1-0/+4
2011-05-26Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne2-27/+40
2011-05-26Fixed initialised but unused warningNicolas Dufresne1-3/+1
2011-05-25Fix warn not checking system() return valueNicolas Dufresne1-1/+4
2011-05-25log-store-xml.c: fix uninitialised variable warningDavid Laban1-1/+1
2011-05-24Update tests to use original-timestampDavid Laban1-5/+9
2011-05-24text-channel: Put original-message-sent/received into original-timestampDavid Laban1-1/+18
2011-05-24add_text_event/parse_text_node: use original-timestamp for editsDavid Laban1-4/+31
2011-05-24add_{text,call}_event: s/timestamp/time_str/David Laban1-10/+10
2011-05-24log_store_xml_format_timestamp()David Laban1-2/+8
2011-05-24text-event: add original-timestamp propertyDavid Laban2-0/+32
2011-05-24text-event: s/dup_supersedes/get_supersedes/David Laban3-25/+11
2011-05-19fixup! fixup! Test message edits that have broken timestampsDavid Laban1-9/+9
2011-05-19fixup! fixup! Add tests to cover messages arriving a bit/a lot lateDavid Laban1-2/+2
2011-05-19fixup! fixup! Store, save and test message-token and supersedes-tokenDavid Laban1-2/+2
2011-05-19fixup! fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban1-4/+4
2011-05-19fixup! tpl_text_event_{add,dup}_supersedesDavid Laban1-0/+1
2011-05-19fixup! Test message edits that have broken timestampsDavid Laban1-9/+22
2011-05-19fixup! Add tests to cover messages arriving a bit/a lot lateDavid Laban1-2/+4
2011-05-19fixup! Store events in the correct file according to their timestampDavid Laban1-1/+1
2011-05-19fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban1-17/+31