aboutsummaryrefslogtreecommitdiff
path: root/json.c
AgeCommit message (Expand)Author
2024-06-23Deprecate JSON output formatmasterBruce Hill
2024-05-29Rename match_t -> bp_match_tBruce Hill
2024-05-28Rename 'Match' macro to avoid confusionBruce Hill
2024-05-28Tweak default visibility settingsBruce Hill
2023-10-15Format specifiers for size_t should be %zu instead of %luBruce Hill
2023-05-06Use tagged union style for extra safety and concisionBruce Hill
2022-10-27Fix json outputBruce Hill
2022-10-23Better JSON printing and fixed issue with numbered capturesBruce Hill
2022-04-30Added tagged definitions: `foo:: blah`Bruce Hill
2021-09-23Minor BP_ERROR cleanupBruce Hill
2021-09-19Better non-verbose JSON outputBruce Hill
2021-09-19Slight tweak to JSON outputBruce Hill
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
2021-07-26Introduced cache to greatly speed up many use casesBruce Hill
2021-05-20Fixed up JSON outputBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-16Renamed VM_ to BP_Bruce Hill
2021-01-15Renaming 'op' member fields to 'pat'Bruce Hill
2021-01-15Cleaned up and simplified global state setting stuff (e.g. --verbose)Bruce Hill
2021-01-12Added forward declarations for static functionsBruce Hill
2021-01-12Some general cleanup, adding comments, adding more __attribute__s whereBruce Hill
2021-01-12Adding commentsBruce Hill
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-12Renamed op.op -> op.typeBruce Hill
2020-12-17Better null byte handling, simplified match datastructures, and someBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Moved json code into its own fileBruce Hill