summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version 0.2.5telepathy-logger-0.2.5Nicolas Dufresne2011-03-032-3/+16
|
* Fix another 32 vs 64bits bugEmilio Pozuelo Monfort2011-03-031-1/+1
|
* Post release version bumpNicolas Dufresne2011-03-011-1/+1
|
* version 0.2.4telepathy-logger-0.2.4Nicolas Dufresne2011-03-012-2/+22
|
* Fix XML store test crash on 32bit machineNicolas Dufresne2011-03-011-4/+5
| | | | | | The XML store was allocating event passing native integers as timestamp property, which was causing crash on 32bit since TPL timestamp are 64bit.
* Fix and complete ld.so supressionsNicolas Dufresne2011-03-011-0/+24
|
* Merge branch 'trivia'Nicolas Dufresne2011-03-014-11/+2
|\
| * Moved sqlite test with dbus testsNicolas Dufresne2011-03-013-1/+1
| |
| * Moves observer test with dbus testsNicolas Dufresne2011-03-013-10/+1
| | | | | | | | Also removed unused dependency to TplChannelTest.
* | Merge branch 'trivia'Nicolas Dufresne2011-03-013-12/+4
|\ \ | |/
| * Logger is now fully LGPL, no need to mention GPLNicolas Dufresne2011-03-011-5/+0
| |
| * Remove GNOME and GNOME_DOC stuff from configureNicolas Dufresne2011-03-011-3/+0
| |
| * Initialise variables that get freed in out labelNicolas Dufresne2011-03-011-4/+4
| |
* | Make the introspection files be 0.2 instead of 1.0Emilio Pozuelo Monfort2011-03-011-8/+8
|/
* Merge branch 'master' of ↵Nicolas Dufresne2011-03-011-2/+3
|\ | | | | | | ssh://git.freedesktop.org/git/telepathy/telepathy-logger
| * log-manager: Add output annotations.Jasper St. Pierre2011-03-011-2/+3
| |
| * Set an error if text event body is empty or NULLNicolas Dufresne2011-02-281-1/+6
| | | | | | | | | | this prevent later crash as we where returning FALSE without setting the error.
* | Post release version bumpNicolas Dufresne2011-03-011-1/+1
| |
* | version 0.2.3telepathy-logger-0.2.3Nicolas Dufresne2011-02-282-2/+16
| |
* | Set an error if text event body is empty or NULLEmilio Pozuelo Monfort2011-02-281-1/+6
|/ | | | | this prevent later crash as we where returning FALSE without setting the error. (fd.o#31121)
* Convert timestamp from uint to int64 on sent messageNicolas Dufresne2011-02-281-1/+2
| | | | | | This was causing issue on 32bit machines as the 32bit timestamp was passed to g_object_new(), resulting in a vararg structure 32bit shorter then expected by GObject.
* Post release version bumpNicolas Dufresne2011-02-281-1/+1
|
* Version 0.2.2telepathy-logger-0.2.2Nicolas Dufresne2011-02-282-2/+20
|
* Add a XML log store test for add_eventNicolas Dufresne2011-02-281-0/+174
|
* Change fixture->store to be a TplLogStoreNicolas Dufresne2011-02-281-24/+22
| | | | | This reduces the amount of code since it is used as a TplLogStore mostly everywhere.
* Fix _xml_get_filtered_events() to return num_eventsNicolas Dufresne2011-02-281-11/+9
| | | | | This method would return more the num events, and the the multi-backend code was fixing it auto-magically.
* Free dates with g_date_free() instead of g_free()Nicolas Dufresne2011-02-281-1/+1
|
* Fix is_room check in log_store_xml_get_events_for_file()Nicolas Dufresne2011-02-281-1/+1
|
* Fix logic to get target entity for roomsNicolas Dufresne2011-02-281-1/+2
|
* Introspection: use $(LIBTPL_HEADERS) to get the public headersEmilio Pozuelo Monfort2011-02-281-8/+3
|
* configure: say whether we're building introspection supportEmilio Pozuelo Monfort2011-02-281-1/+1
|
* Start work on introspection support.Jasper St. Pierre2011-02-285-6/+135
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=34770
* Post release version bumpNicolas Dufresne2011-02-251-1/+1
|
* version 0.2.1Nicolas Dufresne2011-02-242-3/+19
|
* Merge branch 'tests-fix'Nicolas Dufresne2011-02-245-191/+137
|\
| * Fix test_get_dates() to use GDate methodNicolas Dufresne2011-02-241-3/+3
| | | | | | | | | | This test was using g_free() to free dates. Also was sorting GDate with g_strcmp0.
| * Convert test_get_events_for_date() to _async() methodNicolas Dufresne2011-02-241-6/+24
| |
| * Convert test_get_entities() to use _async() methodNicolas Dufresne2011-02-241-7/+26
| |
| * Convert test_get_dates() to use _async() methodNicolas Dufresne2011-02-241-8/+29
| |
| * Move non-test code on topNicolas Dufresne2011-02-241-77/+78
| |
| * Replace empty log-manager test with test-searchesNicolas Dufresne2011-02-244-22/+1
| |
| * Remove dead test codeNicolas Dufresne2011-02-242-92/+0
| |
* | test-tpl-log-store-xml: don't ignore system() return value so gcc is happyGuillaume Desmottes2011-02-241-1/+3
|/
* Let glib allocate the GList element for usSjoerd Simons2011-02-241-1/+1
| | | | | | GList elements are usually allocated using the slice allocator, not pure malloc, but we can't rely on that. So instead of allocating the structure ourselves use the dedicated allocation function.
* Post release version bumpSjoerd Simons2011-02-241-1/+1
|
* Sort entities to make test deterministictelepathy-logger-0.2.0Danielle Madeley2011-02-241-0/+12
|
* Don't pass time_t to g_object_new when property is guint64Danielle Madeley2011-02-243-6/+6
| | | | Causes an offset of 4 bytes on 32-bit systems.
* Change for telepathy-logger 0.2.0 releaseNicolas Dufresne2011-02-232-8/+40
|
* Comment the auto-magic script creationNicolas Dufresne2011-02-231-16/+19
| | | | | Nobody seem do know what those target does and they clearly break distcheck target so I'm commenting it for now.
* Add missing test script to EXTRA_DISTNicolas Dufresne2011-02-231-0/+4
|