summaryrefslogtreecommitdiff
path: root/gck
Commit message (Expand)AuthorAgeFilesLines
* Stop using GSliceNiels De Graef2023-01-162-15/+15
* meson: fix GCK version macrosLubomir Rintel2022-08-081-3/+3
* Drop Gck list APINiels De Graef2022-07-1712-113/+43
* meson: Ensure the vala metadata is foundNiels De Graef2022-07-071-0/+0
* Drop remaning uses of strptime()Niels De Graef2022-07-071-1/+0
* egg: Drop usage of timegm in favor of GDateTimeNiels De Graef2022-07-075-32/+31
* gck: Drop pkcs11.vapinielsdg/pkcs11-drop-stuffNiels De Graef2022-06-242-52/+0
* gck: Drop pkcs11.hNiels De Graef2022-06-242-4/+0
* Replace g_memdup with g_memdup2Niels De Graef2022-06-136-15/+15
* Remove symbols filesNiels De Graef2022-06-061-306/+0
* build: Make building the Vala bindings optionalMarvin Schmidt2022-04-291-10/+12
* meson: Specify version and soversion for all the librariesCorentin Noël2022-04-091-1/+2
* gck-password: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-092-49/+23
* gck-object: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-093-92/+84
* gck-session: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-092-90/+96
* gck-slot: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-093-62/+27
* gck-enumerator: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-092-95/+68
* gck-module: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-093-64/+55
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-0917-228/+98
* gck: Use the G_DEFINE_QUARK macroCorentin Noël2022-04-093-31/+6
* gck: use the right namespace for GckUriData methodsCorentin Noël2022-04-095-46/+44
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-0913-395/+51
* gcr: Update the inclusion guard to not mention gcr-baseCorentin Noël2022-04-091-0/+3
* gck-object-cache: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-094-37/+22
* gck: Remove deprecated headerCorentin Noël2022-04-0912-504/+10
* meson: Declare libversion variables and consistently use itCorentin Noël2022-04-081-6/+7
* meson: Fix unknown kw argument in gnome.generate_girJakub Jirutka2022-01-121-1/+0
* gck: Fix several annotationsCorentin Noël2021-11-163-7/+7
* docs: fix gi-docgen annotationsAbderrahim Kitouni2021-11-141-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-1011-454/+333
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-023-3/+3
* gck-call: Make the API more consistent, making it always handle GckCall pointersMarco Trevisan (Treviño)2021-01-197-71/+133
* gck-call: Move cb_object parameter to the async_ready functionsMarco Trevisan (Treviño)2021-01-197-60/+59
* gck-call: Simplify the code by using GTask based implementationMarco Trevisan (Treviño)2021-01-1911-300/+96
* Remove Autotools buildNiels De Graef2021-01-161-260/+0
* gck: Don't use g_assert() in testsNiels De Graef2021-01-159-601/+578
* gck-object-cache: Port to GTaskNiels De Graef2021-01-121-29/+24
* gck-slot: Port from GSimpleAsyncResult to GTaskNiels De Graef2021-01-121-20/+12
* gck-slot: Add gck_slot_token_has_flags() functionMarco Trevisan (Treviño)2020-11-131-0/+39
* gck-slot: make gck_slot_has_flags to actually check the slot flagsMarco Trevisan (Treviño)2020-11-131-2/+2
* gck-slot: Fix warning string on GckTokenInfo failureMarco Trevisan (Treviño)2020-11-131-1/+1
* gck: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-315-117/+18
* gck-slot: Initialize struct tm to all-zeroesSimon McVittie2020-03-151-1/+3
* gck-slot: Improve assertion checksSimon McVittie2020-03-151-50/+49
* Don't use functions which we deprecatedNiels De Graef2020-02-072-2/+2
* Mark deprecated functions with G_DEPRECATEDNiels De Graef2020-02-071-0/+21
* gck: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+32
* meson: Add missing feature test macro'sNiels De Graef2020-01-112-0/+3
* meson: Fix pkgconfig RequiresNiels De Graef2020-01-041-0/+1
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-047-25/+39