libfprint/libfprint
Marco Trevisan (Treviño) 2718dc02e0 vfs0050: Initialize the usb transfer buffer when allocating it
Ensure that the memory that we're going to populate via USB transfer is
initialized, otherwise valgrind may complain about (even if that's not
really an issue).
2022-10-13 05:04:03 +02:00
..
drivers vfs0050: Initialize the usb transfer buffer when allocating it 2022-10-13 05:04:03 +02:00
nbis nbis: fix build on musl 2022-07-03 02:36:55 +01:00
drivers_api.h spi-transfer: Add SPI transfer helper routines 2021-04-08 16:52:20 +00:00
empty_file build: Remove the need to modify sources for new drivers 2018-05-24 12:23:39 +02:00
fp-context.c context: Fix race when shutting down context 2022-08-16 17:14:07 +02:00
fp-context.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-device-private.h device: Fully re-evaluate suspend/resume logic when delayed 2022-05-17 20:29:00 +02:00
fp-device.c fp-device: Do not setup current action before updating temperature 2022-10-13 05:04:03 +02:00
fp-device.h Allow FpPrint data to be extended on enrollment. 2021-12-16 12:53:41 +01:00
fp-image-device-private.h image-device: Remove cancelling boolean from private data 2020-11-04 14:13:00 +01:00
fp-image-device.c Allow FpPrint data to be extended on enrollment. 2021-12-16 12:53:41 +01:00
fp-image-device.h fp-image-device: Properly include fp-device.h 2020-06-16 22:49:38 +02:00
fp-image.c libfprint: Use g_memdup2 everywhere 2022-09-27 17:10:33 +02:00
fp-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-print-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-print.c fp-print: Fix a typo in documentation 2022-10-13 05:04:03 +02:00
fp-print.h fp-print: Delete not-defined anymore functions 2020-12-09 10:26:58 +01:00
fpi-assembling.c assembling: Fix copying only partial tile on overhang 2021-06-23 22:33:07 +02:00
fpi-assembling.h fpi-assemping: Do not include unneeded headers and do not use absolute search paths 2021-03-03 19:40:49 +01:00
fpi-byte-reader.c libfprint: Use g_memdup2 everywhere 2022-09-27 17:10:33 +02:00
fpi-byte-reader.h libfprint: Use g_memdup2 everywhere 2022-09-27 17:10:33 +02:00
fpi-byte-utils.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-writer.c libfprint: Use g_memdup2 everywhere 2022-09-27 17:10:33 +02:00
fpi-byte-writer.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-compat.h fpi-compat: Add definition for g_memdup2 when not available or deprecated 2022-09-27 17:10:33 +02:00
fpi-context.h compat: Add compatibility defines for older GLib 2020-02-10 11:40:40 +01:00
fpi-device.c fpi-device: Do not leak suspend/resume tasks 2022-10-13 05:04:02 +02:00
fpi-device.h doc: Fix broken documentation for FpiDeviceUdevSubtypeFlags enum 2021-11-15 17:10:44 -05:00
fpi-image-device.c fpi-image-device: Allow overriding of enroll stages 2021-04-06 18:51:50 -04:00
fpi-image-device.h image-device: Redefine internal states and valid transitions 2020-11-04 14:13:00 +01:00
fpi-image.c libfprint: Fix a few issues with the documentation 2020-05-11 20:51:29 +02:00
fpi-image.h lib: re-add partial image flag 2020-06-04 09:34:31 -07:00
fpi-log.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-minutiae.h cleanup: Don't make nbis depend on libfprint built-sources 2019-12-04 18:50:46 +01:00
fpi-print.c libfprint: Use g_memdup2 everywhere 2022-09-27 17:10:33 +02:00
fpi-print.h print: Fix indentation 2022-06-09 15:36:10 +02:00
fpi-spi-transfer.c spi: Fix pointer cast on 32bit architectures 2021-07-06 20:56:16 +00:00
fpi-spi-transfer.h spi-transfer: Add SPI transfer helper routines 2021-04-08 16:52:20 +00:00
fpi-ssm.c ssm: Add API to silence most state change debug messages 2021-12-02 13:54:59 +01:00
fpi-ssm.h ssm: Add API to silence most state change debug messages 2021-12-02 13:54:59 +01:00
fpi-usb-transfer.c usb-transfer: Use fpi_device_add_timeout instead of g_idle_add 2021-04-28 22:16:37 +02:00
fpi-usb-transfer.h usb: Annotate access to USB buffers 2020-10-07 13:22:18 +02:00
fprint-list-supported-devices.c fprint-list: Add SPI devices to supported list 2021-06-25 12:31:52 +02:00
fprint-list-udev-hwdb.c fprint-list-udev-hwdb: Update devices from wiki 2022-09-27 16:32:09 +02:00
fprint-list-udev-rules.c list-udev-rules: Add udev rule generation for SPI 2021-06-22 19:13:48 +00:00
fprint.h Uncrustify everything except for nbis 2019-11-20 20:38:06 +01:00
libfprint.ver fprint: Move drivers to private internal library 2019-12-12 19:03:57 +01:00
meson.build fpcmoc: Support FPC moc devices 2022-10-11 08:11:38 +00:00