Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 check-ins using file src/main.c version 16b23615b2
|
2022-07-28
| ||
| 15:38 | Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at https://github.com/madler/zlib/issues/684. Closed-Leaf check-in: 368d97869b user: stephan tags: zlib-update | |
|
2022-05-08
| ||
| 20:40 |
Rename proposed column to tkt_user which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to getAllTicketFields().
Closed-Leaf
check-in: 6d95ae4f88 user: george tags: tkt-ucard
| |
|
2022-05-04
| ||
| 11:47 | /timeline: correct rendering of event.comment entries for wiki attachments, per problem reported in [forum:749baecf6d08ecb1 | forum post 749baecf6d08ecb1]. check-in: b3e534fa88 user: stephan tags: trunk | |
|
2022-05-03
| ||
| 16:10 | Update the built-in SQLite to the latest 3.39.0 alpha which includes the latest bug fixes, and especially the fix for the infinite loop when the Bloom filter pull-down optimization encounters a NULL key. check-in: b2cb7bdb5a user: drh tags: trunk | |
| 04:02 | Simplification by omitting g.url.user and g.url.password backup copy since they are only swapped during short time and are restored right away. Also rename url.canonical backup copy to "proxyUrlCanonical" following name convention of already existing "proxyUrlPath" field. check-in: 78a5195392 user: mgagnon tags: fix_remote_url_overwrite_with_proxy | |
|
2022-05-01
| ||
| 21:00 | Add support for optional tkt_ucard column of the TICKETCHNG table. If this column is present then its value is populated from the U-card of the corresponding artifact. check-in: d681e1dc1d user: george tags: tkt-ucard | |
| 20:53 | Minor code clean-up inside of ticket_insert() function. check-in: 3e4ba24e29 user: george tags: tkt-ucard | |
|
2022-04-28
| ||
| 14:25 | attempt to fix issue where the remote-url saved is overwritten by the proxy url. (issue introduced by checkin [c129f29566439e5c]) check-in: 83ffea65ca user: mgagnon tags: fix_remote_url_overwrite_with_proxy | |
|
2022-04-27
| ||
| 15:55 | This is a graph layout improvement experiment. In this version of Fossil, when there are multiple merge lines that go off the bottom of the page, they all use the same rail, rather than using separate rails for each parent node. This code is initially parked on a branch for evaluation. Leaf check-in: 65c218199c user: drh tags: off-page-merge-single-rail | |
| 12:11 | Update the built-in SQLite to the latest trunk version which includes all of the fixes that went into version 3.38.3. check-in: f905bd0d8d user: drh tags: trunk | |
|
2022-04-26
| ||
| 23:45 | Provide a little more output in stash command so when someone successfully finishes the stash command they don't think content has been lost. check-in: d08d7b872d user: andybradford tags: stash-success | |
| 14:27 | Fix a few **unused-but-set-variable** warnings. (reported by recent clang on MacOS at least). Also fix a **warn_unused_result** warning when calling nice() (gcc 7.5.0 on Ubuntu-18.04 and gcc 9.3.0 on Ubuntu-20.04) check-in: 74250821b1 user: mgagnon tags: trunk | |
| 04:17 | (Manual) cherry-pick of [0f8bae079e] to carry forward the only change against zlib 1.2.11 to the 1.2.12 update. check-in: cc3765eb12 user: florian tags: zlib-update | |
| 04:12 | Update the built-in zlib to version 1.2.12, released on March 27, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded, but new sample programs from the examples/ subdirectory are included. check-in: c6567d4b99 user: florian tags: zlib-update | |
|
2022-04-25
| ||
| 06:08 | Add the new special name start:BRANCH to refer to the first check-in of the branch. check-in: fab8d92215 user: danield tags: trunk | |
| 06:07 | Merge in trunk. Closed-Leaf check-in: cff92f2e6d user: danield tags: name-start | |
| 05:21 | Follow-up to [346e45702c]: Remove the (unused) --sync option for the open command, as considering it and overriding local/global/per-subsystem/pull-only/push-pull/dont-push settings in a fashion that is transparent for the user to anticipate what's really going on seems quite convoluted. Also mention that --force allows to continue if auto-sync fai... Closed-Leaf check-in: b3ed9d37d5 user: florian tags: open-sync | |
| 01:31 | Update to the lastest version of Pikchr which fixes a bug in the computation of bounding boxes for circles when the size of the circle is set using the "diameter" attribute. check-in: 287d13f391 user: drh tags: trunk | |
| 00:19 | Better fix for the repolist.c change. check-in: 54efe3aa56 user: drh tags: trunk | |
| 00:05 | Fix a C++-ism in the new markdown code that breaks the build on older PIs. check-in: b7471a4bee user: drh tags: trunk | |
|
2022-04-24
| ||
| 23:46 | Fix the build on windows following the previous check-in. check-in: 1369579636 user: drh tags: trunk | |
| 22:46 | Merged in trunk, resolved conflicts introduced via the parallel development of the markdown-footnotes branch. check-in: 64af75b070 user: stephan tags: markdown-tagrefs | |
| 22:31 | Applied trivial repolist sorting patch from [forum:/forumpost/6803efde75 | forum post 6803efde75]. check-in: 61974c4830 user: stephan tags: trunk | |
|
2022-04-23
| ||
| 21:32 | Extend Markdown with footnotes support. See known limitations and the corresponding [forum:/forumthread/ee1f1597e46ec07a|forum thread]. check-in: 3990518b29 user: george tags: trunk | |
| 17:23 |
Change signature of add_inline_footnote() in order to move away from returning of unreliable pointer. Amend a few comments. Fix a couple of minor issues that fuzzer complains about.
Closed-Leaf
check-in: 0850862e6a user: george tags: markdown-footnotes
| |
| 15:56 |
Fix a possible heap-buffer-overflow in parse_htmlblock() introduced by [1e919d601f774fdb]. This is not related to footnotes but was revealed by fuzzing (case 80cbb6b185807e98a953426af7b1f802c9d13957).
check-in: bc4c5b6311 user: george tags: markdown-footnotes
| |
|
2022-04-22
| ||
| 12:49 |
Remove redundant assert() that fails for the case when the content of a span-bounded inline footnote is rendered into a void. This is a corner case that was revealed via fuzzing.
check-in: cab8a586ae user: george tags: markdown-footnotes
| |
|
2022-04-21
| ||
| 22:31 | Add a test case for fragment-bounded footnote that contains markup within the corresponding text fragment. check-in: d38ec43d00 user: george tags: markdown-footnotes | |
| 21:13 | Fix another use-after-realloc bug in handling of inline footnotes which was discovered during fuzzing. Also fix a few other issues revealed via fuzzer. check-in: c5456211f4 user: george tags: markdown-footnotes | |
| 13:36 | Revert Makefile.in to normal builds (leave a few comments about fuzzing). check-in: 940779668f user: george tags: markdown-footnotes | |
| 13:16 |
Fix a use-after-free bug in handling of nested inline footnotes. The bug was discovered by fuzzing with '-fsanitize=fuzzer,undefined,address -DFOSSIL_FUZZ' appended to TCCFLAGS in Makefile.in. It's noteworthy that the ',undefined,address' part was essential to find the bug (otherwise just 'double-free' was repor...
check-in: 31e5df5fa2 user: george tags: markdown-footnotes
| |
|
2022-04-20
| ||
| 14:07 | Added a missing blob initializer. check-in: 7209593814 user: stephan tags: markdown-footnotes | |
| 11:48 | Merged in trunk for fuzz.c changes. check-in: c9f4013530 user: stephan tags: markdown-footnotes | |