summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop autotools-based buildwip/nielsdg/drop-autotoolsNiels De Graef2019-12-2817-2122/+0
* meson: Point to the base directory of header files in pkgconfigDaiki Ueno2019-10-151-2/+3
* Merge branch 'wip/dueno/meson-libgcrypt' into 'master'Daiki Ueno2019-10-141-1/+1
|\
| * meson: Use "Requires" instead of "Requires.private" in pkgconfigDaiki Ueno2019-10-141-1/+1
|/
* Merge branch 'abderrahim/pkg-config-include' into 'master'Daiki Ueno2019-10-141-0/+1
|\
| * meson: add include directory to the generated pkg-config fileAbderrahim Kitouni2019-10-141-0/+1
|/
* Merge branch 'wip/dueno/local-file' into 'master'Daiki Ueno2019-10-1319-14/+2670
|\
| * secret-backend: Check if portal is availableDaiki Ueno2019-10-133-1/+52
| * secret-file-backend: Retrieve master password from flatpak portalDaiki Ueno2019-10-132-19/+306
| * secret-tool: Add tests using file backendDaiki Ueno2019-10-135-1/+122
| * autotools: Generate secret-tool executable in tool/Daiki Ueno2019-10-131-3/+3
| * secret-file-backend: New backend for storing secrets in fileDaiki Ueno2019-10-1312-3/+2124
| * egg-testing: Sync with gnome-keyringDaiki Ueno2019-10-132-1/+77
|/
* Merge branch 'master' into 'master'Daiki Ueno2019-10-121-0/+1
|\
| * libsecret.pc: add Libs.private field for libgcryptFabrice Fontaine2019-10-121-0/+1
|/
* Merge branch 'wip/dueno/meson-pkgconfig' into 'master'Daiki Ueno2019-10-122-42/+22
|\
| * meson: Use pkgconfig module instead of substitutionDaiki Ueno2019-10-122-26/+20
| * meson: Simplify libgcrypt detectionDaiki Ueno2019-10-111-17/+3
|/
* Merge branch 'wip/dueno/backend' into 'master'Daiki Ueno2019-10-088-67/+1004
|\
| * build: Properly expose backend vfuncs to vapiRico Tzschichholz2019-10-082-4/+6
| * secret-password: Add necessary gir annotationsDaiki Ueno2019-10-081-10/+10
| * secret-password: Port to SecretBackend interfaceDaiki Ueno2019-10-081-21/+362
| * secret-backend: Add a way to uncache singleton instanceDaiki Ueno2019-10-083-0/+18
| * secret-service: Implement SecretBackendInterfaceDaiki Ueno2019-10-082-5/+172
| * secret-backend: New interface to represent password storage backendDaiki Ueno2019-10-086-0/+412
| * secret-service: Move parent property setting to constructorDaiki Ueno2019-10-081-37/+34
|/
* Merge branch 'wip/dueno/versioning' into 'master'Niels De Graef2019-10-041-0/+13
|\
| * README.md: Mention the new versioning scheme [ci skip]Daiki Ueno2019-10-041-0/+13
|/
* Merge branch 'ftbfs-meson-wo-valgrind' into 'master'Daiki Ueno2019-09-203-3/+2
|\
| * build: Fix FTBFS using meson without valgrindXi Ruoyao2019-09-203-3/+2
|/
* Release 0.19.10.19.1Daiki Ueno2019-09-063-2/+5
* Merge branch 'fix-hang' into 'master'Daiki Ueno2019-09-051-5/+4
|\
| * service: Fix secret_service_ensure_session_finish error propagationJan Alexander Steffens (heftig)2019-09-051-5/+4
|/
* Release 0.19.00.19.0Daiki Ueno2019-09-053-3/+12
* Merge branch 'wip/dueno/tap' into 'master'Daiki Ueno2019-08-295-641/+9
|\
| * build: Use stock tap-driver from automakeDaiki Ueno2019-08-294-437/+6
| * build: Drop TAP wrapper script around GLib testsDaiki Ueno2019-08-291-204/+3
|/
* secret-tool: Fix memleakDaiki Ueno2019-08-211-0/+1
* Merge branch 'wip/dueno/meson' into 'master'Daiki Ueno2019-07-264-38/+38
|\
| * build: Simplify file substitutionDaiki Ueno2019-07-252-20/+20
| * build: Simplify pathname handlingDaiki Ueno2019-07-253-21/+21
| * build: Bump meson_version to 0.50Daiki Ueno2019-07-241-1/+1
|/
* Merge branch 'wip/dueno/simple-item' into 'master'Daiki Ueno2019-07-2216-132/+1408
|\
| * secret-tool: Switch to using the simple APIDaiki Ueno2019-07-181-65/+75
| * secret-password: Mark @schema argument nullable for *v functionsDaiki Ueno2019-07-181-36/+24
| * secret-value: Add secret_value_unref_to_passwordDaiki Ueno2019-07-183-6/+38
| * tests: Add tests for binary variant of secret_{lookup,store}Daiki Ueno2019-07-181-0/+73
| * secret-password: Add store_binary functionsDaiki Ueno2019-07-183-0/+251
| * secret-password: Add lookup_binary functionsDaiki Ueno2019-07-183-26/+165
| * secret-password: Add search functionsDaiki Ueno2019-07-186-7/+349