Fossil

Timeline
Login

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

50 most recent check-ins by user drh

2024-12-04
19:25
Fix rendering of merge information that contains "N" entries followed by "S". ... (Leaf check-in: 2ec8a7ae user: drh tags: trunk)
18:57
Bug fix in the previous check-in for the "--tk" option on the "3-way-merge" command. ... (check-in: d6fa91fd user: drh tags: trunk)
18:49
Improved controls at the top of the --tk merge information GUI. ... (check-in: f8932be5 user: drh tags: trunk)
13:42
Fix uninitialized variable in the "fossil merge-info --tk" command. ... (check-in: 3165e1bf user: drh tags: trunk)
13:40
Add the "fossil merge-info" command for improved situational awareness on complex merge operations. ... (check-in: aa829657 user: drh tags: trunk)
13:38
By default, the merge-info command only shows "interesting" change - actual merges, errors, and conflicts. Use the --all option to see everything. ... (Leaf check-in: b764f2d0 user: drh tags: merge-enhancements)
12:05
Issue warnings if a user tries to commit a check-in where the branch has changed. See the discussion at forum thread 7f5ae505e4144a0c. ... (check-in: 24537178 user: drh tags: trunk)
11:58
Minor tweaks to the wording of the warning message that is show when commited to a moved branch. ... (Closed-Leaf check-in: 8cfa177f user: drh tags: show-branch-change)
2024-12-03
20:37
The "fossil merge-info --tk" command appears to be working. Probably there are still undiscovered bugs. ... (check-in: a199d970 user: drh tags: merge-enhancements)
19:20
The "fossil merge-info --tcl FILE" command generates content for the merge.tcl GUI using MERGESTAT data. Incremental check-in. ... (check-in: cbd24a25 user: drh tags: merge-enhancements)
18:13
Record information about merge operations in the localdb.mergestat table. Make that information available using the merge-info command. ... (check-in: 625ff9d5 user: drh tags: merge-enhancements)
13:36
Add filename labels at the top of each column in the merge display. ... (check-in: 7b8be852 user: drh tags: merge-enhancements)
12:36
Improvements to "3-way --tk" ... (check-in: 4a70c64a user: drh tags: merge-enhancements)
01:31
Add the "-c N" option to "fossil 3-way --tk". ... (check-in: c4b68636 user: drh tags: merge-enhancements)
01:06
Improvements to the new merge display. ... (check-in: 7002d98d user: drh tags: merge-enhancements)
2024-12-02
21:36
Continuing work on the --tk option to the 3-way-merge command. ... (check-in: 57ae422a user: drh tags: merge-enhancements)
2024-11-28
21:54
Preliminary implementation of a --tk option to the 3-way-merge command. Lots of work left to do to get this working well. ... (check-in: bdcacd55 user: drh tags: merge-enhancements)
19:13
Add a --tcl option to the 3-way-merge command. ... (check-in: 97ab5604 user: drh tags: merge-enhancements)
15:07
Refactor the 3-way-merge logic to make it easier to extend and enhance. ... (check-in: c4df699f user: drh tags: merge-enhancements)
2024-11-23
21:27
Improvements to the logic in the "fossil all" command that removes redundant entries for repositories in the global_config table. If two or more entries share the same inode, only use the first one. On Windows (which lacks inodes) determine uniqueness by the full, canonical pathname. ... (check-in: 106de276 user: drh tags: trunk)
2024-11-22
14:29
Provide the ability to make exceptions to maximum number of query parameters on the robot restrictor. ... (check-in: 87368b3e user: drh tags: trunk)
2024-11-21
13:34
Strengthen the file_is_canonical() routine so that it returns false on Windows if the pathname does not begin with a drive letter. ... (check-in: f6ff25e1 user: drh tags: trunk)
13:06
Enhance the file_canonical_name() function so that it always includes the drive letter prefix on Windows. ... (check-in: 40376ef8 user: drh tags: trunk)
2024-11-19
14:28
Fix the /timeline page such that when the rl= query parameter is used, subsequent hyperlinks are correct. ... (check-in: 761c24e7 user: drh tags: trunk)
13:08
Simplifications to the Forum setup page. ... (check-in: 25e4b542 user: drh tags: trunk)
12:52
New setting "forum-title" is the title of the Forum. ... (check-in: f646537c user: drh tags: trunk)
2024-11-18
17:50
Fix the checksum function in the delta logic. ... (check-in: 4862fc5e user: drh tags: trunk)
17:40
Fix the checksum routine in the delta logic so that it works correctly even if the input size is zero. ... (Closed-Leaf check-in: ec5e2919 user: drh tags: delta-fix)
2024-11-15
14:14
Add the ability to show the difference between two SQLite database files. ... (Closed-Leaf check-in: 27c81f1c user: drh tags: sqldiff)
13:51
Update the built-in SQLite to the latest 3.48.0 alpha - mostly to get rid of the #line macros in sqlite3.c that were somehow introduced in the previous update. ... (check-in: 5493cc7b user: drh tags: trunk)
2024-11-13
11:23
Change the /setup_ulist page to show the most recently changed users first by default, as that seems to be the most common use case. ... (check-in: 7b0a2378 user: drh tags: trunk)
11:08
Merge typo fixes and improvements to built-in documentation from the bv-corrections01 branch. ... (check-in: 75c45fd8 user: drh tags: trunk)
2024-11-06
13:29
Merge all the latest trunk enhancements and fixes into the bv-corrections01 branch. ... (check-in: c1aefb00 user: drh tags: bv-corrections01)
13:24
Back out experimental changes that were ultimately rejected. ... (check-in: 00e8c045 user: drh tags: bv-corrections01)
13:22
Add the --no-cert-verify option to the test-httpmsg command. ... (check-in: 3380c7fe user: drh tags: trunk)
13:21
Increase the version number to 2.26 in order to start the next release cycle. Update the built-in SQLite to the latest 3.48.0 pre-release for testing. Add the 2_26 tag to the change log. ... (check-in: 66899f89 user: drh tags: trunk)
12:59
Version 2.25 ... (check-in: 8f798279 user: drh tags: trunk, release, version-2.25)
12:44
Mention the SQLite and OpenSSL versions in the change log for 2.25. ... (check-in: 5c8b6781 user: drh tags: trunk)
2024-11-04
13:09
Fix (harmless) off-by-one error in the new test-trust-store command. ... (Leaf check-in: 735bd3dc user: drh tags: httpmsg-debug)
12:54
Improvements to the diagnostic output from the test-trust-store command. ... (check-in: aa5bddda user: drh tags: httpmsg-debug)
12:12
Add the --no-cert-verify option to the test-httpmsg command. ... (check-in: 5a6fd882 user: drh tags: httpmsg-debug)
11:22
Add the test-trust-store command for debugging TLS problems. *Updated 2024-11-06:* These changes should not be in a release candidate. Therefore moved into a branch. ... (check-in: 28ea88e7 user: drh tags: httpmsg-debug)
2024-10-31
23:09
Fix the longestCommonSequence() routine so that it works even with very large negative scores that can result from files with hundreds of thousands of lines of text. forum thread 27e77558ad21ffed. ... (check-in: f214aba4 user: drh tags: trunk)
2024-10-30
10:39
Merge documentation typo fixes by BrickViking. ... (check-in: a3be0b80 user: drh tags: trunk)
2024-10-28
19:17
Fix an issue with "fossil patch pull" on Windows when multiple files are being deleted by the patch. ... (check-in: 8beffa1e user: drh tags: trunk)
2024-10-23
12:02
Merge typo fixes by brickviking into trunk. ... (check-in: af1456ba user: drh tags: trunk)
2024-10-21
11:16
Update the built-in SQLite to the first 3.47.0 release candidate for final validation. ... (check-in: f99e9cb3 user: drh tags: trunk)
11:15
Improvements to the redirect-to-https documentation. ... (check-in: 27891979 user: drh tags: trunk)
11:07
Show the redirect-to-https on the /setup_settings page. ... (check-in: b087b03a user: drh tags: trunk)
10:20
Merge typo fixes from the bv-corrections01 branch. ... (check-in: a186d8b8 user: drh tags: trunk)