Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
59 check-ins using file src/db.c version c79015403a
|
2021-12-23
| ||
| 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: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. <b>Closed:</b> 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 | |