summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
9 daysCreate a function to search for the next set bit in bit field.HEADmasterCyrille Bagard
2024-03-03Use a global allocator to store (partial) matches.Cyrille Bagard
2024-02-08Save an unused bit field operation created for tests.Cyrille Bagard
2024-02-06Find free interleaving indexes for the ACISM backend using a dedicated search.Cyrille Bagard
2024-01-20Introduce an algorithm for sorting a linked list.Cyrille Bagard
2023-10-02Implement Base64 encoding for scan pattern modifications.Cyrille Bagard
2023-09-12Save current state with some ROST extra features.Cyrille Bagard
2023-08-18Create some modifiers and handle match properties inside ROST.Cyrille Bagard
2023-08-06Extend the ROST grammar with a first batch of new features.Cyrille Bagard
2023-07-07Rewrite core parts of the ROST API.Cyrille Bagard
2023-05-15Include a missing header.Cyrille Bagard
2023-05-15Handle strings with length for parsing.Cyrille Bagard
2023-05-15Sort signed and unsigned long long value when required.Cyrille Bagard
2023-04-21Implement the itoa() non-standard function.Cyrille Bagard
2023-01-29Retrieve CPU capabilities.Cyrille Bagard
2023-01-03Fix some mistakes in bitfield operations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude cURL on demand.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-12-09Allow OR operations in bit fields at a given position.Cyrille Bagard
2022-12-07Provide functions to test bit fields against bit fields.Cyrille Bagard
2022-08-18Create a function extending strings thanks to a format and its arguments.Cyrille Bagard
2022-02-22Extend XML features.Cyrille Bagard
2022-02-22Include cURL support for network operations.Cyrille Bagard
2021-07-26Clean a prototype.Cyrille Bagard
2021-06-08Receive blocks of data bigger than TLS records if needed.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-05-30Provide a way to merge packed buffers.Cyrille Bagard
2021-03-23Create methods to deal with hex conversions.Cyrille Bagard
2021-03-09Implement the Pearson hash method.Cyrille Bagard
2021-02-20Pack and unpack LEB128 values on demand.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-30Skipped empty XML document storage.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.Cyrille Bagard
2020-04-12Added features to dump compressed content into memory.Cyrille Bagard
2020-02-18Simplified code.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-27Created a huge optimization for the Dex format loading.Cyrille Bagard
2020-01-25Handled the MUTF-8 U+0000 code point.Cyrille Bagard
2019-10-27Implemented snapshot related management features.Cyrille Bagard
2019-10-19Exchanged the list of all snapshots.Cyrille Bagard
2019-10-13Retrieved the current snapshot identifier from servers.Cyrille Bagard
2019-09-29Provided a generic way to update DB values.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2019-08-04Fixed the prototype for receiving data from network.Cyrille Bagard
2019-05-30Extended the API to insert items in a sorted array.Cyrille Bagard
2019-05-12Fixed a little mistake when loading SQL values.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-05-07Appended a suffix to temporary files.Cyrille Bagard