Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for f-apps/f-new.c
2024-10-12
| ||
18:37 | Part 1 of N of some restructuring of the fcli_t struct: consolidate fcli.clientFlags and fcli.config into fcli.config. file: [33959b4ad4] check-in: [2f7bf3f7d0] user: stephan branch: trunk, size: 5239 | |
2023-04-19
| ||
04:03 | Add more missing f(void). file: [e36ca84ce5] check-in: [43181beb49] user: mgagnon branch: trunk, size: 5244 | |
2021-12-30
| ||
05:37 | Replaced f-apps fcli_setup() calls with fcli_setup_v2(). file: [ad8fed3d46] check-in: [313b59841e] user: stephan branch: trunk, size: 5240 | |
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: [1fa73ffa9d] check-in: [76d6359435] user: stephan branch: trunk, size: 5272 | |
2021-11-19
| ||
08:10 | Diverse generic internal and doc cleanups. file: [8604d80d80] check-in: [06f92b7689] user: stephan branch: trunk, size: 5356 | |
2021-04-04
| ||
05:07 | f-apps: modernized/simplified usage of exit-on-help. Removed some bogus CLI flag entries from f-config. file: [047a54a2f2] check-in: [1d3192c82b] user: stephan branch: trunk, size: 5413 | |
04:58 | f-apps: use fcli_cx() instead of accessing fcli.f directly. file: [f56f35ad4f] check-in: [9c7cf37828] user: stephan branch: trunk, size: 5464 | |
2021-03-20
| ||
21:36 | Minor restructuring of the fcli struct. file: [cecf5d070a] check-in: [436ae2c47f] user: stephan branch: trunk, size: 5458 | |
2021-03-10
| ||
17:36 | Minor fcli API usage modernization. file: [49765c7bdc] check-in: [c04ce8aaf1] user: stephan branch: trunk, size: 5442 | |
2021-03-01
| ||
16:21 | Arguably a typo fix in the new header. Thank goodness for stream editors. file: [5add5610f2] check-in: [386316db07] user: stephan branch: trunk, size: 5470 | |
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: [02636d7ee7] check-in: [fa5fb24496] user: stephan branch: trunk, size: 5462 | |
2021-02-28
| ||
04:57 | fcli now uses its own FCLI_RC_HELP, instead of hijacking FSL_RC_BREAK, to indicate that --help was triggered. file: [c0687287bc] check-in: [d0edf4583f] user: stephan branch: trunk, size: 5396 | |
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: [ae5a58b507] check-in: [ca464b5b74] user: stephan branch: trunk, size: 5393 | |
07:08 | More CLI flag subsystem porting and license header swapping. file: [e6c37b3ef4] check-in: [c94a3b0d0e] user: stephan branch: trunk, size: 5394 | |
06:38 | More f-apps ported to the new CLI flag handling bits. file: [9ff8800139] check-in: [296776c72b] user: stephan branch: trunk, size: 5704 | |
2021-02-26
| ||
14:04 | Reworking how fcli flag handling is done. file: [830603667c] check-in: [dad2f76f30] user: stephan branch: fcli-flag-rework, size: 5577 | |
2021-02-25
| ||
08:22 | Some API renaming. Modified how fsl_deck_parse() determines the deck's RID/UUID. Introduced fsl_repo_blob_lookup(). file: [a7890856e1] check-in: [467b9e1c18] user: stephan branch: trunk, size: 5571 | |
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: [255822d45a] check-in: [4307886eab] user: stephan branch: trunk, size: 5572 | |
18:38 | Moved around and tinkered with some of the hash policy code. Added f-new --hash option to set the policy when creating a new repo. file: [d71f8c95a8] check-in: [dec0670fb2] user: stephan branch: trunk, size: 5681 | |
2021-02-10
| ||
15:45 | Added fcli_fax() (free-at-exit). file: [d1b6c94477] check-in: [e8b7fd94e6] user: stephan branch: trunk, size: 4869 | |
2021-02-09
| ||
18:06 | Fixed creation of new repository (fsl_repo_new() and f-new.c). Added checkin message mimetype to repo creation options. file: [ab7dfcbae1] check-in: [162d4ba4c8] user: stephan branch: trunk, size: 4866 | |
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: [ecf3937cfa] check-in: [631fb3f69a] user: stephan branch: trunk, size: 4110 | |
2014-10-15
| ||
21:07 | Added missing help text for f-new's --force flag. file: [ad920d5e38] check-in: [b4c3541e06] user: stephan branch: trunk, size: 3939 | |
2014-03-28
| ||
20:39 | Fixed arg handling to accept -m before the filename. file: [5391fbdd5c] check-in: [6cff5486ec] user: stephan branch: trunk, size: 3868 | |
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: [db0e1ff686] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 3869 | |
2014-02-11
| ||
14:31 | Renamed f-new.c → f-apps/f-new.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: [04118b16fe] check-in: [e85b45eda2] user: stephan branch: trunk, size: 3869 | |