Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2021-06-16 12:44:24" occurring around 2021-06-16 12:44:24.
2021-06-22
| ||
17:28 | There is a fossil_spawn() implementation for windows here, using _wspawnvp(). But it does not work. Apparently _wspawnvp() does not preserve the argument boundaries. ... (Closed-Leaf check-in: be6aa9e637 user: drh tags: demo-windows-wspawn-error) | |
16:57 | Removed a paragraph from www/caps/index.md referencing the now-removed "plink -ssh -T" alternative to "ssh -e none -T" on Windows. This paragraph bordered on "TMI" before, so now that it's going to be increasingly correct as Fossil 2.16+ filters out, it needs to go. ... (check-in: f48a9f71f3 user: wyoung tags: trunk) | |
15:51 | Minor doc correction. ... (check-in: f8f1d035ed user: stephan tags: trunk) | |
15:43 | Add the fact that "ssh" is now used by Windows to the change log. ... (check-in: 775860ad2e user: drh tags: trunk) | |
15:37 | The default "ssh" comand is now always "ssh". Omit the legacy "plink" alternative on Windows as Windows machines now generally all support ssh. ... (check-in: 38567237d7 user: drh tags: trunk) | |
15:18 | Minor fixes to the cleanup of the "patchcmd.md" document. ... (check-in: 990019346e user: drh tags: trunk) | |
13:33 | Add the "fossil patch" command. ... (check-in: e0d61109e1 user: drh tags: trunk) | |
13:30 | Add documentation for "fossil patch" ... (Closed-Leaf check-in: 169346a1aa user: drh tags: patch-cmd) | |
00:30 | Fix a subtle glitch in the Changelog. No code changes. ... (check-in: 2b073cc3c1 user: george tags: trunk) | |
2021-06-21
| ||
22:37 | Created fossil_spawn() as a dumb-as-rocks wrapper for posix_spawnp(2) and created tests to prove that it doesn't double-interpret its args as fossil_system() does. This isn't portable yet; it's just a seed we can use to bring this branch to a PoC state. ... (check-in: fb7c579736 user: wyoung tags: fossil-spawn) | |
17:15 | Begin adding infrastructure for the new "fossil patch" command. ... (check-in: 343745fd36 user: drh tags: patch-cmd) | |
14:14 | Add the "fossil bisect run" command to the change log. ... (check-in: 162625e212 user: drh tags: trunk) | |
13:53 | Add the "fossil bisect run" command. ... (check-in: 7d4cf0ed69 user: drh tags: trunk) | |
12:35 | In the test-fossil-system command, show the result code coming back from each command. ... (check-in: f6b67e157e user: drh tags: trunk) | |
2021-06-19
| ||
20:58 | This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in [/doc/inline-style-inconsistency/www/defcsp.md|www/defcsp.md] and the lack of it in [/doc/inline-style-inconsistency/www/webui.wiki|www/webui.wiki]. See forum [forum:/forumthread/69f475cf48|thread 69f475cf48]. ... (Leaf check-in: 1d276f7b23 user: george tags: inline-style-inconsistency) | |
02:29 | Fix a possible "use-after-free" while rendering a [/help?cmd=/file|/file] page for the case when "ci" parameter is missing. This is a preliminary fix, it may introduce a (tiny) memory leak. ... (check-in: a6477bca65 user: george tags: trunk) | |
2021-06-18
| ||
20:25 | Update the built-in SQLite to version 3.36.0 ... (check-in: 3a97dff2cf user: drh tags: trunk) | |
2021-06-17
| ||
23:34 | Amend "Interwiki Tag Map" heading at the bottom of [/md_rules] and [/wiki_rules] pages: turn the word "Map" into a link to the [/intermap] page. ... (check-in: 5061599031 user: george tags: trunk) | |
22:51 | On the <tt>/rptsql</tt> page wrap a report's source code and the tickets schema with CODE elements having class="language-sql". ... (check-in: d3ca01a81e user: george tags: trunk) | |
10:32 | Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in [forum:/forumpost/29e7250723461d18 | forum post 29e7250723461d18]. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) ... (Closed-Leaf check-in: dcbc8ba9fc user: stephan tags: mistake) | |
02:20 | /announce page: add an explicit ACTION value for the form so that a 'to=...' URL parameter does not end up shadowing the 'to' field of the form and causing the announcement to be sent to the URL-provided address even if that form field is edited. ... (check-in: 2fa43ef4fb user: stephan tags: trunk) | |
2021-06-16
| ||
20:24 | Add a test program for MSVC C89 implementations of rint() and snprintf() ... (check-in: c945679735 user: ashepilko tags: test-msc89) | |
20:24 | Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again ... (check-in: da9f362015 user: ashepilko tags: trunk) | |
13:10 | Update to the "how the download page works" document to talk about how Source Tarball links are now computed on-the-fly. ... (check-in: 8f4fd8c1d8 user: drh tags: trunk) | |
12:44 | On the /cachestat page, provide a link to the timeline check-in context for the origin of each item in the cache. ... (check-in: 61c33f67b3 user: drh tags: trunk) | |
05:23 | Internal docs: removed outdated references to skn_NAME paths. ... (check-in: 9d845ebb00 user: stephan tags: trunk) | |
03:12 | Show the exact size of each cache entry in the web cache status page. ... (check-in: 45e11fe4c5 user: drh tags: trunk) | |
01:10 | Improvements to the "fossil cache" command. ... (check-in: e0ebe6f033 user: drh tags: trunk) | |
2021-06-15
| ||
21:45 | Merge from trunk ... (check-in: f445855917 user: george tags: rptview-submenu-paralink) | |
21:37 | Merge from trunk ... (check-in: cea36e6c86 user: george tags: wcontent-subsets) | |
21:27 | Merge from trunk ... (check-in: 1cf5c43ea5 user: george tags: th1-doc-vars) | |
17:20 | Factored out an extraneous var from [1bb06c94]. No functional changes. ... (check-in: e0686dda41 user: stephan tags: trunk) | |
17:11 | An improved matcher algo for [76916757] and a slight padding adjustment of (.mainmenu a) elements in the default skin to work around a Firefox-specific quirk where the active link underlining did not appear. ... (check-in: 6d9ac907e5 user: stephan tags: trunk) | |
14:57 | Corrected the is-active marking for the current page's main menu entry in skins which do such marking. It was mismatching other entries when the current page's path was a prefix of an inactive menu entry's path, as reported in [forum:/forumpost/c3d646ab0ad1a4c0 | forum post c3d646ab0ad1a4c0]. ... (check-in: 769167578b user: stephan tags: trunk) | |
14:25 | Cherrypicked [2ee87308], which was intended for the trunk. ... (check-in: 6456fab6fe user: stephan tags: trunk) | |
14:24 | The SCRIPT argument to the test-th-eval command may now be a file name or a script string. (Edit: closing branch - we have yet to find a compelling use for this feature.) ... (Closed-Leaf check-in: 2ee8730870 user: stephan tags: chat-user-last-seen) | |
11:13 | Update the "Latest Release" information on the homepage. ... (check-in: f8f54535d5 user: drh tags: trunk) | |
03:00 | Merged in trunk for SSL improvements and deployment to test server. ... (check-in: 422323618e user: stephan tags: chat-user-last-seen) | |
02:44 | xekri skin: recolor links in fossil-PopupWidget elements so that the links are visible. ... (check-in: d2c8ba0f66 user: stephan tags: trunk) | |
02:29 | /chat: in the popup which is triggered by tapping a user's name add a link to the /timeline filtered on that user, per suggestion by Sean in the forum. ... (check-in: b71be5ef36 user: stephan tags: trunk) | |
01:30 | Update the change log for the TLS security patch. ... (check-in: 3c1a27646c user: drh tags: trunk) | |
01:00 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: 8126093ee9 user: drh tags: branch-2.14) | |
00:58 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: 7d85e21fd2 user: drh tags: branch-2.15) | |
00:39 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: aaab2a15d1 user: drh tags: trunk) | |
2021-06-14
| ||
20:43 | Update the built-in SQLite to the latest 3.36.0 beta, including the bug fix to the authorizer callback such that it uses SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEX, for attached indexes. ... (check-in: a9917d4fc7 user: drh tags: trunk) | |
19:54 | Indentation level fix on the previous patch (style change only). ... (check-in: b18c06e87a user: stephan tags: trunk) | |
19:51 | Allow DROP INDEX and DROP VIEW through the ticket-schema authorizer. Enhance the test-db-prepare command so that it can use the ticket-schema or report authorizers for testing purposes. ... (check-in: c717f1ef9a user: drh tags: trunk) | |
19:48 | Add reminder hints to the authorizer function header comments about how to test those functions using the "test-db-prepare" command. ... (Closed-Leaf check-in: b594f486ef user: drh tags: tktschema-allow-drop) | |
19:08 | Per /chat discussion: reopenened branch, merged in trunk, removed this branch's DROP TABLE option (potential data loss risk) but kept DROP VIEW/INDEX (no permanent damage can be done with those). Not yet ready for merge: addition of test code to run against the SQL authorizers is pending. ... (check-in: 02226325b6 user: stephan tags: tktschema-allow-drop) | |
15:36 | Update the built-in SQLite to the first 3.36.0 beta. ... (check-in: 3bb3c516f1 user: drh tags: trunk) | |