Fossil

Timeline
Login

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

8 check-ins using file src/db.c version aebc80f51b

2022-04-14
17:41
Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework
17:15
Doc typo fix and more docs for load_control(). check-in: e5724fb759 user: stephan tags: load-control-rework
17:12
Exempt admin and setup users from the load_control() restriction. check-in: 57cdf4f2b9 user: stephan tags: load-control-rework
17:03
Added a fossil_nice() call to /vpatch. check-in: 1cc86c16a2 user: stephan tags: load-control-rework
16:58
Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. check-in: 9b0ebcaf23 user: stephan tags: load-control-rework
2022-04-13
16:27
On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. check-in: 82510672b8 user: stephan tags: trunk
2022-04-11
09:33
Brought the "Fossil grep vs POSIX grep" doc up to date relative to the [/info/f5f4471323d44a82 | merged grep-enhancements branch]. check-in: caba4b0188 user: wyoung tags: trunk
06:45
Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. check-in: 0dd4118063 user: stephan tags: trunk