Fossil

Timeline
Login

Timeline

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

50 events by user sdr occurring around 2022-01-14 16:34:55.

2022-01-14
16:34
added "clonly" command as alternate form of "clone --no-open" ... (Leaf check-in: 3598e3ae53 user: sdr tags: clone-no-open-alternative)
2021-02-02
23:22 Edit [c39e23cda6ef5c9e|c39e23cda6]: Change user to "sdr". ... (artifact: b3df2c61f8 user: sdr)
23:22 Edit [cf36fbb98f33361d|cf36fbb98f]: Change user to "sdr". ... (artifact: afaa843b81 user: sdr)
23:21 Edit [93fd6d3395a31c7d|93fd6d3395]: Change user to "sdr". ... (artifact: 041f3885fe user: sdr)
23:21 Edit [d7929436815ce792|d792943681]: Change user to "sdr". ... (artifact: 32e9679eaa user: sdr)
23:01
added help --everything option that borrows functionality refactored from test-all-help ... (check-in: c39e23cda6 user: sdr tags: help-full)
21:28
improved help text for the help --full option ... (check-in: cf36fbb98f user: sdr tags: help-full)
20:28 Edit [93fd6d3395a31c7d|93fd6d3395]: Edit check-in comment. ... (artifact: c1663f58ed user: sdr)
20:27 Edit [d7929436815ce792|d792943681]: Edit check-in comment. ... (artifact: 984366a07f user: sdr)
20:26 Edit [d7929436815ce792|d792943681]: Move to branch help-full. ... (artifact: d6f0179c45 user: sdr)
20:22
modified to not change based on whether destination is a tty, but to provide a help --full option to display all the text at once for those who would like to pipe it through grep / less / capture to a file ... (check-in: 93fd6d3395 user: sdr tags: help-full)
16:01
modified help command to output detailed help information when stdout is not a tty (note: branch name changed after consensus seemed to indicate original concept was undesirable) ... (check-in: d792943681 user: sdr tags: help-full)
2020-12-14
16:30 Edit [204e5992e4eb0592|204e5992e4]: Add propagating "hidden". Mark "Closed". ... (artifact: 2d1fb21f23 user: sdr)
16:28 Edit [1650a643613ea280|1650a64361]: Add propagating "hidden". Mark "Closed". ... (artifact: 240a5e2cff user: sdr)
2020-12-13
19:06 Edit [204e5992e4eb0592|204e5992e4]: Edit check-in comment. ... (artifact: 7bf4b5b944 user: sdr)
19:05 Edit [1650a643613ea280|1650a64361]: Edit check-in comment. ... (artifact: 4fba2796db user: sdr)
19:04 Edit [1650a643613ea280|1650a64361]: Move to branch fix-login-needed-add-anon. Edit check-in comment. Remove the "Closed" mark. Cancel "hidden". ... (artifact: 62d54864f1 user: sdr)
19:03 Edit [204e5992e4eb0592|204e5992e4]: Move to branch fix-login-needed-esc-anon. ... (artifact: b03c738232 user: sdr)
18:01 Edit [204e5992e4eb0592|204e5992e4]: Remove the "Closed" mark. ... (artifact: 3bff901f83 user: sdr)
18:01 Edit [1650a643613ea280|1650a64361]: Mark "Closed". ... (artifact: 5521d763aa user: sdr)
18:00 Edit [204e5992e4eb0592|204e5992e4]: Mark "Closed". ... (artifact: d0ed98889f user: sdr)
17:42 Edit [1650a643613ea280|1650a64361]: Move to branch mistake. Add propagating "hidden". Edit check-in comment. ... (artifact: e5863eaf54 user: sdr)
2020-12-12
23:21 Edit [1650a643613ea280|1650a64361]: Move to branch fix-query-string. ... (artifact: 3867679a6f user: sdr)
19:48
merged forks ... (check-in: 0872ecbef7 user: sdr tags: trunk)
19:06
fixed a typo in a comment ... (check-in: 02c3468b3f user: sdr tags: trunk)
2017-04-11
21:37
Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only. ... (check-in: 4d2c34b0d7 user: sdr tags: trunk)
2016-06-17
00:04
merged from trunk ... (Closed-Leaf check-in: 8a877a7b18 user: sdr tags: invalid_utf8_table)
2016-06-16
22:14
shrunk size of lead byte table for invalid_utf8, and took a shortcut to invalidate lead bytes between 0x80 & 0xBF inclusive ... (check-in: 69328517f5 user: sdr tags: trunk)
17:02 Edit [6eb9a30c085d7551|6eb9a30c08]: Edit check-in comment. ... (artifact: 6a73099a4a user: sdr)
17:01
more optimizations (all lead bytes between 0x80 & 0xBF are invalid, so use simple check for those, and also can shrink the invalid_utf8 lead byte table even more) ... (check-in: 6eb9a30c08 user: sdr tags: invalid_utf8_table)
2016-06-15
15:00
added a few comments ... (check-in: 63313a5f16 user: sdr tags: invalid_utf8_table)
2016-06-14
23:30 Edit [2e7a6cb03d053aad|2e7a6cb03d]: Edit check-in comment. ... (artifact: e6e86db0b4 user: sdr)
22:20 Edit [d3fc377276b80b41|d3fc377276]: Edit check-in comment. ... (artifact: 0ea47cf5c0 user: sdr)
18:08
merged from trunk ... (check-in: 12675ab794 user: sdr tags: invalid_utf8_table)
18:06
moved static table data out of invalid_utf8 and pre-initialized the table to avoid run time overhead; also shrunk the table by 50% by removing the ASCII code points ... (check-in: d3fc377276 user: sdr tags: invalid_utf8_table)
05:00
merged from trunk ... (check-in: d22c72bc92 user: sdr tags: invalid_utf8_table)
00:33 Edit [5684672ab72780f7|5684672ab7]: Edit check-in comment. ... (artifact: 5cc778d95a user: sdr)
2016-06-11
00:41
reformatted invalid_utf8 to make it conform a bit better to existing style ... (check-in: dd3bb22cd7 user: sdr tags: invalid_utf8_table)
00:13
merged from trunk ... (check-in: 4f906e5357 user: sdr tags: invalid_utf8_table)
00:11
fixed a bad function name; had tested it external to fossil but didn't build/test before committing; mea culpa ... (check-in: 2e7a6cb03d user: sdr tags: invalid_utf8_table)
00:06
added new tests for invalid utf8 sequences ... (check-in: 6da500a156 user: sdr tags: trunk)
2016-06-10
20:45
performance optimizations ... (check-in: 635f3b0300 user: sdr tags: invalid_utf8_table)
08:07
proposed new invalid_utf8 function ... (check-in: e58334a007 user: sdr tags: invalid_utf8_table)
00:21 Edit [314cdab0d49d7423|314cdab0d4]: Change user to "sdr". ... (artifact: 9587ba2042 user: sdr)
00:20 Edit [598b58a5ee88d0bf|598b58a5ee]: Change user to "sdr". ... (artifact: e7be3f14ca user: sdr)
2016-06-09
23:59
fixed an edge case in invalid_utf8 where a valid three byte seq could be misidentified ... (check-in: 314cdab0d4 user: sdr tags: invalid_utf8_table)
2016-05-31
08:17
merge from trunk with a few tweaks for merge conflicts ... (check-in: 598b58a5ee user: sdr tags: winsymlink)
2016-05-15
07:06 Changes to wiki page "Fossil 2.0" ... (artifact: 0e047901c2 user: sdr)
07:05 Changes to wiki page "Fossil 2.0" ... (artifact: 231f38ecbf user: sdr)
2015-09-07
00:34
Added documentation to commit for user and date override options. ... (check-in: 65ff0ab281 user: sdr tags: trunk)