Fossil

Timeline
Login

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

612 check-ins using file src/finfo.c version 4387af681d

2020-08-20
13:18
Version 2.10.2 Leaf check-in: 12d2ad00de user: drh tags: release, branch-2.10, version-2.10.2
2020-06-08
20:08
Version 2.10.1 check-in: 674782c7a1 user: drh tags: release, version-2.10.1, branch-2.10
2020-05-09
12:08
Update the change log. check-in: 49a06bf177 user: drh tags: trunk
12:04
Add the "fossil test-terminal-size" command. check-in: b241b9c999 user: drh tags: trunk
2020-05-08
23:08
In File Browser's Tree-View the file entries link to /file URLs corresp. to the given check-in. check-in: a470e782bc user: ashepilko tags: browse-to-file
23:01
In File Browser show the selected path and check-in/branch in page's title check-in: bbd53c778a user: ashepilko tags: browse-to-file
2020-05-07
11:20
Minor fix for [3d80481216]: Remove a duplicate "size" attribute, and insert a space before the backslash indicating line continuation, or the src/translate.c preprocessing utility will glue the lines together without any space in between. check-in: 1422b02222 user: florian tags: trunk
01:45
Removed a bit of comment which confused the help generator and broke building test-builtin-list... and yet somehow built once? check-in: 6ba0e14df7 user: stephan tags: trunk
00:16
Added -verbose/-v flag to test-builtin-list to output a total count and size. check-in: 7df467810e user: stephan tags: trunk
2020-05-06
22:04
In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. check-in: 5c60071800 user: ashepilko tags: browse-to-file
11:51
Add a TODO comment to the branch_of_file_rid() function. check-in: d462f87d8a user: drh tags: artifact-view-links
08:47
Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. check-in: da1adac6d1 user: wyoung tags: artifact-view-links
08:44
Fixed a typo. check-in: d43afe59f3 user: wyoung tags: artifact-view-links
08:20
The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. check-in: c27f646f25 user: wyoung tags: artifact-view-links
07:38
Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. check-in: a9dda382bf user: wyoung tags: artifact-view-links
2020-05-05
00:41
diff -y: set the default width automatically based on the terminal width. check-in: 3504672187 user: ashepilko tags: trunk
2020-05-04
20:49
Update the built-in SQLite to the latest 3.32.0 beta, for testing. check-in: d16d18b03e user: drh tags: trunk
17:48
Add the submit button IDs programmatically (was previously hand-coded), to avoid them getting out of sync with their enum. check-in: 032a0326e8 user: stephan tags: checkin-without-checkout
17:44
Added SBS/unified diff to /fileedit. check-in: ae8e24d021 user: stephan tags: checkin-without-checkout
16:42
setup_settings page: keep labels on the left side of their entry fields. check-in: c1ca1000fe user: ashepilko tags: trunk
16:22
Style improvements and code consolidation. check-in: 67a2bfb0dc user: stephan tags: checkin-without-checkout
13:12
Added preview render mode selection list. check-in: 65b6c01afd user: stephan tags: checkin-without-checkout
12:46
Implemented HTML-in-iframe preview. Related internal cleanups. check-in: ac309281e6 user: stephan tags: checkin-without-checkout
12:28
Update the on-line documentation for the "fossil all sync" command. check-in: 12eae3f58a user: drh tags: trunk
12:10
Implemented preview mode for plain text and wiki/embedded doc, but how to populate the necessary iframe for HTML preview, without a URL back to the preview content, eludes me. check-in: 079030faaf user: stephan tags: checkin-without-checkout
07:54
Merged in trunk. check-in: 628c39fb60 user: stephan tags: unaddremove-command
2020-05-03
18:34
chmod +x on all tools/* files that should be executable check-in: a4afa51662 user: wyoung tags: trunk
18:33
Added header comment to new tools/fossil-diff-log explaining what it does and how to install it. Also fixed a syntax error. check-in: e4ba38f211 user: wyoung tags: trunk
18:25
Added tools/fossil-diff-log script, emulating "git log -p", the feature having been requested twice now on the forum. check-in: 836d6b4f21 user: wyoung tags: trunk
17:46
Wrap SSL-related features into a FOSSIL_ENABLE_SSL conditional in url.c. check-in: 0a59a82349 user: ashepilko tags: trunk
14:57
Moved /fileedit and friends to fileedit.c. check-in: 6cdb091adb user: stephan tags: checkin-without-checkout
14:38
Removed a couple dangling undefs from the previous commit. check-in: dcc977628f user: stephan tags: checkin-without-checkout
12:21
New CX(...) macro for rendering HTTP reply text, as an alternative to the "@ ..." markup provided by translate.c. check-in: 0d160f9fa8 user: drh tags: checkin-without-checkout
2020-05-02
22:34
Removed some irrelevant comments. check-in: 7243aea14a user: stephan tags: checkin-without-checkout
21:57
Fixed a double-free caused by refactoring. Was being triggered in web mode but not CLI mode, strangely enough, though the code was hit by both. Other minor cleanups and fixes. check-in: 6f749dfbc8 user: stephan tags: checkin-without-checkout
20:52
Fixed copy/paste error which caused the comment text to get duplicated into the N-card. check-in: 2ee462843a user: stephan tags: checkin-without-checkout
20:46
Fixed a bogus bit of css. check-in: b203f2e967 user: stephan tags: checkin-without-checkout
17:50
Improved some labels and help text and corrected the 'hint' styling to encompass elements outside of the FORM element. check-in: f41eb6964c user: stephan tags: checkin-without-checkout
17:41
Comment updates. check-in: 43d6e3caf2 user: stephan tags: checkin-without-checkout
16:48
Minor error message improvements. check-in: 80345fd14e user: stephan tags: checkin-without-checkout
16:43
Instead of injecting multiple mini-scripts, queue up script code and emit it in one anonymous function at the end. Update the version number and permalink after saving so that we're basing on the new version. check-in: 6407b6ca37 user: stephan tags: checkin-without-checkout
15:03
Added fileedit-glob setting (/fileedit whitelist) and honor it in /fileedit. Added mini-checkin options to specifically convert EOLs to Unix or Windows styles. /fileedit saving now more or less works, but still needs to update the 'r' value after editing or else we're stuck at the old parent version. check-in: 33861414ae user: stephan tags: checkin-without-checkout
2020-05-01
20:32
Update help for the revert command to mention the use with directories. check-in: 059cd4c6b0 user: ashepilko tags: revert-dir
14:22
Initial work on /fileedit page. First dry-run save was just performed. check-in: fbd31f2049 user: stephan tags: checkin-without-checkout
07:47
Got basic /fileedit page skeleton in place. It can load/display a file, with some limits, but cannot yet do anything with it. check-in: b5e3bc9e41 user: stephan tags: checkin-without-checkout
07:33
Added quotes around the URLs passed to the browser for the ui command so that URL parameters containing an ampersand get passed on correctly. check-in: 126d34fb32 user: stephan tags: checkin-without-checkout
05:38
Mini-checkin now pre-allocates some memory for the output manifest. Internal doc updates. check-in: bfe7750e94 user: stephan tags: checkin-without-checkout
05:37
Added blob_reserve() for use with a manifest-generation optimization. check-in: 972cc5f9ac user: stephan tags: checkin-without-checkout
05:00
Re-implemented and drastically simplified the mini-checkin F-card generator. check-in: 39262b420a user: stephan tags: checkin-without-checkout
2020-04-30
18:20
Change names of the added vars to camelcase. check-in: 7252e631fb user: ashepilko tags: revert-dir
17:55
Corrected propagation of deleted-via-delta F-cards. Added option to save generated manifest (on success) to a file. General cleanups. check-in: fcdd76f6fb user: stephan tags: checkin-without-checkout
16:14
Merged in trunk for related changes. check-in: 03cce1c977 user: stephan tags: checkin-without-checkout
16:09
Mini-checkin can now create deltas from deltas, inheriting the F-cards from the delta while using the same baseline as its parent delta. Honor the new forbid-delta-manifests config setting. check-in: d8d9929c40 user: stephan tags: checkin-without-checkout
15:58
Make manifest_file_mperm() parameter const. check-in: 58600bc1a5 user: stephan tags: checkin-without-checkout
15:29
Add the "forbid-delta-manifests" setting. check-in: 44ac944a98 user: drh tags: trunk
15:00
Fix the file_perm() utility routine so that it actually uses the eFType parameter. check-in: 388b5e5982 user: drh tags: trunk
14:02
Prefer manifest_file_find() over manifest_file_seek(), for case-insensitivity. Added option to force creating a delta whenever it's possible, rather than just suggest it. check-in: c3ae6b3496 user: stephan tags: checkin-without-checkout
13:20
File perms are now always taken from the local file. Added flag to allow addition of a new file (default is not to, for reasons explained in the comments). check-in: c281a179c0 user: stephan tags: checkin-without-checkout
12:51
When drawing graphs with step-children, do not allow a leaf node to have step-children. check-in: 90cb547814 user: drh tags: trunk
11:53
Mini-checkin can now create a delta manifest if its parent is a baseline and a flag indicating a preference for delta manifests is set. check-in: 9699997444 user: stephan tags: checkin-without-checkout
08:25
Allow a revert of current changes for the whole directory tree check-in: 575fe0c8af user: ashepilko tags: revert-dir
07:28
Update tester.tcl to reflect changes to 'fossil info' behavior in [1da8afdf]. check-in: 6a8477a5f4 user: ashepilko tags: trunk
2020-04-29
18:45
Merge the deliberate fork back together. check-in: ac4ddd8893 user: drh tags: trunk
18:44
Add a new leaf ambiguity warning after each commit. (This check-in will itself be a test-case.) check-in: 707743def0 user: drh tags: trunk
18:13
Enhance the "forks" query parameter of the /timeline page show that it shows the resolution of forks in addition to their origin. check-in: 9557e3285a user: drh tags: trunk
17:38
Fix a formatting issue in the header comment of diff.c. More importantly, this check-in deliberately introduces a fork on trunk, because I want to see what happens, and what warning messages are provided when a branch forks. Already, I see that it won't let me check-in without the --allow-fork option. check-in: 2a1bdab560 user: drh tags: trunk
14:43
Merged in trunk. check-in: c06b292365 user: stephan tags: checkin-without-checkout
14:36
fix for 'no repo' prompt in the shell for unnamed projects ([https://fossil-scm.org/forum/forumpost/387c0a76f9|/forumpost/387c0a76f9]). check-in: 2d9ad2dbb9 user: stephan tags: trunk
14:24
Added support for optionally converting mini-commit file content to use the same EOL style as the previous version (HTML5 specifies that TEXTAREA form posts be normalized to CRLF). check-in: 5a1a73c356 user: stephan tags: checkin-without-checkout
14:24
Removed a Windows/Cygwin-only #if guard around blob_add_cr() because it's now optionally used by mini-commit. check-in: f8c1806047 user: stephan tags: checkin-without-checkout
12:19
Now disallow mini-checkin if the datestamp is older than the parent unless --allow-older is used. check-in: 0a0d96dd42 user: stephan tags: checkin-without-checkout
11:17
Renamed the various "one" pieces to "mini", e.g. checkin_mini(). check-in: d84c514916 user: stephan tags: checkin-without-checkout
2020-04-28
22:37
Correct typo check-in: acbbc133e1 user: andygoth tags: trunk
16:10
Code reordering and formatting. check-in: 2af794163c user: stephan tags: checkin-without-checkout
15:23
Comments and formatting. check-in: 1b253c23de user: stephan tags: checkin-without-checkout
14:47
Added a TODO. check-in: 3669e957a5 user: stephan tags: checkin-without-checkout
14:27
Various unrelated improvements in the single-file commit process. Moved leaf-is-closed check into its own function (affects the commit command). check-in: 3a71400423 user: stephan tags: checkin-without-checkout
12:06
Update the documentation to mention the separate control artifacts created to close private branches that were merged with the `--integrate' option. Closed-Leaf check-in: e1e618d17f user: florian tags: private-branches
11:45
Improved error message propagation and added several checkin flags. check-in: 1d0cc12583 user: stephan tags: checkin-without-checkout
10:32
Reworked error reporting/propagation and added toggle to allow/disallow forking. check-in: e9e68a6e01 user: stephan tags: checkin-without-checkout
09:37
Accommodated return value semantics change. check-in: 7e880c7898 user: stephan tags: checkin-without-checkout
08:48
More work/cleanup on the single-file commit. check-in: 138c07be85 user: stephan tags: checkin-without-checkout
2020-04-27
22:45
Update the change log. check-in: ea275f941c user: drh tags: trunk
19:36
Initial infrastructure for "web commit". check-in: cb4d48ac05 user: stephan tags: checkin-without-checkout
18:33
Enhance the "fossil uv" command to make use of GLOB and LIKE patterns. check-in: 63837f423f user: drh tags: trunk
17:57
Improvements to the CSS editor. check-in: a8967ca91c user: drh tags: trunk
17:10
Use a SHA2-256 hash instead of a SHA3-256 hash for remembered cert exceptions, because older versions of OpenSSL do not support SHA3. check-in: 3b529d9cd4 user: drh tags: trunk
17:08
Add the (undocumented) --accept-any-cert option to networking commands. check-in: 11bebbece2 user: drh tags: trunk
16:58
Minor fixes to the previous check-in. check-in: 9f8dc18f70 user: drh tags: trunk
16:53
Rework the SSL cert exception mechanism so that it remembers the SHA3 hash of the cert that failed to verify, rather than the PEM of the complete cert. Simplify the error prompts. Always verify the cert hash before accepting the exception. check-in: 3c194e2b89 user: drh tags: trunk
15:26
Add the "tls-config" command for managing the OpenSSL configuration and for viewing and deleting certificate exceptions. check-in: bc23620121 user: drh tags: trunk
11:57
Update comment. No changes to code. check-in: 455b2aa67b user: drh tags: trunk
08:31
/setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in [https://fossil-scm.org/forum/forumpost/b2d7ce8ab1|/forumpost/b2d7ce8ab1]. Closed-Leaf check-in: fd138236c9 user: stephan tags: skinedit-css-list
2020-04-26
23:10
Merge in trunk check-in: 161a210687 user: george tags: wiki-history
20:41
Fix overlength lines and commenting irregularities in http_ssl.c. No code changes. check-in: 483ac3db83 user: drh tags: trunk
15:39
Add the "test-ssl-trust-store" command for testing and diagnostics. check-in: 67147dd6be user: drh tags: trunk
03:58
Expanded on the "Certificates" section of www/ssl.wiki to fill in some details. The key improvement is making the first line of the OpenSSL error when the CA trust store isn't set up searchable. As it was, you pretty much had to know the solution already in order to seek out this documentation! check-in: b3c0c07c07 user: wyoung tags: trunk
2020-04-24
05:21
Add the ability to restrict subscriptions to specific email domains selected by GLOB patterns, and to require email verification before self-registration becomes effective. check-in: c00e9123cb user: drh tags: trunk
05:10
Improvements to the wording on the setup options related to self-registration. Closed-Leaf check-in: 6faaa91b37 user: drh tags: restricted-self-registration
02:17
Add a new setting to disallow anonymous subscriptions. Anonymous subscriptions are enabled by default. check-in: d048d86d0d user: drh tags: restricted-self-registration
01:47
When there are repeated errors on a subscription or self-registration entry form, do not force the user to reenter the captcha if they have already entered it correctly once. check-in: 3d80481216 user: drh tags: restricted-self-registration
00:49
Add the ability to deny capabilities to self-registered accounts until the email verification comes through. check-in: 3b7970e032 user: drh tags: restricted-self-registration
2020-04-23
23:00
Merge the /subscribe fix from trunk. check-in: fb38b92501 user: drh tags: restricted-self-registration
22:17
Fix bugs in the /subscribe page that could allow an attacker to subscribe and verify without actually having a working email address. check-in: 15e15298f8 user: drh tags: trunk
18:50
Merge the subscriber fix from trunk. check-in: 0be585a178 user: drh tags: restricted-self-registration
18:49
Bug fix: Allow new subscribers the option to select "Forum Edits", though it still defaults to "off". check-in: ea81b30ddf user: drh tags: trunk
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. check-in: 7916dbaa03 user: drh tags: restricted-self-registration
17:47
Assorted improvements to the mirrorlimitations.md doc. check-in: 0874340b45 user: wyoung tags: trunk
17:26
Rewrote a paragraph in sec.7.2 of the rebaseharm doc for clarity. check-in: b16db9d6e9 user: wyoung tags: trunk
16:59
Grammar and clarity tweaks to fossil-v-git.wiki check-in: 2cfd125640 user: wyoung tags: trunk
13:49
Added --dry-run support to add/rm/addremove --reset. check-in: a7a75e7d41 user: stephan tags: unaddremove-command
13:16
Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. check-in: 3510ca72af user: jan.nijtmans tags: trunk
11:30
Refactored unaddremove into (add|rm|addremove --reset). check-in: 72fdb21ae8 user: stephan tags: unaddremove-command
00:06
Pedantic cosmetic change: do un-rm before un-add. check-in: 6e21c7d706 user: stephan tags: unaddremove-command
2020-04-22
23:45
Initial draft of new unaddremove command (will be renamed once a suitable name is found), as discussed at [https://fossil-scm.org/forum/forumpost/b9b20b04bd|forumpost/b9b20b04bd]. check-in: 369a14b33f user: stephan tags: unaddremove-command
18:51
Minor improvements to the change log. No code changes. check-in: fcc07be739 user: drh tags: trunk
18:01
The post sequence numbers on the hierarchical display of a forum thread should be the sequence number of the original version of the post, not the final edit of the post. check-in: c6890fd46a user: drh tags: trunk
15:57
For email alerts on forum posts, if the forum post is a reply to a prior post that has been edited two or more times, ensure that the In-Reply-To header on the email message refers to the very first edition of the in-reply-to post. Prior check-in [137cba6f1b81170d] attempt to do the same thing, but only worked for cases where the post was edited just once. check-in: fb4545ef93 user: drh tags: trunk
14:31
Add the undocumented "threadtable" query parameter to the forum chronological view, in order to show the raw thread table data for debugging purposes. check-in: dbdf50d5fd user: drh tags: trunk
12:08
For the chronological display of forum posts, show edited or deleted posts using text/plain. Item 4 in [https://fossil-scm.org/forum/forumpost/04e5ea0d88|forum post 04e5ea0d88]. check-in: 0e78f74655 user: drh tags: trunk
11:59
Fix ./configure so that the --with-openssl=tree option works better. check-in: 19f11a8dec user: drh tags: trunk
11:52
The "history" view of an edited post in the Forum shows all entries as text/plain. See discussion [https://fossil-scm.org/forum/forumpost/bb906aa6ab|on the Fossil forum]. check-in: f7c869b9fb user: drh tags: trunk
11:52
Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating "phantoms" on peer repositories, for P- and Q-cards. Depending on the final strategy to minimize leakage and sync traffic overhead of "phantoms", this commit may eventually be reverted. check-in: 767b175d90 user: florian tags: private-branches
11:47
Close leaves of private branches merged with the --integrate flag by separate private control artifacts, to avoid +close tags referring private branches in public check-in manifests. check-in: 4e2498a2b6 user: florian tags: private-branches
11:43
Update commit [8268c5dafb] to allow the --integrate flag when merging private branches, but postpone the closing leaves of private branches. check-in: 6b6c09c5bf user: florian tags: private-branches
2020-04-20
20:13
Experimental fix for link failure under --with-openssl=tree on some platforms (found on CentOS 6) where OpenSSL needs -lpthread to link. Not on trunk because we probably need something more subtle than this to make it work broadly. Closed-Leaf check-in: 8a046acb99 user: wyoung tags: openssl-needs-lpthread
17:37
Update the built-in SQLite to the latest 3.32.0 alpha that includes the fix that omits O_NOFOLLOW when trying to open a directory just to fsync() it. check-in: c435144c70 user: drh tags: trunk
2020-04-19
19:14
Change log updates. check-in: 088b44b310 user: drh tags: trunk
17:35
Update the built-in SQLite to the [https://www.sqlite.org/src/timeline?c=d5b0def96ba6d90f|lastest 3.32 alpha]. check-in: 05fd5e17b9 user: drh tags: trunk
17:32
Change log updates. check-in: d6967fe79c user: drh tags: trunk
16:53
For the "fossil:" output from the "fossil info" command, on unix, provide the full pathname of the fossil executable. check-in: 01fcc6a8de user: drh tags: trunk
15:24
Minor typo fix in the documentation. check-in: c0f7c8318b user: drh tags: trunk
15:20
Improved documentation of the latest configuration database locator algorithm. No code changes. check-in: 9cb8194da6 user: drh tags: trunk
15:04
Further refinement to the configuration database locator algorithm to only use the XDG name if the ~/.config directory exists. check-in: 8388a4680f user: drh tags: trunk
14:40
Update the configuration-database location documentation to reflect enhancements to the "fossil info" command. check-in: b980ede08b user: drh tags: trunk
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. check-in: 1da8afdf87 user: drh tags: trunk
14:18
Enhance the "fossil info" command so that if it is run with no arguments and not in an option check-out, it shows global information about the fossil setup (currently limited to the location of the configuration database). check-in: 6e71a28847 user: drh tags: trunk
14:06
Revise the algorithm for finding the configuration database on unix. The algorithm is now approximately this: (1) Use the ~/.fossil name if such a file exists. (2) Use ~/.config/fossil.db if the ~/.config directory exists (3) Otherwise use ~/.fossil See [/doc/4645e9bb1a/www/tech_overview.wiki#configloc|www/tech_overview.wiki] for details. check-in: 4645e9bb1a user: drh tags: trunk
2020-04-18
21:05
Add the ability to display the history of edits to a single timeline post. Improvements to the CSS for timeline display in the default skin. check-in: 34d8d7e714 user: drh tags: trunk
19:40
In the forum thread constructor, if an post in a forum thread is a phantom, reassign the descendents of that post to be descendents of the root. This fixes the hierarchical view for the problem described at [https://www.fossil-scm.org/forum/forumpost/dc623b995f] check-in: bed0dd1a95 user: drh tags: trunk
19:15
Improved debugging output for forum displays: Show the RID on "(artifact)" links. check-in: 14795faaee user: drh tags: trunk
18:56
Use the XDG_CONFIG_HOME environment variable (if it exists) to locate the configuration database on unix. check-in: 22f879dde6 user: drh tags: trunk
18:55
Change the name of the configuration database to "fossil.db" if the database is found in the XDG_CONFIG_HOME directory. Otherwise, the configdb is still called ".fossil" on unix systems. Closed-Leaf check-in: 09a21409f5 user: drh tags: xdg-aware-config-db
00:12
Look in the XDG_CONFIG_HOME environment variable before looking in HOME for the location of the ".fossil" configuration database. check-in: 4de54b1d98 user: drh tags: xdg-aware-config-db
2020-04-17
15:00
Previous check-in broken the forum post edit function. Attempts to edit a forum post were disallowed. This check-in should fix the problem. check-in: 3684c58b4b user: drh tags: trunk
14:38
Do not allow forum posts that are replies or the start of a new message if they contain no content. An edit with no content is ok, as that means the post is to be deleted. check-in: d2c81b9d6a user: drh tags: trunk
00:15
Fix a bug in wiki editing. Make the /info header for associated wiki be "Edit Wiki:". check-in: c40863abdb user: drh tags: trunk
2020-04-16
22:35
Improvements to handling of backlinks: (1) Fossil now scans for backlinks in Markdown formatted ticket changes in addition to Fossil-Wiki formatted changes. (2) Wiki is scanned for backlinks, including wiki associated with check-ins and branches. (3) Much of the backlink code is gathered together into a single new "backlink.c" source file. (4) There are improvements to the timeline display of wiki changes. Ticket [a3572c6a5b47cd5a]. check-in: ae1dac83d6 user: drh tags: trunk
22:26
When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". Closed-Leaf check-in: 6d125b7225 user: drh tags: backlink-updates
21:10
Improved timeline comments for changes to wiki pages. check-in: e1b4ee7938 user: drh tags: backlink-updates
20:50
The markdown renderer requires no-op functions in order to work properly. check-in: 271dcbb2b3 user: drh tags: backlink-updates
20:06
An attempt to begin scanning wiki for backlinks. It does not currently work. I suspect a problem in the markdown link scanner. check-in: f0b0293ba7 user: drh tags: backlink-updates
16:52
If a ticket definition has a field named "mimetype" then use the specified mimetype when parsing ticket content to extract backlinks. Add the ability to extract backlinks from markdown-formatted text. Add the /test-backlinks webpage and the test-backlink command for debugging. check-in: 7c13a57358 user: drh tags: backlink-updates
13:06
Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c check-in: 10c75204ef user: drh tags: backlink-updates
2020-04-15
12:40
Improvements to the way Fossil handles merging of private branches into public branches. The "closed" tag on the private branch is omitted so that it does not leak into the public branch causing a phantom. This is a start, but additional improvements are needed. check-in: b4beadb507 user: drh tags: trunk
11:28
Fix typo in the "css-tricks.md" document. check-in: 9b0661aa60 user: drh tags: trunk
11:12
Merge in trunk. Closed-Leaf check-in: 7896afa71a user: florian tags: private-branches
2020-04-14
21:38
Typo fix in the history.md document. check-in: 30b0b112b2 user: drh tags: trunk
14:27
Show the table of public phantoms directly on the security audit page. Dig deeper looking for the source of public phantoms. check-in: 941280ae0a user: drh tags: trunk
13:32
Add the /phantoms webpage that lists public phantom artifacts. Check the number of public phantom artifacts and puts a warning if the number is non-zero on the Security Audit page. check-in: 83db244395 user: drh tags: trunk
11:36
Strengthen defenses against CSRF attacks. check-in: 4c444c1c88 user: drh tags: trunk
10:59
Update to the Hints For Git Users document, based on anonymous suggestions from the forum. check-in: 1f95ef532d user: drh tags: trunk
03:04
Minor documentation tweaks. check-in: a3c5ce63cf user: drh tags: trunk
02:23
Fix an error in the sync logic introduced by check-in [50a7f89a77e0886f]. If you build a version of fossil starting with check-in [50a7f89a77e0886f] up to but not including this one, it might not sync all of the latest changes. check-in: b517a989d6 user: drh tags: trunk
02:15
Fix the mkversion.c routine so that it works with timestamps that have a leading zero. check-in: 64bc064df9 user: drh tags: trunk
00:18
Typo fix in the new gitusers.md document. check-in: 702ee3f3ab user: drh tags: trunk
2020-04-13
23:48
Revamp the home-page to be more welcoming to newbies, based on suggestions from the [https://www.fossil-scm.org/forum/forumpost/dc3971497b|Forum]. check-in: b3af9d6344 user: drh tags: trunk
23:43
Initial draft of the "hints for git users" document. check-in: 8389757aa8 user: drh tags: trunk
20:16
Allow non-privileged users to see phantom artifacts in /bloblist. Private artifacts may still only be seen by high-privilege users. If an artifact is both private and a phantom, it is viewable because "private" in the context of a phantom is different from a real private artifact. check-in: b3a346e0e6 user: drh tags: trunk
18:28
Enhance the artifact description logic to try to determine the source of phantom artifacts. check-in: 7fd31f6957 user: drh tags: trunk
17:09
Faster implementation of the phantom artifact display on the /bloblist page. check-in: 28b92ca631 user: drh tags: trunk
16:56
Sync server sends back private igot messages for private phantoms. check-in: 81445afb5c user: drh tags: trunk
15:20
More fixes to the transfer protocol for reporting on private phantoms. check-in: ec93507424 user: drh tags: trunk
15:01
Correctly handle private igot cards received in the server reply. check-in: 50a7f89a77 user: drh tags: trunk
14:32
For the rcvids shown on the /bloblist page, provide hyperlinks. check-in: 10c90175a7 user: drh tags: trunk
14:22
Adjust the xfer handler to go another round if any igot cards were sent in response to a gimme for a private artifact. check-in: 71b6ada40f user: drh tags: trunk
14:07
Show RCVID values to administrators on the /bloblist page. check-in: a0faf128db user: drh tags: trunk
12:51
Enhancements to the sync protocol designed to reduce bandwidth in cases where there are a lot of private artifacts on either side of the sync. check-in: 1f7b409e87 user: drh tags: trunk
12:39
If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. Closed-Leaf check-in: 050cd01943 user: drh tags: sync-improvements
11:02
Do not allow unprivileged users to see private or phantom artifacts on the /bloblist page. check-in: 7dc7df46d5 user: drh tags: sync-improvements
2020-04-12
23:29
The admin can see private artifacts in /bloblist even if they do not have the Private ('x') permission. check-in: 648bc30531 user: drh tags: trunk
23:25
Only allow users with appropriate privileges to see private and phantom artifacts in the /bloblist report. check-in: 7b6b567155 user: drh tags: trunk
23:11
Merge the phantom and published artifact display enhancements from trunk. check-in: 339d29d6a8 user: drh tags: sync-improvements
23:10
On the /bloblist webpage, enhance the "published" display and add the ability to display phantom artifacts. (A phantom is an artifact whose content is unknown.) check-in: ea83cdad1d user: drh tags: trunk
19:55
Improvements to comments in the sync logic. No changes to code. check-in: 1826234736 user: drh tags: sync-improvements
19:31
The server should make an ONREMOTE entry for each igot card received from the client. check-in: 20a40056f1 user: drh tags: sync-improvements
19:12
In the sync reply, the server should omit igot cards for artifacts that are known to already exist on the client. check-in: 3e2a9bc373 user: drh tags: sync-improvements
15:19
Attempts to improve the homepage and first impression for new users. Closed-Leaf check-in: 8b5250b82b user: drh tags: revamp-home-page
03:06
For the "user:" hyperlink in a forum post in "vfx" mode, link to another timeline that is also in "vfx" mode. check-in: 55f9d7b6ec user: drh tags: trunk
2020-04-11
23:19
Edits to the history of Fossil. Add the history of fossil to the permuted index as a primary document, replacing the (unmaintained) FAQ. check-in: b8ad564dc5 user: drh tags: trunk
22:35
Merged from trunk Closed-Leaf check-in: 2f24675ab5 user: ashepilko tags: api-cleanup
20:55
First draft of the "history.md" documentation file. This file is far from complete and has not yet be integrated into the permuted index. check-in: 8c6aca20ad user: drh tags: trunk
12:15
Add a warning to the qandc.wiki page that it is old and out-of-date. check-in: 07605f369c user: drh tags: trunk
11:46
Fix a harmless documentation typo. check-in: 236c46ced3 user: drh tags: trunk
10:12
Updated broken link to mailing list and archives, per report in the forum. check-in: e1592a65d4 user: stephan tags: trunk
2020-04-10
19:01
For email alerts on forum posts that are in reply to a prior post that has been edited, make the In-Reply-To point to the Message-Id of the original unedited post. This should help avoid breaking threads in email readers for subscribers who do not receive notification of post edits. [https://www.fossil-scm.org/forum/info/db34def829be984c|bug report]. check-in: 137cba6f1b user: drh tags: trunk
17:50
If a command is "fossil ABC" and "ABC" is not a valid command name or prefix but "ABC" is the name of a repository file, then change the command to be "fossil ui ABC". check-in: aad4c2485b user: drh tags: trunk
14:02
Modifications to the "fossil ui" idle timeout feature: (0) Make the Javascript work with IE (lacking the `fetch()' function) (1) Ensure the Javascript keep-alive polling interval is lower than the idle timeout (2) Add the short form `-t' as an alias for the `--idle-timeout' command-line option, since it is now always required to enable legacy behavior. Closed-Leaf check-in: fae4ae058d user: florian tags: idle-time-suggestions
13:56
Documentation fix: add the "p" query parameter to pure associated wiki-page examples in the wikitheory.wiki page. check-in: 525e93dd57 user: drh tags: trunk
13:51
Bug fix: Make sure that associated-wiki uses an accordion even if the name of the section is modified by a Markdown title. Example: [/timeline?r=double-dash-flag] check-in: b1c8e791ae user: drh tags: trunk
13:37
For wiki pages that are associated with a check-in, branch, or tag, redirect to the associated /info or /timeline page unless the "p" query parameter is present. check-in: 093943d744 user: drh tags: trunk
2020-04-09
20:16
merge [trunk] check-in: 0b63227882 user: bch tags: NULLSeparated
20:15
do not need to emit NULL twice (only use fossil_print()) check-in: ba00ba5d7b user: bch tags: NULLSeparated
17:29
Branch closed. See [https://www.fossil-scm.org/forum/forumpost/d52e3388dc|this forum post] for an explanation. Was: Fix a harmless compiler warning. Closed-Leaf check-in: eb750c284a user: drh tags: idle-timeout
17:18
Implement an idle-timeout for windows. check-in: aee7401958 user: drh tags: idle-timeout
16:34
Fix the build for windows. The idle-timeout is still not implemented in the Windows HTTP server, though. check-in: 1d7e2fa697 user: drh tags: idle-timeout
16:16
Forgot to add the "keepalive.js" source file. check-in: 58dbde20c4 user: drh tags: idle-timeout
16:14
Initial code for implementing the idle-timeout feature for "fossil ui". Seems to work in preliminary tests on unix. Windows implementation is incomplete and untested. check-in: 39a899e4cf user: drh tags: idle-timeout
14:53
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the [branch/accordion-experiments] wiki page. check-in: facc16233b user: drh tags: trunk
12:32
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the [branch/accordion-experiments] wiki page. Closed-Leaf check-in: 811ae0c82b user: florian tags: accordion-experiments-2
11:40
Enhance the "test-file-environment" command so that it works even if run outside of an open checkout and without the -R option. check-in: af6833b672 user: drh tags: trunk
2020-04-08
18:53
Fix typo in default-src direcive spec. check-in: f64f757eda user: ashepilko tags: trunk
14:59
Merge the accordion section enhancement to trunk. check-in: 22d28547b7 user: drh tags: trunk
14:17
Fix a minor glitch. Closed-Leaf check-in: 343f31f9bf user: florian tags: accordion-experiments-2
14:07
Use dynamically created foreground image elements instead of CSS background images to indicate the status and available actions for the accordion, so they are visible by default for printouts and PDFs, invisible for noscript clients, and enhance compatibility with most skins (Xekri's "justify-content: space-around;" is crunchy, however). check-in: 1006de1e66 user: florian tags: accordion-experiments-2
10:16
Update OpenSSL to version 1.1.1f check-in: 72026ed39d user: jan.nijtmans tags: trunk
10:11
Increase the default scroll threshold on forum posts from 25em to 40em. check-in: 23d17bd248 user: drh tags: trunk
2020-04-07
12:27
Initial version of css-tricks.md, as requested in [https://fossil-scm.org/forum/forumpost/eb04fd28b5|forumpost/eb04fd28b5]. check-in: 5900530223 user: stephan tags: trunk
2020-04-06
15:54
Prevent ridicuously wide forum posts display with the "vfx" query parameter on /timeline. check-in: da7d816201 user: drh tags: trunk
15:44
Futher viewing enhancements for larger forum posts. The default CSS now limits the maximum height to 25em (because that amount fits nicely on a single screen on an iPhone) and all messages have a "source" link which shows the fully expanded text without scrollbars. check-in: 46dd696302 user: drh tags: trunk
15:03
Limit the displayed length of a forum-post to 50em using CSS. Longer posts scroll. check-in: 421955cdf7 user: drh tags: trunk
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] check-in: 06afb7022f user: ashepilko tags: api-cleanup
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. check-in: 5e28febf2b user: drh tags: trunk
19:02
Improved processing of timestamp strings used as check-in identifiers. The ISO8601 date without punctuation (digits only) is now accept on the tag:date format. Also, incomplete ISO8601 date/time values are rounding up instead of rounded down, such that the match on 20200101 actually finds a check-in on 2020-01-01 (if any) rather than the last check-in on 2019-12-31. check-in: a5f3103111 user: drh tags: trunk
14:30
Use regular comments in Javascript files, instead of comments private to the mkbuiltin utility, so the files are easier to reuse and test outside of Fossil, and easier to process with synatx highlighting-enabled text editors. Closed-Leaf check-in: 04f232aaae user: florian tags: accordion-experiments
14:28
Use SVG icons to indicate the status and available actions for the accordion. check-in: 6126a54132 user: florian tags: accordion-experiments
2020-04-04
19:34
Many improvements to the indexed search debugging logic. check-in: 53d1f053ad user: drh tags: trunk
18:03
Minor comment fixes in the search logic. No changes to code. check-in: 4d35160866 user: drh tags: trunk
2020-04-03
09:41
fossil shell prompt now contains project name, if any, per request in [https://fossil-scm.org/forum/forumpost/c0a0123fb8|forumpost/c0a0123fb8]. check-in: ce6eaf0fb0 user: stephan tags: trunk
2020-04-02
18:57
Fix the "fossil revert" command so that it works even for a new --empty checkout. check-in: 9aca02b73c user: drh tags: trunk
18:56
Fix the "fossil revert" command so that it works even for a new --empty checkout. Closed-Leaf check-in: 04bbb05df7 user: drh tags: accordion-about-wiki
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. check-in: b17e4c5a77 user: drh tags: accordion-about-wiki
2020-04-01
17:04
merge trunk check-in: 7da1aa6f31 user: bch tags: NULLSeparated
16:14
Fix the file_copy() procedure so that it sets the EXE bit on the copy if it was set on the source. check-in: cb2f254096 user: drh tags: trunk
12:57
For self-registered accounts, increase the minimum userID length to 6 and check both the EVENT and USER tables for conflicting userIDs. check-in: b13b651da2 user: drh tags: trunk
00:00
Fix warnings on possible uninitialized variable use. check-in: 0ba1528fa3 user: ashepilko tags: trunk
2020-03-31
21:13
Eliminate IP prefix tracking as part of the login cookie. check-in: 7d18c40b83 user: drh tags: trunk
2020-03-29
14:04
Fix a minor formatting error in the alerts.md document. check-in: 6ec931a13d user: drh tags: trunk
2020-03-28
18:21
Add email-url, email-admin, and email-subname to the settings that can be managed by the "fossil alert setting" command. check-in: a0ae0c9ff6 user: drh tags: trunk
2020-03-27
22:25
In the previous check-in, fix the subscriber count after doing a purge. check-in: 8ccab68fc6 user: drh tags: trunk
22:23
Add the ability to purge old pending subscriptions from the /subscribers page. check-in: 8c40c38f5e user: drh tags: trunk
15:37
Do not use the IP address as part of the login cookie if the server is set to redirect all HTTP requests over to HTTPS. check-in: ce4bece946 user: drh tags: trunk
15:19
Fix an accidental fork. check-in: a5d6567ea6 user: drh tags: trunk
15:15
Added build instructions for cross-compiling Fossil for Android from Linux, adapted from [https://fossil-scm.org/forum/forumpost/e0e9de4a7e | forumpost/e0e9de4a7e]. check-in: b70744576b user: stephan tags: trunk
14:45
Only show both the display name and the login if they are different. If they are the same, show just the login. check-in: 069b7ee7a4 user: drh tags: trunk
14:41
Show both the display name and the login on forum pages. check-in: d5455f5b1b user: drh tags: trunk
14:30
Use the display name rather than the login for forum posts. check-in: 2e71dc25d9 user: drh tags: trunk
13:00
Add the "unused" query parameter to the /setup_ulist page. check-in: 7711a4fbc2 user: drh tags: trunk
11:29
On a timeline date-time link back to a timeline, set the y=a query parameter so that all artifacts are shown in the target timeline. check-in: 2cdd7573ed user: drh tags: trunk
11:13
Show the number of pending subscriptions in the subscription stats. check-in: 02ad349134 user: drh tags: trunk
2020-03-26
18:54
Add a new subscription option to receive edits to forum posts. If this option is not selected, then alerts are only sent on the initial post, not on edits. Also: Use the "forumObs" class on timeline forum text that has been subsequently edited. check-in: e5653a4ceb user: drh tags: trunk
14:48
Set the autocomplete="off" parameter on the password input to the user editing screen. check-in: a02385427f user: drh tags: trunk
13:53
Validate the email address in the subscription editing form. check-in: 32a8d11025 user: drh tags: trunk
13:18
Add the "Send a message to ..." link for administrators on the subscription configuration page. check-in: bb05299ee7 user: drh tags: trunk
13:11
Improvements to the "Notification" setup screen. Take steps to ensure that the email address does not get cleared when editing subscriber preferences. check-in: 60d40d5b58 user: drh tags: trunk
10:40
Fix a formatting issue on the load-management documentation page. check-in: c2c998d9cc user: drh tags: trunk
05:30
Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. check-in: 30a2af8e39 user: stephan tags: trunk
03:01
Fix typos. check-in: 58f00d333a user: ashepilko tags: trunk
02:24
Documentation typo fix. check-in: 455c743ab4 user: drh tags: trunk
2020-03-25
17:48
Add the email address editing to the subscriber information screen (/alerts). Improved cross-linking between subscriber and user editing screens for administrators. check-in: 54a6f098ec user: drh tags: trunk
2020-03-24
20:24
Update openssl version number to 1.1.1e. Update custom makefile. check-in: 77a7078f74 user: jan.nijtmans tags: trunk
15:04
Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. check-in: 993700abaf user: drh tags: trunk
2020-03-23
01:08
Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per [https://fossil-scm.org/forum/forumpost/2fcb3a490b|forumpost/2fcb3a490b] check-in: 6e7211a26d user: ashepilko tags: trunk
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. check-in: fc70ec085e user: drh tags: trunk
15:33
The "formatted" mode for the ticket history viewer assumed that all text was Fossil-Wiki formatted. It did not account for Markdown (since that feature was added long before Markdown formatting was added). And, indeed, there is no general way for it to know what the mimetype of the text is. Hence, disable formatted mode, and show all text as plaintext. check-in: f1e8cd6977 user: drh tags: trunk
15:02
Add the "raw" query parameter to the /tkthistory page. check-in: 4c9e24fdcc user: drh tags: trunk
14:29
Update the built-in SQLite to the latest 3.32.0 alpha that includes fixes for the DBCONFIG_MAINDBNAME problem. check-in: 8d114c2aff user: drh tags: trunk
2020-03-21
19:57
Assorted improvements to www/globs.md, mainly to clarity and grammar. check-in: 7898593d9d user: wyoung tags: trunk
2020-03-20
04:02
Rename test function to match the test command name check-in: 77be1777e1 user: andygoth tags: trunk
2020-03-19
15:11
Add a configure time check for the existence of setenv(3) in libc for use by fossil_setenv() which has nicer semantics than its current underlying implementation on POSIX systems, putenv(3). This doesn't fix any known issue other than a technical memory leak, but I'm checking it in in case someone finds the code useful someday. Closed-Leaf check-in: ff8f2decf5 user: wyoung tags: setenv-alternative
2020-03-18
17:25
Merged glob-docs branch down to trunk. check-in: b45a985c86 user: wyoung tags: trunk
17:25
Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. Closed-Leaf check-in: bb292b64ae user: wyoung tags: glob-docs
17:03
Hoist the list of POSIX subsystem features for Windows up to the top of the "Windows" section in globs.md to wave readers off to the "POSIX" section of the same doc before we get into truly Windows-specific details. check-in: 21929d37a3 user: wyoung tags: glob-docs
15:28
Update the list of "Commands that Refer to Globs". check-in: 50a8e53640 user: florian tags: glob-docs
15:25
Mention the tricks to preview glob expansion with the `test-echo' command, and to try glob matching with `test-glob'. check-in: 9a428be514 user: florian tags: glob-docs
15:14
Mention the handy batch script to launch Fossil without glob expansion on Windows. check-in: 1a305a5ceb user: florian tags: glob-docs
15:09
Correct a statement that contradicts the first paragraph in the same section. check-in: ce5925c202 user: florian tags: glob-docs
15:03
Repeated clicks on the audio-captcha button cause it to start over. Change the title of 206 HTTP replies to "Partial Content". check-in: 8466a15722 user: drh tags: trunk
14:56
Try to make it easier for people to find the documentation on how to add new commands to the Fossil core. check-in: 29c3e99d73 user: drh tags: trunk
14:14
Change the HTTP reply status for range requests from "206 OK" to "206 Partial Content". Closed-Leaf check-in: 8a1e1c9096 user: florian tags: audio-captcha
14:08
Have repeated clicks to the "Speakit" button restart the audio-captcha from the beginning instead of repeating several times in parallel. check-in: 1bf8df8ad2 user: florian tags: audio-captcha
00:45
Don't even show the "Awaiting Moderator Approval" message, as that would be redundant. check-in: 2233a7b7ac user: drh tags: trunk
00:42
Do not show the text forum messages that are pending moderation in the timeline view. check-in: bf410211c7 user: drh tags: trunk
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. Closed-Leaf check-in: 1c84fa5569 user: graham tags: alert-filter
10:45
Add the -R option to the "fossil uv" on-line help. check-in: bc7c27cb85 user: drh tags: trunk
2020-03-16
19:45
Experimental: Change the X-Fossil-From: header in alert emails to Sender:. This might help with Outlook users. Or it might make things worse. The only think I know to do is try it and see what happens. check-in: b4dcf8e4ef user: drh tags: trunk
19:33
Minor default CSS changes for improved rendering of code snippets with long lines in the forum. check-in: 192c809a31 user: drh tags: trunk
2020-03-15
21:24
Enhance the /announce page so that it provides an option to send a message to all forum moderators. check-in: 84d854c6d1 user: drh tags: trunk
20:43
Fix the /announce/test2 feature so that it works without asserting. check-in: ea4ccfdc2d user: drh tags: trunk
18:35
Add support for the Range: attribute in HTTP requests for the "fossil server" and "fossil http" commands. check-in: b6892ccdd6 user: drh tags: trunk
15:43
Introduce a new version of db_multi_exec() that does not do printf-style formatting. check-in: 0ea56bb239 user: drh tags: trunk
15:37
Resolve mis-expansion of ATTACH DATABASE reported in [https://fossil-scm.org/forum/forumpost/e5cf69b8a0|forumpost/e5cf69b8a0]. check-in: bcdc2f4451 user: stephan tags: trunk
15:22
Experimental support for "Range:" headers in HTTP requests. Closed-Leaf check-in: 37c615ad29 user: drh tags: http-range
2020-03-14
23:41
For the audio captcha, do not actually download the sound file until the user clicks on the button. check-in: 54d93954a9 user: drh tags: trunk
21:00
Add the nsm query parameter to /timeline for disabling the submenu. check-in: 220ed0a939 user: drh tags: trunk
19:42
CSS changes to try to prevent over-width forum messages in the timeline display. check-in: b5acbe9b55 user: drh tags: trunk
18:29
The new vfx query parameter on /timeline shows the formatted text of forum messages directly in the timeline. check-in: c7a536ffa8 user: drh tags: trunk
15:43
Add the option to show an entire forum thread as "unformatted" text. check-in: b41b39018f user: drh tags: trunk
15:16
Fix the "(source)" links on the forum to point to the most recent edit of the post, not the original post. check-in: 33dc88c417 user: drh tags: trunk
14:25
Add the "Speakit" button to the /register page. check-in: 5a7d449493 user: drh tags: trunk
14:22
Use <h3> tags, with a CSS class for styling, for the title on forum posts, as this works better for screen readers. check-in: fb85d7b632 user: drh tags: trunk
14:07
Add CSS classes for the forum post labels. Closed-Leaf check-in: ff3365e83e user: drh tags: forum-post-headers
13:50
In a forum thread display use an <h3> tag for the header on each post. check-in: c29d69ea7a user: drh tags: forum-post-headers
13:36
Put the "speak the text" buttons for captcha audio closer to the boxes in which the person must enter the text. check-in: a584491ab8 user: drh tags: trunk
13:20
Add extra silence in between letters of the spoken captcha. check-in: 2e32552331 user: drh tags: trunk
13:13
Typo fix in the change log. check-in: 76a8eefc80 user: stephan tags: trunk
12:57
Add the audio-captcha feature to the change log. check-in: b003f7cd53 user: drh tags: trunk
12:49
Fix a harmless compiler warning. check-in: 11d1233d30 user: drh tags: trunk
12:46
Show the title of a forum thread without truncation. (This check-in is reapply after having been accidently deleted.) check-in: 74549a9a8d user: drh tags: trunk
12:43
Add audio prompts to captchas so that they can be completed by visually impaired users. check-in: dcf441077d user: drh tags: trunk
12:40
Add "Speak the text" buttons consistently to all captchas. Closed-Leaf check-in: 93bbd28aa0 user: drh tags: audio-captcha
04:05
Fix the makefile by removing a spurious javascript file. check-in: 899b40910a user: drh tags: audio-captcha
03:59
Add "Speak the text" buttons on captchas. check-in: 3b10bdd683 user: drh tags: audio-captcha
03:13
Add infrastructure to support solving the captcha via audio. check-in: 5ddc0fdc6b user: drh tags: audio-captcha
2020-03-13
20:38
Remove the 'd' capability, which has never been used. check-in: 1274054036 user: drh tags: trunk
18:09
Provide a "source" link on Wiki/Markdown forum pages that shows the original unformatted source text for that post. check-in: cc46524f48 user: drh tags: trunk
17:18
In the "test-forumthread" command, if the thread-id argument is omitted show a list of all available threads. check-in: 98270ad613 user: drh tags: trunk
15:44
Improve the the UX user self-management in the default skin. check-in: 2ee58cf546 user: drh tags: trunk
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 Closed-Leaf check-in: 35d8736bb3 user: wyoung tags: logout-link-on-name
01:25
Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. check-in: 4a70f9485c user: wyoung tags: trunk
2020-03-12
22:53
Show the title of a forum thread without truncation. check-in: 81d66a357d user: ashepilko tags: trunk
18:43
Add /forummain as an alias for /forum. check-in: 4b82e96ac8 user: drh tags: trunk
18:17
Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. Closed-Leaf check-in: 8059b9cac1 user: wyoung tags: eradicate-d-cap
18:03
Added comments and documentation for the removal of d cap. check-in: 7454cce841 user: wyoung tags: eradicate-d-cap
18:02
Removed a "#if 0" related to this branch. check-in: dfa6609a9a user: wyoung tags: eradicate-d-cap
17:02
Removed the favicon byte array added in support of the /favicon.ico URL handler. It's unused since [81b3ce3a1350eaa9], when that page began serving a GIF and now gets the same data from the aLogo byte array. check-in: 1b63f6894f user: wyoung tags: trunk
16:56
An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. check-in: 55a7643938 user: wyoung tags: eradicate-d-cap
10:50
Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. check-in: 3941824d85 user: drh tags: trunk
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. Leaf check-in: ba56f5e5cc user: drh tags: mistake
00:57
Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. check-in: afb4f74808 user: drh tags: trunk
00:44
Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. check-in: 6e890f737f user: drh tags: trunk
2020-03-08
07:20
Fix typo in data-sortkey. check-in: 88b8df356b user: ashepilko tags: trunk
2020-03-07
22:14
option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames check-in: 6e88c64bb2 user: bch tags: NULLSeparated
16:56
Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. check-in: 17525ceddb user: drh tags: trunk
12:21
Back out the attempt to fix excess line ending whitespace because that check-in mangled some text and inserted unwelcomed unicode characters. check-in: fd1282e685 user: drh tags: trunk
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. check-in: 5ca0a05a80 user: drh tags: trunk
2020-03-06
17:27
Limit the max length of new forum thread's title. check-in: 81fb5e7600 user: ashepilko tags: trunk
17:08
Improve truncation of UTF-8 encoded title using a function by @florian.balmer per [https://fossil-scm.org/forum/forumpost/6d90d5d99c] check-in: d076853d10 user: ashepilko tags: trunk
10:07
Update to Unicode-13 check-in: b70a76e354 user: jan.nijtmans tags: trunk
10:06
eol-spacing in documentation check-in: d65540f5a9 user: jan.nijtmans tags: trunk
2020-03-04
13:51
New documentation crosslinks. check-in: abf865bb5f user: drh tags: trunk
2020-03-03
20:53
Various minor documentation enhancements. check-in: 787466468d user: drh tags: trunk
19:13
Properly truncate a UTF-8 encoded title using a function by @florian.balmer per [http://fossil-scm.org/forum/forumpost/52b141aa91] check-in: 35ad8eca06 user: ashepilko tags: trunk
14:35
Fix the mimetype for /favicon.ico. check-in: 00e2f0511e user: drh tags: trunk
2020-03-02
15:41
Trying to improve the documentation for skin development. This is a work-in-progress. check-in: 2698c16b1c user: drh tags: trunk
12:57
Add the /favicon.ico web page. check-in: 81b3ce3a13 user: drh tags: trunk
12:50
When viewing a forum thread, use the title of the thread as the page title. check-in: 59f126d90b user: drh tags: trunk
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. Closed-Leaf check-in: 4b12ad0eb2 user: ashepilko tags: forumthread-title
2020-02-28
21:53
Include forum thread's title in its page title. check-in: 9559bdb69c user: ashepilko tags: forumthread-title
21:51
Create new branch named "forumthread-title" check-in: 33c4c9d266 user: ashepilko tags: forumthread-title
2020-02-27
19:16
More information on Setup and in Security-Audit to help admins configure Public Pages with the correct capabilities. check-in: 0c374456b3 user: drh tags: trunk
17:07
Update the built-in SQLite to an early alpha for 3.32.0, for testing. check-in: d239550e9e user: drh tags: trunk
2020-02-26
15:59
Updates to the change log. check-in: 13919ef8fc user: drh tags: trunk
15:23
Implement the --keep-merge-files option for the merge and update commands. Merge-conflict files are omitted without this option. The merge conflict files continue to exist for the stash command. check-in: d20ead10c3 user: drh tags: trunk
14:28
Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. check-in: 14c81d9d2b user: drh tags: trunk
14:07
The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) Closed-Leaf check-in: 31dc956dfa user: stephan tags: merge-remove-temp-files
2020-02-25
23:03
This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. Closed-Leaf check-in: 6f08a5937b user: drh tags: mistake
20:57
Implemented merge/update --keep-merge-files, per discussion at [https://fossil-scm.org/forum/forumpost/1407a2d73e|/forumpost/1407a2d73e]. check-in: 1bfd760de4 user: stephan tags: merge-remove-temp-files
20:04
Added --admin-user flag to the import command. check-in: 6c0dfc8cc5 user: drh tags: trunk
18:34
Added --admin-user flag to the import command, per discussion at [https://fossil-scm.org/forum/forumpost/2ecbbdf7c6|forumpost/2ecbbdf7c6]. Closed-Leaf check-in: bdc242fb07 user: stephan tags: import-admin-user
15:59
Improved diff performance by using a 64-bit hash. Now able to diff files with lines up to 32KiB in length. check-in: ce0bce90cf user: drh tags: trunk
15:58
Redo the enhancement of check-in [1e881f59786bd891] in a way that is portable to legacy systems. The strnlen() function is now always available. check-in: 1a84fe09c7 user: drh tags: trunk
14:45
Improve diff performance by using a 64-bit hash and a faster hash algorithm. Closed-Leaf check-in: a4616a2c99 user: drh tags: diff-optimizations
11:56
Change the sense of the "same_dline()" routine in the diff generator so that it returns 0 if the lines are the same and non-zero if the lines are different, as this helps the diff logic to run faster. check-in: 2f7527e88c user: drh tags: trunk
11:32
Performance optimization in the building printf() logic makes the "fossil annotate" command run 6x faster. check-in: 1e881f5978 user: drh tags: trunk
2020-02-19
21:41
Recognize the Pale Moon user agent string. check-in: 6d0be557dc user: mistachkin tags: trunk
21:34
Update custom Makefile for MinGW. check-in: 7d5e243d6a user: mistachkin tags: trunk
2020-02-18
20:51
Fix a bug in the CGI extension documentation. check-in: 85c58afe9a user: drh tags: trunk
2020-02-16
15:25
Minor skin-related fixes (merged to trunk with the go from stephan). check-in: 4dbd4e33c4 user: florian tags: trunk
14:51
Fix the Javascript-disabled fallback hamburger button link to the sitemap. Closed-Leaf check-in: 9782e6726d user: florian tags: misc-skin-fixes
14:48
Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'. check-in: c27e206970 user: florian tags: misc-skin-fixes
2020-02-15
18:48
Improvements to the /test-all-help webpage. check-in: 9e40834016 user: drh tags: trunk
2020-02-13
20:09
Minor performance optimizations on the /artifact_stats page. check-in: c2cf7ea141 user: drh tags: trunk
19:43
Enhance the --sqltrace option to show the elapse time used by each SQL statement in milliseconds. check-in: ada305fbc0 user: drh tags: trunk
18:28
Add a setting in /Admin/Access that allows the /artifact_stats page to be accessed by any user. Activate load control on the /artifact_stats page. check-in: 86619b995d user: drh tags: trunk
2020-02-12
18:43
Minor edits to the check-in names documentation. check-in: f7b34aac4f user: drh tags: trunk
18:38
Improvements to the "embedded documentation" documentation. check-in: c5d9ca673b user: drh tags: trunk
17:03
Provide a scary warning about the use of TH1 docs on the Security Audit page. check-in: 5c0bb964cd user: drh tags: trunk
16:35
Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the [https://www.fossil-scm.org/forum/forumpost/69cf42b0c9|forum discussion] for details. check-in: 45427ae1c9 user: drh tags: trunk
14:44
Updates to the change log. check-in: 0c9339bfb0 user: drh tags: trunk
14:17
Propagate the timeline-default-style setting when cloning. Fix the initialization of the timeline style select menu so that it shows it is initialized to the default setting. check-in: bc8691cd09 user: drh tags: trunk
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-02-11
19:47
Allow websites to specify a default viewing style other than Modern in the /Admin/Timeline setup page. check-in: 895eac4feb user: drh tags: trunk
18:15
Do not try to maps graph rails that are negative. Fix for ticket [acf1302afa53e6a1] check-in: 7a585153b1 user: drh tags: trunk
2020-02-10
08:32
Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". check-in: d87bf251e5 user: stephan tags: trunk
2020-02-08
17:53
Various documentation typo fixes. Remove the link to the (now obsolete) Fossil mailing list archive from the front page. check-in: b45da258cb user: drh tags: trunk
16:43
Updated stats and a typo fix in the technical overview document. check-in: bcae84663d user: drh tags: trunk
2020-02-07
16:53
Issue a verbose warning message if a unversion content sync reverts to pull-only due to lack of permission on the server. check-in: ef9305a47c user: drh tags: trunk
12:44
The --project-code option on "fossil pull" implies --once. check-in: 6696d4de7d user: drh tags: trunk
01:54
Addressed forum comment on recent rebaseharm doc update: https://www.fossil-scm.org/forum/forumpost/567804d6fa check-in: be9df83b42 user: wyoung tags: trunk
2020-02-06
23:26
Add the --project-code option to the "fossil pull" command. Use of this option allows one project to pull content from another project. check-in: 21e8aed945 user: drh tags: trunk
15:32
When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. Closed-Leaf check-in: 616de1fef2 user: andybradford tags: fix-ssl-crash
15:06
Get the "fossil git export" command working on windows. check-in: 0dd697622a user: drh tags: trunk
2020-02-05
22:11
Assorted improvements to rebaseharm, mainly grammar and clarity, but also some typo fixes. check-in: 5a7cda57cb user: wyoung tags: trunk
14:41
Still more editorial changes to rebaseharm.md. check-in: 9b068a3979 user: drh tags: trunk
13:52
Still more minor edits to the rebaseharm.md document. check-in: d0807c23ea user: drh tags: trunk
13:45
Fix typos and remove unnecessary non-ASCII characters from the rebaseharm document. check-in: 6a903b39e8 user: drh tags: trunk
13:22
Rework the "rebase is lying" section of the "Rebase considered harmful" document to be less confrontational, while at the same time still calling out rebase for what it really is. check-in: 629259df14 user: drh tags: trunk
2020-02-04
21:42
Further improvements to the hashpolicy doc: spelling, grammar, and clarity tweaks. check-in: e07256d59e user: wyoung tags: trunk
20:21
Updated the "SHA-3 vs SHA-2 vs SHA-1" section of the fossil-v-git article to cover recent developments: Brian M. Carlson's plan for migrating Git to SHA-256, SHAmbles, and more. check-in: 4fdc8db06a user: wyoung tags: trunk
16:40
More tweaks to the hashpolicy.wiki document. check-in: f5e02af3ab user: drh tags: trunk
16:13
Updates to the hashpolicy.wiki document. The recent attention it received on HN caused me to notice that it needed refreshing. check-in: 2f5bb4f04d user: drh tags: trunk
2020-01-29
14:12
/dir page: changed the (columns: Xex Y) to (Xex auto), as the previous computed value (the number of entries in the list) was a semantic mismatch for that CSS property (the number of columns). check-in: ea66927c0c user: stephan tags: trunk
13:52
Added the 'files' CSS class to the /dir column view element, per discussion at [https://fossil-scm.org/forum/forumpost/092ec8a4d0|/forumpost/092ec8a4d0]. check-in: 374ca0c007 user: stephan tags: trunk
12:34
Several minor internal cleanups in the /json bits, most notably how g.json.isJsonMode gets initialized (based strictly on the path/command, not guessing based on POST input). check-in: 39bef92745 user: stephan tags: trunk
09:47
Removed .column,.columns {float:left} from Ardoise skin because it can break display of README.md in /dir view by causing the README to display in the same row as the dir columns. check-in: da76d728b4 user: stephan tags: trunk
07:10
fossil_fclose() is now a no-op if passed stdin (as was initially intended). check-in: 7723a92f06 user: stephan tags: trunk
06:31
Doc typo/misinformation fix. check-in: 83d02c01b4 user: stephan tags: trunk
06:25
json: when logging in locally to a server started with the --localauth flag, the authToken is now ignored entirely. check-in: 6dfc395a48 user: stephan tags: trunk
05:55
json-api: added a note about the authToken being unnecessary, and maybe problematic, when using the --localauth fossil server option. check-in: f3d3c58985 user: stephan tags: trunk
05:46
json-api: added examples of using wget/curl to the tips-and-tricks encoding section. check-in: 946bb7e592 user: stephan tags: trunk
05:33
Added missing json-api/tips.md. Minor formatting tweak in the timeline docs. check-in: 6b17866595 user: stephan tags: trunk
2020-01-28
20:39
Merge trunk check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread
15:33
In the capability summary matrix (shown on the Security Audit page, for example) do not attribute "anonymous" capabilities to user "nobody". check-in: b833df21f7 user: drh tags: trunk
15:21
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. check-in: e8f24f7ecd user: drh tags: trunk
13:33
Ported in the remaining JSON API docs. Combined the API index into the main index. Replaced the pandoc-exported tables with lists. A couple patches to the C bits for issues found during doc porting. check-in: 514dd66f33 user: stephan tags: trunk
11:15
Ported in 7 more json API doc pages. Time to go for a haircut. check-in: 85967b7c46 user: stephan tags: trunk
10:46
Ported in docs for /json/branch, /json/config, and json authentication/capabilities. check-in: e30d67aa45 user: stephan tags: trunk
10:20
Ported in /json/wiki and /json/artifact docs. check-in: 587d954fb5 user: stephan tags: trunk
09:10
Started porting the JSON API from GoogleDocs to embedded docs (markdown). This checkin is approximately the first half, in terms of bytes. check-in: c95f11b454 user: stephan tags: trunk
07:17
Added the mimetypes setting to the change log. check-in: 038f595f98 user: stephan tags: trunk
06:40
Merged in mimetypes-setting branch. check-in: 009a24313b user: stephan tags: trunk
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:56
Added mimetypes setting to the 'project' configuration area, per forum feedback. Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting
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
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