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