Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user drh
2023-03-17
| ||
12:28 | Update the built-in SQLite to the first 3.41.2 beta, for testing. ... (check-in: 36b17e515a user: drh tags: trunk) | |
2023-03-11
| ||
13:10 | Show the argv array on the /test_env page if the requestor is Admin. ... (check-in: 4350f3265e user: drh tags: trunk) | |
2023-03-10
| ||
19:17 | Improvements to the new security-audit feature that shows the command-line that launched the process that generated the web page. ... (check-in: 5caa3c5ceb user: drh tags: trunk) | |
18:13 | Show the command-line on the security-audit page. ... (check-in: 5ab5469adf user: drh tags: trunk) | |
2023-03-09
| ||
16:23 | Update the built-in SQLite to the first 3.41.1 beta, for testing. ... (check-in: 782a7f9898 user: drh tags: trunk) | |
2023-03-02
| ||
20:20 | Refactor the "repack" command to call extra_deltification() routine directly. ... (check-in: 9c1f486f9d user: drh tags: trunk) | |
2023-02-27
| ||
12:31 | Make similar improvements to the documentation for /zip and /sqlar. ... (check-in: 9eadac2026 user: drh tags: trunk) | |
12:25 | Attempt to clarify the documentation of the /tarball URI. ... (check-in: 7cd1ebd093 user: drh tags: trunk) | |
2023-02-25
| ||
20:44 | Documentation for "fossil all remote". ... (check-in: 6ad6c559e2 user: drh tags: trunk) | |
19:23 | Version 2.21 ... (check-in: f9aa474081 user: drh tags: trunk, release, version-2.21) | |
2023-02-24
| ||
17:14 | Fix a harmless compiler warning in gzip.c. ... (check-in: 9b05cad18d user: drh tags: trunk) | |
2023-02-21
| ||
23:34 | Update the built-in SQLite to the 3.41.0 release. ... (check-in: 6d88833ffa user: drh tags: trunk) | |
2023-02-20
| ||
14:58 | Change the typedef of u32 in search.c so that it works in older PPC macs. ... (check-in: f82caec579 user: drh tags: trunk) | |
2023-02-17
| ||
14:57 | Fix a multitude of harmless compiler warnings. ... (check-in: 53db40e6fc user: drh tags: trunk) | |
2023-02-14
| ||
11:42 | Update the built-in SQLite to the latest 3.41.0 beta for testing. ... (check-in: 7b5057745a user: drh tags: trunk) | |
2023-02-09
| ||
21:00 | Update the change log. ... (check-in: a64ef5efd1 user: drh tags: trunk) | |
20:09 | Add the "repack" command as an alias for "rebuild --compress-only". ... (check-in: dd6a88da09 user: drh tags: trunk) | |
19:45 | The extra-delta-compression step now reports the number of new deltas added and the bytes of storage space saved using those deltas. ... (check-in: 59e21eb3e5 user: drh tags: trunk) | |
16:16 | Updates to the change log. ... (check-in: 7449a10f2a user: drh tags: trunk) | |
2023-02-08
| ||
16:59 | Further improvements to the attack-spider detection mechanism. ... (check-in: eb7fad0cd3 user: drh tags: trunk) | |
16:41 | As a performance optimization, only do the SQL-injection detection for user "nobody". Improved comment on cgi_value_spider_check() to better explain what this subsystem is all about. ... (check-in: 00ae2391e4 user: drh tags: trunk) | |
16:32 | Test command for the SQL-injection detection routine. Possible performance improvements as well. ... (check-in: d3cb62f767 user: drh tags: trunk) | |
14:54 | Update the built-in SQLite to use the latest 3.41.0 alpha version that includes new efforts to silence nuiscance compiler warnings. ... (check-in: 05fa1c3c24 user: drh tags: trunk) | |
2023-02-03
| ||
15:15 | Attempt to fix various harmless compiler warnings reported by Clang-15. ... (check-in: e486a0acbc user: drh tags: trunk) | |
14:59 | Update the built-in SQLite to the latest trunk version that attempts to fix various harmless compiler warnings reported by the new Clang-15. ... (check-in: ea57625d31 user: drh tags: trunk) | |
14:32 | Add the /deltachain page, indented for analysis of the delta compression and future improvements to that algorithm. There are links to the delta chain on the /timeline and /finfo when the showid query parameter is used. ... (check-in: 00c62a11ad user: drh tags: trunk) | |
00:31 | Enable SELECT statements for the ticket_schema_auth() authorizer. This is required for the new FTS5 search and the fts5_api_from_db() routine. ... (check-in: 3fe8a8cd18 user: drh tags: trunk) | |
2023-01-27
| ||
20:42 | Add a link to the /intermap page for Interwiki Map keywords on the setup menu. ... (check-in: bb189a15fd user: drh tags: trunk) | |
15:40 | Update the built-in SQLite to the latest 3.41.0 alpha, for testing of SQLite. ... (check-in: 0f30113b3b user: drh tags: trunk) | |
2023-01-24
| ||
16:34 | Make all variable declarations C89 compliant. ... (Leaf check-in: 462eb0cca0 user: drh tags: ui-local-diff) | |
14:36 | The search logic now works correctly (I think) regardless of whether the repository uses a legacy FTS4 index or a newer FTS5 index. This allows the Fossil binary to be upgraded on systems without disrupting the search feature and without requiring a search index rebuild. The search index is automatically upgraded to FTS5 the next time the search index is rebuilt. ... (Closed-Leaf check-in: a07e6b87cb user: drh tags: search-fts5) | |
2023-01-16
| ||
18:14 | Update the built-in SQLite to the latest 3.41.0 alpha version in order to silence harmless compiler warnings and for general testing of SQLite. ... (check-in: cdd89e2dbe user: drh tags: trunk) | |
2023-01-13
| ||
14:55 | Remove ":443" from the end of the hostname for HTTPS requests. ... (check-in: add3f520a7 user: drh tags: trunk) | |
14:34 | Use the hostname as the report IP when doing SSH synchronization. ... (check-in: 0b7af9d865 user: drh tags: trunk) | |
13:09 | Documentation and change-log updates. ... (check-in: a90d3aa1ab user: drh tags: trunk) | |
2023-01-07
| ||
20:58 | Updates to the change log to discuss recent enhancements. ... (check-in: 7173a1b1f4 user: drh tags: trunk) | |
20:37 | Submenu buttons linking all of the logging pages. ... (check-in: aae2b775f9 user: drh tags: trunk) | |
20:18 | Make admin_log entries for password changes. ... (check-in: c9c7e8c1d8 user: drh tags: trunk) | |
17:06 | Enhance the new /resetpw page so that it honors the redirect-to-https setting. ... (check-in: 3b1e8a0e5c user: drh tags: trunk) | |
15:36 | Add the ability to enable users to request an email message that contains a special secure hyperlink that they can follow to reset their password. ... (check-in: 07bfe3fee3 user: drh tags: trunk) | |
15:35 | Go to the login page after a successful self-service password reset. ... (Closed-Leaf check-in: 837f275868 user: drh tags: self-service-password-reset) | |
15:18 | Improved comments. Extra defensive code. ... (check-in: d860e2b5f6 user: drh tags: self-service-password-reset) | |
14:25 | Initial complete implementation of self-password-reset. Just need refinement and a security audit before merging to trunk. ... (check-in: 41bb73e9ba user: drh tags: self-service-password-reset) | |
11:58 | Add a non-functioning place-holder button to request a password reset to the /register page. ... (check-in: 5c62a2c3a7 user: drh tags: self-service-password-reset) | |
00:03 | Add the /resetpw web page. The name argument must contain a hash that proves knowledge of the old password and that limits the valid lifetime of the argument. ... (check-in: ac86dfa085 user: drh tags: self-service-password-reset) | |
2023-01-06
| ||
14:03 | Allow writes to the accesslog table to record a login attempt even if the request is not from the same origin. This is needed in case a query request url it typed in manually but there is a cookie with login credentials that the browser adds automatically. ... (check-in: e31c2c01e1 user: drh tags: trunk) | |
12:59 | Fix the /chat-send page so that it works even with the recent same-origin security enhancements. ... (check-in: 4ba37b1c14 user: drh tags: trunk) | |
2023-01-05
| ||
19:49 | Add support for "fossil remote" and "fossil sync --all" to the "fossil all" command. ... (check-in: 693b950b1e user: drh tags: trunk) | |
2023-01-02
| ||
16:12 | When applying a patch, if the file rename fails, make that just a warning not a fatal error, as the warning might be due to file renames on a prior merge. Fix for ticket [21037bfc1296dabc]. ... (check-in: f013384605 user: drh tags: trunk) | |
15:52 | Initialize the output blob in the test-delta-apply command. ... (check-in: dd9b316179 user: drh tags: trunk) | |