Post-release version bump
[platform/upstream/folks.git] / backends / libsocialweb /
2013-06-25 Travis ReitterGenerate FolksLibsocialweb gir file
2013-04-12 Simon McVittieInclude ERROR_CFLAGS everywhere we compile C code
2013-04-04 Simon McVittiefolks, backends: use "small sets" instead of hash sets...
2013-04-03 Simon McVittieDo not explicitly link libfolks-internal.la into things
2013-03-18 Simon McVittieall Makefiles: don't ignore or clean .c files not corre...
2013-03-13 Simon McVittieDon't do manual memory management for libsocialweb...
2013-03-12 Simon McVittieDo not assign to VALAFLAGS
2013-03-06 Simon McVittieAdd -I$(top_srcdir) throughout
2013-02-18 Travis ReitterRelease version 0.9.0 FOLKS_0_9_0
2013-02-11 Travis ReitterPort folks to libgee 0.8.
2012-12-30 Philip Withnalldocumentation: Document which yielding methods are...
2012-11-24 Jeremy Whitinglsw: Add enable|disable_persona_store api to libsocialw...
2012-08-15 Travis ReitterAccess static class members through class, not instance.
2012-08-14 Philip Withnalldocs: Use correct Valadoc syntax for monospaced content
2012-08-09 Philip Withnalldocs: Various small fixes and expansions of documentation
2012-07-24 Jeremy WhitingRevert "Change libgee dependency from 0.6 to 0.8."
2012-07-24 Jeremy WhitingRevert "Port folks to libgee 0.8."
2012-07-23 Jeremy WhitingRemove extra calls to set this._prepare_pending to...
2012-07-23 Jeremy WhitingRemoved locks in trf-persona-store that are not needed.
2012-07-23 Jeremy WhitingRemove additional locks around this._is_prepared.
2012-07-23 Travis ReitterCut unnecessary Swf.PersonaStore._is_prepared locking.
2012-07-06 Jeremy WhitingMerge branch libgeetest which upgrades our libgee depen...
2012-07-06 Jeremy WhitingPort folks to libgee 0.8.
2012-07-05 Jeremy WhitingChange libgee dependency from 0.6 to 0.8.
2012-06-28 Jeremy WhitingAdd folks-internal to libsocialweb backend library...
2012-06-27 Philip Withnallcore: Add a profiling API and implement some profiling...
2012-04-30 Guillaume DesmottesMerge branch 'folks-0-6'
2012-04-25 Philip WithnallBug 663890 — @throws annotations missing for some functions
2012-03-26 Philip Withnalldocs: Various documentation fixes
2012-03-08 Philip Withnalllibsocialweb: Tidy up Swf.PersonaStore.prepare() to...
2012-01-08 Philip Withnallbuild: Add an --enable-code-coverage configure parameter
2012-01-08 Philip Withnallbuild: Tidy up use of AM_* variables in Makefile.ams
2011-12-13 Travis ReitterRelease version 0.6.6 FOLKS_0_6_6
2011-12-10 Philip WithnallBug 665692 — Use constructors correctly
2011-12-09 Philip Withnallbackends: Tidy up prepare() and unprepare() methods...
2011-12-06 Philip WithnallBug 665039 — Crash in folks_backends_sw_backend_add_service
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-07 Raul Gutierrez Segaleslibsocialweb: update bug link in lsw for quiescence...
2011-09-06 Philip Withnallcore: Clarify nullability of a few properties
2011-09-05 Raul Gutierrez Segaleslibsocialweb: make PersonaStores immediately quiescent
2011-09-02 Philip WithnallBug 656184 — Add is-quiescent property
2011-09-02 Philip Withnallcore: Add WebServiceDetails.change_web_service_addresses()
2011-09-02 Philip Withnallcore: Add UrlDetails.change_urls()
2011-09-02 Philip Withnallcore: Add NameDetails.change_*() methods
2011-09-02 Philip Withnallcore: Make NameDetails.structured_name nullable
2011-09-02 Philip Withnallcore: Add GenderDetails.change_gender()
2011-09-02 Philip Withnallcore: Add AvatarDetails.change_avatar()
2011-09-02 Philip Withnallcore: Add ImDetails.change_im_addresses()
2011-08-29 Philip Withnallcore: Add PersonaStore:always-writeable-properties
2011-08-25 Travis ReitterUse ERROR_VALAFLAGS as intended.
2011-08-16 Raul Gutierrez SegalesDon't use const string[] , Vala doesn't handle them...
2011-08-13 Travis ReitterRelease version 0.6.0 FOLKS_0_6_0
2011-08-12 Travis ReitterSupport vCard-like parameters for URLs
2011-08-12 Travis ReitterSupport vCard-like parameters for web service addresses
2011-08-12 Travis ReitterSupport vCard-like parameters for IM addresses
2011-08-11 Travis ReitterImplement FieldDetails.equal()/hash() in terms of the...
2011-08-03 Philip WithnallBug 649296 — Folks backend files shouldn't begin with...
2011-08-01 Travis ReitterFix link in Swf.Persona docs to Folks.AvatarDetails...
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-20 Philip WithnallFix visibility of TpfPersona.avatar and SwfPersona...
2011-07-20 Philip WithnallMinor documentation fix for SwfPersona.avatar
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
2011-07-19 Philip WithnallAllow NameDetails.nickname to be writeable
2011-06-23 Travis ReitterDon't make the Libsocialweb backend depend directly...
2011-06-18 Philip WithnallBug 652463 — Tidy up CLEANFILES
2011-06-02 Alban Crequylibsocialweb: Swf.Persona stores SocialWebClient.Contact
2011-05-13 Travis ReitterGenerate backend library headers in folks/ subdirs.
2011-05-10 Alexander LarssonEnsure includes are done with <folks/*.h>
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-26 Philip WithnallFix a potential crash in Swf.PersonaStore on destructio...
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallChange UrlDetails.urls to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange Backend.persona_stores to be a Map<string, Perso...
2011-04-23 Philip WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-07 Alban Crequylibsocialweb: fix: update and delete contacts
2011-04-05 Alban Crequylibsocialweb: check contacts capabilities and disconnec...
2011-04-05 Alban Crequylibsocialweb: factor build_facebook_jid and build_iid
2011-04-05 Alban Crequylibsocialweb: make gender_string lowercase before compa...
2011-04-05 Alban Crequylibsocialweb: use BACKEND_NAME in build_uid
2011-04-05 Alban Crequylibsocialweb: fix error PersonaStoreError.UNSUPPORTED_O...
2011-04-05 Alban Crequylibsocialweb: fix @since
2011-04-05 Alban Crequylibsocialweb: use the new Contacts interface
2011-04-05 Alban Crequylibsocialweb: convert GenericArray to LinkedHashSet
2011-04-05 Alban Crequylibsocialweb: prepare code to receive several urls...
2011-04-05 Alban Crequylibsocialweb: create a separate library folks-libsocialweb
2011-04-05 Alban Crequylibsocialweb: Don't crash when D-Bus method Query.OpenV...
2011-04-05 Marco Barisionelibsocialweb: Print debugging info after initializing...
2011-04-05 Marco Barisionelibsocialweb: Automatically merge Facebook XMPP contact...
2011-04-05 Marco Barisionelibsocialweb: Make Sw.Persona retrieve gender and URLs...
2011-04-05 Marco Barisionelibsocialweb: Make Sw.Persona implement the NameDetails...
2011-04-05 Marco Barisionelibsocialweb: add new backend