summaryrefslogtreecommitdiff
path: root/backends/key-file
AgeCommit message (Expand)AuthorFilesLines
2013-12-09backends: Add [freeze|thaw]_notify() calls to [un]prepare() in backendsPhilip Withnall1-0/+4
2013-11-27build: Move backend.mk inclusions to the top of the filesPhilip Withnall1-1/+1
2013-10-28build: Factor common automakery out of backends’ Makefile.amsPhilip Withnall1-37/+12
2013-10-28backends: Remove BackendFactory classesPhilip Withnall1-19/+6
2013-10-25build: Disable some GCC warnings for generated C codePhilip Withnall1-0/+1
2013-10-21backends: Work around a Vala const-array null-termination bugPhilip Withnall2-3/+6
2013-07-04build: Remove redundant entries from GITIGNOREFILESPhilip Withnall1-6/+0
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-5/+6
2013-04-03Do not explicitly link libfolks-internal.la into thingsSimon McVittie1-1/+0
2013-03-18all Makefiles: don't ignore or clean .c files not corresponding to ValaSimon McVittie1-1/+1
2013-03-08Mostly avoid an expensive multi-map iteration patternSimon McVittie1-13/+6
2013-03-06Add -I$(top_srcdir) throughoutSimon McVittie1-0/+1
2013-02-17Revert "build fix: Only depend on Gee 0.8.3, since 0.8.4 isn't released yet"Travis Reitter1-12/+8
2013-02-12build fix: Only depend on Gee 0.8.3, since 0.8.4 isn't released yetTravis Reitter1-8/+12
2013-02-10Port folks to libgee 0.8.Travis Reitter2-11/+9
2012-12-30documentation: Document which yielding methods are safe to call concurrentlyPhilip Withnall1-0/+2
2012-10-10keyfile: Add enable/disable_persona_store to keyfile backend.Jeremy Whiting1-13/+116
2012-08-14docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall2-4/+4
2012-08-09key-file backend fixed to match last vala release.Erick Pérez Castellanos2-5/+5
2012-07-29Release version 0.7.3FOLKS_0_7_3Philip Withnall1-2/+2
2012-07-24Revert "Change libgee dependency from 0.6 to 0.8."Jeremy Whiting1-1/+1
2012-07-24Revert "Port folks to libgee 0.8."Jeremy Whiting1-8/+7
2012-07-23Remove extra calls to set this._prepare_pending to false.Jeremy Whiting1-3/+0
2012-07-23Remove additional locks around this._is_prepared.Jeremy Whiting2-69/+62
2012-07-23Cut unnecessary Kf.PersonaStore._is_prepared locking.Travis Reitter1-111/+107
2012-07-23Prevent extra "concurrent" PersonaStore.prepare() calls from one thread.Travis Reitter1-0/+4
2012-07-07key-file: Add anti-linking supportPhilip Withnall2-2/+73
2012-07-06Port folks to libgee 0.8.Jeremy Whiting1-7/+8
2012-07-05Change libgee dependency from 0.6 to 0.8.Jeremy Whiting1-1/+1
2012-06-27core: Add a profiling API and implement some profiling pointsPhilip Withnall3-0/+16
2012-04-25Bug 663890 — @throws annotations missing for some functionsPhilip Withnall1-0/+3
2012-04-22core: Don’t leak file contents when loading key-filesPhilip Withnall1-2/+2
2012-02-17Build with vala 0.15Colin Walters1-10/+3
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-9/+18
2011-12-13Release version 0.6.6FOLKS_0_6_6Travis Reitter1-1/+1
2011-12-10Bug 665692 — Use constructors correctlyPhilip Withnall3-28/+55
2011-12-09backends: Tidy up prepare() and unprepare() methods’ mutual exclusionPhilip Withnall2-11/+52
2011-09-08Update @since tagsRaul Gutierrez Segales3-6/+6
2011-09-06core: Clarify nullability of a few propertiesPhilip Withnall1-1/+13
2011-09-02Bug 656184 — Add is-quiescent propertyPhilip Withnall2-0/+36
2011-09-02key-file: Yield when setting properties on new personasPhilip Withnall1-4/+18
2011-09-02core: Add WebServiceDetails.change_web_service_addresses()Philip Withnall1-37/+46
2011-09-02core: Add ImDetails.change_im_addresses()Philip Withnall1-50/+61
2011-09-02core: Add AliasDetails.change_alias()Philip Withnall1-8/+18
2011-08-29key-file: Allow empty Kf.Personas to be added to the persona storePhilip Withnall1-16/+2
2011-08-29core: Add PersonaStore:always-writeable-propertiesPhilip Withnall1-0/+17
2011-08-13Release version 0.6.0FOLKS_0_6_0Travis Reitter1-1/+1
2011-08-12Support vCard-like parameters for web service addressesTravis Reitter2-17/+25