22 events by user drh occurring around 2008-12-16 18:39:29.
2009-01-14
| ||
01:09:52 | * | [037cae8ff6] Update SQLite to fix the OR-clause query optimizer bug. That bug is probably harmless to SQLite, but it doesn't hurt to check in the fix. (user: drh, tags: trunk) |
2009-01-13
| ||
18:43:47 | * | [797d680ef5] Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. (user: drh, tags: trunk) |
18:06:04 | * | [3da8a12f48] Do not do the login-bypass if the HTTPS env var is ON. This might indicate that a remote HTTPS connection is being converted to HTTP locally using stunnel (or the equivalent). (user: drh, tags: trunk) |
2009-01-10
| ||
13:16:05 | * | [ed28f6e76d] Update SQLite to the latest code (just prior to 3.6.8). (user: drh, tags: trunk) |
2009-01-08
| ||
14:06:50 | * |
Fixed ticket |
14:05:50 | * |
[58f15e92ae]
Disable SQL restrictions as soon as the user-supplied report-generator SQL
has been parsed, so that other queries that run during report rendering
and run unimpeded. Ticket |
2008-12-26
| ||
17:41:09 | * | [b12a031557] Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. (user: drh, tags: trunk) |
17:36:08 | * | [2a3e85f2d5] Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. (user: drh, tags: trunk) |
2008-12-20
| ||
02:24:14 | * |
Fixed ticket |
02:23:18 | * |
[491b2c69ec]
Fix an SQL syntax error. Ticket |
2008-12-16
| ||
18:39:29 | * | [ba837fd294] Add randomness in the form of a comment to each sync protocol request. This will break older servers which do not understand comments. But comments have been understood by servers for months now, so hopefully everybody has upgraded. (user: drh, tags: trunk) |
18:37:58 | * | [458331b99e] Upgrade SQLite to version 3.6.7. (user: drh, tags: trunk) |
2008-12-07
| ||
18:50:57 | * |
Fixed ticket |
18:48:09 | * |
[2be82dcc2a]
The server now issues error messages in the synchronization
protocol when a database error occurs during sync.
Ticket |
18:13:33 | * | Ticket 04a259be40 operations upon all files status still Open with 1 other change (user: drh) |
18:12:37 | * |
Fixed ticket |
18:11:09 | * |
[8c4e72e223]
Enhance the "fossil add" command so that when a directory is named, all
contents of that directory are added recursively.
Ticket |
2008-12-06
| ||
18:02:21 | * | [2dffce041d] Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. (user: drh, tags: trunk) |
2008-12-03
| ||
14:44:05 | * |
Closed ticket |
14:22:00 | * | [892c460b8e] Add a 5 second busy timeout on the database connection. (user: drh, tags: trunk) |