summaryrefslogtreecommitdiff
path: root/gck/gck-module.c
Commit message (Expand)AuthorAgeFilesLines
* Drop Gck list APINiels De Graef2022-07-171-1/+1
* Replace g_memdup with g_memdup2Niels De Graef2022-06-131-1/+1
* gck-module: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-091-40/+50
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-55/+0
* gck: Remove deprecated headerCorentin Noël2022-04-091-2/+2
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-31/+24
* gck-call: Make the API more consistent, making it always handle GckCall pointersMarco Trevisan (Treviño)2021-01-191-2/+4
* gck-call: Move cb_object parameter to the async_ready functionsMarco Trevisan (Treviño)2021-01-191-2/+2
* gck-call: Simplify the code by using GTask based implementationMarco Trevisan (Treviño)2021-01-191-1/+1
* gck: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-311-13/+2
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-2/+3
* Mark GIR constants as suchNiels De Graef2020-01-031-4/+5
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-3/+3
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-4/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-181-1/+1
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Port to new p11-kit managed style functionsStef Walter2013-05-271-35/+9
* Revert changes to libtool version and removed APIStef Walter2011-12-091-4/+4
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-081-4/+4
* gck: Add documentation for newly functionsStef Walter2011-12-081-2/+2
* Include gi18n-lib.h in library sources instead of gi18n.hGabor Kelemen2011-10-171-1/+1
* gck: Documentation fix upStef Walter2011-10-121-1/+0
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-031-78/+4
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-1/+3
* gck: More introspection and documentation cleanupStef Walter2011-09-291-4/+4
* gck: Documentation, introspection, and header fixesStef Walter2011-09-291-2/+20
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-281-7/+40
* gck: Add functions for matching uri to modules and tokensStef Walter2011-09-091-0/+31
* gck: Cleanup gck API for consistencyStef Walter2011-08-251-1/+3
* gck: Add async initialization functions.Stef Walter2011-08-251-32/+118
* Remove extraneous argument from gck_module_new and gck_module_initializeStef Walter2011-07-061-6/+4
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-061-76/+55
* gck: Cleanup the documentationStef Walter2011-04-051-22/+25
* [gck] Add session options, remove module options.Stef Walter2010-09-271-43/+6
* [gck] Make various objects pretty much immutable.Stef Walter2010-08-011-163/+58
* [gck] Remove session pooling, and add concept of module list.Stef Walter2010-07-301-448/+29
* [gck] Objects keep reference to sessions not slots.Stef Walter2010-07-301-2/+5
* [gck] In preparation for public release, rename library.Stef Walter2010-07-291-0/+1228