Fossil

Timeline
Login

Timeline

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

200 most recent check-ins by user drh

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)
14:49
Bring the PATH= arguments for sync and patch into agreement. ... (check-in: b2619342 user: drh tags: trunk)
14:07
Another attempt to fix the harmless compiler warning in popen2(). ... (check-in: b1483634 user: drh tags: trunk)
14:00
Updates to the change log. ... (check-in: beec145f user: drh tags: trunk)
13:57
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync. ... (check-in: fb156a12 user: drh tags: trunk)
12:01
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally. ... (check-in: 857495ec user: drh tags: trunk)
11:24
Fix harmless compiler warning in popen2(). ... (check-in: 07e092ab user: drh tags: trunk)
11:22
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable. ... (check-in: cbf27ece user: drh tags: trunk)
2024-02-05
23:59
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging. ... (check-in: 97b3f955 user: drh tags: ssh-path-prefix)
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at forum thread 4903cb4b691af7ce. ... (check-in: d07689d1 user: drh tags: ssh-path-prefix)
2024-02-03
20:32
In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39f user: drh tags: trunk)
2024-01-30
18:00
Update the built-in SQLite to the 3.45.1 patch release. ... (check-in: 55a0a4d0 user: drh tags: trunk)
2024-01-27
22:38
In markdown, support fenced code blocks containing blank lines that are indented. ... (check-in: c031b2d4 user: drh tags: trunk)
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4 user: drh tags: indented-fenced-code-blocks)
16:27
If the "autoconf" setting is set to "all" and the "fossil sync" command is run with a URL argument, then only sync with that one URL rather than syncing with all remotes. ... (check-in: 949b321b user: drh tags: trunk)
2024-01-25
19:09
When the "autosync" setting contains "all", then all remotes are synced using the "fossil sync" command. ... (check-in: 808193e6 user: drh tags: trunk)
14:47
Set the local bin path on SSH calls for "fossil sync", as is already done in [8cb116407933bb3b] for "fossil ui" and "fossil patch". ... (check-in: 805c9314 user: drh tags: trunk)
11:55
Fix incorrect hyperlink target in the documentation. ... (check-in: d5b04f0e user: drh tags: trunk)
11:42
Fix minor documentation typo. ... (check-in: 031cc656 user: drh tags: trunk)
2024-01-21
18:03
Improved support for one-click unsubscribe for notifications. ... (check-in: bca95cbf user: drh tags: trunk)
2024-01-20
22:31
Include the "List-Unsubscribe" headers in all notification emails. ... (check-in: b76320ed user: drh tags: trunk)
2024-01-09
17:18
Remerge the Wiki title search enhancement, after fixing it so that it does not disrupt check-in comment search. ... (check-in: 9d9bf1ab user: drh tags: trunk)
17:05
Improvements the "fossil search --fts": Add the --scope and --debug options and improve output formatting. ... (check-in: b7ef90c7 user: drh tags: trunk)
17:04
Fix an off-by-one error in the text line-break algorithm of comformat.c. ... (check-in: eb2100db user: drh tags: trunk)
15:14
Add the --fts option to the "fossil search" command. This option uses the same search mechanism as web search. Useful for debugging web search. ... (check-in: 2ddf62a3 user: drh tags: trunk)
14:04
Fix harmless compiler warning in sha3.c. ... (check-in: 537d9e00 user: drh tags: trunk)
13:42
Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 5d0d2219 user: drh tags: trunk)
2024-01-01
19:35
Add "De-ANALYZE" buttons on the schema display pages. ... (check-in: 1c64373d user: drh tags: trunk)
19:25
Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 6da25503 user: drh tags: trunk)
14:42
Update to a newer SQLite on the enhanced-stat1 branch. ... (Closed-Leaf check-in: e634b581 user: drh tags: enhanced-stat1)
2023-12-31
18:23
Text diff output is now more like other common unix tools in its handling of missing files. ... (check-in: caa6ad39 user: drh tags: trunk)
13:59
Change the built-in SQLite to the latest tip of the enhanced-stat1 branch. This is to facilitate testing of that branch in SQLite in a real-world app. ... (check-in: 4c353662 user: drh tags: enhanced-stat1)
13:57
Add ANALYZE buttons to the /repo_schema page in cases where only a single table is being shown. ... (check-in: e90fd9be user: drh tags: trunk)
13:49
Provide buttons to run ANALYZE with and without a limit on the /repo_stat1 page. ... (check-in: 349fb1fa user: drh tags: trunk)
13:40
On the /repo_stat1 page, provide an option to show the sqlite_stat1 data in a tabular format. ... (check-in: 3c68f7d4 user: drh tags: trunk)
12:53
Publish the --analyze option for "rebuild" in the "fossil all" command. ... (check-in: 724f7815 user: drh tags: trunk)
2023-12-27
11:53
Undocument the --deanalyze option to "fossil rebuild". It was added by [85233c40c9bb05a8], but more recently (specifically in check-in [7815d015f3b5a663]) it has become desirable for the repository database to be analyzed. ... (check-in: fa9d3fb2 user: drh tags: trunk)
2023-12-14
17:24
Update the built-in SQLite to the latest trunk version that is destined to become 3.45.0 someday. This is beta-testing for SQLite. ... (check-in: 70cae0a9 user: drh tags: trunk)
2023-12-13
18:50
Bug fixes in the alert sending backoffice task. Hopefully this will start sending email notifications to people correctly. The bug was likely introduced by [d4361f6a94725aa3]. ... (check-in: 2917beda user: drh tags: trunk)
12:18
Add a missing <td> to the /uvlist table. ... (check-in: 6b025921 user: drh tags: trunk)
2023-12-07
20:06
Add the --dark option to "fossil diff --tk" ... (check-in: 5a8516df user: drh tags: trunk)
19:57
Improvements to the diff algorithm. See forum thread 515e0d43425d7164 for discussion. ... (check-in: a45c7f0a user: drh tags: trunk)
2023-11-24
12:59
Update the built-in SQLite to version 3.44.2. ... (check-in: 3f977856 user: drh tags: trunk)
2023-11-22
20:22
Update the built-in SQLite to version 3.44.1. ... (check-in: 2edeeee4 user: drh tags: trunk)
2023-11-19
11:42
Improved description on /timeline pages that make use of tl= or rl=. ... (check-in: e03200e5 user: drh tags: trunk)
2023-11-18
20:41
Add new tl= and rl= query parameters to /timeline ... (check-in: 2288b742 user: drh tags: trunk)
2023-11-11
17:59
Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. ... (check-in: a8782f33 user: drh tags: trunk)
17:49
Suppress compiler warnings associated with jimtcl on OpenBSD. ... (check-in: cd040d1a user: drh tags: trunk)
2023-11-10
14:41
Increase the version number to 2.24 to start the next development cycle. Begin the change log for 2.24. ... (check-in: 9b642594 user: drh tags: trunk)
14:14
Add the x= query parameter to /timeline. Satisfies ticket [208e3fc206af9b61]. ... (check-in: cad7c10b user: drh tags: trunk)
2023-11-02
19:40
Improvements to "fossil sync" help text. ... (check-in: 88871c02 user: drh tags: trunk)
19:37
For the "fossil sync" command if the -v option is repeated, then the HTTP_VERBOSE flag is set on the http_exchange() call, resulting in additional debugging output for the wire protocol. ... (check-in: 80896224 user: drh tags: trunk)
2023-11-01
18:56
Version 2.23 ... (check-in: 47362306 user: drh tags: trunk, release, version-2.23)
14:13
Update the built-in SQLite to version 3.44.0. ... (check-in: 72e14351 user: drh tags: trunk)
2023-10-29
22:52
Update the built-in SQLite to the first 3.44.0 release candidate, for testing. ... (check-in: e4d2c1d1 user: drh tags: trunk)
22:20
Replicated the server load aveage limit on the robot-defenses configuration page. ... (check-in: a72e9e18 user: drh tags: trunk)
19:19
Fix typos in and otherwise improved the docs for the "fossil all set" command. ... (check-in: 67094bc2 user: drh tags: trunk)
2023-10-25
12:19
Fix the password reset request form so that it passes CSRF security tests. ... (check-in: ce8598b6 user: drh tags: trunk)
2023-10-24
12:04
Update the built-in SQLite to the first 3.44.0 beta, for testing. ... (check-in: 39bcd310 user: drh tags: trunk)
2023-10-23
10:44
Remove all calls to sprintf() from makeheaders and mkversion in order to appease prudish compilers. ... (check-in: 8c7bf450 user: drh tags: trunk)
10:21
Update the built-in SQLite to the latest 3.44.0 alpha yet again. This time, also remember to include the "shell.c" source file from SQLite that includes the removal of an "sprintf()" call, thereby avoiding scary MacOS warnings. ... (check-in: 6ac01531 user: drh tags: trunk)
2023-10-22
23:46
Update the built-in Fossil to a newer 3.44.0 alpha that fixes the 8-byte alignment problem with duplicated Expr objects, as well as other minor fixes. ... (check-in: 128e5030 user: drh tags: trunk)
2023-10-21
21:38
Update the built-in SQLite to the first 3.44.0 alpha, for testing. ... (check-in: b0db6ddb user: drh tags: trunk)
2023-09-29
12:53
Fix self-registration bug created by the enhanced CSRF defense changes. ... (check-in: 6ae99418 user: drh tags: trunk)
2023-09-28
14:15
Update to the change log. ... (check-in: e3e28f43 user: drh tags: trunk)
14:13
Changing a setting to an empty string is now the same as unsetting that value, in most cases. Settings that are exceptions to the rule are marked with the "keep-empty" flag. Fix for the issue reported by forum post a17b5fa51d607e3d. ... (check-in: 1f6ae1ef user: drh tags: trunk)
14:08
Minor tweaks to the hash color test page. ... (check-in: 19799565 user: drh tags: trunk)
13:51
The "branch ls" command should flag private branches with -R. ... (check-in: 016f6c5e user: drh tags: trunk)
13:43
Remove an unnecessary while() loop. ... (check-in: 225abb37 user: drh tags: trunk)
13:38
Mark closed leaves with an X on the timeline graph. ... (check-in: 57bea365 user: drh tags: trunk)
2023-09-25
15:47
If the value of a setting is changed into an empty string, then unset it, except for the rare setting that has the new keep-empty property. ... (Closed-Leaf check-in: b9bbb8d7 user: drh tags: unset-empty-settings)
2023-09-19
11:41
Improvements to documentation for the "patch" command. ... (check-in: 14ebbe9d user: drh tags: trunk)
11:31
Improvements to help-text HTML formatting. ... (check-in: ccc780f5 user: drh tags: trunk)
11:19
Updates to the change log. ... (check-in: 5afa42e4 user: drh tags: trunk)
10:42
Fix a harmless compiler warning in SQLite. This is a direct edit to the imported sqlite3.c file, which will be overwritten the next time we update SQLite. But that's ok since the warning is fixed in the SQLite tree too. ... (check-in: ead5a95b user: drh tags: trunk)
2023-09-18
20:43
Merge the CSRF-defense enhancements into trunk. ... (check-in: 920ace17 user: drh tags: trunk)
17:13
Omit the SameSite=strict specifier for the login cookie, since that prevents users from clicking a hyperlink on an email notification and then going directly to the relevant page and getting logged in. ... (Closed-Leaf check-in: fc5b49e9 user: drh tags: csrf-defense-enhancement)
15:36
Set the "SameSite=strict" value on cookies (used for authentication) as a further defense-in-depth against CSRF attacks. ... (check-in: bc643c32 user: drh tags: csrf-defense-enhancement)
15:24
Fix forum-post approval buttons so that they send the CSRF token. ... (check-in: bf9974cf user: drh tags: csrf-defense-enhancement)
15:10
More intensive use of the Synchronizer Token Pattern for CSRF defense. ... (check-in: 0a66be2b user: drh tags: csrf-defense-enhancement)
14:32
Strengthen CSRF requirements for the skin editor. ... (check-in: 6912636d user: drh tags: csrf-defense-enhancement)
14:29
Cleanup forms on the skin editor page. ... (check-in: 5feae3fd user: drh tags: csrf-defense-enhancement)
14:13
Stronger CSRF token based on a SHA1 hash of the login cookie. ... (check-in: ff3746c4 user: drh tags: csrf-defense-enhancement)
13:18
Try to simplify and rationalize the defenses against cross-site request forgery attacks. A hodgepodge of techniques have been used in the past. This changes attempts to make everything work more alike and to centralize CSRF defenses for easier auditing. ... (check-in: 88a402fe user: drh tags: csrf-defense-enhancement)
2023-08-31
12:20
Show the complete CGI environment in the error log on a 418 hack attempt error. ... (check-in: 0204f4aa user: drh tags: trunk)
2023-08-30
19:42
Improvements to the tools/codecheck1.c injection-attack static analyzer tool. ... (check-in: 2afff83e user: drh tags: trunk)
2023-08-27
19:01
On the /docdir page, omit the submenu and other page decorations. ... (check-in: 0313f0f9 user: drh tags: trunk)
18:42
Add the /docdir page which is an alias for /dir with the "dx" query parameter. ... (check-in: 5d7e153f user: drh tags: trunk)
18:15
Add the "dx" query parameter to the "dir" page, which if present causes links to file to use /doc instead of /file. ... (check-in: d4d10c01 user: drh tags: trunk)
2023-08-23
15:57
New Pikchr that fixes text positioning on negative thickness lines. ... (check-in: 2bdd36e4 user: drh tags: trunk)
15:36
Update Pikchr to support zero-thickness objects. ... (check-in: 8ed25a31 user: drh tags: trunk)
2023-08-20
18:07
Update the built-in zlib library to version 1.3. ... (check-in: f1f1d6c4 user: drh tags: trunk)
2023-08-18
14:15
Update the built-in SQLite to the latest 3.43.0 beta for testing. ... (check-in: b5aa9f8a user: drh tags: trunk)
2023-08-14
21:09
Make sure the EmailEvent object is completely zeroed whenever it is allocated. ... (check-in: 33877fa5 user: drh tags: trunk)
2023-08-12
19:24
Update the built-in Pikchr to fix the "same" operator flow-control bug reported on the Pikchr forum. ... (check-in: c21423eb user: drh tags: trunk)
12:24
Update the built-in SQLite to the latest 3.43.0 beta for testing. ... (check-in: 16ee3953 user: drh tags: trunk)
2023-08-05
21:18
Two new notification options: "n" means to be notified for new forum threads only and "r" means to be notified for forum posts that are a reply to a post made by the user. ... (check-in: d4361f6a user: drh tags: trunk)
17:40
Disallow user-choosen UserIDs that begin with "anonymous" or other reserved names. ... (check-in: a7e9dd53 user: drh tags: trunk)
16:55
Fix a typo in a comment. ... (check-in: 19e6905c user: drh tags: trunk)
16:09
Minor wording changes on the /unsubscribe page. ... (check-in: 37f929e3 user: drh tags: trunk)
2023-08-04
13:27
Update the built-in SQLite to fix a bug in json_remove(). This probably does not affect Fossil, but better safe than sorry. ... (check-in: d3c850cf user: drh tags: trunk)
2023-08-03
14:34
Remove an overly aggressive call to cgi_check_for_malice() on the /login page. ... (check-in: 57d3dbb1 user: drh tags: trunk)
12:23
Update to the change log. ... (check-in: 928bac99 user: drh tags: trunk)
11:50
Update the built-in SQLite to the latest code from the SQLite trunk, as a beta test of SQLite. ... (check-in: 23cb5373 user: drh tags: trunk)
2023-07-28
16:18
Avoid a potential 32-bit integer overflow when doing a diff on large files with large differences. ... (check-in: 5882e9e8 user: drh tags: trunk)
2023-07-23
20:28
Show file sizes the the treeview. Other file browser enhancements. ... (check-in: 73fe442a user: drh tags: trunk)
20:27
Improved CSS for the size field of tree-view. ... (Closed-Leaf check-in: 06ab6d9c user: drh tags: filesize-listings)
19:57
Use the files_of_checkin virtual table to generate the file listings on the /dir page, instead of a bunch of C code that was written before files_of_checkin was invented. ... (check-in: 15d9d5b0 user: drh tags: filesize-listings)
2023-07-22
14:29
Add the option to sort files by size in the tree-view. ... (check-in: dedae5a1 user: drh tags: filesize-listings)
2023-07-18
13:36
Improved defense against denial-of-service caused by hackers pounding Fossil with repeated requests that contain SQL injection attempts. If SQL injection is attempted, return a "Begone, Knave!" page with status code 418. ... (check-in: 57f1e872 user: drh tags: trunk)
2023-07-17
12:31
Fix should have gone on the verify-options-cgi branch, not on trunk. ... (Closed-Leaf check-in: d276fd9b user: drh tags: verify-options-cgi)
12:28
Make sure query parameter "t" is marked as isFetched even if it is renamed from "r". ... (check-in: 2b72f337 user: drh tags: trunk)
12:13
Improvements to the algorithm for detecting likely SQL injection text. ... (check-in: 5d6efeee user: drh tags: verify-options-cgi)
11:44
Improve the error log message for 418 responses so that it includes the name of the offending query parameter. Require whitespace around keywords when trying to detect SQL. ... (check-in: ef1702fd user: drh tags: verify-options-cgi)
2023-07-16
20:55
Fix typo on the 418 status code name. ... (check-in: f39c878f user: drh tags: verify-options-cgi)
20:47
Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (check-in: 40266bf9 user: drh tags: verify-options-cgi)
10:35
Rename verify_all_options_cgi() to cgi_check_for_malice(). Add more comments explaining what the function is intended for. Add calls to cgi_check_for_malice() to a few new webpages. ... (check-in: 5a8063a8 user: drh tags: verify-options-cgi)
2023-07-10
12:59
The "fossil repack" command should run VACUUM if either new compression opportunities were found *or* if the freelist count is positive. ... (check-in: 4d9ede80 user: drh tags: trunk)
12:50
In the fts-config command and on the /srchsetup page, show how much space is used by the full-text index. ... (check-in: 5c5e5492 user: drh tags: trunk)
2023-07-08
18:11
Update the built-in SQLite to a new version that includes proper "LL" suffixes on all 64-bit integer literals. ... (check-in: 06fb3f81 user: drh tags: trunk)
14:36
Update the built-in SQLite to the latest 3.43.0 alpha for testing. ... (check-in: 65c6bda8 user: drh tags: trunk)
2023-07-07
18:23
The cpnode table used for cherrypick timelines should be a TEMP table. ... (check-in: 2478837b user: drh tags: trunk)
2023-07-04
18:00
Updates to the sync protocol documentation. ... (check-in: e57613dc user: drh tags: trunk)
2023-06-23
22:15
Check-in [bdde964e06128a02] got the test for text/html exactly backwards. ... (check-in: c6115dbf user: drh tags: trunk)
12:29
Use the new octet_length() SQL function in place of length() where it is appropriate to do so. ... (check-in: 604e1a67 user: drh tags: trunk)
11:43
Update the built-in SQLite to the first check-in that supports the octet_length() SQL function so that we can use that function in the Fossil implementation. ... (check-in: 9f8e9cbd user: drh tags: trunk)
2023-06-22
17:09
Do not allow caching of generated HTML content, as such content will usually contain a nonce which ought not be repeated. ... (check-in: bdde964e user: drh tags: trunk)
2023-06-20
18:44
Avoid logging errors associated with the inability to access the database specified for outgoing email. ... (check-in: 2787a454 user: drh tags: trunk)
2023-06-19
13:54
Fix a bug in repo_list_page() that manifests only on 32-bit builds on big-endian CPUs. ... (check-in: 42076cab user: drh tags: trunk)
13:10
Update the built-in SQLite to the latest 3.43.0 alpha code in order to fix compiler warnings on old PPC macs. ... (check-in: aaf6abf6 user: drh tags: trunk)
2023-06-18
23:20
Update documentation to "fossil patch" and "fossil ui" to talk about the algorithm used for locating the fossil executable on the remote host. ... (check-in: d22e2b38 user: drh tags: trunk)
19:58
Omit the PATH= argument to SSH for "fossil patch push/pull" and "fossil ui" when the --fossilcmd option is used. ... (check-in: a35522f8 user: drh tags: trunk)
00:46
Always print the SSH command used to implement "fossil patch push/pull". No longer require the -v option to see the ssh command. This is in the interest of full disclosure - letting the operator know what Fossi is doing behind the scenes. ... (check-in: 97ec767f user: drh tags: trunk)
00:22
For the "fossil ui remote:/" and the "fossil patch push/pull" commands, when going over SSH, add the argument "PATH=$HOME/bin:$PATH" to the command line so that the "fossil" executable can be found in the users home directory. This is important on system like Mac where the default PATH for SSH consists of only unwritable directories. ... (check-in: 8cb11640 user: drh tags: trunk)
2023-06-17
20:51
Mention the "all" option in the documentation for "autosync" ... (check-in: 4e7b08c3 user: drh tags: trunk)
2023-06-15
12:21
To avoid unnecessary clutter in the error log, do not write timeout message to the error log for timeouts that occur during web-page reply and that use less than one second of CPU time. ... (check-in: af2f7d17 user: drh tags: trunk)
11:58
Use the new timediff() function of SQLite 3.43.0 to refactor the "Duration of Project" line on the /stat page to be "Project Age". ... (check-in: 2abb23db user: drh tags: trunk)
11:26
Document the --errorlog command-line option to "fossil ui". ... (check-in: 1e64c2c1 user: drh tags: trunk)
2023-06-12
18:24
Update the built-in SQLite to the latest trunk version that fixes a harmless compiler warning. ... (check-in: f8a29b2e user: drh tags: trunk)
2023-06-06
00:46
Improved documentation of "fossil all whatis" ... (check-in: 401711d4 user: drh tags: trunk)
2023-06-05
19:01
Add the "fossil all whatis" command. ... (check-in: 54849681 user: drh tags: trunk)
2023-06-01
18:02
Admin users have a link in /forumthread to show the hash of all artifacts associated with that thread. ... (check-in: 83928d8a user: drh tags: trunk)
17:18
Increase the version number to 2.23 in order to start the next development cycle. ... (check-in: 9f857c2d user: drh tags: trunk)
2023-05-31
15:26
Version 2.22 ... (check-in: 66ee0beb user: drh tags: trunk, release, version-2.22)
2023-05-29
12:44
Enhance the /reports page to include sub-categories "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: d4058f78 user: drh tags: trunk)
12:44
Improved documentation for the /reports page. Add the latest /reports enhancements to the change log. ... (Closed-Leaf check-in: f71657d5 user: drh tags: non-merge-activity-report)
12:01
Fix an issue with the report labels for merge and non-merge check-ins. ... (check-in: 385d6d14 user: drh tags: non-merge-activity-report)
11:40
Enhance the /reports page to show two new sub-types of activities: "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: 37a80fbf user: drh tags: non-merge-activity-report)
2023-05-27
15:54
Do not allow non-alpha numeric ascii characters into the search pattern. Convert all such characters into a single space. ... (check-in: 196dfedf user: drh tags: trunk)
15:48
Do not allow the "." character inside of FTS5 search strings. ... (Closed-Leaf check-in: 8a7609b1 user: drh tags: typo)
15:02
Fix the captcha-audio page so that it works even without a seed value. ... (check-in: a1178d57 user: drh tags: trunk)
2023-05-26
10:27
Improved documentation of the /reports webpage. Add recent enhancements of /reports to the change log. ... (check-in: 5dc3d2f1 user: drh tags: trunk)