Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/main.c version 7604b9e7e9
|
2024-08-16
| ||
| 19:24 | Fix the query in the compute_youngest_ancestor_in_branch() routine so that it has an ORDER BY to make it safe. The new order-by-subquery optimization in SQLite turns that ORDER BY into a no-op, so there is no performance impact. check-in: 60debc7ed7 user: drh tags: trunk | |
| 19:06 | Update the built-in SQLite to the latest trunk version that includes the order-by-subquery optimization. check-in: a8aaed4216 user: drh tags: trunk | |
|
2024-08-15
| ||
| 14:11 | Add a /robots.txt page - useful only when Fossil is deployed as a stand-alone server instead of as a sub-component to a larger website. check-in: cadfcba32c user: drh tags: trunk | |
| 13:02 | Always apply the robot-restrict setting to self-declared robots. check-in: 398ea9e425 user: drh tags: trunk | |
|
2024-08-14
| ||
| 09:17 | Add timeline-hard-newlines to CONFIGSET_SKIN in an attempt to resolve [forum:23d58b1b67|forum post 23d58b1b67]. Bring /json/config up to date with the central config option list. check-in: 89388d4c60 user: stephan tags: trunk | |
|
2024-08-11
| ||
| 21:31 | Fix the query for the new /taglist page so the "Most Recent" is the time of the object being tagged, not the tag itself. check-in: ac446f27ed user: drh tags: trunk | |
| 21:26 | Improved /taglist page. check-in: 239a3fa34e user: drh tags: trunk | |
|
2024-08-10
| ||
| 17:49 | Update the built-in SQLite to the latest version 3.47.0 alpha. This SQLite has all of the fixes that are going into the 3.46.1 release, and so the purpose of this update is to beta test those fixes. check-in: dc15083b9a user: drh tags: trunk | |
|
2024-08-09
| ||
| 12:13 | Tell file_issocket() to always return 0 on Windows builds, as reported in [forum:a41fe3d6d0c97b43|forum post a41fe3d6d0c97b43]. check-in: ba884453e5 user: stephan tags: trunk | |
| 10:32 | Doc touchups in /chat. No code changes. check-in: 7141427370 user: stephan tags: trunk | |
|
2024-08-08
| ||
| 12:10 | Fix misinteraction of the chat send command and the chat search index. check-in: 892dfd2b55 user: stephan tags: trunk | |
| 00:28 | The "fossil chat send" mechanism was broken by check-in [fc853823b2218a76] (chat history) because of changes to chat_create_tables(). This fixes the issue. check-in: a913716b4c user: drh tags: trunk | |
|
2024-08-06
| ||
| 22:35 | The new zebra-striped table styling in the default skin was not targeting /wiki docs, only .wiki embedded docs, leaving them unstyled. check-in: 072a860909 user: wyoung tags: trunk | |
| 20:39 | Enhancements to unix-domain socket support for "fossil server": (1) Change the command-line option to "--socket-name FILENAME" for creating the unix socket. (It was formerly --unix-socket.) (2) Add new command-line options "--socket-mode MODE" and "--socket-owner USER" or "... USER:GROUP" to set permissions and ownership on the new socket. (3) Att... check-in: effdadadd0 user: drh tags: trunk | |
| 20:36 | Get the build working on Windows again. Closed-Leaf check-in: d474c95d5a user: drh tags: unix-sockets | |
| 20:30 | Get --socket-owner working. check-in: efc7475e18 user: drh tags: unix-sockets | |
| 17:22 | Changed a fatal error message speaking of the TCP socket's port number in a call to a function that may now use a Unix socket instead. check-in: 28de3fab86 user: wyoung tags: unix-sockets | |