summaryrefslogtreecommitdiff
path: root/backends/libsocialweb/lib/swf-persona-store.vala
AgeCommit message (Expand)AuthorFilesLines
2012-12-30documentation: Document which yielding methods are safe to call concurrentlyPhilip Withnall1-0/+4
2012-08-14Access static class members through class, not instance.Travis Reitter1-1/+1
2012-08-14docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall1-1/+1
2012-08-10docs: Various small fixes and expansions of documentationPhilip Withnall1-0/+1
2012-07-23Remove extra calls to set this._prepare_pending to false.Jeremy Whiting1-3/+0
2012-07-23Removed locks in trf-persona-store that are not needed.Jeremy Whiting1-4/+12
2012-07-23Cut unnecessary Swf.PersonaStore._is_prepared locking.Travis Reitter1-77/+74
2012-06-27core: Add a profiling API and implement some profiling pointsPhilip Withnall1-0/+10
2012-04-25Bug 663890 — @throws annotations missing for some functionsPhilip Withnall1-0/+10
2012-03-26docs: Various documentation fixesPhilip Withnall1-0/+3
2012-03-08libsocialweb: Tidy up Swf.PersonaStore.prepare() to return asynchronouslyPhilip Withnall1-76/+165
2011-12-13Release version 0.6.6FOLKS_0_6_6Travis Reitter1-1/+1
2011-12-10Bug 665692 — Use constructors correctlyPhilip Withnall1-8/+18
2011-12-09backends: Tidy up prepare() and unprepare() methods’ mutual exclusionPhilip Withnall1-1/+8
2011-12-06Bug 665039 — Crash in folks_backends_sw_backend_add_servicePhilip Withnall1-3/+25
2011-09-08Update @since tagsRaul Gutierrez Segales1-2/+2
2011-09-07libsocialweb: update bug link in lsw for quiescence supportRaul Gutierrez Segales1-1/+1
2011-09-05libsocialweb: make PersonaStores immediately quiescentRaul Gutierrez Segales1-0/+17
2011-09-02Bug 656184 — Add is-quiescent propertyPhilip Withnall1-0/+23
2011-08-29core: Add PersonaStore:always-writeable-propertiesPhilip Withnall1-0/+17
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall1-5/+5
2011-04-26Fix a potential crash in Swf.PersonaStore on destruction before preparationPhilip Withnall1-3/+8
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall1-7/+7
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall1-11/+18
2011-04-12Release version 0.5.0FOLKS_0_5_0Travis Reitter1-5/+5
2011-04-07libsocialweb: fix: update and delete contactsAlban Crequy1-2/+12
2011-04-05libsocialweb: check contacts capabilities and disconnect signalsAlban Crequy1-16/+37
2011-04-05libsocialweb: fix error PersonaStoreError.UNSUPPORTED_ON_USERAlban Crequy1-4/+2
2011-04-05libsocialweb: fix @sinceAlban Crequy1-5/+5
2011-04-05libsocialweb: use the new Contacts interfaceAlban Crequy1-20/+20
2011-04-05libsocialweb: create a separate library folks-libsocialwebAlban Crequy1-0/+235