index
:
~smcv/folks
folks-0-2
folks-0-4
folks-0-6
folks-0-8
gdbus-properties2
master
next
next-0998
next-decore
next-factory
next-gdbus
pohly-event-processing
wip/arbitrary-field-interface
Unnamed repository; edit this file 'description' to name the repository.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
tracker
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-16
tracker: Don’t warn if prepare() fails due to the bus disappearing
Philip Withnall
1
-2
/
+7
2014-01-29
backends: Fix calls to ImDetails.normalise_im_address()
Philip Withnall
1
-3
/
+2
2014-01-04
core: Tighten up definition of Persona.display_id to ensure it’s unique
Philip Withnall
1
-8
/
+3
2013-12-09
build: Allow backend libraries to have individual API versions
Philip Withnall
2
-31
/
+3
2013-12-09
build: Factor common backends/*/lib makefilery into backend-library.mk
Philip Withnall
1
-106
/
+15
2013-12-09
build: Minor build simplification
Philip Withnall
1
-2
/
+1
2013-12-09
build: Allow backend libraries to have separate LT versions from libfolks.so
Philip Withnall
1
-1
/
+1
2013-11-27
build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.ac
Philip Withnall
1
-0
/
+1
2013-10-29
build: Fix PKG_CONFIG_PATH for calls to g-ir-scanner
Philip Withnall
1
-0
/
+4
2013-10-28
backends: Fix paths in *-uninstalled.pc.in pkg-config files
Philip Withnall
1
-1
/
+1
2013-10-25
build: Disable some GCC warnings for generated C code
Philip Withnall
1
-0
/
+1
2013-10-25
build: Whitespace cleanup in various Makefile.am files
Philip Withnall
1
-8
/
+8
2013-10-21
backends: Work around a Vala const-array null-termination bug
Philip Withnall
2
-3
/
+10
2013-09-24
build: Generate backends’ GIR files using valac rather than g-ir-scanner
Philip Withnall
1
-31
/
+9
2013-07-08
Revert "build: Don’t build Vala headers in a subdirectory unnecessarily"
Philip Withnall
1
-3
/
+3
2013-07-05
build: Don’t build Vala headers in a subdirectory unnecessarily
Philip Withnall
1
-3
/
+3
2013-07-05
build: Remove generated C/H/vapi/stamp files from MAINTAINERCLEANFILES
Philip Withnall
1
-13
/
+2
2013-07-05
build: Use target-specific VALAFLAGS rather than AM_VALAFLAGS
Philip Withnall
1
-10
/
+1
2013-07-02
Link the support library GIRs against libfolks
Emilio Pozuelo Monfort
1
-1
/
+4
2013-07-01
Add namespace and version to libfolks-tracker GIR
Travis Reitter
2
-0
/
+31
2013-06-24
Generate FolksTracker gir file
Travis Reitter
1
-0
/
+57
2013-04-12
Include ERROR_CFLAGS everywhere we compile C code
Simon McVittie
1
-0
/
+1
2013-04-04
folks, backends: use "small sets" instead of hash sets most of the time
Simon McVittie
3
-33
/
+37
2013-04-03
Do not explicitly link libfolks-internal.la into things
Simon McVittie
1
-1
/
+0
2013-04-03
backends: when adding a persona by details, do not assume HashSet
Simon McVittie
1
-3
/
+3
2013-03-06
Add -I$(top_srcdir) throughout
Simon McVittie
1
-0
/
+1
2013-02-10
Port folks to libgee 0.8.
Travis Reitter
5
-34
/
+32
2012-12-30
documentation: Document which yielding methods are safe to call concurrently
Philip Withnall
1
-1
/
+57
2012-08-14
docs: Use correct Valadoc syntax for monospaced content
Philip Withnall
2
-3
/
+3
2012-08-14
tracker backend fixed to match last vala release.
Erick Pérez Castellanos
2
-78
/
+78
2012-07-24
Revert "Change libgee dependency from 0.6 to 0.8."
Jeremy Whiting
3
-4
/
+4
2012-07-24
Revert "Port folks to libgee 0.8."
Jeremy Whiting
2
-28
/
+28
2012-07-23
Removed locks in trf-persona-store that are not needed.
Jeremy Whiting
1
-32
/
+19
2012-07-23
Cut unnecessary Trf.PersonaStore._is_prepared locking.
Travis Reitter
1
-78
/
+75
2012-07-23
Prevent extra "concurrent" PersonaStore.prepare() calls from one thread.
Travis Reitter
1
-0
/
+4
2012-07-23
Fix Tracker structure locking for user-initiated Persona adds.
Travis Reitter
1
-25
/
+27
2012-07-16
tracker: Throw an error if personas are added before store is prepared.
Jeremy Whiting
1
-0
/
+7
2012-07-06
Port folks to libgee 0.8.
Jeremy Whiting
2
-28
/
+28
2012-07-05
Change libgee dependency from 0.6 to 0.8.
Jeremy Whiting
3
-4
/
+4
2012-06-27
tracker: Unmark a method as asynchronous
Philip Withnall
1
-2
/
+2
2012-06-27
core: Add a profiling API and implement some profiling points
Philip Withnall
2
-0
/
+19
2012-04-25
Bug 663890 — @throws annotations missing for some functions
Philip Withnall
1
-0
/
+7
2012-03-05
Factor out the tracker-sparql major number.
Travis Reitter
5
-8
/
+8
2012-01-27
Only add non-empty Role or PostalAddress fields in Tracker backend
Travis Reitter
2
-13
/
+25
2012-01-08
build: Add an --enable-code-coverage configure parameter
Philip Withnall
1
-0
/
+2
2012-01-08
build: Tidy up use of AM_* variables in Makefile.ams
Philip Withnall
1
-16
/
+12
2011-12-13
Release version 0.6.6
FOLKS_0_6_6
Travis Reitter
1
-2
/
+2
2011-12-10
Bug 665692 — Use constructors correctly
Philip Withnall
2
-27
/
+59
2011-12-09
backends: Tidy up prepare() and unprepare() methods’ mutual exclusion
Philip Withnall
1
-1
/
+13
2011-11-25
Ensure NameDetails public strings are non-null as we promise.
Travis Reitter
1
-0
/
+2
[next]