summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* Fix typosMichael Catanzaro2015-11-131-2/+2
* Fix secret_schema_unref detection of 0 refcountChristophe Fergeau2015-10-191-8/+4
* secret-sync: Fix SecretSync leakChristophe Fergeau2015-10-191-0/+1
* Free CollectionClosure::collection_path when it's freedChristophe Fergeau2015-10-191-0/+1
* Don't leak ItemClosure::collection_pathChristophe Fergeau2015-10-191-0/+1
* collection: Fix on_create_path() leakChristophe Fergeau2015-10-191-0/+1
* test-collection: Fix string leaksChristophe Fergeau2015-10-191-2/+3
* test-collection: Fix GError leaksChristophe Fergeau2015-10-191-0/+4
* prompt: Don't leak 'owner_name' in secret_prompt_perform()Christophe Fergeau2015-10-191-1/+2
* test-prompt: Fix GError leakChristophe Fergeau2015-10-191-0/+2
* item: Fix local variable leak in on_create_path()Christophe Fergeau2015-10-191-0/+1
* item: Free SecreItem::value in finalize()Christophe Fergeau2015-10-191-0/+3
* test-item: Fix string leaksChristophe Fergeau2015-10-191-2/+4
* test-item: Fix GHashTable leakChristophe Fergeau2015-10-191-0/+1
* test-item: Fix GError leakChristophe Fergeau2015-10-191-0/+4
* Fix 'attributes' typo in API docChristophe Fergeau2015-10-191-1/+1
* secret-item: Fix 'convenince' typoChristophe Fergeau2015-10-191-1/+1
* libsecret: Fix up the tests for recent regressionsStef Walter2015-04-144-94/+111
* Add license headers to enum template filesStef Walter2014-12-042-0/+28
* Fix for GObject-Introspection annotation changesStef Walter2014-09-093-25/+8
* Makefile.am: Fix make distcheck againStef Walter2014-03-051-0/+4
* libsecret: Fix uninitialized access in _secret_attributes_validate()Stef Walter2014-03-051-1/+1
* Makefile.am: Look in $builddir for headers when building vala testsStef Walter2014-03-041-0/+1
* Makefile.am: Fix typo in last commitStef Walter2014-03-041-2/+2
* Makefile.am: Add dependencies on vapis from vala testsStef Walter2014-03-041-2/+2
* Makefile.am: Get the dependencies of libsecret-testable.so rightStef Walter2014-03-041-2/+5
* Makefile.am Fix build of vala testsStef Walter2014-03-041-15/+19
* Makefile.am: Quiet down one last ruleStef Walter2014-03-041-1/+1
* libsecret: Fix documentation typosStef Walter2014-03-041-2/+2
* libsecret: Add secret_service_encode_dbus_secret() and oppositeStef Walter2014-03-043-0/+94
* Makefile.am: Use a single Makefile.am and parallel testsStef Walter2014-03-0438-347/+355
* Remove unstable vapiStef Walter2014-01-046-86/+180
* libsecret: more sed portability changesRyan Lortie2013-12-161-1/+2
* Mark most of unstable API as stableStef Walter2013-12-1117-150/+42
* secret-prompt: Use string window idsStef Walter2013-12-114-34/+33
* tests: Fix up the javascript and python testsStef Walter2013-12-116-13/+14
* tests: Stop when either the javascript or python tests failStef Walter2013-12-111-2/+2
* test-attributes: Remove deprecated use of g_test_trap_fork()Stef Walter2013-12-111-10/+21
* libsecret: Don't use non-portable sed -i shell commandStef Walter2013-12-111-5/+14
* Fix documentation warningsStef Walter2013-12-113-1/+35
* More reliable means of checking if object was finalizedStef Walter2013-08-157-43/+86
* Clarify documentation for secret_service_clear_xxx()Stef Walter2013-08-071-2/+2
* Use AM_CPPFLAGS instead of INCLUDESStef Walter2013-06-212-2/+2
* Pass return_type to prompt async begin functions, rather than finishStef Walter2013-06-217-51/+44
* Simpler way to use custom service/collection/item typesStef Walter2013-06-213-5/+89
* collection: Have gobject-introspection and glib-mkenums recognize flagsStef Walter2013-06-211-2/+2
* service: Rename secret_service_new() and friends to open()Stef Walter2013-06-213-58/+58
* Add secret_value_get_text() function to return NULL terminated secretStef Walter2013-06-212-0/+24
* Fix return types in secret_service_search_finish() on error pathsJiří Klimeš2013-06-211-4/+4
* Do not quote NULL sentinelPeter Bloomfield2013-03-142-3/+3