platform/upstream/libsecret.git
2012-03-25 Stef WalterAdd secret-tool command
2012-03-25 Stef WalterUse the correct D-Bus service name
2012-03-25 Stef WalterSupport content type application/octet-stream for passwords
2012-03-25 Stef WalterAllow NULL schema for certain service methods
2012-03-25 Stef WalterAdd secret_password_clear() function
2012-03-25 Stef WalterOnly copy the correct amount of bytes from SecretValue
2012-03-24 Stef WalterMore documentation clarifications
2012-03-24 Stef WalterAdd documentation of which parts of the API are unstable
2012-03-18 Stef WalterFine tune how schemas work
2012-03-18 Stef WalterWIP schemas
2012-03-18 Stef WalterComplete the example documentation
2012-03-18 Stef WalterRound up the documentation
2012-03-18 Stef WalterAdd python tests
2012-03-18 Stef WalterAdd support for old style Secret Service signals
2012-03-11 Stef WalterComplete javascript testing of password functionality
2012-03-11 Stef WalterFix critical assertion when secret_password_lookup_xx...
2012-03-11 Stef WalterReference nonstatic schemas when we put them in a closure
2012-03-11 Stef WalterTons of fixes for introspectable usage
2012-03-01 Stef WalterChange argument of secret_password_free() to gchar *
2012-02-17 Stef WalterAdd DOAP file for project
2012-02-17 Stef WalterRemove the gtkdoc interfaces file from git
2012-02-03 Stef WalterReference documentation
2012-02-03 Stef WalterBuild fixes for 'make distcheck'
2012-02-03 Stef WalterInitial gobject-introspection support
2012-02-03 Stef WalterRename gsecret to libsecret
2012-02-03 Stef WalterSome more documentation of the collection
2012-02-03 Stef WalterUpdate the mock service to more closely mirror real...
2012-02-03 Stef WalterTests for password functionality
2012-02-03 Stef WalterTesting item stuff, and fixing bugs
2012-02-03 Stef WalterTest creating items and collections
2012-02-03 Stef WalterSplit out tests for service and service methods
2012-02-03 Stef WalterTest storing passwords and fix bugs
2012-02-03 Stef WalterImplement CreateCollection and CreateItem and related
2012-02-03 Stef WalterSplit up the gsecret-service.c file
2012-02-03 Stef WalterMore testing, and more bug fixes
2012-02-03 Stef WalterRework how the initialization work for various proxy...
2012-02-03 Stef WalterTests for GSecretItem and GSecretValue
2012-01-23 Stef WalterSplit out starting/stopping mock service into library
2012-01-20 Stef WalterComplete most of implementation, thread safety
2012-01-16 Stef WalterComplete the gsecret_item_xxx() functions
2012-01-16 Stef WalterComplete the gsecret_password_xxx() API.
2012-01-13 Stef WalterPrompting and item deletion
2012-01-11 Stef WalterHide glib deprecation warnings in generated code
2011-11-19 Stef WalterSome build fixes
2011-11-19 Stef WalterFix problem when compiling without valgrind
2011-11-12 Stef WalterImplement gsecret_service_get_secrets_for_paths() and...
2011-11-06 Stef WalterAdd more coverage testing for search paths
2011-11-06 Stef WalterRemove built file
2011-11-06 Stef WalterValgrind integration, refactor build process
2011-11-06 Stef WalterFix for deprecations in glib 2.31.0
2011-11-06 Stef WalterAdd test for async negotiation of encrypted session
2011-11-06 Stef WalterSet the session correctly on the service
2011-11-06 Stef WalterAdd test for GSecretService singleton, and make it...
2011-11-05 Stef WalterSimple test for gsecret_service_search_paths()
2011-11-05 Stef WalterImplement the Service.SearchPath() method
2011-09-25 Stef WalterTesting of gsecret_service_ensure and friends
2011-09-25 Stef WalterAdd --enable-debug and --enable-coverage, egg tests etc
2011-09-25 Stef WalterComplete Service instantiation, add mock service, and...
2011-09-25 Stef WalterBeginnings of a mock python secret service
2011-09-25 Stef WalterAdd dependency on libgcrypt
2011-09-25 Stef WalterMore Implementation of GSecretService session related...
2011-08-08 Stef WalterInitial module setup. Implement GSecretData