Fossil

Timeline
Login

Timeline

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

20 check-ins occurring around 40abd83957dc73a11b2c.

2023-02-07
16:18
Inititial draft of an attempt to intercept certain SQL injection attacks recently seen made against fossil repos. Its effect can be seen by visiting: /vdiff?from=trunk&to=trunk&w=drop (check-in: 61a608a2 user: stephan tags: spider-sql-detection)
2023-02-06
13:37
Make the --nossl and --nocompress server options available for CGI requests. (check-in: 39152623 user: florian tags: trunk)
2023-02-03
15:59
Fix another harmless compiler warning reported by Clang-15. (check-in: de184889 user: danield tags: trunk)
15:15
Attempt to fix various harmless compiler warnings reported by Clang-15. (check-in: e486a0ac 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: ea57625d 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: 00c62a11 user: drh tags: trunk)
07:21
prefill the tktnew page email field with user emailaddr

If the logged-in user has a valid email address in their contact-info, use it to prefill the email field in the /tktnew page when submitting a new ticket. As discussed in /chat, enhance the Fossil builtin find_emailaddr() SQL function--suggested by wyoung@--to parse strings for well-formed email addresses not necessarily wrapped in <...>. Requested by jose i cabrera on the forum. (check-in: f974583f user: mark 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: 3fe8a8cd user: drh tags: trunk)
2023-02-01
14:35
Do not export private artifacts to git. (check-in: fbd3b583 user: danield tags: trunk)
2023-01-31
10:41
Use a faster query when checking for private artifacts. (Closed-Leaf check-in: 25a6ba26 user: danield tags: git-export-omit-private)
10:11
Do not export private artifacts to git. (check-in: 40abd839 user: danield tags: git-export-omit-private)
10:07
Small correction in the usage text for 'fossil git'. (check-in: 1aa3188e user: danield tags: trunk)
2023-01-27
20:42
Add a link to the /intermap page for Interwiki Map keywords on the setup menu. (check-in: bb189a15 user: drh tags: trunk)
15:40
Update the built-in SQLite to the latest 3.41.0 alpha, for testing of SQLite. (check-in: 0f30113b user: drh tags: trunk)
2023-01-26
01:46
Refactor how the IF NOT EXISTS check is performed on the repository.admin_log table, per request from drh. (check-in: 2da6010b user: stephan tags: trunk)
2023-01-25
13:59
More updates f() to f(void). (check-in: 46ddf0e8 user: danield tags: trunk)
00:30
More updates of func decls f() to f(void). (check-in: 5dd632eb user: stephan tags: trunk)
00:25
More updates of func decls f() to f(void). (check-in: 9c5952be user: stephan tags: trunk)
2023-01-24
21:25
Upgrade FTS search from v4 to v5. (check-in: c3c4ef16 user: stephan tags: trunk)
19:01
Add initial infrastructure for being able to resolve 'ckout' uniformly in certain contexts, per /chat discussion. (check-in: 4d8c3026 user: stephan tags: trunk)