summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* build: Simplify file substitutionDaiki Ueno2019-07-251-16/+18
* build: Simplify pathname handlingDaiki Ueno2019-07-251-9/+9
* secret-password: Mark @schema argument nullable for *v functionsDaiki Ueno2019-07-181-36/+24
* secret-value: Add secret_value_unref_to_passwordDaiki Ueno2019-07-182-6/+37
* tests: Add tests for binary variant of secret_{lookup,store}Daiki Ueno2019-07-181-0/+73
* secret-password: Add store_binary functionsDaiki Ueno2019-07-182-0/+247
* secret-password: Add lookup_binary functionsDaiki Ueno2019-07-182-26/+162
* secret-password: Add search functionsDaiki Ueno2019-07-185-7/+344
* secret-item: Implement SecretRetrievableInterfaceDaiki Ueno2019-07-181-12/+59
* secret-retrievable: New interface to represent read-only itemDaiki Ueno2019-07-185-0/+378
* build: Suppress compiler warning if compiled with G_DISABLE_ASSERTDaiki Ueno2019-06-291-0/+1
* tests: undef G_DISABLE_ASSERTDaiki Ueno2019-06-2910-0/+20
* secret-version: Remove garbage after #endifDaiki Ueno2019-06-171-1/+1
* Fix -Wunknown-pragmas triggered by secret-version.hMichael Catanzaro2019-06-131-1/+4
* Add version macrosSutou Kouhei2019-06-094-1/+87
* util: Port from GSimpleAsyncResult to GTaskNiels De Graef2019-05-181-43/+42
* paths: Port from GSimpleAsyncResult to GTaskNiels De Graef2019-05-181-304/+273
* Port Service and Session to GTaskNiels De Graef2019-05-152-132/+141
* Stop using g_assert() in unit testsNiels De Graef2019-05-1210-454/+454
* Use proper prefix for SecretCollection flagsEmmanuele Bassi2019-05-111-2/+2
* Remove a needless tabKouhei Sutou2019-05-071-1/+1
* Add missing GType to flags in .girKouhei Sutou2019-05-072-2/+7
* secret-paths: Add (nullable) if allowed.Niels De Graef2019-03-012-12/+12
* meson: Pass correct header to generate_gir to fix broken vapiRico Tzschichholz2019-01-251-0/+1
* Drop accidentially committed .dirstampRico Tzschichholz2019-01-251-0/+0
* Remove deprecated g_type_class_add_private()Niels De Graef2019-01-244-15/+8
* Don't end G_DEFINE_AUTOPTR_CLEANUP_FUNC with a ;Niels De Graef2019-01-196-6/+6
* Add build support for MesonNiels De Graef2019-01-192-0/+189
* Add support for g_autoptr() to our typesNiels De Graef2019-01-197-0/+16
* Remove useless macro to check GLib versionNiels De Graef2019-01-1910-31/+0
* Revert "Merge branch 'wip/dueno/search' into 'master'"Daiki Ueno2018-12-075-349/+7
* Secret item schema name is optionalTomasz Miąsko2018-10-191-2/+2
* password: Add secret_password_search* functionsDaiki Ueno2018-10-195-7/+349
* secret-session: Avoid double-free in service_encode_plain_secret()Daiki Ueno2018-07-201-2/+0
* build: Remove unused constantsDaiki Ueno2018-06-063-39/+0
* build: Make DBus code generation more portableDaiki Ueno2018-03-311-3/+3
* lib/schemas: Add secret_get_schema() accessor for SECRET_SCHEMA_*sPhilip Withnall2018-03-222-2/+47
* mock: Pad the common secret with zero bytes to make it exactly 128 bytes longDmitry Shachnev2017-11-071-0/+2
* Spelling fixesVille Skyttä2017-10-155-17/+17
* secret-methods: Don't unref NULL when search failsMichael Catanzaro2017-09-061-1/+1
* secret-value: Don't annotate secret_value_unref as (allow-none)Debarshi Ray2017-07-171-1/+1
* build: Use $-quoted string to escape newlinePhilip Chimento2017-05-221-2/+1
* Build Vala tests with -fPICDavid King2017-02-011-0/+1
* Remove double check on collection_path in secret-collection.cGarima Gaur2016-12-121-19/+14
* Use Unicode in translatable stringsPiotr Drąg2016-10-181-2/+2
* Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.Robert Ancell2016-05-301-1/+1
* libsecret: Get rid of PyGI warnings about unspecified versionsDmitry Shachnev2016-04-073-0/+12
* Fix typosAntonio Murdaca2016-03-082-5/+5
* mock: Remove unused codeDmitry Shachnev2016-02-143-72/+1
* mock: Port to Python 3Dmitry Shachnev2016-02-146-78/+45