Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file extsrc/shell.c version a737617dba
|
2024-01-13
| ||
| 18:57 | Typo in variable name. Leaf check-in: 1cd36fad6d user: preben tags: hash-if-mtime-is-current | |
|
2024-01-11
| ||
| 16:55 | When reverting or updating a file, set the mtime to 0 as already done with merge and stash. Effectively, we don't trust the hash until next time we evaluate the status of the file, at which point we'll update vfile.mtime with the real mtime of the file. Based on discussions in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. check-in: f9686d02de user: preben tags: hash-if-mtime-is-current | |
| 16:34 | Optionally print mtime and mhash in test-show-vfile output. check-in: 25f486135d user: preben tags: hash-if-mtime-is-current | |
|
2024-01-08
| ||
| 13:11 | Check hash if mtime matches system time at the time we started checking. check-in: f0aa85e302 user: preben tags: hash-if-mtime-is-current | |
|
2024-01-07
| ||
| 17:26 | Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. check-in: 48af08bd48 user: stephan tags: trunk | |
| 11:26 | Compute hash if mtime is unchanged but match system time. Discussed in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. check-in: b295f86db5 user: preben tags: hash-if-mtime-is-current | |
|
2024-01-05
| ||
| 21:02 | Add more information when user encounters an Unresolved RID condition. check-in: c8fda6a62c user: preben tags: trunk | |
|
2024-01-04
| ||
| 10:34 | Update stash test for the recently integrated diff-deleted-files branch. check-in: bc9e84bb27 user: preben tags: trunk | |
| 09:58 | Test fixes for 2.24 as discussed in [forum:8d774bc3610fe8de|forum post 8d774bc3610fe8de]. check-in: 271a978d90 user: preben tags: trunk | |
| 09:37 | Let users review and validate artifacts before shunning. Helpful in catching abbreviated hashes. check-in: 5e19daf980 user: preben tags: trunk | |
| 09:32 | Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. check-in: 301edfc0a9 user: preben tags: trunk | |
|
2024-01-03
| ||
| 14:43 | Ensure chars are signed when depending on the signedness. check-in: b7c7c2097f user: preben tags: trunk | |
| 14:41 | Include termio.h to let OmniOS and OpenIndiana determine terminal width. check-in: a8780e4143 user: preben tags: trunk | |
|
2024-01-02
| ||
| 22:00 | In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. check-in: 109cf725b1 user: preben tags: trunk | |
|
2024-01-01
| ||
| 19:35 | Add "De-ANALYZE" buttons on the schema display pages. check-in: 1c64373d05 user: drh tags: trunk | |
| 19:25 | Update the built-in SQLite to the latest trunk version, for testing. check-in: 6da255034b user: drh tags: trunk | |
| 14:42 | Update to a newer SQLite on the enhanced-stat1 branch. Closed-Leaf check-in: e634b58144 user: drh tags: enhanced-stat1 | |
|
2023-12-31
| ||
| 13:59 | Change the built-in SQLite to the latest tip of the enhanced-stat1 branch. This is to facilitate testing of that branch in SQLite in a real-world app. check-in: 4c353662cf user: drh tags: enhanced-stat1 | |