Fossil

Timeline
Login

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

16 check-ins using file extsrc/shell.c version 5ca6f6c84a

2025-06-20
12:23
Minor sync protocol doc fix. Leaf check-in: eeed9b5392 user: stephan tags: markdown-details-open
12:23
Minor internal doc update. check-in: d9c991a91b user: stephan tags: markdown-details-open
2025-06-17
16:42
When walking the filesystem in order to construct a repository list, avoid walking into any directory name "proc". See [forum:/forumpost/d9553c52fc|forum thread d9553c52fc] for rationale. check-in: a8c96a64c4 user: drh tags: trunk
2025-06-15
17:12
Fix `fossil clean` on symlinks by refactoring file_isfile_or_link() to take eFType as well, so that SymFILE doesn't get dropped but passed along instead. Closed-Leaf check-in: 9e06f72b71 user: js tags: fix-clean-symlinks
2025-06-14
20:47
Merge trunk check-in: 37a48b6b92 user: js tags: morphos
14:55
Minor doc fix for cfile cards in sync.wiki. check-in: d7d5cdd8c2 user: stephan tags: markdown-details-open
11:01
Remove ZBase no longer needed. Using -lz_shared turned out to not work. check-in: 139b8599cd user: js tags: morphos
2025-06-09
07:57
Add a missing bitmask reported in the upstream forum post. How it works at all without this is not clear - it apparently shouldn't. check-in: 5645824bd0 user: stephan tags: markdown-details-open
2025-06-08
22:50
Add the 'open' attribute to the list of allowed HTML attributes in markdown. This is to address [https://pikchr.org/home/forumpost/997861ea481833fb|pikchr forum post 997861ea48183], but (A) whether it _should_ be addressed is debatable and (B) it leaves is with only 1-2 bit slots for further attributes. This change was more invasive than desired because the OPEN attribute had to be inserted into the middle of a long list of sequential bitmasks. check-in: 64eb534c09 user: stephan tags: markdown-details-open
22:46
Replace a couple old references to fossil-scm.org/fossil with /home. check-in: ca5ecf2223 user: stephan tags: trunk
2025-06-05
13:07
Add SQLITE_ENABLE_SETLK_TIMEOUT to the default SQLite configuration. check-in: c953e01c9e user: drh tags: trunk
2025-06-04
08:15
When creating a hyperlink via line selection and the mouse in the /file view, do not decode the inbound URL, to avoid mis-handling of filenames which contain + signs. This resolves [forum:6f276193d2cfa5ab|forum post 6f276193d2cfa5ab]. check-in: 7641c82961 user: stephan tags: trunk
2025-06-03
21:02
Don't use -lz_shared on MorphOS. It is not meant to be used with ixemul and crashes. check-in: c462e4a87d user: js tags: morphos
20:26
Fix port not being set check-in: 15619e620b user: js tags: morphos
20:25
Merge trunk check-in: db4e4b46c3 user: js tags: morphos
15:14
Update the built-in SQLite to the latest trunk version for testing and to make bug fixes available to Fossil. check-in: 92cdafddbb user: drh tags: trunk