Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring on or before 2021-11-19 11:15:06.
2021-11-19
| ||
11:15 | Tightented the lexical sorting check of T-tags in fsl_deck_parse2(). check-in: 710313321a user: stephan tags: trunk | |
09:40 | Added some of the missing bits for crosslinking tickets. Still more to do, though. check-in: 94e7cd6207 user: stephan tags: trunk | |
08:10 | Diverse generic internal and doc cleanups. check-in: 06f92b7689 user: stephan tags: trunk | |
05:58 | Pedantic sorting of f-xxx Makefile entries. check-in: 309428781c user: stephan tags: trunk | |
05:50 | Moved fsl_repo_rebuild() into the public API and added some new state to fsl_rebuild_step and new metrics to f-rebuild. Rebuild adds a few more entries in the event table than fossil does (investigation is TODO) but otherwise seems to behave. check-in: c389ae9908 user: stephan tags: trunk | |
01:14 | Removed the cosmetic ^C output from fcli's sigaction handler so as to not mess up fnc's screen state. check-in: f5a53adcb9 user: stephan tags: trunk | |
2021-11-18
| ||
18:03 | Tighten up the interruption flag handling and fcli's inclusion (or not) of sigaction(). check-in: 2c0147b596 user: stephan tags: trunk | |
17:41 | • Changes to wiki page "TODOs" artifact: 5e7d580269 user: stephan | |
17:40 | Proof-of-concept handling of SIGINT via fsl_cx_interrupt() by way of fcli. Currently only honored by fsl_repo_rebuild() but "should" eventually be honored by any unusually-long-running operations. check-in: 2a405470c0 user: stephan tags: trunk | |
16:31 | A workaround for an as-yet-unexplained case of an attempt to rebuild the same artifict twice. Shows up on my pi4 but not my x86 system. check-in: 242c38c7b2 user: stephan tags: trunk | |
16:10 | Diverse minor internal cleanups. check-in: c46efd6b8d user: stephan tags: trunk | |
15:38 | • Changes to wiki page "FIXMEs" artifact: 9ac4e635ca user: stephan | |
15:04 | f-rebuild seems to work but needs more testing before moving it into the library. check-in: 45126ee491 user: stephan tags: trunk | |
15:04 | Seem to have resolved a 'conditional jump depends on uninitialized values' valgrind error in the stripping of the PGP envelope from artifacts. check-in: 2552547fd7 user: stephan tags: trunk | |
14:08 | Doc tweaks. check-in: c332af042a user: stephan tags: trunk | |
14:08 | When resolving symbolic names root:XYZ and we cannot find a branch name, use 'trunk' as the default instead of reporting a misleading OOM. check-in: e36985cf3f user: stephan tags: trunk | |
13:56 | Swapped order of fsl_buffer_copy() args to be more conventional (target first). check-in: dee39f687e user: stephan tags: trunk | |
13:47 | Added an is-interrupted flag for fsl_cx as a way to interrupt long-running operations but it is not yet being applied anywhere. check-in: 74aab40d54 user: stephan tags: trunk | |
12:07 | • Changes to wiki page "TODOs" artifact: 1b1928b489 user: stephan | |
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. check-in: 2b136fe2e7 user: stephan tags: trunk | |
09:04 | Internal API renaming: fsl__acache ==> fsl__bccache. check-in: 7aaf02031e user: stephan tags: trunk | |
08:44 | Added some internal hit/miss metrics to the fsl_content_get() cache. check-in: 754e28ea1e user: stephan tags: trunk | |
07:58 | More work on fsl_repo_rebuild(). It seems to work, with the caveat that ticket crosslinking is mostly unimplemented (and will remain so for the foreseeable future), but it's dog, dog slow (about 1/10th of fossil's speed). Needs more testing before moving from f-rebuild.c into the library. check-in: ae8d020e4f user: stephan tags: trunk | |
04:03 | Latest upstream fnc. check-in: 3761d0a9c8 user: stephan tags: trunk | |
04:01 | wh-common.tcl addition from cwal tree. check-in: cb8b907d31 user: stephan tags: trunk | |
2021-11-16
| ||
05:40 | Cosmetic test header tweak. check-in: 8a6835b3d9 user: stephan tags: trunk | |
05:40 | -rdynamic flag patch from cwal tree. check-in: 27ed9ad786 user: stephan tags: trunk | |
05:39 | Another appendf() string length fix for NULL %Q. check-in: cf2b9bb0f2 user: stephan tags: trunk | |
04:54 | fsl_appendf() precision length fix for SQL formatting. check-in: 025041fc9d user: stephan tags: trunk | |
03:36 | Merged in trunk. check-in: 604fe76cfe user: stephan tags: port-merge | |
2021-11-13
| ||
04:13 | Fixed HTML decoding (%T appendf specifier) range problem reported at [https://fossil-scm.org/forum/forumpost/cb564acd01] and fix adjacent string-length bugs. check-in: 70f66a328d user: stephan tags: trunk | |
2021-11-11
| ||
09:49 | Fixed two semi-incorrect compiler warnings about potentially (but not) uninitialized vars. check-in: 000005d8be user: stephan tags: trunk | |
2021-11-10
| ||
06:00 | Added fsl_configs_XYZ() APIs, which provided features similar to fsl_config_XYZ() but enable checking multiple config sources in an order specified by the caller. check-in: 8d7b8f50c4 user: stephan tags: trunk | |
04:21 | Constness tweaks. check-in: 230fa9f678 user: stephan tags: trunk | |
03:53 | When detaching a db from a fsl_cx, only clear the it-is-attached state if detaching succeeds. check-in: 66923b26f0 user: stephan tags: trunk | |
2021-11-09
| ||
14:57 | • Changes to wiki page "FIXMEs" artifact: 7b552e1716 user: stephan | |
14:51 | • Changes to wiki page "FIXMEs" artifact: fc98c09fbd user: stephan | |
14:46 | • Changes to wiki page "FIXMEs" artifact: 88b0d423df user: stephan | |
14:27 | Tracked down and documented the locking error Mark was experiencing: we cannot detach while any stepped-but-not-reset-or-finalized statements are active. check-in: 3bff6eddc1 user: stephan tags: trunk | |
13:29 | Linked list iteration fixes for the previous commit. check-in: c9b2992de4 user: stephan tags: trunk | |
12:44 | Removed incorrect if() blocks which caused repo/ckout/config db strings to not get cleared in some cases. check-in: 09a6b48de5 user: stephan tags: trunk | |
11:48 | When detaching a db role, finalize any cached statements which are known (or believed) to be mapped to that role to avoid that detaching fails due to a lock held by opened statements. check-in: d00587179e user: stephan tags: trunk | |
2021-11-08
| ||
10:20 | fsl_config_open() is now a no-op if passed a NULL/empty file name and a global config is already opened. Reordered some internals calls to hit expected if/else cases earlier. check-in: 4e81e07c57 user: stephan tags: trunk | |
2021-11-06
| ||
21:21 | • Changes to wiki page "TODOs" artifact: 514b485242 user: stephan | |
2021-11-03
| ||
03:15 | Removed some dangling debug output from f-revert. check-in: a8c009d569 user: stephan tags: trunk | |
02:51 | f-revert can now report an error when it is passed an unmanaged file name. It now requires, however, passing in the new name, instead of the original name, when reverting a rename. Removed f-revert's dependency on fossil-internal.h. check-in: 7dd883be5e user: stephan tags: trunk | |
02:28 | Oops. check-in: d4074d8d33 user: stephan tags: trunk | |
00:07 | Another constness tweak, a doc fix, and added a TODO to f-revert. check-in: af29e33252 user: stephan tags: trunk | |
2021-11-02
| ||
23:52 | Mass renaming of many internal APIs from fsl_X to fsl__X (two underscores) and several adjacent const cleanups. check-in: 83917b7b45 user: stephan tags: trunk | |
23:47 | Corrected a repeated build rule in bindings/cpp. check-in: 3ea6f73e5d user: stephan tags: trunk | |