Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for f-apps/f-aparse.c
|
2025-08-20
| ||
| 15:56 | Remove deprecated SPDX-ArtifactOfProjectName header. file: b089155b81 check-in: [31bb2bd4bf] user: stephan branch: trunk, size: 9484 | |
|
2025-08-10
| ||
| 00:58 | Globally rename foo_transaction_bar() to foo_txn_bar(). file: 5ce0431af6 check-in: [03da2e699b] user: stephan branch: savepoints, size: 9524 | |
|
2025-03-25
| ||
| 17:39 | In f-aparse, when checking for an in-repo match of the input manifest's hash, try sha3 before sha1, as that's the more likely case (it wasn't when this app was initially written). file: 39d6275880 check-in: [177f145fab] user: stephan branch: trunk, size: 9548 | |
| 17:34 | Remove extranous whitespace from fsl_deck_to_json(). file: a7c040ccb2 check-in: [4122e5f498] user: stephan branch: trunk, size: 9548 | |
| 15:37 | Implement fsl_deck_to_json(). Corresponding UDF is still TODO. file: 30cd1a4492 check-in: [9023ab840a] user: stephan branch: artifact-to-json, size: 9595 | |
| 13:49 | Initial work for porting over [fossil:/timeline?r=artifact-to-json]. The API skeleton is in place but the core to-json is not. file: 9386869e94 check-in: [0c7c6d665d] user: stephan branch: artifact-to-json, size: 9585 | |
|
2024-11-22
| ||
| 09:16 | Myriad miniscule modifications - space removals. file: 4e95ae13e0 check-in: [8a3bc44c30] user: brickviking branch: trunk, size: 8865 | |
|
2023-04-19
| ||
| 02:33 | Add missing f(void) for some static func decls to appease newer compilers. file: 69c6b78e05 check-in: [e2d7986f9e] user: stephan branch: no-common-ancestor, size: 8869 | |
|
2021-12-30
| ||
| 05:37 | Replaced f-apps fcli_setup() calls with fcli_setup_v2(). file: ce966c9df8 check-in: [313b59841e] user: stephan branch: trunk, size: 8876 | |
|
2021-12-21
| ||
| 20:38 | Corrected f-apps broken by previous checkin. file: fe7e818540 check-in: [5427afd00d] user: stephan branch: trunk, size: 8908 | |
|
2021-11-19
| ||
| 08:10 | Diverse generic internal and doc cleanups. file: 6dd7c1d928 check-in: [06f92b7689] user: stephan branch: trunk, size: 8960 | |
|
2021-11-18
| ||
| 09:44 | Moved cache metrics dumps into fcli API. Told f-rebuild to skip the ticket tables for the time being (since we do not yet crosslink those). Added FSL_CX_F_BLOB_CACHE flag to enable/disable blob cache. Discovered that f-rebuild causes unexpected failures in downstream apps like f-sanity and f-resolve. file: 6e4732c4e5 check-in: [2b136fe2e7] user: stephan branch: trunk, size: 9038 | |
|
2021-11-02
| ||
| 23:52 | Mass renaming of many internal APIs from fsl_X to fsl__X (two underscores) and several adjacent const cleanups. file: cab18f8413 check-in: [83917b7b45] user: stephan branch: trunk, size: 9028 | |
|
2021-10-21
| ||
| 02:38 | Fixed a memleak in f-aparse.c. file: f33051d12d check-in: [f731ff162f] user: stephan branch: trunk, size: 9027 | |
|
2021-10-20
| ||
| 13:11 | Removed fsl_deck::uuid and the fsl_deck_parse() step which tries to map its inputs to an existing db record. While convenient for downstream code, it's a huge performance hit. Checking in to a branch for f-parseparty speed testing compared to the current trunk. file: 8e21596d59 check-in: [1dc391289c] user: stephan branch: remove-deck-uuid, size: 8998 | |
|
2021-10-15
| ||
| 09:33 | While prepping for the merge port, moved the dry-run flag OUT of fcli and into the specific apps which implement it. Added skeleton f-test-merge app for use in the merge development. file: b5470b3593 check-in: [c9fb1f972f] user: stephan branch: trunk, size: 10766 | |
|
2021-09-05
| ||
| 17:17 | Correct f-aparse's timeline text prefix (was using old name of f-mfparse). file: 30679e36f3 check-in: [7549ef1764] user: stephan branch: trunk, size: 10713 | |
|
2021-04-04
| ||
| 05:07 | f-apps: modernized/simplified usage of exit-on-help. Removed some bogus CLI flag entries from f-config. file: 9abccd5312 check-in: [1d3192c82b] user: stephan branch: trunk, size: 10714 | |
| 04:58 | f-apps: use fcli_cx() instead of accessing fcli.f directly. file: 766b48ec9a check-in: [9c7cf37828] user: stephan branch: trunk, size: 10765 | |
|
2021-03-31
| ||
| 02:07 | Fixed a null pointer deref when calling f-aparse with no arguments. file: 0230375771 check-in: [c9e1f6c6dc] user: stephan branch: trunk, size: 10759 | |
|
2021-03-28
| ||
| 17:05 | Tightened is-sorted check when parsing Cluster artifacts. file: e85c8cdc99 check-in: [2a35f5e331] user: stephan branch: trunk, size: 10754 | |
|
2021-03-24
| ||
| 15:05 | Renamed and modified f-apps/f-mfparse.c → f-apps/f-aparse.c. Refactored how the checkin manifest R-card is calculated, to simplify recalculating and verifying it from higher-level code. Renamed f-mfparse to f-aparse. Renamed fsl_hash_types_t to fsl_hash_types_e for naming consistency. file: 3d830336a6 check-in: [81cbf6794f] user: stephan branch: trunk, size: 10776 | |