Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
246 check-ins using file src/configure.c version fbcefee6b1
2020-06-08
| ||
20:08 | Version 2.10.1 ... (check-in: 674782c7a1 user: drh tags: release, version-2.10.1, branch-2.10) | |
2020-02-12
| ||
09:25 | Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f8b user: jan.nijtmans tags: branch-2.10) | |
2020-01-28
| ||
03:49 | Added -H|-html and -p|-pre flags to [/help?cmd=wiki|wiki command]. Added fossil_fopen_for_output() and fossil_fclose() to support that. ... (check-in: fe86954ffb user: stephan tags: trunk) | |
02:53 | Added -html|-h flag to [/help?cmd=wiki|the wiki command], as discussed in [https://fossil-scm.org/forum/forumpost/7377c83dca|forumpost/7377c83dca], and cleaned up the command's help text and argument validation. ... (check-in: b23eb83314 user: stephan tags: trunk) | |
2020-01-27
| ||
06:56 | Added --inverse/-v flag to the tag command, as covered in [https://fossil-scm.org/forum/forumpost/d717561e8b7406fc|forumpost/d717561e8b7406fc]. ... (check-in: 890614f137 user: stephan tags: trunk) | |
2020-01-24
| ||
18:28 | /mimetype_list: only show the custom mimetypes table if any are set. Add a link to the mimetypes setting help to the top of the page. Expanded the setting's help text. ... (check-in: 14d1b7a977 user: stephan tags: mimetypes-setting) | |
16:58 | /mimetype_list: tiny efficiency tweak in the main mimetype loop and only show the 'exclamation point means it's overridden' message if the repo contains at least one custom entry. ... (check-in: baf119337b user: stephan tags: mimetypes-setting) | |
16:45 | Merged in mimetype-list branch. ... (check-in: 9ceec69e9b user: stephan tags: mimetypes-setting) | |
15:14 | Fix dynamic sorting of the mimetype tables, as originally intended. Note that the table sorter utility skips leading non-word characters, such as the leading exclamation mark used to flag overwritten entries. ... (Closed-Leaf check-in: 26f2bb6fd6 user: florian tags: mimetypes-list) | |
15:05 | Tweak the /mimetype_list web page to display the repository-specific mimetypes in a table, and flag built-in entries that are overwritten by repository-specific entries. ... (check-in: 566a27315e user: florian tags: mimetypes-list) | |
2020-01-23
| ||
19:40 | Custom mimetype case-folding is now performed only on the file extensions and only on demand, rather than lower-casing the whole input in advance. ... (check-in: e34ea5b6b8 user: stephan tags: mimetypes-setting) | |
18:12 | Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. ... (check-in: b55dfc97a1 user: stephan tags: mimetypes-setting) | |
18:00 | /mimetype_list page now outputs custom mimetypes using %h formatting instead of %s, per forum feedback. ... (check-in: 23a92a27cf user: stephan tags: mimetypes-setting) | |
2020-01-22
| ||
19:08 | Update the built-in SQLite to version 3.31.0. ... (check-in: eee161e823 user: drh tags: trunk) | |
02:41 | Added support for client-configurable mimetypes as a versionable setting. ... (check-in: 322643cac8 user: stephan tags: mimetypes-setting) | |
00:44 | Added missing APPNAME to Makefile.classic, as [https://fossil-scm.org/forum/forumpost/e51cc756b0|reported in the forum]. ... (check-in: a6ee6add63 user: stephan tags: trunk) | |
2020-01-20
| ||
20:29 | Update the built-in SQLite to the second beta for 3.31.0, for SQLite testing. ... (check-in: f4e7ca02da user: drh tags: trunk) | |
2020-01-17
| ||
22:00 | Make use of the new "aggregate mode" for the DBSTAT virtual table when computing the /repo-tabsize page, both as a test of DBSTAT and because the new mode is usually faster. ... (check-in: cc86de732a user: drh tags: trunk) | |
17:23 | Replaced "countless Git users" in point about detached heads within fossil-v-git doc with a link to a Google web search that currently returns ~389000 results. So not countless at all; just very, very large. :) ... (check-in: e472ad36d6 user: wyoung tags: trunk) | |
13:31 | Give the correct count of check-ins for /timeline displays that include the from=, to=, and chng= query parameters. ... (check-in: 9dce5ffe5f user: drh tags: trunk) | |
2020-01-12
| ||
20:45 | Fossil-defined SQL functions used inside of views for full-text-serch much be tagged using SQLITE_INNOCUOUS. ... (check-in: 9826bd007a user: drh tags: trunk) | |
2020-01-11
| ||
01:00 | Explained the "language-WORD" CSS styling used with fenced code blocks in Markdown within md_rules. ... (check-in: 06a3361dc0 user: wyoung tags: trunk) | |
2020-01-09
| ||
23:50 | Merge in trunk ... (check-in: 001eb6d506 user: ashepilko tags: cmake-ide) | |
23:02 | Fix build errors when using MSVC version that has no 'stdint.h' ... (check-in: c6ae8584b1 user: ashepilko tags: trunk) | |
21:03 | Change the build options for SQLite so that it distrusts schema by default. ... (check-in: 31be929a30 user: drh tags: trunk) | |
20:57 | Merge the latest SQLite 3.31.0 alpha sources for testing. ... (check-in: 5c48142dd3 user: drh tags: trunk) | |
20:03 | Fix typos. ... (check-in: e693ab734e user: ashepilko tags: trunk) | |
18:26 | Add the debug and autoconfig compile definitions; needed for source browsing. ... (check-in: fabe2d41e8 user: ashepilko tags: cmake-ide) | |
17:57 | Merge in trunk ... (check-in: 4d8aecdfcf user: ashepilko tags: cmake-ide) | |
15:29 | Modify the /doc webpage so that if the first term of the argument is "latest" it chooses the most recent check-in for the document regardless of what branch that check-in occurred on. ... (check-in: d08bc9e61f user: drh tags: trunk) | |
2020-01-08
| ||
19:18 | Clarified point 2.2 of fossil-v-git.wiki, adding more info about the sizes of Fossil vs Git in response to comments on this Hacker News posting: [https://news.ycombinator.com/item?id=21974942] ... (check-in: 9dcb3de471 user: wyoung tags: trunk) | |
18:30 | Healed inadvertent fork of trunk ... (check-in: 636b47f9a2 user: wyoung tags: trunk) | |
18:28 | Added "more" column to the fossil-v-git doc: we have evidence of people reading only the summary table at the top and then reacting to their understanding of that brief one-line characaterization of the difference rather than engaging with the detailed arguments making up the bulk of the article. ... (check-in: fd9e211d39 user: wyoung tags: trunk) | |
18:05 | Clarified point 2.6 in fossil-v-git.wiki to address feedback from Hacker News user balfirevic here: [https://news.ycombinator.com/item?id=21974942] ... (check-in: f6e04cc423 user: wyoung tags: trunk) | |
17:56 | Edit the Executive Summary to mention merge-in: prefix. ... (check-in: 63f5031476 user: ashepilko tags: trunk) | |
2020-01-03
| ||
16:39 | Add --inverse|-v flag to tag ls, per discussion at https://fossil-scm.org/forum/forumpost/944e611710. ... (Closed-Leaf check-in: e170afb936 user: stephan tags: tag-ls-inverse) | |
16:34 | Merged in trunk. ... (check-in: 5a9414e49e user: stephan tags: forum-edit-deltify) | |
14:30 | Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake) | |
14:28 | Merged in trunk. ... (check-in: 04e1c97854 user: stephan tags: mistake) | |
2020-01-02
| ||
14:35 | Fix the spelling of "legacy" in the "test-fingerprint" command. Also show the current Fossil version in the "test-fingerprint" command. ... (check-in: 2af7fedd67 user: drh tags: trunk) | |
2019-12-26
| ||
02:08 | Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. ... (check-in: 088aabafd7 user: drh tags: trunk) | |
01:26 | Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. ... (check-in: 9258d7462e user: drh tags: trunk) | |
2019-12-24
| ||
18:39 | Fix minor typo from check-in [9bb70584a1d7d2f7]. ... (check-in: b00e89d47b user: mistachkin tags: trunk) | |
15:51 | Improved CSS in alternative skinds for the new ticket comment colors on the timeline. ... (check-in: ca148e798a user: drh tags: trunk) | |
2019-12-23
| ||
14:31 | Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. ... (check-in: d80adfe029 user: drh tags: trunk) | |
13:17 | Ticket alerts reference the actual ticket, not the ticket change artifact. ... (check-in: 1a5dee1ea2 user: drh tags: trunk) | |
12:47 | On the ticket timeline configuration screen, show the names of the underlying properties. ... (check-in: d725f611a3 user: drh tags: trunk) | |
12:38 | Add the "New Ticket" option to timeline displays. ... (check-in: 9bb70584a1 user: drh tags: trunk) | |
12:26 | Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? ... (check-in: 3d131528c8 user: drh tags: trunk) | |
02:08 | Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. ... (check-in: 4cf8dbe398 user: stephan tags: trunk) | |
2019-12-22
| ||
01:25 | Re-added an atexit free() line which was inadvertently removed from trunk. ... (Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes) | |
2019-12-21
| ||
18:24 | Moved two decls from an outer scope to the inner scope where they're used. ... (check-in: 2576cf5fd1 user: stephan tags: memleak-fixes) | |
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) | |
06:22 | Added info about the side-by-side diff viewer's scrolling to www/javascript.md; it uses JS. ... (check-in: 3965fe0171 user: wyoung tags: trunk) | |
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:56 | Fix to the regexp() SQL function implementation (pointed out by [https://fossil-scm.org/forum/forumpost/c9eb457131|Florian Balmer]) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. ... (check-in: 6b32e21305 user: drh tags: trunk) | |
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) | |
15:13 | Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak) | |
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-18
| ||
15:19 | Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... ... (check-in: c865e1a0fc user: drh tags: trunk) | |
15:11 | Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. ... (check-in: 703e62a68e user: drh tags: trunk) | |
14:02 | Add a test document to verify that relative path hyperlinks work in the Markdown formatter. ... (check-in: 367f9b32d6 user: drh tags: trunk) | |
2019-12-17
| ||
16:49 | Added missing quotes around script nonce in skin example. ... (check-in: 8664930277 user: stephan tags: trunk) | |
2019-12-16
| ||
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) | |
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) | |
19:22 | Add the 'verifyLogin' command to TH1. ... (check-in: a470d60355 user: mistachkin tags: trunk) | |
19:14 | Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f47 user: mistachkin tags: verifyLogin) | |
19:06 | Merge updates from trunk. ... (check-in: 9abccbaa50 user: mistachkin tags: verifyLogin) | |
18:57 | Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. ... (check-in: 3ed3fa3dda user: drh tags: trunk) | |
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-11
| ||
12:43 | Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. ... (check-in: 4a7760e368 user: drh tags: trunk) | |
11:59 | Fix an incorrect comment in the CGI handler. When parsing the CGI control file, check for "debug:" last, as it is the most infrequent option. ... (check-in: 20dc009909 user: drh tags: trunk) | |
2019-12-10
| ||
14:01 | Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk) | |
05:34 | Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk) | |
2019-12-08
| ||
23:49 | Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c49 user: mistachkin tags: verifyLogin) | |
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-12-03
| ||
13:06 | Improved documentation on the undo command. Have the mv command clear the undo stack. ... (check-in: 3f8cdaa15e user: drh tags: trunk) | |
2019-12-02
| ||
13:45 | Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. ... (check-in: cad57db96e user: drh tags: trunk) | |
2019-12-01
| ||
20:18 | Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (check-in: ec04c8b4a8 user: george tags: wiki-history) | |
2019-11-30
| ||
13:53 | Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk) | |
13:38 | Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements) | |
2019-11-29
| ||
14:44 | Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements) | |
2019-11-28
| ||
10:31 | Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d0a user: drh tags: trunk) | |
10:27 | When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb55802 user: drh tags: trunk) | |
10:23 | Restore operation of "related" and "tag filter" widgets ... (check-in: 820d70512a user: drh tags: trunk) | |
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-23
| ||
21:46 | Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related) | |
20:55 | Show filter description even when "r" is used on a branch that has no wiki ... (check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related) | |
20:54 | Restore operation of "related" and "tag filter" widgets, see forum thread [https://fossil-scm.org/forum/forumpost/2d5fe3dedc] for discussion ... (check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related) | |
2019-11-20
| ||
15:29 | Update the built-in SQLite to the latest 3.31.0 alpha version as a beta-test for SQLite. ... (check-in: a9027e7d10 user: drh tags: trunk) | |
15:25 | Add support for Markdown in the default ticket configuration, and make Markdown the default choice for markup. ... (check-in: 16fb915279 user: drh 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-11
| ||
15:22 | Omit some asm code from the SHA1 implementation as it provides no performance improvement with modern compilers, and SHA1 is seldom used now anyhow. ... (check-in: 20187be723 user: drh tags: trunk) | |
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-24
| ||
14:30 | Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume) | |
2019-10-23
| ||
00:46 | Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). ... (check-in: a92d5a514d user: drh tags: trunk) | |
2019-10-21
| ||
03:22 | Put 7.x series headlines one level deeper so they nest properly under their parent, the 7.0 section, in rebaseharm.md doc. ... (check-in: 5453dbff5b user: wyoung tags: trunk) | |
03:05 | Moved all of the "Features found in Fossil but not in Git" up from section 3.1 into section 2.1 Featureful of the fossil-v-git doc, where such differences are otherwise covered. Removed section 3.2, giving the opposite case, since all of the Git features not found in Fossil are already covered elsewhere in the doc, sometimes more than once, as with the rebase issue. ... (check-in: d357f81b6c user: wyoung tags: trunk) | |
02:40 | Updated the discussion of SHA-3 support in Fossil within the fossil-v-git.wiki doc now that Fossil 2.10 is out. Basically, it changes the tense on all SHA-1 text to past tense. ... (check-in: d887a6d74d user: wyoung tags: trunk) | |
01:53 | Replaced brief footnote in fossil-v-git doc explaining why we use JavaScript (sparingly) with a reference to the new javascript.md doc, which explains this much more fully. ... (check-in: 21c7f1f8a3 user: wyoung tags: trunk) | |
2019-10-16
| ||
17:44 | Improved documentation for the --cherrypick and --backout options of the "fossil merge" command. ... (check-in: 29a383e4b6 user: drh tags: trunk) | |
2019-10-12
| ||
22:39 | Updates to windows server documenttion to include examples of winsrv command. ... (check-in: 6a0ec82bae user: ckennedy tags: trunk) | |
2019-10-10
| ||
05:49 | Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2) | |
2019-10-09
| ||
14:52 | Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec26471439 user: andybradford tags: clone-resume) | |
2019-10-08
| ||
16:00 | Increase the version number to 2.11 for the next release cycle. ... (check-in: 10fb90fcae user: drh tags: trunk) | |
00:57 | Updated Windows Service documentation to reflect new 64bit binaries for Fossil 2.10 for Windows. ... (check-in: cb13b61100 user: ckennedy tags: trunk) | |
2019-10-07
| ||
11:49 | Fix a typo in the help text for the "fossil info" command. ... (check-in: 3d58d89041 user: drh tags: trunk) | |
11:03 | Statement ordering: Don't read 'fingerprint' when there are no checkin's. ... (check-in: ffe7cc595e user: jan.nijtmans tags: trunk) | |
10:07 | Prevent false-positive in fingerprint check, when the current checkout is empty. ... (check-in: fd8816ecf6 user: jan.nijtmans tags: trunk) | |
08:42 | Removed a duplicate entry from www/mkindex.tcl ... (check-in: 4edc1302a4 user: wyoung tags: trunk) | |
2019-10-04
| ||
22:22 | Fix typo in the server extension documentation. ... (check-in: 11c6504340 user: drh tags: trunk) | |
22:20 | Fix the date on the 2.10 change log. ... (check-in: 80ea65af53 user: drh tags: trunk) | |
21:41 | Version 2.10 ... (check-in: 9d9ef82234 user: drh tags: trunk, release, version-2.10) | |
15:44 | Update the built-in SQLite to the 3.30.0 release version. ... (check-in: fc19d369ab user: drh tags: trunk) | |
01:16 | EditorConfig file for Fossil Project. See https://fossil-scm.org/forum/forumpost/7da5900698 for discussion. ... (check-in: cb4412b6c5 user: ckennedy tags: trunk) | |
2019-10-03
| ||
21:22 | Merged js-use-doc branch down to trunk ... (check-in: 39d3baabf6 user: wyoung tags: trunk) | |
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: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) | |
06:49 | Added "File Browser Tree View" item to www/javascript.md ... (Closed-Leaf check-in: 72a00d1f74 user: wyoung tags: js-use-doc) | |
2019-10-01
| ||
18:11 | Use double-quotes instead of single-quotes for the argument to "git export" in the "fossil git export" command, for windows compatibility. ... (check-in: be7c1bde92 user: drh tags: trunk) | |
16:57 | Correction and clarification of the use of unsafe-inline for style in the "defcsp.md" document. ... (check-in: baecb63d9b user: drh tags: trunk) | |
16:56 | Assorted improvements to the new use-of-JS doc ... (check-in: f40a9ccf3c user: wyoung tags: js-use-doc) | |
16:13 | Added www/javascript.md doc. On a branch pending forum discussion. ... (check-in: 9fd8b1c9d1 user: wyoung tags: js-use-doc) | |
13:44 | Several small tweaks to defcsp.md ... (check-in: e73901f15c user: wyoung tags: trunk) | |
07:13 | Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting) | |
2019-09-30
| ||
16:08 | Update custom Makefile for MinGW. ... (check-in: 161958a49b user: mistachkin tags: trunk) | |
2019-09-29
| ||
00:20 | Added "Alternatives" section to shunning.wiki. ... (check-in: 004c550724 user: wyoung tags: trunk) | |
2019-09-28
| ||
20:52 | When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies) | |
12:17 | Minor /shun wording change suggested in the forum. ... (check-in: b3e8253d78 user: stephan tags: trunk) | |
2019-09-27
| ||
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: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:28 | Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf08 user: stephan tags: double-dash-flag) | |
18:47 | Update the fingerprint mechanism so that it if the revised hash algorithm fails, it retries using the legacy hash algorithm before reporting an error (and alarming users). The revised hash is always stored. The "test-fingerprint" command is updated to show both the old and the new hash algorithm and the fingerprint currently stored in the localdb. ... (check-in: 36d3685833 user: drh tags: trunk) | |
16:37 | Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed189424 user: stephan tags: double-dash-flag) | |
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) | |
14:32 | Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. ... (check-in: dba4fd9b69 user: stephan tags: double-dash-flag) | |
11:47 | Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (check-in: 78a30d8d7c user: stephan tags: double-dash-flag) | |
09:55 | Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. ... (check-in: a9b9b5bcee user: stephan tags: double-dash-flag) | |
08:48 | Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76cc user: stephan tags: double-dash-flag) | |
2019-09-26
| ||
23:41 | Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (Closed-Leaf check-in: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers) | |
17:58 | Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. ... (check-in: f6e635308c user: drh tags: trunk) | |
17:36 | Fix a typo in the CGI extension documentation. ... (check-in: b4ac00d8bb user: drh tags: trunk) | |
17:23 | Updates to the change log. ... (check-in: 4eea6bf9dc user: drh tags: trunk) | |
2019-09-25
| ||
13:45 | Fix the test-http command so that it omits line-ending conversions. This allows the ssh: clone/sync method to work with a windows server. ... (check-in: 28b15b4816 user: drh tags: trunk) | |
13:28 | Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. ... (check-in: 8f70ccaac8 user: drh tags: trunk) | |
2019-09-24
| ||
23:29 | Performance optimizations in the markdown formatter. ... (check-in: ef41fbfa59 user: drh tags: trunk) | |
20:27 | Create and use the blob_append_string() macro for appending string literals. Improvements to blob_append_char(). ... (check-in: 48c47e1eb7 user: drh tags: trunk) | |
20:05 | Performance optimization to frequently used blob_append() routine. ... (check-in: 933923747c user: drh tags: trunk) | |
19:52 | Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. ... (check-in: 64a6346889 user: drh tags: trunk) | |
18:16 | Additional efforts to limit depth of recursion in markdown. ... (check-in: cd5e9f265d user: drh tags: trunk) | |
18:04 | Attempt to limit the depth of recursion in markdown formatting. ... (check-in: a5835cac3b user: drh tags: trunk) | |
17:09 | Fix a problem with the treatment of unterminated quoted attributes in HTML elements in the wiki formatter. ... (check-in: 48276cfc81 user: drh tags: trunk) | |
15:12 | Simplification of buffer management in the markdown formatter. ... (check-in: f8e9197de4 user: drh tags: trunk) | |
13:16 | Fix two harmless memory leaks. ... (check-in: 7949d941c6 user: drh tags: trunk) | |
10:44 | Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (check-in: fcb20df757 user: drh tags: trunk) | |
10:34 | Fix a memory leak in the markdown renderer. ... (check-in: 199b20d0e1 user: drh tags: trunk) | |
10:09 | Fix harmless memory leaks. ... (check-in: 79988f962e user: drh tags: trunk) | |
2019-09-23
| ||
23:18 | Fix a potential bug in the table parsing logic of markdown rendering. ... (check-in: 2263cf086e user: drh tags: trunk) | |
21:06 | Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. ... (check-in: 4b46fb91e3 user: drh tags: trunk) | |
20:03 | Additional rebustness improvements for BOM handling. ... (check-in: 9d96292871 user: drh tags: trunk) | |
19:50 | Improved comments on the fuzz.c module. No code changes. ... (check-in: 898d5b6de7 user: drh tags: trunk) | |
19:38 | Merge the libfuzzer integration. ... (check-in: 3a7129211c user: drh tags: trunk) | |
19:35 | Fix an off-by-one error in the BOM decoder. ... (check-in: b3f45b334b user: drh tags: trunk) | |
19:07 | Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e2703 user: drh tags: libFuzzer) | |
18:25 | Change the database fingerprint algorithm slightly so that it is not dependent on the details of floating-point computations, and thus gives the same answer on a native x64 processor as it does under valgrind. Also fix a bug in the RID change event computation so that it works even if files have been added. ... (check-in: 265f8e2d83 user: drh tags: trunk) | |
2019-09-21
| ||
17:50 | Update the built-in SQLite to the latest 3.30.0 alpha version, for testing. ... (check-in: 44900415b1 user: drh tags: trunk) | |
2019-09-19
| ||
16:33 | Updates to the change log. ... (check-in: b6c36e87ba user: drh tags: trunk) | |
14:14 | In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (check-in: eb804dc674 user: drh tags: trunk) | |
2019-09-18
| ||
14:57 | Style cleanup (no tabs). No functional change. ... (check-in: 89872d17d1 user: andybradford tags: trunk) | |
14:04 | Do not acquire check-in locks if autosync is pullonly, as the lock will not be cancelled by a subsequent push and will need to time out. ... (check-in: 0d5251d3ee user: drh tags: trunk) | |
2019-09-17
| ||
18:33 | Updates to the check-in locking protocol. The check-in lock timeout now defaults to 60 seconds, but the lock is renewed and fork and close-branch tests are repeated after an interactive check-in comment entry. ... (check-in: 18d588015b user: drh tags: trunk) | |
2019-09-13
| ||
22:53 | Update to openssl 1.1.1d ... (check-in: 74aac0ed3d user: jan.nijtmans tags: trunk) | |
15:11 | Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates) | |
13:54 | Attempt to improve error messages resulting from SQL errors. ... (check-in: b94e15cff7 user: drh tags: trunk) | |
12:48 | Rewrote the "One vs. Many Check-outs per Repository" section in fossil-v-git.wiki to focus more on default modes of operation and their consequences in response to nit-picking on the Lobste.rs thread about this article pointing out that you can make Git work in the Fossil style. Defaults matter. ... (check-in: 10a57cece1 user: wyoung tags: trunk) | |
12:40 | Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. ... (check-in: 80f982518b user: drh tags: trunk) | |
12:00 | Added paragraph on feedback loops, control theory, and OODA to the fossil-v-git doc, distilling a recent discussion on the forum. ... (check-in: b0f2a48f98 user: wyoung tags: trunk) | |
11:33 | Reworked the final paragraph of the new section 2.8 in fossil-v-git.wiki, adding in a mention of www/branching.wiki to the comparison, to make it fairer. ... (check-in: 8f7576b024 user: wyoung tags: trunk) | |
11:12 | Added section "7.0 Collapsing check-ins throws away valuable information" to rebaseharm.md, linked to from the previous throwaway comment about squashing a whole branch down to a single commit during rebase. This section explains an entire class of harms that come from rebase which wasn't previously covered. ... (check-in: c71fe99f9b user: wyoung tags: trunk) | |
10:46 | Added section "2.8 Test Before Commit" to the fossil-v-git doc. ... (check-in: e5ba45788b user: wyoung tags: trunk) | |
09:25 | Added a few paras to section 3.0 in rebaseharm.md, giving consequences of siloed development in Socratic fashion. ... (check-in: 924bf44d39 user: wyoung tags: trunk) | |
09:23 | Assorted grammar and spelling fixes in www/rebaseharm.md. Also added named anchors to all of the sections. ... (check-in: cd689b3813 user: wyoung tags: trunk) | |
09:00 | Added another link from www/fossil-v-git.wiki to rebaseharm.md. ... (check-in: 29997f803b user: wyoung tags: trunk) | |
2019-09-12
| ||
17:51 | Add the optimized file_is_simple_pathname_nonstrict() as an alternative to file_is_simple_pathname() when parsing manifests. ... (check-in: b4aadf2cea user: drh tags: trunk) | |
17:11 | Use strchr() to improve the performance of defossilize(). ... (check-in: 0aaefeaba1 user: drh tags: trunk) | |
16:51 | Use strspn() to improve the performance of validate16(). ... (check-in: c550d6e021 user: drh tags: trunk) | |
16:43 | Add the --limit N option to the test-parse-all-blobs test command, so that we can easily limit the run-time of that command for cachegrind performance testing. ... (check-in: 52211ccc2f user: drh tags: trunk) | |
16:31 | Performance optimization in the control artifact parser. ... (check-in: 3d802ec514 user: drh tags: trunk) | |
07:31 | Add the lock-timeout setting. ... (check-in: 6d3daf74e3 user: drh tags: trunk) | |
2019-09-10
| ||
11:30 | Performance optimization in fossil_strcmp(). ... (check-in: 72a4b61347 user: drh tags: trunk) | |
2019-09-07
| ||
15:03 | Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. ... (check-in: 582d335737 user: andybradford tags: trunk) | |
2019-09-06
| ||
20:38 | Minor editorial changes to rebaseharm.md, in an attempt to improve clarity and readability. ... (check-in: 9b32c180eb user: drh tags: trunk) | |
14:39 | Fix a typo in the rebaseharm.md document. ... (check-in: 82f75864d5 user: drh tags: trunk) | |
14:01 | Include new repolist-skin setting in list of all settings so tests will pass. ... (check-in: 2e3bffaa7d user: andybradford tags: trunk) | |
13:49 | Add the noreadme query parameter to /dir ... (check-in: bf3383b957 user: drh tags: trunk) | |
10:36 | makeheaders.c: suggestions from https://fossil-scm.org/forum/forumpost/00ff64e63e: do not emit main() decl, elide C++ constructor member initialization, and add a missing fclose(). ... (check-in: 9512ed93d3 user: stephan tags: trunk) | |
2019-09-05
| ||
13:33 | Remove the "Draft" notation from the rebase document. Link the new document into the documentation index. ... (check-in: 569cc741d6 user: drh tags: trunk) | |
03:45 | Replaced ASCII art diagrams in the new rebase document with yEd SVG diagrams. Same semantic content. ... (check-in: d6222f8945 user: wyoung tags: trunk) | |
02:33 | Upper-case query parameter, POST parameter, and cookie names are converted to lower-case prior to entering them into the parameter set. Before this change, upper-case names were silently rejected. ... (check-in: 19bbd2c5ea user: drh tags: trunk) | |
02:31 | Minor tweaks prior to merging. ... (Closed-Leaf check-in: 4231d4b634 user: drh tags: noJsonCgiFlag) | |
02:29 | Fixed a bug introduced in [bcdc4c55] which breaks capabilities for all Admin and Setup users. ... (check-in: a6ffdaf2c1 user: wyoung tags: trunk) | |
01:39 | Correct a minor grammatical error in a sentence for new rebase document. ... (check-in: 049c42df2a user: andybradford tags: trunk) | |
01:33 | An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. ... (Closed-Leaf check-in: a65834a727 user: wyoung tags: code-in-pre-with-ln) | |
00:41 | Fixed a few spelling and grammar errors in www/rebaseharm.md ... (check-in: 708696d88a user: wyoung tags: trunk) | |
2019-09-04
| ||
23:44 | Small tweaks to previous. ... (check-in: 1ff41ddaea user: wyoung tags: trunk) | |
23:37 | Updated caps docs to cover the two "missing" caps on Admin and Setup users better, including this recent decision to deny them cap x. This check-in also fixes a number of links broken within these docs during the stage where we were breaking the docs up and moving things around, which should have been caught before merging this down to trunk. ... (check-in: 8a77f4593e user: wyoung tags: trunk) | |
22:46 | Removed 'x' from the string of caps reported for Admin and Setup users in capability_expand(), which is used within the SQLite extension function fullcaps(), which among other things affects the output of /setup_ucap_list. We were still reporting that Admin and Setup users have Private capability despite [bcdc4c55]. ... (check-in: 63581ec8ba user: wyoung tags: trunk) | |
21:01 | Remove a spurious line from the header comment of the makeheaders.c utility program. ... (check-in: d5a6ea969c user: drh tags: trunk) | |
20:09 | Add section numbers to the Rebase document. ... (check-in: 237bde9638 user: drh tags: trunk) | |
20:02 | More typo fixes in the Rebase document. ... (check-in: aaacce23cd user: drh tags: trunk) | |
20:01 | Merge updates from trunk. ... (check-in: 20c64950a9 user: mistachkin tags: noJsonCgiFlag) | |
19:56 | Setup and Admin users should not automatically have have the Private capability. This reverses the principal change from check-in [b241130222]. ... (check-in: bcdc4c5546 user: mistachkin tags: trunk) | |
19:34 | Fix a typo in the Rebase document. ... (check-in: 18e58e29cc user: drh tags: trunk) | |
19:23 | Minor edits to Rebase Considered Harmful, for clarity. ... (check-in: a2ea815183 user: drh tags: trunk) | |
19:04 | Add initial draft of the "Rebase Considered Harmful" document. ... (check-in: 4f79941f9e user: drh tags: trunk) | |
15:41 | Update the built-in SQLite to the latest 3.30.0 alpha, as an SQLite beta test. ... (check-in: f8823ae809 user: drh tags: trunk) | |
10:49 | Update the 'reconstruct' command to issue an error instead of a warning on failure importing the list of private artifacts, so no new repository with all-public contents is created. ... (check-in: 8c4ef2c016 user: florian tags: private-branches) | |
10:34 | Update the Private Branches document to explain how to publish private branches (i.e. how to make them non-private), and mention why the --integrate option is ignored when merging private branches. ... (check-in: 86ecdeefc8 user: florian tags: private-branches) | |
10:09 | Reflow the help screens for 'deconstruct' and 'reconstruct', and add the new --keep-private option. ... (check-in: dc8fcc7ff2 user: florian tags: private-branches) | |
09:53 | Enhance the 'deconstruct' and 'reconstruct' commands with a new command-line option to save and restore the list of private artifacts. ... (check-in: 66a14e93c7 user: florian tags: private-branches) | |
09:09 | Update the 'commit --private' command to only apply default branch name ("private") and color ("orange") if not specified otherwise on the command-line, and if the parent is not already private, to simplify the management of private branches with distinct names. ... (check-in: 836a85cbae user: florian tags: private-branches) | |
08:46 | Make sure the check-in manifest of a merge child does not include a +close tag referring to the leaf check-in on a private branch, so as not to generate a missing artifact reference on repository clones without that private branch. ... (check-in: 8268c5dafb user: florian tags: private-branches) | |
08:32 | Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. ... (check-in: 70849e7641 user: florian tags: private-branches) | |
00:58 | Merged caps-doc branch down to trunk, improving documentation of user capabilities in Fossil. ... (check-in: 779ddefa19 user: wyoung tags: trunk) | |
00:49 | Fixed discussion of "x" cap in www/private.wiki to match its current implementation. ... (check-in: c5561039e1 user: wyoung tags: trunk) | |
2019-09-03
| ||
21:22 | Back out check-in [3ad81c3c499599b4] which was causing sync to fail. ... (check-in: e1962ef67f user: drh tags: trunk) | |
20:20 | Include the "js" property in the configuration export for skins. ... (check-in: 498fc87ac1 user: drh tags: trunk) | |
17:17 | Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing. Probably needs some review by drh before being merged. ... (Closed-Leaf check-in: 5d2299d8ee user: ckennedy tags: js-skin-export) | |