platform/upstream/libsecret.git
2012-08-06 Stef WalterBump version number
2012-08-06 Stef WalterRequire valac in order to 'make distcheck'
2012-08-06 Stef WalterDon't link to secure memory code twice
2012-08-06 Stef WalterMore licensing tweaks
2012-08-06 Stef WalterRelease version 0.8
2012-08-06 Matthias ClasenActually export SECRET_SCHEMA_NOTE
2012-08-06 Stef WalterFix up libsecret licensing
2012-07-31 Stef WalterFix introspection tests
2012-07-30 Stef WalterSupport building with automake 1.12.x
2012-07-30 Stef Waltersecret-tool: Use the correct call to wipe password...
2012-07-24 Stef WalterSet correct module flags on libsecret
2012-07-18 Stef WalterInitialize gettext in secret-tool
2012-07-16 Stef WalterRelease version 0.7
2012-07-14 Stef WalterMatch schema names for notes and network passwords
2012-07-14 Stef WalterRemove multiple definitions of SecretCollection
2012-07-14 Stef WalterRemove empty secret-unstable.h file
2012-07-14 Stef WalterAdd flags argument to secret_collection_for_alias()
2012-07-14 Stef WalterCorrect flags for SecretCollection
2012-07-14 Stef WalterRelease version 0.6
2012-07-14 Stef WalterRename secret_password_remove() to secret_password_clear()
2012-07-13 Colin Waltersbuild: Disable parallelism in tests
2012-07-13 Colin Waltersbuild: Fix parallel make issue
2012-07-13 Stef WalterProperly refer to the fact that multiple passwords...
2012-07-13 Colin Waltersbuild: Various introspection-related build fixes
2012-07-13 Stef WalterClearer warning when using unstable parts of API
2012-07-13 Stef WalterThe secret_attribute_build() functions are stable
2012-07-13 Stef WalterThe predefined secret schemas are stable
2012-07-13 Stef WalterSearch for mock-service-0.vapi in the right directory
2012-07-13 Stef WalterDocumentation fix for SecretItem:flags
2012-07-13 Stef WalterInstall headers to libsecret-1 instead of secret-1
2012-07-13 Stef WalterUpdate documentation for to have correct headers
2012-07-13 Stef WalterRelease version 0.5
2012-07-13 Stef WalterAdd missing documentation for secret_item_get_schema_name()
2012-07-13 Stef WalterMore fixes for broken vapi and gir generation
2012-07-13 Stef WalterBump the library major version number
2012-07-13 Stef WalterDocument how to build with or use libsecret
2012-07-13 Stef WalterSplit the pkg-config files, gir, and vapi into stable...
2012-07-13 Stef WalterRename the library subdirectory to libsecret
2012-07-12 Stef WalterBump version number
2012-07-12 Stef WalterAdd flags for secret_item_create and secret_collection_...
2012-07-12 Stef WalterAdd secret_item_get_schema_name() function
2012-07-12 Stef WalterAllow passing SecretSchema to secret_item_create()...
2012-07-12 Stef WalterRename secret_service_read_alias() to secret_collection...
2012-07-12 Stef WalterAdd documentation for how to migrate from libgnome...
2012-07-10 Evan Nemersonintrospection: add several missing element-type annotations
2012-07-10 Evan Nemersonvala: update metadata to reflect changes made by 89550876
2012-07-10 Stef WalterRemove erroneus precondition
2012-07-10 Stef Waltersecret_service_remove() and secret_password_remove...
2012-07-10 Stef WalterValidate that we have attributes when looking up
2012-07-09 Stef WalterRelease version 0.4
2012-07-09 Stef WalterImplement per collection search
2012-07-09 Stef WalterRegister secret service errors as DBus errors
2012-07-08 Martyn RussellDon't try to build test-vala-lang if !HAVE_INTROSPECTIO...
2012-07-06 Stef WalterGet service correctly for secret_service_set_alias()
2012-07-06 Stef WalterFix up documentation
2012-07-06 Stef WalterDisconnect the cached default SecretService if service...
2012-07-06 Stef WalterUse collection aliases with secret_password_store(...
2012-07-06 Stef WalterRename the functions that operate on a dbus item path
2012-07-05 Stef WalterMake sure notifications come in for new objects before...
2012-07-05 Stef WalterAccept NULL as a SecretService parameter for many methods
2012-07-05 Stef WalterAdd secret_collection_load_items()
2012-07-05 Stef Waltersecret_service_search() accepts a SecretSchema
2012-07-05 Stef WalterMake secret_service_search() able to unlock, load secrets
2012-07-05 Stef WalterUpdate the "Locked" property of items/collections on...
2012-07-05 Stef WalterMove secret_service_get_secrets() to secret_item_load_s...
2012-07-05 Stef WalterFix invalid pre-condition in secret_item_get_service()
2012-07-05 Stef WalterSeparate path based functionality
2012-07-05 Stef WalterDon't continue initialization of SecretService if failed
2012-07-05 Stef WalterUninitialize the mutex in SecretService
2012-07-05 Stef WalterKeep a cached SecretValue on each SecretItem
2012-06-28 Colin Waltersbuild: Remove double usage of $(srcdir)
2012-06-28 Colin Waltersbuild: Ensure aclocal finds our local macros
2012-06-28 Stef WalterRemove varargs SecretService methods
2012-06-28 Evan NemersonAdd Vala bindings.
2012-06-28 Evan NemersonFix VPATH build.
2012-06-28 Stef WalterFix python tests when libsecret is not installed
2012-06-28 Stef WalterAdd varargs function: secret_schema_new vs. secret_sche...
2012-06-27 Stef WalterIgnore built po file
2012-06-27 Stef WalterBump the version number
2012-06-27 Stef WalterFix endless loop when retrieving properties
2012-06-27 Stef WalterUse the correct 'g-properties-changed' signal
2012-06-27 Stef WalterUse correct path when initializing a collection
2012-06-27 Stef WalterCall correct method for secret_service_unlock()
2012-06-27 Stef WalterDon't dispose SecretItem proxies when they go away
2012-06-27 Stef WalterProper async behavior for seahorse_collection_delete ()
2012-06-27 Stef WalterUpdate the collection 'Items' property correctly
2012-06-27 Stef WalterFix null-pointer dereference
2012-06-27 Stef WalterUse correct variant signatures for Secret Service signals
2012-06-27 Stef WalterNotify the 'items' and 'collections' properties when...
2012-06-27 Stef WalterPass service GType to secret_service_new() and friends.
2012-06-27 Stef WalterDon't leak extra mock service when running python tests
2012-06-27 Stef WalterAdd SECRET_SCHEMA_NOTE
2012-06-25 Colin Walterssecret-tool: Don't read uninitialized variable on error...
2012-06-25 Colin Waltersbuild: Fix srcdir != builddir
2012-06-25 Piotr DrągAdded Polish translation
2012-06-25 Stef WalterRelease version 0.3
2012-06-25 Stef WalterAdd methods to get services from collections, items
2012-06-23 Stef WalterAdd secret_service_read_alias() and secret_service_set_...
2012-06-23 Stef WalterAdd methods which handle prompts for a DBus object...
2012-04-27 Stef WalterHeader path fix
next