Fossil

Timeline
Login

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

50 most recent check-ins by user drh

2024-03-28
20:57
Fix to the "fossil git status" command as suggested by forum post e15631f21e16f0b6. ... (Leaf check-in: 00283039 user: drh tags: trunk)
2024-03-26
17:08
Updates to the "aboutdownload" documentation page. ... (check-in: f5d1c5e0 user: drh tags: trunk)
15:36
Update the built-in SQLite to the latest version 3.46.0 prototype. ... (check-in: 452f8e1f user: drh tags: trunk)
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. ... (check-in: 38dad38b user: drh tags: trunk)
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at forum thread 4d6a94aca6105fc6. ... (check-in: 0cd5589c user: drh tags: trunk)
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. ... (check-in: 11ffd84a user: drh tags: trunk)
2024-03-18
19:16
Update the built-in SQLite to the latest trunk version from the 3.46.0 development cycle, for the purposing testing SQLite. ... (check-in: 03e00a67 user: drh tags: trunk)
2024-03-16
22:59
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages ... (check-in: 363f01ab user: drh tags: trunk)
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. ... (check-in: 34276d22 user: drh tags: trunk)
2024-03-11
19:36
Update the change log. ... (check-in: fc9c53ab user: drh tags: trunk)
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. ... (check-in: 452f0502 user: drh tags: trunk)
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. ... (check-in: 650305e9 user: drh tags: trunk)
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. ... (check-in: 1ff12ea6 user: drh tags: trunk)
18:52
Update the built-in SQLite to the latest 3.46.0 pre-release for beta-testing. ... (check-in: 3b99d2ca user: drh tags: trunk)
2024-02-25
10:52
Fix typos in www/build.wiki as reported on the forum. ... (check-in: 3ec73a0d user: drh tags: trunk)
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. ... (check-in: 2ac49d32 user: drh tags: trunk)
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. ... (check-in: c2c02cd7 user: drh tags: trunk)
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. ... (check-in: 818a6ad7 user: drh tags: trunk)
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. ... (check-in: 00dad9a2 user: drh tags: trunk)
23:29
Show the custom skin as an option on the /skins page, if it exists. ... (check-in: b828d8fd user: drh tags: trunk)
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. ... (check-in: 99575d4c user: drh tags: trunk)
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. ... (check-in: f3702b86 user: drh tags: trunk)
18:18
Revive the default-skin setting. I know think it will be useful after all, when used in combination with other changes that are planned. ... (check-in: 18d76fff user: drh tags: trunk)
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. ... (check-in: 1975bfd2 user: drh tags: trunk)
17:25
Improvements to the Skin setup interface. ... (check-in: 33cc83ff user: drh tags: trunk)
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. ... (check-in: 24e015de user: drh tags: trunk)
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b726 user: drh tags: resurrect-old-default-skin)
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. ... (check-in: 0d2befb0 user: drh tags: trunk)
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. ... (check-in: fc0b9325 user: drh tags: trunk)
11:00
Updates to "hints.wiki" document. ... (check-in: 8ed9fdd5 user: drh tags: trunk)
00:51
Update the built-in SQLite to a newer version that does not give warnings on Windows. ... (check-in: 35f4dae3 user: drh tags: trunk)
2024-02-21
12:17
Updates to the change log. ... (check-in: 3e0b35ed user: drh tags: trunk)
11:56
Update the built-in SQLite to the latest 3.46.0 alpha that includes the enhanced "PRAGMA optimize" logic. The interface to "PRAGMA optimize" is unchanged, so the minimum SQLite version did not need to be updated. ... (check-in: aa33292c user: drh tags: trunk)
2024-02-08
20:45
Update Pikchr to include fixes to autofit on diamond objects. ... (check-in: f4ec8e0f user: drh tags: trunk)
18:41
Improved response to from=,ft= in /timeline when no such path exists. ... (check-in: 68baa366 user: drh tags: trunk)
18:02
Merge the enhanced Pikchr with diamond support into trunk. ... (check-in: 7573b3f1 user: drh tags: trunk)
17:52
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=. ... (check-in: c651369c user: drh tags: trunk)
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a user: drh tags: pikchr-diamond)
14:03
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs. ... (check-in: 793c4924 user: drh tags: trunk)
01:36
Fix a typo in a code comment. No logic changes. ... (check-in: 015d7b7a user: drh tags: trunk)
01:33
Simplification to the PQueue object to remove the content pointer, which is never used. ... (check-in: 83c4ab60 user: drh tags: trunk)
2024-02-07
15:46
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them. ... (check-in: 274079a2 user: drh tags: trunk)
15:11
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out. ... (check-in: 46e7855a user: drh tags: trunk)
12:16
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable. ... (check-in: ed6495ba user: drh tags: trunk)
2024-02-06
23:59
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder". ... (check-in: 151406f3 user: drh tags: trunk)
23:45
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference. ... (check-in: ac52d12e user: drh tags: trunk)
23:18
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work. ... (check-in: eb135ef2 user: drh tags: trunk)
15:32
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other. ... (check-in: efd3a5ec user: drh tags: trunk)
15:15
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion. ... (check-in: e8237591 user: drh tags: trunk)
15:03
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See forum post 9584923cf6 for an explanation of why this is important. ... (check-in: f80041eb user: drh tags: trunk)