summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Port documentation to gi-docgenMaximiliano2022-02-021-1/+0
|
* build: Use stock tap-driver from automakeDaiki Ueno2019-08-291-0/+1
| | | | | | Previously, we used a custom TAP driver written in Python. Now that Automake's TAP driver has sufficient features, the script should be no longer necessary.
* Add version macrosSutou Kouhei2019-06-091-0/+1
| | | | | | | | | | | | | | | Added macros: * SECRET_VERSION_MAJOR * SECRET_VERSION_MINOR * SECRET_VERSION_MICRO * SECRET_CHECK_VERSION These macros are widely defined in GLib based library. For example, GLib, GTK, poppler GLib and so on define them. These macros are useful to detect libsecret version on build type and from GObject Introspection based bindings.
* Makefile.am: Add check-memory target for valgrind testingStef Walter2014-03-051-0/+1
| | | | | | | Update the test-driver to accomodate this and figure out how best to implement this. Fix up 'make recheck' as well.
* libsecret: Don't use non-portable sed -i shell commandStef Walter2013-12-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720087
* secret-tool: Add a manual pageStef Walter2012-08-161-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681434
* Document how to build with or use libsecretStef Walter2012-07-131-0/+1
|
* Split the pkg-config files, gir, and vapi into stable/unstableStef Walter2012-07-131-1/+3
| | | | | | | * C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
* Rename the library subdirectory to libsecretStef Walter2012-07-131-9/+9
| | | | | | * Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.
* Add Vala bindings.Evan Nemerson2012-06-281-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678846
* Ignore built po fileStef Walter2012-06-271-0/+1
|
* Add secret-tool commandStef Walter2012-03-251-0/+1
| | | | * See usage for details on how to use it
* Round up the documentationStef Walter2012-03-181-0/+1
|
* Add python testsStef Walter2012-03-181-0/+1
|
* Complete javascript testing of password functionalityStef Walter2012-03-111-0/+2
| | | | * And fix bugs, nullable collection_path
* Reference documentationStef Walter2012-02-031-4/+22
|
* Build fixes for 'make distcheck'Stef Walter2012-02-031-0/+1
|
* Initial gobject-introspection supportStef Walter2012-02-031-0/+3
|
* Rename gsecret to libsecretStef Walter2012-02-031-3/+3
| | | | | * Fixes the namespacing capitalization issues run into with gobject-introspection and glib code tools
* Rework how the initialization work for various proxy objectsStef Walter2012-02-031-0/+1
| | | | * Fix bugs and tests
* Implement gsecret_service_get_secrets_for_paths() and friendsStef Walter2011-11-121-4/+3
| | | | * Lots of testing, fine tuning and other bits too.
* Add more coverage testing for search pathsStef Walter2011-11-061-1/+1
|
* Valgrind integration, refactor build processStef Walter2011-11-061-2/+6
| | | | | | | | * Cleanup secure memory allocator for valgrind. * Bring valgrind headers in. * Add lots of suppressions for glib, gdbus, gcrypt * Fix up a bunch of bugs where things weren't getting freed * Add new 'make check-memory' target
* Fix for deprecations in glib 2.31.0Stef Walter2011-11-061-0/+1
|
* Simple test for gsecret_service_search_paths()Stef Walter2011-11-051-1/+2
|
* Add --enable-debug and --enable-coverage, egg tests etcStef Walter2011-09-251-0/+8
|
* Complete Service instantiation, add mock service, and initial testStef Walter2011-09-251-0/+3
| | | | * Not yet tested, but compiles
* More Implementation of GSecretService session related code.Stef Walter2011-09-251-0/+3
|
* Initial module setup. Implement GSecretDataStef Walter2011-08-081-0/+26