Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2022-03-21 16:42:32.
2022-04-20
| ||
15:21 | Added another libfuzzer info link to build.wiki. ... (check-in: 1a397ee35f user: stephan tags: trunk) | |
14:07 | Added a missing blob initializer. ... (check-in: 7209593814 user: stephan tags: markdown-footnotes) | |
13:55 | Added a section to build.wiki about building for fuzz testing. ... (check-in: a42f5af812 user: stephan tags: trunk) | |
11:48 | Merged in trunk for fuzz.c changes. ... (check-in: c9f4013530 user: stephan tags: markdown-footnotes) | |
11:46 | Correct fuzz.c to honor --fuzztype markdown and add --fuzztype wiki2 which works like its previous --fuzztype wiki behavior, sending all inputs through both the fossil-wiki and markdown translators. Added a fatal error for --fuzztype artifact, as that tester is not implemented. ... (check-in: 8d4c479208 user: stephan tags: trunk) | |
09:38 | Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in [forum:7a9097e557 | forum post 7a9097e557]. ... (check-in: 1bf6686e76 user: stephan tags: trunk) | |
2022-04-19
| ||
12:35 | Code style tweaks, typos, and resolved a couple footnotes-related cosmetic TODOs. No functional changes. ... (check-in: 3a5b3d5e49 user: stephan tags: markdown-footnotes) | |
11:41 | Merged in latest trunk to simplify code review and ease potential upcoming merge to trunk. ... (check-in: 8a4b099fb4 user: stephan tags: markdown-footnotes) | |
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:30 | • Changes to wiki page "branch/markdown-tagrefs" ... (artifact: 02bdda0d81 user: stephan) | |
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
| ||
06:45 | Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. ... (check-in: 0dd4118063 user: stephan tags: trunk) | |
06:37 | Part 2 of [bb0118227f2c]. ... (check-in: 74bd3fd4d9 user: stephan tags: trunk) | |
2022-04-10
| ||
19:58 | mkheaders carriage-return fix from [forum:6b2e7dbee7 | forum post 6b2e7dbee7]. ... (check-in: bb0118227f user: stephan tags: trunk) | |
2022-04-08
| ||
08:46 | Merged in trunk. ... (check-in: e8a1382fc3 user: stephan tags: markdown-tagrefs) | |
08:45 | Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. ... (check-in: 834db57d95 user: stephan tags: trunk) | |
2022-04-07
| ||
15:37 | s/Safara/Safari/, per report from [forum:9e8015e09c | forum post 9e8015e09c]. ... (check-in: 2f3c84b3e9 user: stephan tags: markdown-tagrefs) | |
2022-04-01
| ||
09:58 | • Added wiki page "branch/markdown-tagrefs" ... (artifact: 6f82cd9f48 user: stephan) | |
2022-03-30
| ||
14:15 | Merged in trunk. ... (check-in: 28fa015357 user: stephan tags: markdown-tagrefs) | |
2022-03-21
| ||
17:36 | Typo and link fixes via [forum:09c35aec52377b41 | forum post 09c35aec52377b41]. ... (check-in: 1b13f430c6 user: stephan tags: trunk) | |
16:42 | Typo fix from [forum:a7a52ce98a | forum post a7a52ce98a]. ... (check-in: c3d321fb6f user: stephan tags: trunk) | |
2022-03-03
| ||
23:23 | • Edit [c7749bb0a397c8e8|c7749bb0a3]: Move to branch mistake. Edit check-in comment. ... (artifact: e71e9c46d5 user: stephan) | |
2022-03-01
| ||
21:03 | • Edit [ec02acfd09575241|ec02acfd09]: Edit check-in comment. ... (artifact: 61af66d42a user: stephan) | |
21:02 | Ensure that db_open()'s db-is-an-appendvfs-binary check uses canonicalized filenames to avoid the problem reported in [forum:16880a28aad1a868 | forum post 16880a28aad1a868]. ... (check-in: ab7ad2348c user: stephan tags: trunk) | |
2022-02-28
| ||
21:30 | Resolve the bug revealed in [forum:16880a28aad1a868 | forum post 16880a28aad1a868] in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c behaves as desired on Windows. This was a collaborative bug fix via /chat, not my own. Edit: test success on Windows reported by Martin G. ... (check-in: ec02acfd09 user: stephan tags: nameofexe-appendvfs-check) | |
14:05 | /md_rules: replaced 'complex' with 'more', per /chat discussion. ... (check-in: 369d7d1a20 user: stephan tags: trunk) | |
2022-02-26
| ||
14:37 | Removed ENABLE_JSON1 flag from tools/sqlcompattest.c because that flag is no longer in sqlite3 as of 3.38, which is the current minimum required version. Reported in [forum:549da79dd9 | forum post 549da79dd9]. ... (check-in: 8af827342f user: stephan tags: trunk) | |
01:36 | globs.md: clarified that globs apply to the whole dir/filename combination without any awareness/special treatment of the directory part, as suggested in [forum:6637b92a6a17a6bc | forum post 6637b92a6a17a6bc]. ... (check-in: d862cb71d6 user: stephan tags: trunk) | |
2022-02-21
| ||
20:54 | docs: a typo fix and an updated date reference. ... (check-in: 841c78d2cd user: stephan tags: trunk) | |
20:44 | antibot.wiki: changed 'billions' to 'millions', per /chat discussion. ... (check-in: d4f3babea9 user: stephan tags: trunk) | |
20:36 | Per chat discussion and [forum:fd49a822db5bc522 | forum post fd49a822db5bc522], removed PellesC build from makemake.tcl and the corresponding makefile. ... (check-in: fcb33239b5 user: stephan tags: trunk) | |
2022-02-19
| ||
23:03 | Adjust padding in /chat CSS to eliminate an unsightly dead zone between the chat area scrollbar and the right side of the page, as reported in /chat. ... (check-in: 46ec28aca9 user: stephan tags: trunk) | |
2022-02-17
| ||
02:38 | 'update' now lists the updated-from version, per off-list user request, the intent being to simplify access to the version for purposes of running a diff after seeing updates arrive. ... (check-in: 07ed3fedfa user: stephan tags: trunk) | |
2022-02-09
| ||
20:23 | Cherrypicked [92221aaa192e82] and [7283ae6e120c10] on behalf of George. ... (check-in: f902814db6 user: stephan tags: trunk) | |
2022-01-28
| ||
17:36 | Improved TLS read-from-client support on Windows. ... (check-in: b0834be5d0 user: stephan tags: trunk) | |
14:51 | Swapped semantics of the new argument to ssl_read_server(), [forum:2f818850abb72719 | per forum discussion]. Adjacent doc touchups. ... (Closed-Leaf check-in: 9110662fd1 user: stephan tags: ssl-read-loops2) | |
2022-01-27
| ||
04:16 | A potential fix for the Makefile.msc and Makefile.dmc for the missing pikchr prototype, as discussed in /chat. Cannot test locally. _Might_ be that the added block in makemake.tcl line 1441 can be removed. ... (check-in: bc6bda98a1 user: stephan tags: pickhr-prototype) | |
2022-01-25
| ||
19:36 | Corrected parsing of /json-mode POST data in TLS mode. Extended /json/wiki/preview to support a mimetype option. ... (check-in: 7f5877e843 user: stephan tags: trunk) | |
18:14 | ssl_read_server() now returns 0 on read error and lets the higher-level code deal with the short read. This might resolve the issue under discussion in [forum:/forumpost/2f818850abb72719 | forum post 2f818850abb72719]. ... (check-in: acffc8f785 user: stephan tags: trunk) | |
2022-01-24
| ||
08:42 | /chat: added optional 'raw' URL argument to specify that the xmsg text should be returned as-is instead of HTML-izing it. This is not used by /chat but is to support Brad Harder's standalone curses-based /chat client (and similar ones). ... (check-in: 4359f4b573 user: stephan tags: trunk) | |
08:27 | Simplified version of the previous patch which also catches SSL_read() errors on Windows. ... (check-in: b70557f690 user: stephan tags: trunk) | |
08:23 | Preliminary workaround for Windows-specific SSL_read() behavior described in [forum:/forumpost/2f818850abb72719 | forum post 2f818850abb72719]. Patch tested by Florian (Windows) and myself (Linux). ... (check-in: b890451cfb user: stephan tags: trunk) | |
06:54 | Replaced the "manual" TLS EOF tracking with BIO_eof(), analog to how is done in althttpd. ... (check-in: 06e300e5bd user: stephan tags: trunk) | |
2022-01-20
| ||
04:48 | Per a /chat discussion in December, no longer "sterilize" manifests saved in zip/tar exports, as that changes their hash for client-side validation purposes and there is little risk of such exports being re-imported into a fossil repo. ... (check-in: 722c248d53 user: stephan tags: trunk) | |
2022-01-18
| ||
03:59 | When renaming a user, rename any matching subscription entry to avoid that the user can no longer subscribe with the new name because the email address is already mapped. Also log user renames to the admin log. This does not work across all login groups because we don't know if each member has the subscriber table. ... (check-in: cdcffc413d user: stephan tags: trunk) | |
2022-01-16
| ||
10:55 | /pikchrshow: in demo pikchrs which use an ampersand, write them as literals instead of HTML-escaped, to account for changes made to how pikchr handles those. ... (check-in: 4364ad05eb user: stephan tags: trunk) | |