Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2019-11-18 07:29:25.
2019-12-21
| ||
03:45 | Removed fossil_atexit_free_this() because it effectively costs more static memory than it cleans up in dynamic memory. ... (check-in: 99cb2ccd94 user: stephan tags: memleak-fixes) | |
2019-12-20
| ||
15:41 | Removed the cleanup of g.zXYZ because there's simply too high of a chance that future changes would turn one of those free() calls into a double-free or passing an invalid pointer to free(). ... (check-in: d60dd7afb0 user: stephan tags: memleak-fixes) | |
00:59 | atexit: no longer freeing about half of g.zXYZ because they're not always safe to free (sometimes they point to each other or are substrings of other strings). ... (check-in: 5f36a86a73 user: stephan tags: memleak-fixes) | |
00:12 | Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. ... (check-in: 00e6d7997c user: stephan tags: memleak-fixes) | |
2019-12-19
| ||
20:41 | Clean up g.non-const zXYZ members in the atexit handler. Add a blob_reset() in finish_tag() to cover the case that fast_insert_content() does not reset it. ... (check-in: 252ca35f47 user: stephan tags: memleak-fixes) | |
18:54 | Several memleak fixes reported via https://fossil-scm.org/forum/forumpost/205b004d8a. In a branch so the OP can test them in his setup. ... (check-in: 4566da665d user: stephan tags: memleak-fixes) | |
14:40 | Moved a blob_reset() to fix a leak reported in https://fossil-scm.org/forum/forumpost/6871eaaa07. ... (check-in: 8628cbd428 user: stephan tags: trunk) | |
2019-12-17
| ||
17:50 | • Edit [61186d2105b63ebe|61186d2105]: Mark "Closed". Edit check-in comment. ... (artifact: 4d8b6dc135 user: stephan) | |
16:49 | Added missing quotes around script nonce in skin example. ... (check-in: 8664930277 user: stephan tags: trunk) | |
2019-12-16
| ||
21:56 | • Added wiki page "branch/markdown-header-ids" ... (artifact: 256ce6e3dc user: stephan) | |
13:50 | Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). ... (Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids) | |
2019-12-15
| ||
15:26 | Added "heading-" prefix to generated IDs to help avoid accidental collisions with manually-added anchors. ... (check-in: c903fbc39e user: stephan tags: markdown-header-ids) | |
2019-12-13
| ||
21:10 | Updated change log for the /ext index addition. ... (check-in: 2468b578c4 user: stephan tags: trunk) | |
21:00 | • Edit [f28cea2b4375507d|f28cea2b43]: Mark "Closed". Edit check-in comment. ... (artifact: a0bf273756 user: stephan) | |
20:56 | If path given to /ext is a directory and it contains an index file (of the same names supported by the /doc path), render that index file. Edit: closing branch b/c Richard implemented the same thing in parallel in [3ed3fa3dda9c6d6f]. ... (Closed-Leaf check-in: f28cea2b43 user: stephan tags: ext-render-index) | |
13:06 | Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9a5 user: stephan tags: markdown-header-ids) | |
06:06 | Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (check-in: 5590fb9e0f user: stephan tags: trunk) | |
2019-12-05
| ||
10:58 | Updated push/pull command help to reflect that they also operate on forum content. ... (check-in: 120f950026 user: stephan tags: trunk) | |
09:56 | Doc typo fixes. ... (check-in: 01d64d8c18 user: stephan tags: trunk) | |
09:31 | Updated the 2.11 change log. ... (check-in: b7ba386643 user: stephan tags: trunk) | |
06:48 | Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. ... (check-in: a612aa7388 user: stephan tags: forum-edit-deltify) | |
2019-12-04
| ||
11:45 | Exposed the redirect-to-https setting to the CLI and extended the definition of the SETTING.width property such that negative values tell /setup_settings not to render that setting (unlike most CLI-configurable settings, redirect-to-https is configured via /setup_access). Per request from https://fossil-scm.org/forum/forumpost/780138230c. ... (check-in: 45953a4ad0 user: stephan tags: trunk) | |
2019-11-28
| ||
07:54 | build.wiki: added a section on building a static binary using Docker, adapted from https://fossil-scm.org/forum/forumpost/5dd2d61e5f. ... (check-in: 942be4c894 user: stephan tags: trunk) | |
2019-11-19
| ||
15:12 | Merged in [grep-hash-digits] branch. See [https://fossil-scm.org/forum/forumpost/44c8339561] ... (check-in: 4de1ed780c user: stephan tags: trunk) | |
2019-11-18
| ||
07:29 | When editing a technote via HTTP GET request (e.g., an Edit link, as opposed to POST form submission), retain the previous version's custom color by default. ... (check-in: 346e9e9760 user: stephan tags: trunk) | |
2019-11-15
| ||
02:50 | Removed the media="screen" part of the stylesheet link output because it provides no benefit to on-screen reading and causes the style to be completely lost when printing. See https://fossil-scm.org/forum/forumpost/63a45d759e. ... (check-in: f27d4b5054 user: stephan tags: trunk) | |
02:31 | Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378ce user: stephan tags: grep-hash-digits) | |
2019-11-09
| ||
04:27 | Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). ... (check-in: b86c8b476b user: stephan tags: trunk) | |
2019-10-28
| ||
19:16 | Merged in double-dash-flag2 branch, which adds conventional -- handling to the vast majority of commands (the exception being those few which don't call verify_all_arguments()). ... (check-in: 5cca46469f user: stephan tags: trunk) | |
2019-10-10
| ||
05:49 | Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2) | |
2019-10-03
| ||
15:19 | Clarified a falsehood in the new verify_all_options() docs. ... (check-in: 6edf8bcd9a user: stephan tags: double-dash-flag2) | |
2019-10-02
| ||
20:20 | • Edit [c0de97a1555c6397|c0de97a155]: Edit check-in comment. ... (artifact: d722c3ad9c user: stephan) | |
20:18 | Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. ... (check-in: c0de97a155 user: stephan tags: trunk) | |
16:14 | Removed a debugging-only function. ... (check-in: 05cde4f8eb user: stephan tags: double-dash-flag2) | |
16:14 | Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) ... (check-in: c32966e0de user: stephan tags: double-dash-flag2) | |
15:55 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 8f44d523c3 user: stephan) | |
15:52 | • Edit [52ae3288abed4416|52ae3288ab]: Mark "Closed". ... (artifact: 54ca3d7ae1 user: stephan) | |
2019-09-28
| ||
12:46 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 9904cbb81d user: stephan) | |
12:17 | Minor /shun wording change suggested in the forum. ... (check-in: b3e8253d78 user: stephan tags: trunk) | |
2019-09-27
| ||
23:56 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: b5450b8c3d user: stephan) | |
23:56 | Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288ab user: stephan tags: double-dash-flag) | |
22:58 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 1e7366c81c user: stephan) | |
22:51 | Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c183e user: stephan tags: double-dash-flag) | |
22:29 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 4a5ab01fd4 user: stephan) | |
22:28 | Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf08 user: stephan tags: double-dash-flag) | |
16:37 | Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed189424 user: stephan tags: double-dash-flag) | |
16:30 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 07d5a2b1e2 user: stephan) | |
16:26 | Added -- support to (changes, clean, extras, ls, commit). ... (check-in: 1b649b9d4e user: stephan tags: double-dash-flag) | |
16:10 | Added -- support to (add, rm, mv). ... (check-in: 9a7101d5dc user: stephan tags: double-dash-flag) | |
15:45 | fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e094071d user: stephan tags: trunk) | |