Fossil

Today In History
Login

This Day In History For 2026-08-29

3 Years Ago (more context)

2023-08-29
16:31 Changes to wiki page "Release Build How-To" artifact: a029e1dbea user: drh
09:15
On the /dir page, move the file/dir icons so that they are clickable, per request in [forum:65a3bd20f98980b2|forum post 65a3bd20f98980b2]. check-in: 32297dde2b user: stephan tags: trunk

4 Years Ago (more context)

2022-08-29
18:21
The container doc bit on raw sockets now covers the other three Busybox utilities we left out previously. Today's removal of ping and traceroute merely completes the set; it wasn't complete in itself. check-in: b429bd71db user: wyoung tags: trunk
18:07
Clarified the points in §5.2.1 of the Docker container build doc regarding the reason why the server parent process runs as root. check-in: c2eaa60da9 user: wyoung tags: trunk
17:54
Researched, tested, and documented the set of "docker create --cap-drop" options we can add to strip away unnecessary root privileges inside the container without harming normal operation. Belt-and-suspenders: if any bad actor ever got into the container with root privileges, this would help prevent them from affecting anything outside the container. Added that set to the "make container-run" target so they get applied by default in the easy case. check-in: f715add938 user: wyoung tags: trunk
17:32
Removed ping and traceroute commands from the Docker container. They require raw sockets support, which means if anyone broke into the container and managed a root privilege escalation, they could do a wide array of bad things on any network the container is bound to. check-in: f00a88f896 user: wyoung tags: trunk
16:01
Polishing pass on §5.2 of the container build doc, "Why Chroot?" check-in: e98603144b user: wyoung tags: trunk
14:27
Add a missing closing LI tag for the /tkthistory page. check-in: 2d0b2bda87 user: george tags: deltify-tkt-blobs
14:03
Minor optimization within <code>getAllTicketFields()</code> function. check-in: c3e7ed3089 user: george tags: deltify-tkt-blobs

5 Years Ago (more context)

2021-08-29
22:55
Demonstrate the concept of a generic DiffBuilder object. check-in: 6e8d87b398 user: drh tags: diff-color-enhancements
12:58
Minor sbsdiff.js tweak to try to avoid unsightly page-level horizontal scrollbars, as reported in [forum:96e40f90db | forum post 96e40f90db]. check-in: fa667a9308 user: stephan tags: trunk

10 Years Ago (more context)

2016-08-29
14:15
Fix the /uv page so that works on Solaris. check-in: 0cd96edc20 user: drh tags: trunk

15 Years Ago (more context)

2011-08-29
17:27 Fixed ticket [ab696ae3bb]: graphics view of branches plus 2 other changes artifact: 7c3e930e30 user: lrem
16:18 Fixed ticket [9d84642c7f]: fossil ticket? plus 2 other changes artifact: aa8b839144 user: lrem
16:09 Fixed ticket [bf18e29fbe]: make 'fossil rm' to be able to remove more than one file plus 2 other changes artifact: c6b969e2cf user: lrem
16:05 Closed ticket [0bce25f110]: recursive removal of files plus 2 other changes artifact: dacbc6c0bd user: lrem
13:35
Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. check-in: 0b9371365d user: drh tags: trunk
13:24
Update the built-in SQLite to the latest 3.7.8 alpha version. check-in: 35474aff2f user: drh tags: trunk
12:39 Ticket [109ae2e904] RSS feed is not always valid status still Open with 1 other change artifact: ddf99a2bf1 user: lrem
10:31
Silence compiler warnings about unused variables in print_timeline. check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. check-in: 3a6265696a user: mistachkin tags: tcl-integration
01:19
Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. check-in: cba0f25bf2 user: mistachkin tags: tcl-integration
00:54
Protect against Tcl commands with no objProc. check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration
00:28
Fix comment regarding the value of TCLDIR. check-in: 10f13bc5ab user: mistachkin tags: tcl-integration