Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events by user drh occurring around 2023-02-25 20:44:00.

2023-05-16
12:49
Update the built-in SQLite to version 3.42.0. ... (check-in: b2d5aa8a76 user: drh tags: trunk)
2023-05-12
12:26
Update the built-in SQLite to the latest 3.42.0 beta for testing. ... (check-in: b2a29bf41f user: drh tags: trunk)
2023-05-05
14:40
Update the built-in SQLite to the latest 3.42.0 beta for testing. ... (check-in: 71ed8cbd0c user: drh tags: trunk)
2023-05-02
16:17
Update the change log with all the most recent enhancements. ... (check-in: 13c5e4172c user: drh tags: trunk)
2023-05-01
20:43
Update the built-in SQLite to the first 3.42.0 alpha version for testing. ... (check-in: a6cc3da40c user: drh tags: trunk)
2023-04-22
18:53
Enhance the s= query parameter (search) on /timeline so that it also searches the forum post content if the vfx query parameter is present. ... (check-in: ea688fa67f user: drh tags: trunk)
16:01
Add the oldestfirst boolean query parameter to the /timeline page. ... (check-in: ee8d34f5aa user: drh tags: trunk)
15:18
Fix a pointless limitation in /timeline that prevented a= and b= from working if the u= query parameter was used. The limitation appears to be a copy/paste error dating from 2014. ... (check-in: 2925484c95 user: drh tags: trunk)
2023-04-10
20:23
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 2eb2077c1b user: drh tags: trunk)
2023-04-01
15:52
Update the built-in SQLite to the latest trunk version (pre-3.42.0) for testing. ... (check-in: 2516fca74d user: drh tags: trunk)
2023-03-27
13:41 Fixed ticket [eadfb8c2ff]: Need d=X, ft=Y on /timeline to complement p=X, ft=Y. plus 4 other changes ... (artifact: 36e20456a5 user: drh)
13:41
Add the ft=TAG query parameter to /timeline which, in combination with d=Y shows all descendants of Y up to TAG. Implementation of enhancement request [eadfb8c2ffa9fe03]. ... (check-in: 64f141fce0 user: drh tags: trunk)
2023-03-24
15:22 Fixed ticket [ed62a4d353]: Unintuitive interpretation of p= and bt= query parameters on /timeline plus 4 other changes ... (artifact: 3d6d2ddd42 user: drh)
15:22
For the bt=Y query parameter in /timeline that is used in conjunction with p=X, if Y is a tag then search backwards in time for Y beginning with X. Fix for ticket [ed62a4d35332595a]. ... (check-in: 507ebd8b3f user: drh tags: trunk)
13:13 New ticket [eadfb8c2ff] Need d=X, ft=Y on /timeline to complement p=X, ft=Y.. ... (artifact: 22b0684598 user: drh)
13:04 New ticket [ed62a4d353] Unintuitive interpretation of p= and bt= query parameters on /timeline. ... (artifact: b7a1aee92d 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-18
15:14 Changes to wiki page "To Do List" ... (artifact: 38abf0c395 user: drh)
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. ... (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)