summaryrefslogtreecommitdiff
path: root/backends/tracker/lib
AgeCommit message (Expand)AuthorFilesLines
2014-02-16tracker: Don’t warn if prepare() fails due to the bus disappearingPhilip Withnall1-2/+7
2014-01-29backends: Fix calls to ImDetails.normalise_im_address()Philip Withnall1-3/+2
2014-01-04core: Tighten up definition of Persona.display_id to ensure it’s uniquePhilip Withnall1-8/+3
2013-12-09build: Allow backend libraries to have individual API versionsPhilip Withnall2-31/+3
2013-12-09build: Factor common backends/*/lib makefilery into backend-library.mkPhilip Withnall1-106/+15
2013-12-09build: Minor build simplificationPhilip Withnall1-2/+1
2013-12-09build: Allow backend libraries to have separate LT versions from libfolks.soPhilip Withnall1-1/+1
2013-11-27build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.acPhilip Withnall1-0/+1
2013-10-29build: Fix PKG_CONFIG_PATH for calls to g-ir-scannerPhilip Withnall1-0/+4
2013-10-28backends: Fix paths in *-uninstalled.pc.in pkg-config filesPhilip Withnall1-1/+1
2013-10-25build: Disable some GCC warnings for generated C codePhilip Withnall1-0/+1
2013-10-25build: Whitespace cleanup in various Makefile.am filesPhilip Withnall1-8/+8
2013-10-21backends: Work around a Vala const-array null-termination bugPhilip Withnall2-3/+10
2013-09-24build: Generate backends’ GIR files using valac rather than g-ir-scannerPhilip Withnall1-31/+9
2013-07-08Revert "build: Don’t build Vala headers in a subdirectory unnecessarily"Philip Withnall1-3/+3
2013-07-05build: Don’t build Vala headers in a subdirectory unnecessarilyPhilip Withnall1-3/+3
2013-07-05build: Remove generated C/H/vapi/stamp files from MAINTAINERCLEANFILESPhilip Withnall1-13/+2
2013-07-05build: Use target-specific VALAFLAGS rather than AM_VALAFLAGSPhilip Withnall1-10/+1
2013-07-02Link the support library GIRs against libfolksEmilio Pozuelo Monfort1-1/+4
2013-07-01Add namespace and version to libfolks-tracker GIRTravis Reitter2-0/+31
2013-06-24Generate FolksTracker gir fileTravis Reitter1-0/+57
2013-04-12Include ERROR_CFLAGS everywhere we compile C codeSimon McVittie1-0/+1
2013-04-04folks, backends: use "small sets" instead of hash sets most of the timeSimon McVittie3-33/+37
2013-04-03Do not explicitly link libfolks-internal.la into thingsSimon McVittie1-1/+0
2013-04-03backends: when adding a persona by details, do not assume HashSetSimon McVittie1-3/+3
2013-03-06Add -I$(top_srcdir) throughoutSimon McVittie1-0/+1
2013-02-10Port folks to libgee 0.8.Travis Reitter5-34/+32
2012-12-30documentation: Document which yielding methods are safe to call concurrentlyPhilip Withnall1-1/+57
2012-08-14docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall2-3/+3
2012-08-14tracker backend fixed to match last vala release.Erick Pérez Castellanos2-78/+78
2012-07-24Revert "Change libgee dependency from 0.6 to 0.8."Jeremy Whiting3-4/+4
2012-07-24Revert "Port folks to libgee 0.8."Jeremy Whiting2-28/+28
2012-07-23Removed locks in trf-persona-store that are not needed.Jeremy Whiting1-32/+19
2012-07-23Cut unnecessary Trf.PersonaStore._is_prepared locking.Travis Reitter1-78/+75
2012-07-23Prevent extra "concurrent" PersonaStore.prepare() calls from one thread.Travis Reitter1-0/+4
2012-07-23Fix Tracker structure locking for user-initiated Persona adds.Travis Reitter1-25/+27
2012-07-16tracker: Throw an error if personas are added before store is prepared.Jeremy Whiting1-0/+7
2012-07-06Port folks to libgee 0.8.Jeremy Whiting2-28/+28
2012-07-05Change libgee dependency from 0.6 to 0.8.Jeremy Whiting3-4/+4
2012-06-27tracker: Unmark a method as asynchronousPhilip Withnall1-2/+2
2012-06-27core: Add a profiling API and implement some profiling pointsPhilip Withnall2-0/+19
2012-04-25Bug 663890 — @throws annotations missing for some functionsPhilip Withnall1-0/+7
2012-03-05Factor out the tracker-sparql major number.Travis Reitter5-8/+8
2012-01-27Only add non-empty Role or PostalAddress fields in Tracker backendTravis Reitter2-13/+25
2012-01-08build: Add an --enable-code-coverage configure parameterPhilip Withnall1-0/+2
2012-01-08build: Tidy up use of AM_* variables in Makefile.amsPhilip Withnall1-16/+12
2011-12-13Release version 0.6.6FOLKS_0_6_6Travis Reitter1-2/+2
2011-12-10Bug 665692 — Use constructors correctlyPhilip Withnall2-27/+59
2011-12-09backends: Tidy up prepare() and unprepare() methods’ mutual exclusionPhilip Withnall1-1/+13
2011-11-25Ensure NameDetails public strings are non-null as we promise.Travis Reitter1-0/+2