Niels De Graef
|
b19c309096
|
Add build support for Meson
To build with meson, use the following commands:
```
$ meson build
$ ninja -C build
# in case you want to install
$ ninja -C build install
```
|
2019-01-19 21:03:56 +00:00 |
|
Daniel Mustieles
|
ec89646b1a
|
Updated FSF's address
|
2014-01-23 13:00:05 +01:00 |
|
Stef Walter
|
3fcb3979d1
|
Fix for GStaticMutex deprecations in glib
|
2013-01-25 19:07:10 +01:00 |
|
Stef Walter
|
7cea18071b
|
Bring over a new version of the secure memory code from gcr
* This allows libraries to share the pool if they have the same
version of the secure memory code.
|
2012-10-27 12:23:39 +02:00 |
|
Stef Walter
|
125289ae45
|
Fix license header issues
* Update to LGPL 2.1
* Fix typos in license comments
* Update FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=673194
|
2012-03-31 15:33:25 +02:00 |
|
Stef Walter
|
dd83ac0db3
|
Only copy the correct amount of bytes from SecretValue
* When transferring to a null-terminated password
|
2012-03-25 12:17:03 +02:00 |
|
Stef Walter
|
b1b54f525d
|
More Implementation of GSecretService session related code.
|
2011-09-25 08:22:36 +02:00 |
|
Stef Walter
|
3dfd7aa70f
|
Initial module setup. Implement GSecretData
|
2011-08-08 17:43:47 +02:00 |
|