Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file extsrc/shell.c version ccd107b3f3
|
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: bdde964e06 user: drh tags: trunk | |
| 13:49 | enable importing multiple git repos into one fsl repo This fixes an issue reported by James Cook in [forum:d162b6e2dc]. Previously, we assumed the fx_git table does not exist when creating a new import, thus the previously untested use case of importing multiple new (read: not incremental) git repos into the same fossil repo failed at this assumption. While here, document the persistent nature of attributions in the import cmd help text; previously, this was only in the online docs: [/doc/trunk/www/inout.wiki] check-in: 47fb3ddc5a user: mark tags: trunk | |
| 11:01 | Allow more than ~128 MiB in a blob ;) check-in: 1c2c0a1f95 user: danield tags: trunk | |
| 10:47 | Add checks to ensure that Blob allocation sizes are within a legal max range, failing if they're too big, to address 'uv add' misbehavior reported in [forum:d5cd3e3c19|forum post d5cd3e3c19]. check-in: 6efd41941c user: stephan tags: trunk | |
| 08:46 | merge build system compilation database generation Tested on OpenBSD 7.3-current and macOS Ventura 13.4 by me, and also on some Linux machines by stephan@ This automatically generates a compile_commands.json file on machines that support the -MJ clang compiler option, which can be consumed by language server clients. check-in: 91f0f00f5d user: mark tags: trunk | |
|
2023-06-20
| ||
| 18:44 | Avoid logging errors associated with the inability to access the database specified for outgoing email. check-in: 2787a454d0 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: 42076cabfa 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: aaf6abf6ca user: drh tags: trunk | |