Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
39 check-ins using file src/rebuild.c version 13c40e2264
|
2021-12-21
| ||
| 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: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 | |
| 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 | |
| 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: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
| ||
| 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 | |
|
2021-11-29
| ||
| 00:05 | Remove a dead link to an external description of TH1 from the bugtheory.wiki document. Replace it with the internal TH1 documentation. check-in: c128f93042 user: drh tags: trunk | |
|
2021-11-28
| ||
| 14:03 | Removed dead wikipedia link from interwiki.md, reported in [forum:295d5bcc8b | forum post 295d5bcc8b]. check-in: d5f322ef46 user: stephan tags: trunk | |
|
2021-11-27
| ||
| 12:05 | Fox typo in documentation, as reported [forum:/forumpost/599f8ad48e|on the forum]. check-in: 1764410aab user: drh tags: trunk | |
|
2021-11-22
| ||
| 16:12 | Update the built-in SQLite to the first 3.37.0 beta. check-in: f96e9dfad3 user: drh tags: trunk | |
|
2021-11-21
| ||
| 10:32 | Fix invokation of rebuild_db() from the src/json.c which was overlooked in the previous check-in. check-in: 54ebad0116 user: george tags: trunk | |
|
2021-11-19
| ||
| 12:29 | Remove unused randomize flag to rebuild_db(), per /chat discussion, along with the no-op --randomize flag to the rebuild command. check-in: 298ccff06c user: stephan tags: trunk | |