summaryrefslogtreecommitdiff
path: root/folks/backend-store.vala
Commit message (Expand)AuthorAgeFilesLines
* profiling: Use sysprof as the profiling libraryCorentin Noël2023-01-151-4/+4
* all: Fix various typos and incorrect terminologyPhilip Withnall2020-06-181-1/+1
* core: Avoid zero-length printf() format strings in debug code pathsPhilip Withnall2017-07-051-1/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-101-3/+3
* core: Accept FOLKS_DEBUG_NO_COLOR as an alternative to the UK spellingPhilip Withnall2015-03-171-1/+3
* core: Correctly resolve symlinks when loading backendsPhilip Withnall2014-06-251-4/+39
* core: Unprepare all backends when destroying the BackendStorePhilip Withnall2014-02-161-0/+12
* core: Don’t warn if a D-Bus service is missingPhilip Withnall2014-01-301-2/+14
* folks, backends: use "small sets" instead of hash sets most of the timeSimon McVittie2013-04-041-4/+4
* testing: avoid false warningPatrick Ohly2013-03-261-2/+7
* BackendStore: provide an easier way to limit backends via environmentSimon McVittie2013-03-131-0/+78
* Port folks to libgee 0.8.Travis Reitter2013-02-101-5/+4
* documentation: Document which yielding methods are safe to call concurrentlyPhilip Withnall2012-12-301-2/+30
* docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall2012-08-141-4/+4
* Fixes to build with last vala release.Erick Pérez Castellanos2012-08-091-4/+4
* Revert "Port folks to libgee 0.8."Jeremy Whiting2012-07-241-4/+5
* Merge branch libgeetest which upgrades our libgee dependency.Jeremy Whiting2012-07-061-5/+4
|\
| * Port folks to libgee 0.8.Jeremy Whiting2012-07-061-5/+4
* | backend-store: never translate warning messagesGuillaume Desmottes2012-07-061-11/+4
* | backend-store: output a debug message if mime type of potential backends look...Guillaume Desmottes2012-07-061-0/+7
|/
* core: Add a profiling API and implement some profiling pointsPhilip Withnall2012-06-271-5/+37
* Bug 663890 — @throws annotations missing for some functionsPhilip Withnall2012-04-251-0/+2
* core: Don’t leak file contents when loading key-filesPhilip Withnall2012-04-221-2/+2
* folks: Don't set G_MESSAGES_DEBUG unconditionallyJasper St. Pierre2012-03-171-1/+1
* Build with vala 0.15Colin Walters2012-02-171-8/+8
* core: Nullability fixesPhilip Withnall2012-01-061-29/+51
* Bug 665692 — Use constructors correctlyPhilip Withnall2011-12-101-0/+5
* IndividualAggregator: s/writeable_store/primary_store/gRaul Gutierrez Segales2011-09-141-0/+2
* core: use always-writeable instead of is-writeableRaul Gutierrez Segales2011-09-141-1/+4
* Bug 656184 — Add is-quiescent propertyPhilip Withnall2011-09-021-1/+3
* Play nicely with new API in Vala 0.14Raul Gutierrez Segales2011-06-021-6/+7
* Release Folks 0.5.1.FOLKS_0_5_1Travis Reitter2011-05-131-1/+1
* Allow printing out status information at runtimePhilip Withnall2011-05-021-0/+69
* Add debug printing and formatting methods to DebugPhilip Withnall2011-05-021-1/+3
* Allow the singleton Debug instance to be retrieved without setting its flagsPhilip Withnall2011-05-021-1/+2
* Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall2011-04-271-2/+5
* Remove use of GLib.List in public BackendStore API.Travis Reitter2011-04-231-12/+4
* Release Folks 0.4.0FOLKS_0_4_0Travis Reitter2011-03-141-1/+1
* Support the 'all-others' wildcard group in BACKEND_STORE_KEY_FILE.Travis Reitter2011-02-141-1/+51
* Remove support for building with Vala < 0.11Philip Withnall2011-02-141-10/+0
* Fix the documentation version tagsPhilip Withnall2011-02-141-2/+2
* Use “dup” instead of “get” in method names which return a referenced ...Philip Withnall2011-02-141-3/+7
* Finish catching BackendStore up to our coding style.Travis Reitter2011-01-131-23/+23
* Register core debugging as global G_LOG_DOMAIN to reduce magic strings.Travis Reitter2011-01-061-1/+3
* Push flag setting into the Debug constructor.Travis Reitter2011-01-061-3/+2
* Add new API for setting debugging levels.Travis Reitter2011-01-061-2/+7
* Make Folks.Debug a class so we can store state.Travis Reitter2011-01-061-1/+3
* Refer to non-local variables and methods with full name.Travis Reitter2010-12-291-1/+1
* Maximize use of 'unowned' keyword.Travis Reitter2010-12-291-2/+3
* Maximize use of the 'var' keyword.Travis Reitter2010-12-291-17/+16