Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
40 check-ins using file src/main.c version 7858636d35
|
2020-08-26
| ||
| 16:11 | Merge in trunk (check-in [9543ddbef2]) check-in: b56460fc96 user: george tags: wiki-history | |
| 15:52 | Merge in trunk (check-in [f741baa6be]) check-in: 5d4a57f2c0 user: george tags: wiki-history | |
| 14:46 | Update the built-in SQLite to the latest 3.34.0 alpha that includes support for the sqlite3_txn_state() interface, with an eye toward using sqlite3_txn_state() to help prevent "busy" errors coming from high-load Fossil servers. check-in: e3ca34cb38 user: drh tags: trunk | |
|
2020-08-25
| ||
| 16:23 | Yet another improvement to the "Latest Release" section of the homepage. check-in: 5d32221c2a user: drh tags: trunk | |
| 16:14 | Further improvements to the "Latest Release" section of the homepage. check-in: f282632beb user: drh tags: trunk | |
| 16:10 | Update the homepage with links to the latest release and the commits that have gone into it. check-in: c508ed7a32 user: drh tags: trunk | |
| 14:34 | Improved titles for forum posts that show the original poster and the latest editor if they are different people. check-in: 9543ddbef2 user: drh tags: trunk | |
| 13:53 | Tiniest style tweak for consistency check-in: 7ea825864d user: andygoth tags: trunk | |
| 13:47 | Separately show original and edited user/date check-in: 39a550c8d5 user: andygoth tags: trunk | |
| 07:07 | Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. check-in: 1bfa36867d user: stephan tags: trunk | |
| 07:00 | The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). check-in: 34f7fd72c6 user: stephan tags: trunk | |
| 06:32 | Fix HTML formatting issues with a few built-in help pages. check-in: 11384f1874 user: drh tags: trunk | |
| 05:04 | Updated javascript.md page to track recent developments. check-in: 3a1d3cc2dc user: wyoung tags: trunk | |
| 00:01 | Improvements to handling of line endings and BOM marks when doing a 3-way merge. check-in: 88ff2642d3 user: drh tags: trunk | |
|
2020-08-24
| ||
| 23:24 | Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. check-in: f741baa6be user: drh tags: trunk | |
| 00:24 | Merge changes from trunk. Closed-Leaf check-in: 4a8bc878f0 user: drh tags: sec2020 | |
|
2020-08-23
| ||
| 16:02 | Merge the interwiki enhancement from trunk. check-in: 26ac4b1ccf user: drh tags: sec2020 | |
|
2020-08-22
| ||
| 15:35 | Merge the latest enhancements from trunk. check-in: 11c1566a93 user: drh tags: sec2020 | |
| 10:45 | Merge Andy Goth's enhancements to the forum. Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor | |
|
2020-08-21
| ||
| 18:32 | Additional checks to ensure that db_set() and db_set_int() do not modify a sensitive setting unless PROTECT_BASELINE is disabled. check-in: ccdb5a9bb8 user: drh tags: sec2020 | |
| 15:08 | Add missing db_unprotect() calls to backoffice. check-in: c75dcc621b user: drh tags: sec2020 | |
| 15:05 | Improved documentation of the database write protection logic. Added undocumented SQL command db_protect() and db_protect_pop() to the "sql" command. Panic on a protection stack overflow. check-in: 75deba73b5 user: drh tags: sec2020 | |
| 13:04 | Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. check-in: c9b9a77d59 user: drh tags: sec2020 | |
| 11:26 | Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". check-in: 1b52c41415 user: drh tags: sec2020 | |
| 11:19 | Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. check-in: 0938b56516 user: drh tags: sec2020 | |
| 10:29 | More improvements to the allow-symlinks help text. check-in: f7f31147de user: drh tags: sec2020 | |
| 10:23 | Improved on-line help for the allow-symlinks setting. check-in: d3090e91b8 user: drh tags: sec2020 | |
| 10:10 | Improve comments on symlink logic check-in: 39a5df1fde user: drh tags: sec2020 | |
| 01:09 | Add a missing db_unprotect() to the "fossil all" command. check-in: b9ae03f6ee user: drh tags: sec2020 | |
| 01:01 | Merge the latest changes from trunk into sec2020. check-in: 1d61aae314 user: drh tags: sec2020 | |
|
2020-08-20
| ||
| 16:25 | Merge recent changes from trunk. check-in: c93cb2bae9 user: drh tags: sec2020 | |
|
2020-08-19
| ||
| 16:13 | Silently ignore reserved filenames that occur inside of manifests, rather than throwing an error. No need for a setting to allow reserved filenames in manifests. check-in: 2e19c5fe2d user: drh tags: sec2020 | |
|
2020-08-18
| ||
| 23:39 | An alternative method for dealing with historical files named "_FOSSIL_" in the tree: Simply pretend they are not there. Closed-Leaf check-in: 8f24c07917 user: drh tags: ignore-reserved-filenames | |
| 14:02 | Merge in the latest trunk changes. check-in: 917917aa55 user: drh tags: sec2020 | |
| 13:17 | More missing db_unprotect() calls. check-in: 06d3789a2a user: drh tags: sec2020 | |
| 12:17 | When writing files to disk for a check-out, refuse to write through a symbolic link to a directory. Ticket [f9831fdef1d4edcc]. check-in: a64e384f0c user: drh tags: sec2020 | |
| 02:58 | More missing calls to db_unprotect(). check-in: 3ced48bdf8 user: drh tags: sec2020 | |
| 02:33 | Yet another missed db_unprotect() call. check-in: 2041072e8d user: drh tags: sec2020 | |
| 02:26 | Fix missing enable of global_config in the "fossil all" command. check-in: 16ec693dae user: drh tags: sec2020 | |
| 01:54 | Disable writes the CONFIG and USER tables by default. Permission to write to those tables is turned on as needed. Note - might have missed a few places so expect bugs. check-in: ca9156aa0a user: drh tags: sec2020 | |