Timeline
Not logged in

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

137 events for the month beginning 2021-12-01

Following month ↑
2021-12-31
19:02
Fix harmless compiler warnings. check-in: 96a66d75f8 user: mistachkin tags: trunk
12:41 Changes to wiki page "To Do List" artifact: a5725964da user: drh
02:59
Merged in trunk. check-in: c800d2ca82 user: stephan tags: markdown-tagrefs
2021-12-30
19:25
Updated change log for new /chat embedding feature. check-in: 79ebb3c18a user: stephan tags: trunk
19:21
/chat: added a bit of gap between the Embed checkbox and its label. check-in: 90d89f886a user: stephan tags: trunk
19:17
Enhance /chat to enable embedding of HTML/text/image attachments via iframes, the motivating use case being embedding of attached diff files. check-in: 432ff8d8c1 user: stephan tags: trunk
19:14
Force inheritance of the HTML-mode diff font-size and line-height attributes to fix misalignment in some browsers. Closed-Leaf check-in: cf911e4425 user: stephan tags: chat-attachment-iframe
19:02
/chat: if an iframe's body has no fontSize set, try to force it to match the message wrapper's font size. Whether this works might be environment-dependent. Add support for embedding images in iframes if the when the 'inline images' option is off. check-in: d4b167bd97 user: stephan tags: chat-attachment-iframe
18:26
/chat: shorted 'Toggle Embedded' label to 'Embed'. check-in: 490c7b435f user: stephan tags: chat-attachment-iframe
18:08
Remove display:flex from .message-widget-content elements, as it causes IMG elements to stretch to fill up all available space. check-in: cf4a17c8b4 user: stephan tags: chat-attachment-iframe
18:02
/chat: added txt to the list of iframe-embeddable extensions. check-in: 1721d3089a user: stephan tags: chat-attachment-iframe
17:58
/chat: change the Embed button to a toggle checkbox to show/hide the embedded iframe. check-in: 956515f677 user: stephan tags: chat-attachment-iframe
17:43
For diff --webpage output, style body to background-color white, primarily so that embedding in chat does not lead to unreadable diffs for certain user colors. check-in: 41767a2e5f user: stephan tags: chat-attachment-iframe
17:39
/chat: fixed text mode toggle to not mangle messages with attachments (it apparently never worked properly with them). check-in: 7678922283 user: stephan tags: chat-attachment-iframe
17:20
/chat: experimentally add an Embed button to HTML attachments which embeds their contents in an iframe. check-in: d9e3ed5e20 user: stephan tags: chat-attachment-iframe
2021-12-29
23:49
Fix a broken link in the SSL-server document. check-in: 90b8921b6c user: drh tags: trunk
23:00
Corrected missing commas in JSON-format diff builder output of Edit records. check-in: 31be3836b7 user: stephan tags: trunk
17:12
Tweaks to the SSL server documentation. check-in: 2e2da5783d user: drh tags: trunk
17:01 Changes to wiki page "Release Build How-To" artifact: abc891bbfe user: drh
16:02
Final fix for the MinGW build. check-in: 44f4d624f1 user: mistachkin tags: trunk
15:56
Fixes to MinGW build (still not quite working). Remove final remnants of miniz. check-in: a015ab64ca user: mistachkin tags: trunk
15:44
Preliminary documentation for server-side SSL. check-in: a094e654e5 user: drh tags: trunk
14:45
Another simplification of SEE memory handling for the 'sql' command. check-in: 531434900b user: mistachkin tags: trunk
14:34
Correction to SEE memory handling used by the 'sql' command. check-in: 3b4a45535e user: mistachkin tags: trunk
03:49
Added missing -nocomplain flag to a glob command call to avoid configure dying if it cannot find libsqlite*. check-in: 5e2dbcc6fe user: stephan tags: trunk
03:15
Adapted ssl_new_server() docs to account for code changes. check-in: 258479650b user: stephan tags: trunk
02:59
Fix the SSL-server code so that the "fossil ui --tls" command (and similar) now work on Windows. check-in: 7a3bf55f54 user: drh tags: trunk
00:49
Update buildmsvc.bat after testing successful compilation with the Visual Studio 2022 toolchain. check-in: 2ed7465cf7 user: danield tags: trunk
2021-12-28
19:09
Improved management of unmergeable binary files for "fossil update". check-in: 52a389d3db user: drh tags: trunk
19:04
Add initial support for SSL (TLS) servers on unix using "fossil server" or "fossil http". Rename the "tls-config" command to "ssl-config". Extend that command to support specifying certificates. Add support for delivering content from the ".well-known" directory to support obtaining certs from Let's Encrypt. check-in: f6263bb641 user: drh tags: trunk
19:00
Omit the "ssl-acme" setting. Access to ".well-known" is now controlled by the --acme command-line option on "fossil http" and "fossil server". This change is required for when those commands specify a directory rather than a particular repository, since without a specific repository, there are no settings to check. Closed-Leaf check-in: 4ef059bc2a user: drh tags: ssl-server
18:17
Fix the --files option on "fossil http" so that if a glob pattern does not begin with '*' then it will match beginning with the "/" of the PATH_INFO. check-in: 5ac65aa496 user: drh tags: ssl-server
14:45
Add support for --tls on the "fossil http" command. check-in: 8429f8a3df user: drh tags: ssl-server
13:55
Remove reference to miniz in "The Fossil Build Process". check-in: 280c3584e4 user: danield tags: trunk
06:47
Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range)... check-in: 5aa1ec3789 user: florian tags: trunk
2021-12-27
21:43
Sanitize the pathname on the /.well-known webpage. [forum:/forumpost/ba46d8e333|Forum post ba46d8e333]. check-in: b265013b66 user: drh tags: ssl-server
17:13
Improved documentation for server-side SSL settings. check-in: f81d64cace user: drh tags: ssl-server
17:01
Enable access to the ".well-known" subdirectory, to facilitate ACME. check-in: 6d447b8669 user: drh tags: ssl-server
16:13
Rename the "tls-config" command into "ssl-config" for consistency. The older "tls-config" command is retained as an alias. Enhance the command to support server certificate management. check-in: f6051784c5 user: drh tags: ssl-server
12:49
Add a built-in self-signed certificate for use with TLS servers. Add --tls and --ssl options to active TLS for "fossil ui" and "fossil server". Add the "tls-server-cert" setting. Automatically start servers as TLS if the redirect-to-https property is 2. check-in: 7532ffa4e3 user: drh tags: ssl-server
12:02
improve warning message for binary merge conflict on update. Closed-Leaf check-in: d4d739898d user: mgagnon tags: binary_merge_conflict_fix
06:16
Prevent lost of local change on binary files when having a merge conflict using the update command without the --keep-merge-files flag. check-in: d2b02566a7 user: mgagnon tags: binary_merge_conflict_fix
2021-12-26
21:50
Fix the build on Windows and on builds that omit OpenSSL. Improved error messages. check-in: 637516c447 user: drh tags: ssl-server
21:27
Now actually works. check-in: 977fa519d3 user: drh tags: ssl-server
20:53
Add the (undocumented) --debug-nofork option to "fossil ui" and "fossil server", for use in debugging. check-in: ed4a96d8ec user: drh tags: ssl-server
20:35
Code is in place to do SSL servers. It compiles. But it does not work. This is an incremental check-in. check-in: 89af3b0a47 user: drh tags: ssl-server
18:45
Remove miniz include check-in: 4ab8669b7a user: danield tags: ssl-server
13:53
Add hooks in the HTTP request decoder and reply generator that allow us to redirect traffic through an SSL codec. check-in: 5674f776e9 user: drh tags: ssl-server
13:11
Some of the comments in cgi.c had become stale after years of evolution. Try to bring them up-to-date. check-in: 37ccaafddb user: drh tags: trunk
13:05
Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. check-in: f9c2d23f29 user: stephan tags: trunk
13:05
Got Makefile.classic mostly working again, with the caveat that it assumes an SSL build. check-in: 6c3d398a91 user: stephan tags: trunk
11:41
Build the HTTP reply header in a Blob before sending it on the wire all at once. check-in: 2ac4ab2b2f user: drh tags: trunk
2021-12-25
20:01
Moved 3rd-party source code from src/ to extsrc/ and internal tooling source code from src/ to tools/. check-in: b62f651cc0 user: stephan tags: trunk
19:49
Fixed a broken reference to pikchr.c in Makefile.msc. Closed-Leaf check-in: 789f8ce809 user: stephan tags: code-movement
19:29
Corrected path to mkbuiltin.c in Makefile.msc. Corrected, perhaps, build of tools/*.c, in Makefile.PellesCGMake. check-in: 1b1938e213 user: stephan tags: code-movement
19:25
Ensure that SRCDIR_extsrc and SRCDIR_tools are defined in the Windows makefiles (they are not inherited from the main makefile). check-in: 5e203da667 user: stephan tags: code-movement
19:10
Makefile vars which leak into Makefile.msv renamed to replace '.' characters, as nmake does not like those. check-in: 6454f7bcd1 user: stephan tags: code-movement
14:55
Removed the long-unused art/ and ajax/ dirs, per /chat discussion. check-in: d49bdb6cc2 user: stephan tags: code-movement
14:39
Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. check-in: 9e8c47381e user: stephan tags: code-movement
13:43
Part two of code-relocation effort: moved sqlite3.c/h to extsrc/, per /chat discussion. Moving remaining 3rd-party sources will be far more invasive in makemake.tcl, so will be a separate step. check-in: e3e204dce1 user: stephan tags: code-movement
13:26
Fixed the builtin files generation broken by the previous checkin (moving makemake.tcl changed resolution of builtin file names) and disabled the glob -nocomplain flag which allowed that to silently fail. Moved src/sqlcompattest.c to tools/. check-in: 7271f22355 user: stephan tags: code-movement
12:55 Edit [a13ab011f40894d2|a13ab011f4]: Move to branch code-movement. Edit check-in comment. artifact: ce6dd45f73 user: stephan
12:06
Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. check-in: a13ab011f4 user: stephan tags: code-movement
02:46 Changes to wiki page "Release Build How-To" artifact: ca11cfc934 user: drh
2021-12-24
12:49
Update the built-in pikchr formatter to the latest version. check-in: 400d061151 user: drh tags: trunk
2021-12-23
23:35
Extended configure --with-sqlite=PATH to support pointing to a directory which contains sqlite3.c and sqlite3.h. It's not yet tested with out-of-tree SEE distributions (TODO). check-in: 31d431e358 user: stephan tags: trunk
20:38
Initial go at a new --with-sqlite=tree|path|auto configure flag which enables building against out-of-tree sqlite3.o or libsqlite3, with the caveat that we do not know whether the external sqlite3 is built with all features we need, e.g. JSON1. check-in: dfa758b016 user: stephan tags: trunk
14:09
Fix the URL parser so that it only has access to the CONFIG table entries for URL aliases if the URL_USE_CONFIG flag is set in the second parameter. check-in: 0aff8d8744 user: drh tags: trunk
13:16
On the /urllist page, hyperlinks to URLs that include a username omit the username. check-in: f0cdbd8b95 user: drh tags: trunk
12:50
Show the "remote list" values on the /urllist page. check-in: 964ec660a2 user: drh tags: trunk
12:25
Fix bug in the previous check-in. check-in: 7558307433 user: drh tags: trunk
12:20
Improvements to the /urllist page. check-in: 8017aab792 user: drh tags: trunk
2021-12-22
20:45
Update the change log with recent enhancements. check-in: 88a72f1e72 user: drh tags: trunk
20:40
Add documentation for the --transport-command options on the various sync commands. Improvements to the documentation of the sync protocol. check-in: 505d9d48eb user: drh tags: trunk
17:11
Add the --transport-command option to the "fossil clone" command. check-in: 14b3f48e3c user: drh tags: trunk
16:41
The --transport-command now deals correctly with passwords in the URL. check-in: f485a164af user: drh tags: trunk
15:46
Add the --transport-command option to "fossil sync" and similar. The option is currently undocumented. check-in: 3cd412eb5c user: drh tags: trunk
15:17
Add comments to the 3 different temp-filename generator routines to cross-link them to one another. Add fossil_temp_filename() as an option to the "test-tempfile" command. check-in: 1aff463371 user: drh tags: trunk
14:03
Enhance the test-httpmsg command with the new --xfer option and with an optional extra argument to specify the output file. check-in: 450cfbbfac user: drh tags: trunk
13:45
Add the --host option to the "fossil test-xfer" command. Improve the help text on that command, too. check-in: 601948b19b user: drh tags: trunk
10:57
Fixed a null-pointer deref in /chat JS in the try-to-resend-message error handler. check-in: 86bba486c5 user: stephan tags: trunk
09:18
Added more reasons not to use Fossil as a whole-system configuration backup utility in the glossary point about not using Fossil to store files scattered hither-and-yon over a filesystem. check-in: 7994809763 user: wyoung tags: trunk
09:14
A few clarifications to the new glossary. check-in: 78aa439407 user: wyoung tags: trunk
2021-12-21
20:53
Fix the "fossil scrub" command so that it deletes syncfrom:URL and link:URL entries from the CONFIG table. check-in: 65dbf97eb8 user: drh tags: trunk
20:28 Edit [5bb01585bc8677ab|5bb01585bc]: Mark "Closed". Edit check-in comment. artifact: 7a5caec7d6 user: drh
20:23
Add the --share-links option to "fossil all sync" and "fossil all pull". check-in: 23a0cd66c8 user: drh tags: trunk
20:20
Add the "Links from other repositories" section on the /urllist page. check-in: 6916a058ab user: drh tags: trunk
19:50
The --share-links option on "fossil sync" and similar causes the server to reply with "pragma link" lines that identify other repositories with which the server has interacted within the past month. Those links are recorded in "link:URL" entries of the CONFIG table on the client. check-in: 12d2f70bdf user: drh tags: trunk
18:22
For "fossil git export", add the comment line at the end of automatically generated "manifest" files so that they do not appear to be valid Fossil artifacts. check-in: 4ff45df429 user: drh tags: trunk
15:18
Fix the "pragma client-url" and "pragma req-alt-repo" pragmas to that they are in fact sent on the first message. Begin using "{}" as the value for config setings such as "syncwith" so that the value can later be extended to hold JSON. check-in: ebcce3ccdd user: drh tags: trunk
14:04
For sync, the client should only send "pragma client-url" if not doing a cross-project import. check-in: b330ce6cfb user: drh tags: trunk
12:43
Add the "pragma client-url" card to the sync protocol. check-in: 84358b7db1 user: drh tags: trunk
2021-12-20
20:52
Better documentation for the email-url setting. Add a new entry form for the email-url setting on the /setup_config page. check-in: 7e993c709a user: drh tags: trunk
20:35
Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. check-in: 1865cf4ce2 user: drh tags: trunk
17:02
Merge the diff enhancement from trunk. Closed: This branch was an experiment in ways of keeping better track of a network of repositories on different servers are set up to synchronize with one another. The experiment did not work out. Closed-Leaf check-in: 5bb01585bc user: drh tags: synclog
17:01
Futher improvements to longestCommonSubsequence that finds better matches using the faster heuristic before reverting to the optimal solver. check-in: 3f94d1bbb5 user: drh tags: trunk
16:10
In the diff generator, allow optimial-LCS runs to be 4 times as large. Fix for the issue reported at [forum:/forumpost/298bcd17cd|forum post 298bcd17cd] check-in: 7a93baffa2 user: drh tags: trunk
13:43
Make sure the synclog table exists when running the synclog command. check-in: ce5802534c user: drh tags: synclog
13:28
Fix a compiler warning and reduce the indentation for nested synclog display on the /urllist page. check-in: 59bd2ec738 user: drh tags: synclog
13:26
Show the synclog on the /urllist page. check-in: 8a2b980d0d user: drh tags: synclog
13:06
Merge the ardoise skin CSS fix from trunk. check-in: bda1728a9c user: drh tags: synclog
13:02
Document the --synclog option on "fossil sync" and similar. Add --synclog to "fossil all sync" and similar. check-in: aa9e43bf28 user: drh tags: synclog
12:54
Ensure that the synclog table exists before trying to query it. check-in: 42a23ae71f user: drh tags: synclog
12:48
Remove HTTP usernames from SYNCLOG entries. check-in: 40170e6164 user: drh tags: synclog
12:32
Add the "fossil synclog" command to display syncing history. check-in: dc861e5f2b user: drh tags: synclog
12:30
ardoise skin: fix misalignment of changed lines and line numbers in the unified view. check-in: 44b92c79de user: danield tags: trunk
11:54
ardoise skin: fixed misalignment of line number and content columns in the /file line-number view. Reported by Daniel D. in /chat. check-in: 22e41fe344 user: stephan tags: trunk
10:17
More fixes to the synclog xfer protocol. check-in: 555e36595f user: drh tags: synclog
10:04
Fix a bug in the logic that prevents loopback URLs in the synclog. check-in: 3ef61c4782 user: drh tags: synclog
09:53
First attempt at transfering SYNCLOG data over the wire. check-in: d58eebb77f user: drh tags: synclog
08:39
Merge latest changes from trunk. check-in: 3348c66e3d user: drh tags: synclog
08:37
Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren Young in /chat. check-in: b5bb5a7764 user: stephan tags: trunk
08:37
Change the synclog to keep timestamps with unixepoch(). This requires SQLite 3.38.0. check-in: 3be414357f user: drh tags: synclog
08:33
Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren in /chat. Closed-Leaf check-in: 7c49ab3881 user: stephan tags: content-length-patch
2021-12-19
23:07
Avoid a possibly unnecessary call to db_prepare() when doing a config sync. check-in: d57a63254c user: drh tags: synclog
21:04
Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. check-in: 8677e3ca50 user: drh tags: synclog
20:14
Minor performance improvement in sync_log_entry(). check-in: c0fd8338f6 user: drh tags: synclog
19:59
Change the schema for the synclog table so that there are separate rows for transfers in each direction. check-in: 1ec46849ff user: drh tags: synclog
18:22
Remove the synclog table when doing a "fossil scrub --verily". check-in: 94709e8ed2 user: drh tags: synclog
18:10
Add the "E" and "F" capability letters to control reading and writing to the synclog. check-in: 06b3ace4ce user: drh tags: synclog
17:50
Record sync operations in the new synclog table. check-in: 42a6191e93 user: drh tags: synclog
02:08
Prevent a duplicate 'Logout' menu in the Eagle skin. check-in: fb683a3e02 user: mistachkin tags: trunk
01:33
Update the custom makefile for MinGW. check-in: 14c92366f9 user: mistachkin tags: trunk
2021-12-18
19:38
Add --chroot option to the 'http' and 'server' commands. check-in: bf6be1e325 user: mistachkin tags: trunk
2021-12-17
23:53
Fix several compiler warnings, etc. Closed-Leaf check-in: 6397ece589 user: mistachkin tags: chrootOpt
23:04
Add experimental --chroot option to the 'http' and 'server' commands. check-in: acd75ce64c user: mistachkin tags: chrootOpt
2021-12-16
09:43
Added missing help text reference to the -o/--options help flag, per [forum:9b3a25eb2b | forum post 9b3a25eb2b]. check-in: 784f147dc4 user: stephan tags: trunk
04:20
Merged in trunk and resolved numerous code clashes in /chat. check-in: 54dba74790 user: stephan tags: markdown-tagrefs
2021-12-14
14:49
Added help text doc for -k alias for --keep for the open command, per [forum:6f17cf142f80e2c3 | forum post 6f17cf142f80e2c3]. check-in: 8fee91d408 user: stephan tags: trunk
14:45
Add '-k' as short option for '--keep' in 'fossil open', per forum observation. check-in: bbd3d25654 user: danield tags: trunk
2021-12-12
16:18
The "Summary Line Convention In Commit Comments" section in gitusers.md now covers the related setting under Admin -> Timeline. check-in: c33ffed3eb user: wyoung tags: trunk
15:41
Extracted the glossary to a new document from the old "why use Fossil" doc, expanded it considerably, converted it from Wiki to Markdown, and updated the links to point to its new location. check-in: a58d952fa6 user: wyoung tags: trunk
2021-12-10
04:13
dbstat command: account for tags named wiki-X which are not wiki pages, fix ordering of event/forumpost queries which caused event (tech-note) count to get overwritten by forumpost count. check-in: 28a60efcf9 user: stephan tags: trunk
2021-12-09
20:12
Merge the latest 3.38.0 alpha of SQLite that includes support for the use of Bloom filters, in order to test SQLite. check-in: 88a9343205 user: drh tags: trunk
2021-12-06
07:24
Disable the short option of `-U|--username USERNAME' for the `winsrv' command, as it conflicts with the global `-U|--user USER' option, and could never be used, anyway. check-in: 10e7100107 user: florian tags: trunk
2021-12-04
13:23
diffcmd.c: Fix a typo in comment for file_same_as_blob() check-in: fb2d6374f5 user: js tags: trunk
08:23
Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in [forum:81cd206073 | forum post 81cd206073]. check-in: ebea00c5bd user: stephan tags: trunk
Previous month ↓