Login
All files named "f-apps/f-resolve.c"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for f-apps/f-resolve.c

2021-12-30
05:37
Replaced f-apps fcli_setup() calls with fcli_setup_v2(). file: [d11b4510a7] check-in: [313b59841e] user: stephan branch: trunk, size: 2380
2021-12-21
08:28
Moved fossil-scm/fossil.h to ../libfossil.h so that client code can build from both the canonical tree and amalgamation using the same include name. file: [2fea9ab06c] check-in: [76d6359435] user: stephan branch: trunk, size: 2412
2021-04-04
05:07
f-apps: modernized/simplified usage of exit-on-help. Removed some bogus CLI flag entries from f-config. file: [6c50f3a538] check-in: [1d3192c82b] user: stephan branch: trunk, size: 2456
04:58
f-apps: use fcli_cx() instead of accessing fcli.f directly. file: [a532881270] check-in: [9c7cf37828] user: stephan branch: trunk, size: 2507
2021-03-18
19:19
Moved the code for listing ambiguous hash prefixes from f-resolve to fcli. More work on the infrastructure needed for f-update. file: [584879fdab] check-in: [b50971a43e] user: stephan branch: trunk, size: 2504
2021-03-13
19:14
f-resolve now lists matching UUIDs when given an ambiguous prefix. Currently it lists all, regardless of type, but that's up for reconsideration. file: [96534eed53] check-in: [434eee4149] user: stephan branch: trunk, size: 3186
2021-03-01
16:21
Arguably a typo fix in the new header. Thank goodness for stream editors. file: [fbb168c6f1] check-in: [386316db07] user: stephan branch: trunk, size: 2351
15:46
Replaced the overwhelming majority of license headers with the new project-standard one. Left a few as they were for files which were imported essentially unchanged from Fossil or, in the case of SHA1/SHA3/MD5 bits, other 3rd-party sources. file: [29abdfcb74] check-in: [fa5fb24496] user: stephan branch: trunk, size: 2343
2021-02-28
09:50
Reworked the fcli flag handling to accept and convert a range of flag types. It requires some pointer care on the user's part but is far more flexible. file: [d5e1da0890] check-in: [fa7c45e1ef] user: stephan branch: trunk, size: 2279
04:57
fcli now uses its own FCLI_RC_HELP, instead of hijacking FSL_RC_BREAK, to indicate that --help was triggered. file: [89ab1824ed] check-in: [d0edf4583f] user: stephan branch: trunk, size: 2199
2021-02-27
14:29
Finished porting the f-apps to the new CLI handling bits. Replaced fcli::appHelp with what was formerly fcli::appHelp2. file: [e6a23c5ee6] check-in: [ca464b5b74] user: stephan branch: trunk, size: 2196
07:08
More CLI flag subsystem porting and license header swapping. file: [180acb477d] check-in: [c94a3b0d0e] user: stephan branch: trunk, size: 2197
06:56
More CLI flag subsystem porting. file: [b99235ee22] check-in: [96957a63d7] user: stephan branch: trunk, size: 2507
2021-02-26
14:04
Reworking how fcli flag handling is done. file: [f8d30a914c] check-in: [dad2f76f30] user: stephan branch: fcli-flag-rework, size: 2463
2021-02-21
15:10
Renamed FSL_CATYPE... (CA=Control Artifact) to FSL_SATYPE... (SA=Structural Artifact) so that they correspond to the terms as set out by the fossil file format docs. file: [d0dca66fa4] check-in: [8728796601] user: stephan branch: trunk, size: 2457
2021-02-15
19:44
Added FSL_CATYPE_BRANCH_START artifact pseudo-type to give fsl_sym_to_rid() a way to report the start of a branch rather than its most recent RID, in order to match a feature from the main fossil repo (which appears to be unused, but better safe than sorry). file: [1da5988bee] check-in: [128adb8515] user: stephan branch: trunk, size: 2457
18:38
Updated the symbolic-name-to-rid code to bring it more in line with fossil's and ported in some closely-related behaviors. file: [7ab0be31ef] check-in: [55f8d321d2] user: stephan branch: trunk, size: 1985
2021-02-11
19:13
Completely reimplemented ownership semantics of fcli argument/flag memory, greatly simplifying app-side management of those. Now fcli sticks all of them in fcli_fax() so that their lifetime is predictable and managed, so clients no longer have to free them. file: [c9207894dd] check-in: [4307886eab] user: stephan branch: trunk, size: 1985
2021-02-09
00:18
Updated license text in almost all C/H to claim copyright while attributing all of the files as heavily derived from DRH's work. file: [0b177e88cc] check-in: [631fb3f69a] user: stephan branch: trunk, size: 1998
2014-02-14
09:05
Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. file: [1c5c7f7b32] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 1955
2014-02-13
11:45
accommodated fcli API additions. file: [645a2b9e0e] check-in: [b018e152fb] user: stephan branch: trunk, size: 1955
2014-02-11
14:31
Renamed f-resolve.c → f-apps/f-resolve.c. Build cleanups. Moved f-* apps to f-apps/ subdir. Now builds a shared (instead of static) lib by default because that now (since the file move) simplifies the linking of the f-apps (and th1ish). Adapted f-sanity.c tests to the new directory structure. file: [f470d5f9dd] check-in: [e85b45eda2] user: stephan branch: trunk, size: 1953