summaryrefslogtreecommitdiff
path: root/gck
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark GIR constants as suchNiels De Graef2020-01-035-81/+84
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-036-41/+41
* gck: Avoid unaligned memory accessPetr Sumbera2020-01-031-14/+16
* Support Meson build systemNiels De Graef2019-12-3110-9/+228
* Replace pointer aliasing in unit testGregor Riepl2019-11-261-10/+26
* Use attribute_get_ulong instead of pointer aliasingGregor Riepl2019-11-261-4/+4
* Replaced pointer aliasing in gck-misc with memcpy/memcmpGregor Riepl2019-11-261-4/+9
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-246-23/+12
* attributes: Fix annotations syntaxMarco Trevisan (Treviño)2019-05-221-4/+4
* gck-mock: Also store objects in the order they are takenIain Lane2019-02-061-14/+61
* egg: Move mock-interaction.[ch] to egg/ directoryStef Walter2018-02-155-150/+6
* gck: Remove an unnecessary (transfer) annotationPhilip Withnall2017-01-121-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-183-3/+3
* Fix gck_enumerator_next_async annotationDaiki Ueno2016-03-081-1/+1
* gck: Update for p11-kit PKCS#11 URI specification changesStef Walter2015-08-031-5/+5
* Add (skip) annotation to gck_object_cache_get_attributesChristophe Fergeau2015-03-051-1/+1
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-035-326/+48
* configure: Dump required GLib version to 2.38Stef Walter2014-09-039-27/+0
* Release version 3.11.913.11.91Stef Walter2014-03-061-1/+1
* gck: Add gck_enumerator_set_object_type_full() functionStef Walter2014-03-034-9/+65
* gck-1.vapi: Removed incorrectly unowned 'weak' pointers in vapiStef Walter2014-03-031-1/+20
* gck: Add some precondition checks to gck_attributes_find_xxxx()Stef Walter2014-03-031-0/+4
* Makefile.am: Build vapi files and use vapi metadata correctlyStef Walter2014-03-031-1/+1
* gck: Help automake properly track libgck-testable.so dependenciesStef Walter2014-03-031-2/+6
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-0318-189/+183
* pkcs11.vapi: Use the expected prefix for C generated codeStef Walter2014-03-031-6/+6
* Gck-1.gir: Fix the C header that should be includedStef Walter2014-03-031-1/+1
* gck: Add an accessor for GckAttribute raw value dataStef Walter2014-03-034-1/+40
* Updated FSF's addressDaniel Mustieles2014-01-3134-73/+34
* Add version checking macrosStef Walter2014-01-064-1/+99