Fossil

Timeline
Login

Timeline

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

50 events by user sdr occurring around 2016-06-10 08:07:15.

2020-12-13
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)
2015-09-04
15:51
Merge from trunk. ... (check-in: f571ded368 user: sdr tags: winsymlink)
15:44
Fixed a broken conditional for code which should only be compiled on Windows but was only being compiled for posix. ... (check-in: 5bbf1ab3f5 user: sdr tags: winsymlink)
2015-09-03
23:15
Merged from trunk with a few tiny edits to make new functionality work on Windows ... (check-in: 8f33e49dd4 user: sdr tags: winsymlink)
2015-04-01
19:16
Made dotfiles a versionable setting. ... (check-in: 5fb84d01a2 user: sdr tags: trunk)
2015-03-18
16:31
Merged several months worth of trunk into the winsymlink branch. ... (check-in: f4c1434493 user: sdr tags: winsymlink)
2015-03-17
08:23
Added a dotfiles setting to the repository settings. This complements the --dotfiles command line argument used by add, addremove, extras, and clean commands. Useful in a project that always needs to process dotfiles so that the --dotfiles option does not need to be specified each and every time. ... (Closed-Leaf check-in: b088c53fbd user: sdr tags: dotfiles-setting)
2014-09-25
21:06 Edit [9c5bbd6a015482d3|9c5bbd6a01]: Edit check-in comment. ... (artifact: 008f464450 user: sdr)
19:21
Summary: a number of changes to improve windows symlink handling. Detail: fixed file_contains_merge_marker failure on windows symlinks; fixed inadequate S_ISLNK macro for windows; backed out change made to revert query ("OR islink" removed); added special processing to vfile_check_signature for windows symlink type changes; fixed a few flaws in the windows specific posix-compatibility routines to improve symlink handling. ... (check-in: 9c5bbd6a01 user: sdr tags: winsymlink)
05:13
Merge updates from trunk. ... (check-in: c420715158 user: sdr tags: winsymlink)
2014-09-24
06:06
Added code to detect if the working directory file system is one that supports symlinks so that we won't try to do symlink processing when the platform does not support it. ... (check-in: 5d251b6739 user: sdr tags: winsymlink)
04:08
Modified the win/include/dirent.h file to #undef _DIRENT_HAVE_D_TYPE. With that define fossil tries to use info from opendir/readdir to detect symbolic links unsucessfully. By using undef we force fossil to go through a different route which successfully detects symbolic links. ... (check-in: db2128fa24 user: sdr tags: winsymlink)
2014-09-23
00:15
Cherrypicked a number of commits from a "bad branch" (I somehow fouled up a merge from trunk). ... (check-in: 2d75e87b76 user: sdr tags: winsymlink)
2014-09-22
20:12 Edit [e2c5960617f2c9d1|e2c5960617]: Move to branch bad-winsymlink. Add propagating "closed". ... (artifact: 13d5632f67 user: sdr)
2014-09-21
19:17
Changed the inherited privilege markers from prefixed bullet characters to suffixed subscripted letters to help better differentiate which privileges are inherited for users with color perception difficulties. The color coding is still present as it doesn't hurt to have color coding, just needed extra indications on the page. ... (Closed-Leaf check-in: 7b00cd77a0 user: sdr tags: inherit-priv-mark-sub)
06:30 Edit [1f45ade696db6cfe|1f45ade696]: Edit check-in comment. ... (artifact: fb9461a6db user: sdr)
06:13
Fixed a bug where windows would strip exe or lnk status from files checked in with posix semantics. Note: There is still a known potential issue if a repo is opened on a file system that does not support reparse points (such as FAT derived file systems) or similar such scenarios. ... (Closed-Leaf check-in: 1f45ade696 user: sdr tags: bad-winsymlink)
05:51 Edit [dbe7bcc7cfe28771|dbe7bcc7cf]: Add propagating "hidden". Mark "Closed". ... (artifact: ab6734d891 user: sdr)
03:05
Merging latest updates from trunk. ... (check-in: 0ee7e92222 user: sdr tags: bad-winsymlink)