Timeline
Not logged in

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

50 most recent check-ins

2025-12-14
09:50
Update features, copyrights Leaf check-in: c79c159497 user: rishi tags: known_good_version
09:45
Update features, copyrights check-in: 7d02a57c1d user: rishi tags: known_good_version
09:43
Update features check-in: 636cbd450b user: rishi tags: known_good_version
09:35
Dual-license with OSLv3 instead check-in: debb7084b6 user: rishi tags: known_good_version
09:22
Update copyright notice check-in: 121284fe9a user: rishi tags: known_good_version
2024-12-01
11:21
optimizations, LTO check-in: d979ff5638 user: rishi tags: known_good_version
2024-11-29
23:31
Create new branch named "known_good_version" check-in: 9fe450ccdb user: rishi tags: known_good_version
19:51
LTO Leaf check-in: 0ff159bceb user: rishi tags: sqlitefs
2024-08-25
13:58
Merge changes from GitHub Leaf check-in: 73c16428b6 user: rishi tags: merged-from-github
13:50
Create new branch named "merged-from-github" check-in: 199decd14b user: rishi tags: merged-from-github
2022-09-20
00:14
Move the CREATE TABLE to the beginning; add INSERT statements and DROP ... IF EXISTS. Leaf check-in: d77201b58e user: freebsd tags: zd
2022-09-19
23:39
Create a table to test integrity... check-in: 3ff60fcc09 user: freebsd tags: zd
23:26
Debugging is done for now on delta_apply(). Comment and warn BIG on the debug! check-in: 02d39b01cd user: freebsd tags: zd
23:21
FIX an off-by-one error; should have been: GREATER-THAN OR EQUAL-TO. check-in: 5ac596f76f user: freebsd tags: zd
23:18
Additional debugging info: GENESIS. check-in: 3e856fd745 user: freebsd tags: zd
22:31
Additional debugging information regarding applying patches. check-in: c790e55ca6 user: freebsd tags: zd
21:47
Fix the query. RATIONALE: Not deleted if seq_cr > seq_de OR seq_de IS NULL at current time. check-in: 77e5a28d33 user: freebsd tags: zd
15:12
Add more debugging information. check-in: 19047eca70 user: rishi tags: zd
14:52
Allow iterating through and get the patched data from the data and patches. check-in: 7285f65eda user: rishi tags: zd
13:14
Add a function to get the list of sequence number from which the (file_id, block_num) pair is valid, if it is, at current time. check-in: e2da01c3f1 user: rishi tags: zd
2022-09-18
17:30
Change REPLACE into an UPSERT. REASON: REPLACE calls the ON INSERT trigger. Now it properly calls ON UPDATE as it's supposed to be in the compress(diff()) design. check-in: a5fff1d093 user: freebsd tags: zd
2022-09-17
15:17
Add compress() to trigger. check-in: d0437a42fa user: rishi tags: zd
15:10
Fixed the issue. Link against zlib (libz.so, -lz) to not have undefined references. check-in: 7dfd1680f4 user: rishi tags: zd
2022-09-16
15:51
Add delta_create(), disable compress (to be investigated) check-in: 7db934144b user: rishi tags: zd
15:33
Separate extensions. TODO: Cleanly organize per OS. May not work much on linux (multiple libcs, etc.) but can try. check-in: 850465fc5b user: rishi tags: zd
15:31
load_extensions() after connection creation, to load fossil delta and compress functions. check-in: 1c228851ba user: rishi tags: zd
15:15
Declare a load_extensions function and include the modules' names there. check-in: 3f02032fe7 user: rishi tags: zd
2022-09-15
14:17
Tidify: Merge cherrypick. check-in: ccef9a2b2e user: rishi tags: zd
14:07
Add loadable extensions feature and also set min log to info on release. check-in: 8478a1d7f0 user: rishi tags: zd
09:00
Remove files not relevant, finally found the SQL-ite3 extension... check-in: d035174b1f user: freebsd tags: zd
2022-09-14
16:16
Add compress.c, remove sqlar.c check-in: 01ff406f62 user: freebsd tags: zd
13:33
Configure INTERFACE check-in: 2654bb912e user: rishi tags: zd
13:31
Add configuration. check-in: 74b76db985 user: rishi tags: zd
13:28
Add more dependencies. check-in: 9413200e94 user: rishi tags: zd
13:06
Actual source files for the extensions. check-in: b8e86e11ee user: rishi tags: zd
12:59
Add sources of external modules required. check-in: ebce96d9e3 user: rishi tags: zd
12:58
Create new branch named "zd" check-in: c44d368b77 user: rishi tags: zd
2022-09-12
14:49
A better descriptive comment why the code is there... check-in: fbac6941ad user: rishi tags: sqlitefs
13:55
Enable AUTOVACUUM on the database file. check-in: 25610775f5 user: netbsd tags: sqlitefs
13:47
Change LICENSE for this branch. check-in: 5cb59b0a48 user: netbsd tags: sqlitefs
13:37
Create new branch named "sqlitefs" check-in: 9d7d0a9354 user: netbsd tags: sqlitefs
13:16
Update patches for FUSE. Closed-Leaf check-in: 1bb5297937 user: netbsd tags: sqlitefs_wa
11:51
Tidify the code... check-in: 42af19a49f user: netbsd tags: sqlitefs_wa
11:44
Remove other temporal references... check-in: 551fb6b58e user: netbsd tags: sqlitefs_wa
11:42
Remove other temporal references. check-in: f0111d6ae9 user: netbsd tags: sqlitefs_wa
11:40
Remove temporal references from main.rs check-in: 1f6d2ff71a user: netbsd tags: sqlitefs_wa
11:26
Remove all temporal references from db_module.rs check-in: 066b7f1378 user: netbsd tags: sqlitefs_wa
11:22
Remove all temporal references from filesystem.rs check-in: 92467e194e user: netbsd tags: sqlitefs_wa
11:15
Remove all temporal references from sqlite.rs check-in: 9ab1010b6d user: netbsd tags: sqlitefs_wa
11:06
Merge the misplaced changes... check-in: 5a37f980c3 user: netbsd tags: sqlitefs_wa