Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2017-08-30 12:02:47.
|
2017-09-20
| ||
| 12:58 | Fix permission processing on "configuration pull alias". ... (check-in: b2b4af1356 user: drh tags: trunk) | |
| 12:42 | Remove still more legacy configuration sync logic. ... (check-in: 9a68e6e1b0 user: drh tags: trunk) | |
| 12:34 | Add support for doing a "configuration sync" of URL aliases. ... (check-in: 3d36a37a73 user: drh tags: trunk) | |
| 12:25 | More legacy configuration sync code removed. ... (check-in: fe7f0ece30 user: drh tags: trunk) | |
| 12:10 | Remove support for the legacy configuration sync transfer format, that was replaced in 2011. ... (check-in: 2ed7c1123d user: drh tags: trunk) | |
| 03:27 | Add preliminary support for URL aliasing. Create aliases by visiting the "URL Aliases" subscreen under the Setup menu. ... (check-in: 8131f1c5d9 user: drh tags: trunk) | |
|
2017-09-19
| ||
| 20:09 | Add the ability to temporarily disable all ads. ... (check-in: 48d8af20b7 user: drh tags: trunk) | |
| 20:00 | On the /stat page, show only the compressed size of unversioned artifacts, and show the percentage of the total repository space taken up by unversioned files. ... (check-in: 69d22d3bb1 user: drh tags: trunk) | |
| 19:20 | Show the delta-source ID on files as well as check-ins for the "showid" query parameter on the /timeline page. ... (check-in: 4f134e06ce user: drh tags: trunk) | |
| 18:04 | Show file sizes in the description of individual file artifacts. ... (check-in: 4c268999d5 user: drh tags: trunk) | |
| 17:24 | New submenu links to the artifact list and 250-largest artifacts pages. ... (check-in: 0594266c8e user: drh tags: trunk) | |
| 04:05 | Fix a problem with file delta detection in extra_compression(). ... (check-in: 4fd147f815 user: drh tags: trunk) | |
| 03:57 | Fix problems in the new content_deltify() routine. ... (check-in: cb29bc646b user: drh tags: trunk) | |
| 01:48 | When the "showid" query parameter is given on /timeline or /finfo, show the delta-source artifact ID in addition to the artifact ID. ... (check-in: 29935c6e3e user: drh tags: trunk) | |
| 01:36 | Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. ... (check-in: a4047a91e3 user: drh tags: trunk) | |
|
2017-09-08
| ||
| 00:10 | Correct handling of mtime updates for UV push. ... (check-in: 669cd4041b user: drh tags: trunk) | |
|
2017-09-07
| ||
| 23:56 | Minor formatting changes in the UV sync logic. No logical changes to code. ... (check-in: ac15e6d14a user: drh tags: trunk) | |
|
2017-08-31
| ||
| 18:32 | Improvements to the /fdiff webpage: Add the option of using from= and to= query parameters to get a diff between two files in the same check-in. ... (check-in: 19497648d7 user: drh tags: trunk) | |
| 03:37 | Improved error message when the "help" command cannot find its argument. ... (check-in: 2817800164 user: drh tags: trunk) | |
| 01:00 | Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. Various other enhancements that take advantage of this new capability. ... (check-in: f74f7014c2 user: drh tags: trunk) | |
|
2017-08-30
| ||
| 23:03 | Enhancements to the /setup_settings web page. Provide hyperlinks to documentation for all settings. ... (Closed-Leaf check-in: 5068f23d3e user: drh tags: improved-setting-help) | |
| 17:08 | Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. ... (check-in: 3d02004f6e user: drh tags: improved-setting-help) | |
| 13:27 | Enable the admin-log and access-log by default for new repositories. ... (check-in: 4a80c3c437 user: drh tags: trunk) | |
| 13:12 | Add click-to-sort on columns of the admin-log display. ... (check-in: 703b57cfd1 user: drh tags: trunk) | |
| 12:02 | Remove the --no-dir-symlinks option. This is a back-out of check-in [2375d6cbce933267] together with other cleanup changes. ... (check-in: b7272185ca user: drh tags: trunk) | |
|
2017-08-24
| ||
| 19:30 | Remove an unused global variable from the path_shortest() logic. ... (check-in: 084690e772 user: drh tags: trunk) | |
|
2017-08-23
| ||
| 17:53 | Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. ... (check-in: 92ea61837e user: drh tags: trunk) | |
| 17:38 | Remove a redundant directory separator character from the temporary filenames generated on windows. ... (check-in: b5f0d70362 user: drh tags: trunk) | |
| 17:29 | Add the test-tempname command for testing the file_tempname() routine. ... (check-in: f1d23f04c0 user: drh tags: trunk) | |
| 17:18 | For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. ... (check-in: e474c177df user: drh tags: trunk) | |
| 11:05 | Add the --details option to the test-find-pivot command. ... (check-in: 9e48dad49b user: drh tags: trunk) | |
|
2017-08-12
| ||
| 18:47 | Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. ... (check-in: cb43937d8c user: drh tags: trunk) | |
| 18:34 | Also disallow wildcard characters in blob_append_escape_arg(). ... (check-in: d5b015946d user: drh tags: trunk) | |
| 18:30 | Disallow the ';' character in blob_append_escape_arg(). ... (check-in: 3bbac57534 user: drh tags: trunk) | |
| 18:24 | Fix another problem with the needEscape computation in blob_append_escaped_arg() ... (check-in: 9eea719af6 user: drh tags: trunk) | |
| 18:22 | The windows test macro is "_WIN32" without a trailing "_". ... (check-in: 49ae1785a6 user: drh tags: trunk) | |
| 18:20 | Fix the needEscape calculation in blob_append_escaped_arg(). ... (check-in: 9690d370e0 user: drh tags: trunk) | |
| 18:15 | Change the shell_escape() procedure into blob_append_escaped_arg(). Have that procedure raise a fatal error if the argument to be appended contains dodgy characters that might pose a security risk. Also, prepend "./" in front of arguments that begin with "-" to prevent them from looking like switches. ... (check-in: 3b191c984b user: drh tags: trunk) | |
|
2017-08-11
| ||
| 16:00 | Increase the version number to 2.4 and update the change log. ... (check-in: 3ebbe7bcaa user: drh tags: trunk) | |
| 15:44 | • Edit [1f63db591c77108c|1f63db591c]: Edit check-in comment. ... (artifact: c3698c1737 user: drh) | |
| 15:29 | Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. ... (check-in: 1f63db591c user: drh tags: trunk) | |
|
2017-08-07
| ||
| 20:22 | Hyperlinks to the SSL versions of the website. Redirect to the local unversioned source for the "precompiled binaries" link on the homepage. ... (check-in: b130b64cb4 user: drh tags: trunk) | |
|
2017-07-31
| ||
| 17:42 | Update the built-in SQLite to the 4th release candidate for 3.20.0. ... (check-in: 2a615bed11 user: drh tags: trunk) | |
|
2017-07-28
| ||
| 18:41 | Fix a problem with markdown rendering for "code". ... (check-in: 04de083ec8 user: drh tags: trunk) | |
| 00:49 | Update the built-in SQLite to the 3rd 3.20.0 release candidate. ... (check-in: 8ffba76b73 user: drh tags: trunk) | |
|
2017-07-26
| ||
| 20:08 | • Changes to wiki page "Release Build How-To" ... (artifact: 1c962f7dfe user: drh) | |
|
2017-07-25
| ||
| 15:38 | Better error checking in the mkversion utility program used during the build process. ... (check-in: 8b9ce19e38 user: drh tags: trunk) | |
| 14:38 | Update the selfhosting information to talk about the new www3.fossil-scm.org. ... (check-in: 5698492fbb user: drh tags: trunk) | |
|
2017-07-24
| ||
| 14:26 | Update the built-in SQLite to the second 3.20.0 release candidate. ... (check-in: c45b8f4534 user: drh tags: trunk) | |
|
2017-07-21
| ||
| 03:55 | • Changes to wiki page "Release Build How-To" ... (artifact: a2f61bea36 user: drh) | |