Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2022-01-23 19:57:44.

2022-02-08
17:14
Fix compiler warning on builds that lack support for FuseFS. ... (check-in: 398c5cd1a7 user: drh tags: trunk)
17:07
Make the "fusefs" command and help text available, even on builds that lack support for FuseFS. ... (check-in: b1a78a65f6 user: drh tags: trunk)
2022-02-05
01:21
Update the built-in SQLite to the latest 3.38.0 beta. ... (check-in: 82bbde8d0f user: drh tags: trunk)
2022-02-03
00:55
Remove a faulty assert() statement inserted by check-in [9c1199d723e0acda]. ... (check-in: 537a1394d8 user: drh tags: trunk)
2022-02-02
00:18 Edit [e4b49ce37d07f43a|e4b49ce37d]: Edit check-in comment. ... (artifact: 3d5a6a4a4c user: drh)
2022-02-01
13:20
Update to the latest SQLite 3.38.0 alpha that includes support for --wordwrap in the CLI. ... (check-in: 0505bc8289 user: drh tags: trunk)
2022-01-31
16:30
Update to the latest SQLite in order to fix compiler warnings. ... (check-in: 52b0272fda user: drh tags: trunk)
14:19
Update the built-in SQLite to the latest 3.38.0 alpha that include the new ".mode qbox" command and other enhancements in the shell. ... (check-in: 100118cb91 user: drh tags: trunk)
2022-01-27
16:27
Additional fixes to the build process to ensure that pikchr.c has a valid header file. ... (check-in: f46f8c3839 user: drh tags: trunk)
11:20
Be strict about compiler warnings for Windows builds. ... (check-in: 57f16ce8e5 user: drh tags: trunk)
03:57
Make sure the pikchr() function has a prototype(). MSVC generates incorrect code (and does not give a warning) if the prototype is missing. ... (check-in: a27b3364e3 user: drh tags: trunk)
2022-01-26
18:22
Make sure stdin and stdout are set to binary mode in Windows for the "fossil http" command. ... (check-in: be1c4d47f9 user: drh tags: trunk)
17:28
For Windows debugging, then "fossil ui" or "fossil server" is launched with the --httptrace option, the temporary files used to start subprocesses are stored in the working directory and are not deleted after each request. ... (check-in: 3d238187bb user: drh tags: trunk)
14:36
Fix compiler warning of unused function for builds without OpenSSL. ... (check-in: 2a563d60bf user: drh tags: trunk)
14:33
One more compiler warning fix. ... (check-in: 317c665ce6 user: drh tags: trunk)
14:32
Fix "unused variable" compiler warnings when building without OpenSSL. ... (check-in: c1350c8a44 user: drh tags: trunk)
14:25 Edit [c5c7dd5ffbf424bd|c5c7dd5ffb]: Edit check-in comment. ... (artifact: 09f23dca12 user: drh)
14:00
Check-in [acffc8f7858254eb] was causing "CGI content-length mismatch" errors on the main Fossil website (xinet.d->althttpd->Fossil). This check-in attempts to resolve the problem. (Edit:) *Not!* The error is still occurring, though at least now we have a better error message. The problem might have been in althttpd and fixed at [https://sqlite.org/althttpd/info/fded041a3e9ce9b0]. ... (check-in: c5c7dd5ffb user: drh tags: trunk)
13:35 Edit [95256636e4682bf1|95256636e4]: Mark "Closed". ... (artifact: 6fbc6e8c76 user: drh)
13:35 Edit [95256636e4682bf1|95256636e4]: Mark "Closed". ... (artifact: ec0adadd7d user: drh)
13:34
Improved help-page for the "http" command. ... (check-in: 42c4d045e1 user: drh tags: trunk)
13:10
Updates to the change log. ... (check-in: 076e7863c2 user: drh tags: trunk)
2022-01-25
17:44
Update the built-in SQLite to the latest 3.38.0 beta, for the purpose of beta testing SQLite. ... (check-in: 605064e656 user: drh tags: trunk)
2022-01-23
20:11
Diff algorithm is slightly faster and does a better job of dealing with indentation changes in code. See [forum:/forumpost/7631656a2823338a|forum thread 7631656a2823338a]. ... (check-in: 1cb182ac18 user: drh tags: trunk)
19:57
Add a heuristic to the diff generator that helps it do a better job of identifying differences in C code that result from a change in indentation level. ... (Closed-Leaf check-in: 8cd73dda3d user: drh tags: diff-improvement)
11:29
Additional alignment debugging information output for "fossil diff --debug". ... (check-in: 9aaefcfd0a user: drh tags: diff-improvement)
04:12
When trying to do an alignment of large blocks, first try an LCS on the same block using an ignore-whitespace comparison. If a large LCS is found, use that to subdivide the problem. Otherwise, continue with the usual divide-and-conquer technique. ... (check-in: c311efef07 user: drh tags: diff-improvement)
00:31
Approximately a 5x performance increase for diff with the -w (ignore whitespace) option. ... (check-in: fbdbc09b40 user: drh tags: diff-improvement)
2022-01-22
18:02
Restore "const" before "DLine*" where possible in the diff generator. And even add some new instances of "const". ... (check-in: cf69ac4e39 user: drh tags: diff-improvement)
17:50
Fix the computation of DLink.nw for the case of the -w (no whitespace) option for diff. ... (check-in: 44b6f12845 user: drh tags: diff-improvement)
17:11
Add the Dline.nw field. Use it as a cache of the number of characters on a line with leading and trailing whitespace removed. ... (check-in: f6112b93e9 user: drh tags: diff-improvement)
13:49
Enhance the DLine.indent field so that it is always initialized to the number of space and control characters at the beginning of the line. ... (check-in: 2dad4158db user: drh tags: diff-improvement)
2022-01-20
21:43
The test-httpmsg command does not need to open a repository. ... (check-in: b145f19df5 user: drh tags: trunk)
13:17
Add SERVER_SOFTWARE to the set of CGI parameters emitted by /ext ... (check-in: a9a1bd84d8 user: drh tags: trunk)
2022-01-19
19:34
Change the definition of structure artifacts so that they can store UTF-8 text rather than just ASCII text. ... (check-in: cc214897fb user: drh tags: trunk)
16:55
For Solaris, omit the XOPEN_SOURCE define, as this is no longer recommended, according to private email from Claes Nästén. Also disable some obsolete compile-time options to SQLite. ... (check-in: 5b0c71d1fc user: drh tags: trunk)
16:00
If there is a global ssl-ca-location setting, make sure it is used when trying to locate the trust store for any client TLS operation. ... (check-in: 0ca1fc4d98 user: drh tags: trunk)
15:35
Change the priority of trust-store location search so that environment variables SSL_CERT_FILE and SSL_CERT_DIR take precedence over the ssl-ca-location setting. This allows a one-command override of the ssl-ca-location for testing or debugging. ... (check-in: e225dc9dec user: drh tags: trunk)
2022-01-18
20:53
Fix a typo on the /secaudit0 page. ... (check-in: fef157554f user: drh tags: trunk)
19:59
Improvements to the on-line help text for the "fossil remote" command. ... (check-in: bbf17aeb87 user: drh tags: trunk)
19:18
Accept symbolic names for the URL in "fossil remote URL" command. ... (check-in: bcb09d6511 user: drh tags: trunk)
18:42
Fix the "fossil remote add NAME default" command so that it works to assign the name of NAME to the last sync URL. ... (check-in: ce1a1fd1d1 user: drh tags: trunk)
14:20
For the "fossil ssl-config" command, show the five possible locations of the trust store in priority order, and show the one that is actually used at the end. In -v mode, show the hash for each exception. ... (check-in: 0abeed1118 user: drh tags: trunk)
2022-01-17
20:32
Update the ssl-server.md document to conform to the latest changes. ... (check-in: 593c13baf2 user: drh tags: trunk)
19:57
Updates to the change log. ... (check-in: a0623f6928 user: drh tags: trunk)
18:10
Fix the "fossil sync" command so that it works with options -u and --all at the same time. ... (check-in: 95014ae996 user: drh tags: trunk)
16:58 Edit [60d1581ff00fc268|60d1581ff0]: Mark "Closed". Edit check-in comment. ... (artifact: c9ba6fe17a user: drh)
16:56
A general simplification of the server-side TLS logic: Do not store server-certs in settings. Remove the ssl-config subcommands that try to do that. Change command-line options for server-TLS mode on "fossil server" and "fossil http": --cert for the cert file, --pkey for the private key, and omit --tls and --ssl. This check-in supercedes [/timeline?r=tls-server-fix|the tls-server-fix branch]. See [forum:/forumpost/de470658fdf45100|forum post de470658fdf45100]. ... (check-in: d7008b3457 user: drh tags: trunk)
2022-01-16
18:36
Fix the "fossil config pull AREA" command when it lacks a URL, so that it uses the default sync URL. ... (check-in: 661ea33159 user: drh tags: trunk)
01:34
Show the value of SERVER_SOFTWARE on the /test_env page. ... (check-in: f1729c4736 user: drh tags: trunk)