summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-27tests: Adjust timeouts to avoid CI failuresbenzea/ci-timeoutsBenjamin Berg2-1/+4
2020-03-27ci: Print coverage data once available so that gitlab can parse itMarco Trevisan (Treviño)1-0/+1
2020-03-20Properly set the dependencies in the pkg-config fileLaurent Bigonville2-0/+5
2020-03-20meson: Fix linking issue of libfprint with newer gccBenjamin Berg1-1/+1
2020-03-20ci: Update CI after the fdo template changesBenjamin Berg1-5/+5
2020-03-20Revert "ci: Fix CI syntax error"Benjamin Berg1-1/+1
2020-03-20Revert "ci: Fix unknown keys in CI"Benjamin Berg1-1/+1
2020-03-13vfs0050: Fix incorrect destructor for GErrorBastien Nocera1-1/+1
2020-03-13aes1610: Fix memory leakBastien Nocera1-1/+1
2020-03-13ci: Fix unknown keys in CIBastien Nocera1-1/+1
2020-03-13ci: Fix CI syntax errorBastien Nocera1-1/+1
2020-03-13ci: s/flatpack/flatpak/Bastien Nocera1-2/+2
2020-02-27meson: Add fpi-compat.h to the private headersMarco Trevisan (Treviño)1-0/+1
2020-02-19tests: Cast to correct pointer type rather than gpointerBenjamin Berg1-1/+1
2020-02-19tests: Fix reading of gboolean into pointerBenjamin Berg1-1/+3
2020-02-10Update for 1.90.1 releasev1.90.1Benjamin Berg2-1/+36
2020-02-10tests: Make meson be aware of the single python unit testsMarco Trevisan (Treviño)3-9/+78
2020-02-10tests/virtual-image: Use introspection names for errorsMarco Trevisan (Treviño)1-4/+2
2020-02-10fp-device: Return error if trying to list a storage-less deviceMarco Trevisan (Treviño)2-0/+27
2020-02-10meson: Use gnu99 as default C standardMarco Trevisan (Treviño)1-2/+1
2020-02-10meson: Depends on gusb 0.2.0, but only enable tests on 0.3.0Marco Trevisan (Treviño)2-2/+2
2020-02-10gitignore: Remove autotools ignores, add _buildMarco Trevisan (Treviño)1-22/+1
2020-02-10meson: Create include directories in build treeBenjamin Berg3-0/+4
2020-02-10tests: Return skip error if import failsBenjamin Berg1-14/+18
2020-02-10compat: Use new GDate autoptr and define if neededMarco Trevisan (Treviño)4-7/+5
2020-02-10comapt: Add FpDeviceClass compatibility autoptr and use itMarco Trevisan (Treviño)5-12/+12
2020-02-10compat: Add compatibility defines for older GLibBenjamin Berg5-0/+37
2020-02-05ci: Use extends to define extra libfprint variablesMarco Trevisan (Treviño)2-31/+32
2020-02-05ci: Exclude flatpak job from the schedulesMarco Trevisan (Treviño)1-5/+5
2020-02-05ci: Use a template to define libfprint dependenciesMarco Trevisan (Treviño)2-25/+28
2020-01-23meson: Use versioned name for autosuspend udev rulesMarco Trevisan (Treviño)1-1/+1
2020-01-23Change SONAME and all the library paths to libfprint-2Marco Trevisan (Treviño)4-10/+11
2020-01-23doc/meson: Use ignore_headers instead of scan_argsMarco Trevisan (Treviño)1-4/+1
2020-01-23meson: Use project name for log domainMarco Trevisan (Treviño)1-1/+1
2020-01-21upekts: Fix use-after-free in an error conditionBenjamin Berg1-2/+4
2020-01-20synaptics: Immediately complete verification if finger removedMarco Trevisan (Treviño)1-6/+22
2020-01-20synaptics: Report a verify complete error on unexpected resultMarco Trevisan (Treviño)1-2/+4
2020-01-20synaptics: Remove unneeded complete error/data parametersMarco Trevisan (Treviño)2-16/+3
2020-01-20synaptics: Always report verify state early on non-matchMarco Trevisan (Treviño)1-0/+3
2020-01-20synaptics: Really check if a print is device databaseMarco Trevisan (Treviño)1-1/+1
2020-01-20tests: Add missing NULL terminator to g_object_newBenjamin Berg1-1/+1
2020-01-17test-fpi-device: Verify driver enroll errorsMarco Trevisan (Treviño)1-0/+54
2020-01-17test-fpi-device: Add tests for verify/identify warningsMarco Trevisan (Treviño)1-1/+174
2020-01-17examples/verify: Prompt match/no-match report in callbackMarco Trevisan (Treviño)1-16/+17
2020-01-17test-fpi-device: Verify device action error operationsMarco Trevisan (Treviño)3-42/+227
2020-01-17test-fpi-device: Fix file descriptionMarco Trevisan (Treviño)1-2/+1
2020-01-17test-fpi-device: Add more probe tests with errorsMarco Trevisan (Treviño)1-0/+65
2020-01-17test-fpi-device: Add tests for error message creationMarco Trevisan (Treviño)1-6/+24
2020-01-17fpi-device: Only mark a device as closed if the operation succeededMarco Trevisan (Treviño)2-5/+10
2020-01-17fpi-device: Improve logging and testing on report/completeMarco Trevisan (Treviño)2-2/+157