Fossil

Timeline
Login

Timeline

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

200 events occurring around 3bd2de4c92f8f00f.

2011-05-23
15:18 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: 0f589b97 user: drh)
15:11
Merge the ben-security branch into the trunk. (check-in: 474850cf user: drh tags: trunk, release)
15:07 Fixed ticket [9ae4043d]: Please merge fixes for Solaris 10 into trunk plus 1 other change (artifact: 5fe1535c user: drh)
15:06 Edit [3e61ada775441252|3e61ada7]: Mark "Closed". (artifact: f6291649 user: drh)
15:06
Merge the solaris10 branch into the trunk. (check-in: 3e0efc38 user: drh tags: trunk)
08:17 New ticket [7c25821f] fossil stuck in cgi mode. (artifact: 5d96af6f user: anonymous)
07:07 Ticket [9ae4043d] Please merge fixes for Solaris 10 into trunk status still Open with 1 other change (artifact: cabddc34 user: ben) ... 1 similar event omitted.
2011-05-22
19:26 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: e907381e user: anonymous)
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. (check-in: e4b57a32 user: ben tags: ben-security)
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. (check-in: fc93bfb0 user: ben tags: ben-security)
14:23
Create new branch named "ben-security" (check-in: 2b4a6a66 user: ben tags: ben-security)
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. (check-in: 3fa5cfae user: ben tags: versionable-settings)
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. (check-in: 43b0d795 user: ben tags: versionable-settings)
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. (check-in: 7d048033 user: ben tags: versionable-settings)
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. (check-in: 09e52f0d user: ben tags: versionable-settings)
09:11
Create new branch named "versionable-settings" (check-in: 3db75c48 user: ben tags: versionable-settings)
07:57 New ticket [9ae4043d] Please merge fixes for Solaris 10 into trunk. (artifact: 514aea13 user: ben)
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. (Closed-Leaf check-in: 3e61ada7 user: ben tags: solaris10)
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. (check-in: 9ef38b6b user: ben tags: solaris10)
07:33
Create new branch named "solaris10" (check-in: eb4b5e3b user: ben tags: solaris10)
2011-05-21
22:20 Closed ticket [7326efdc]: Misleading summary of merge troubles at the end of merge plus 1 other change (artifact: aff2ef2e user: viriketo)
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. (check-in: 1343cfad user: drh tags: trunk)
16:52
Add (verisionable) empty-dirs setting (Closed-Leaf check-in: b21f47e9 user: ben tags: bens-expr)
16:45
Print an "Internal Error" if the update command is unable to find a version to update to. (check-in: 88e9f24a user: drh tags: trunk)
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. (check-in: 56b75c76 user: ben tags: bens-expr)
15:39
Experimental support for Solaris 10 (check-in: fd39ef82 user: ben tags: bens-expr)
15:38
Create new branch named "bens-expr" (check-in: d73b1b50 user: ben tags: bens-expr)
2011-05-20
18:13 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: 5bb71797 user: anonymous) ... 1 similar event omitted.
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. (check-in: 4b342540 user: drh tags: trunk)
14:17
Convert the return value of getcwd() from MBCS into UTF8 before using it. (check-in: ef040767 user: drh tags: trunk)
12:29
Do not short-circuit the update command if the --verbose option is used. (check-in: 3b5db9a1 user: drh tags: trunk)
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. (check-in: c60e143f user: drh tags: trunk)
11:32 Edit [a742d12e8f0d3915|a742d12e]: Mark "Closed". (artifact: eb8361ad user: drh)
11:32
Merge the windows-i18n branch into the trunk. (check-in: d8ec765f user: drh tags: trunk)
11:24
Merge all the latest trunk changes into the windows-i18n branch. (Closed-Leaf check-in: a742d12e user: drh tags: windows-i18n)
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. (check-in: f626fcaa user: drh tags: windows-i18n)
07:58 Closed ticket [2e0d927d]: SQLITE_CANTOPEN with latest fossil release plus 2 other changes (artifact: 9d60cda6 user: anonymous)
2011-05-19
11:48
Change the small logo to 72x72 pixels. (check-in: 5267731a user: drh tags: trunk)
00:03
Make update -verbose print even when there's no update required (check-in: acfbfe0d user: venkat tags: venks-emacs)
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. (check-in: dcfa88bd user: drh tags: trunk)
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. (check-in: 91d64842 user: drh tags: trunk)
11:44 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: 4d983307 user: drh) ... 3 similar events omitted.
2011-05-17
21:36 Ticket [967cedbf] fossil extra - Report for subtree status still Open with 2 other changes (artifact: 17079d2d user: anonymous)
04:38 New ticket [ef25a83c] typo in http://www.fossil-scm.org/index.html/help?cmd=configuration. (artifact: 110f339e user: anonymous)
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. (check-in: b75bb1dc user: drh tags: trunk)
14:33 Ticket [d7f66dfb] Support Syntax highlighting as described in Cookbook status still Open with 1 other change (artifact: 48c2b072 user: anonymous)
08:34 Fixed ticket [da3e0fb4]: "out of memory" error via apache cgi-bin. plus 2 other changes (artifact: a718a55e user: anonymous)
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. (check-in: ec093ff2 user: drh tags: trunk)
2011-05-13
21:25 New ticket [2598a084] Differing results for clickable image in wiki text with fossil ui and cgi. (artifact: 612daf3a user: anonymous)
20:30
Fix memory leaks in "fossil rebuild". (check-in: 625226d5 user: drh tags: windows-i18n)
17:13
Ignore short writes when writing to the console. (check-in: e7babf52 user: drh tags: windows-i18n)
16:08 Ticket [2ee15930] Error in timeline (armv5tel-linux) showing events status still Open with 1 other change (artifact: 7a713b72 user: viriketo)
15:46
When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. (check-in: 55b32701 user: drh tags: windows-i18n)
15:25
This is the correct fix for the blog-timeline problem. (check-in: 9b26d1e9 user: drh tags: trunk)
15:14
Yet another fix for the blob-timeline problem. The previous two did not quite finish the job. (check-in: bc37d1c5 user: drh tags: trunk)
15:03
A better fix for the missing blog-entry on timeline problem. (check-in: 57b676f1 user: drh tags: trunk)
14:55
Fix a floating-point comparison error that can cause blob entries to be omitted from the timeline. (check-in: 25ae319b user: drh tags: trunk)
14:20
Pull the latest changes in trunk over into the windows-i18n branch. (check-in: 70743eba user: drh tags: windows-i18n)
14:01 Fixed ticket [da3fef0b]: Bug in http.c: missing \r for Proxy-Authorization header plus 1 other change (artifact: 0fdba594 user: drh)
14:01
Use \r\n after Proxy-Authorization in HTTP headers. Ticket [da3fef0b21c37d] (check-in: 1b823e12 user: drh tags: trunk)
13:59 New ticket [da3fef0b] Bug in http.c: missing \r for Proxy-Authorization header. (artifact: 9fdac581 user: anonymous)
13:42
A better way to keep the size of the content cache under control. (check-in: 6a714fc0 user: drh tags: trunk)
09:57
Be more aggressive about keeping the size of the content cache under control. (check-in: cf24da69 user: drh tags: trunk)
04:59 New ticket [2e0d927d] SQLITE_CANTOPEN with latest fossil release. (artifact: 31d45215 user: anonymous)
00:58 New ticket [040dcddb] "fossil status" output of renames doesn't show old name. (artifact: 0d7f0ae0 user: anonymous)
00:54 New ticket [0ff64b0a] manifest file is malformed error after file rename. (artifact: a2b637e1 user: anonymous)
00:10 New ticket [207abab3] when artifact shows a html file swithc to text the shun button becomes the last. (artifact: 152f89df user: renez)
2011-05-12
23:38 Changes to wiki page "Cookbook" (artifact: cdbf2562 user: renez)
23:34 Changes to wiki page "shjs" (artifact: 75279c73 user: renez)
15:24 Edit [d8221b98636b76cf|d8221b98]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". (artifact: b8190e00 user: drh)
14:56
Release (check-in: d8221b98 user: drh tags: trunk, release)
14:17
Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. (check-in: 0613db18 user: drh tags: trunk)
14:04
Initialize the output buffer for blob_compress prior to invoking zlib in order to avoid valgrind warnings about reading uninitialized memory. (check-in: c9bb729d user: drh tags: trunk)
12:14
Pull the latest changes from trunk into windows-i18n. (check-in: f25b6c00 user: drh tags: windows-i18n)
12:13
Back out the [ab934c6b09fd1d5] change. Do not change the console output mode using SetConsoleOutputCP(). Go back to converting UTF8 into MBCS upon output. (check-in: b33032ae user: drh tags: windows-i18n)
12:02
Change fossil_malloc() so that it does not report "out of memory" when allocating zero bytes. (check-in: 6b382b08 user: drh tags: trunk)
01:13 Fixed ticket [f91862ee]: annotations assign lines to incorrect checkin plus 3 other changes (artifact: 1d3fc9e8 user: drh)
01:08
Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. (check-in: dcc68b46 user: drh tags: trunk)
00:50 Ticket [f91862ee] annotations assign lines to incorrect checkin status still Open with 1 other change (artifact: c7ac78d4 user: drh) ... 1 similar event omitted.
00:40
Futher improments to the display of individual file timeline graphs. (check-in: 64aa186a user: drh tags: trunk)
00:02
Add the a=, b=, and n= query parameters to the finfo web method. Show all duplicate entries in a timeline in the right-most rail. (check-in: cbc84ad6 user: drh tags: trunk)
2011-05-11
21:43
Add the --filevers option to the "annotate" command and the "filevers" query parameter to the "annotate" web method. This was used to help analyze the problem described by ticket [f91862eed367] (check-in: c8f10e55 user: drh tags: trunk)
20:57 Ticket [f91862ee] annotations assign lines to incorrect checkin status still Open with 2 other changes (artifact: 185bdf10 user: drh) ... 1 similar event omitted.
2011-05-10
13:38
Translate check-in comments received from console input from MBCS into UTF8. (check-in: 2278ef0f user: drh tags: windows-i18n)
13:30 New ticket [da3e0fb4] "out of memory" error via apache cgi-bin.. (artifact: d0325a7a user: anonymous)
13:29
Always write UTF8 to the console. Change the console output mode on windows to UTF8 at startup. (check-in: ab934c6b user: drh tags: windows-i18n)
12:42 Ticket [6c547144] fossil clone is slow status still Open with 1 other change (artifact: 10ee5b16 user: anonymous)
2011-05-09
15:50
Pull the latest trunk changes over into the windows-i18n branch. (check-in: bbba1608 user: drh tags: windows-i18n)
12:57 Fixed ticket [e95f7c93]: HTTPS CGI variable might be "ON", not "on". plus 1 other change (artifact: b5db7b02 user: drh)
12:57
Accept either "on" or "ON" as the value of the HTTPS environment variable. Ticket [e95f7c93370be8c86] (check-in: 2d92db7e user: drh tags: trunk)
12:55 Fixed ticket [44002a77]: cannot locate home directory - please set the HOMEPATH environment variable plus 1 other change (artifact: 78d68289 user: drh)
12:55
Use a combination of $HOMEDRIVE$HOMEPATH instead of just $HOMEPATH when searching for the home directory on windows. Ticket [44002a7760cf5406] (check-in: 3715b5d2 user: drh tags: trunk)
12:44
Fix an issue with inherited capabilities in the subrepo mechanism. (check-in: 3bd2de4c user: drh tags: trunk)
12:37 Ticket [dd78d17e] attachment problem status still Open with 1 other change (artifact: 12341fbe user: anonymous)
12:26
Add lines describing the login to the /test_env page. (check-in: c53fbe5d user: drh tags: trunk)
2011-05-08
22:36 New ticket [85456757] Checking out a version back 3 commits still regains changes after those 3.. (artifact: 3b7ba1b7 user: anonymous)
15:57 Ticket [44002a77] cannot locate home directory - please set the HOMEPATH environment variable status still Open with 1 other change (artifact: 010eb639 user: anonymous)
13:07 New ticket [e95f7c93] HTTPS CGI variable might be "ON", not "on".. (artifact: 85ac932a user: anonymous)
04:50 Ticket [7567c8da] Tickets Cannot be searched from Web UI status still Open with 2 other changes (artifact: 21776ce4 user: anonymous) ... 1 similar event omitted.
2011-05-07
14:14 Ticket [f0f9aff3] 'annotate' misses changes. status still Open with 1 other change (artifact: fa324d03 user: viriketo)
12:28 Edit [0eaf7528b160d4d6|0eaf7528]: Mark "Closed". (artifact: a90a91fa user: drh)
12:26 Edit [2a4ab3b15134939b|2a4ab3b1]: Mark "Closed". (artifact: 9aa6c5e4 user: drh)
12:25 Edit [e8b15ad642a681c4|e8b15ad6]: Mark "Closed". Edit check-in comment. (artifact: cc315cc9 user: drh)
12:23 Edit [c06edd231fc15d14|c06edd23]: Mark "Closed". (artifact: 870f6c07 user: drh)
12:22 Edit [bbf257dc9e633c29|bbf257dc]: Mark "Closed". Edit check-in comment. (artifact: be45eb03 user: drh)
12:22 Edit [cfec72248e161667|cfec7224]: Mark "Closed". Edit check-in comment. (artifact: dc3ab943 user: drh)
12:22 Edit [9df4dcb5e1f3ff64|9df4dcb5]: Mark "Closed". (artifact: 4ce446a9 user: drh)
12:21 Edit [157eed29f4a93afa|157eed29]: Mark "Closed". Edit check-in comment. (artifact: fde3b7fc user: drh)
12:21 Edit [940faaa37e0e8c18|940faaa3]: Mark "Closed". (artifact: c5db393c user: drh)
11:42
Convert the fopen() in blob_write_to_file() into fossil_fopen(). (check-in: 43739765 user: drh tags: windows-i18n)
2011-05-06
19:27 Ticket [f0f9aff3] 'annotate' misses changes. status still Open with 1 other change (artifact: 72a43272 user: viriketo) ... 2 similar events omitted.
16:55
Merge the latest trunk changes into windows-i18n branch. (check-in: 59ddd3c8 user: drh tags: windows-i18n)
16:44
Show the artifact numbers on the From and To of a file diff. (check-in: 9a63d1f0 user: drh tags: trunk)
16:32 Fixed ticket [f0f9aff3]: 'annotate' misses changes. plus 2 other changes (artifact: ec39df78 user: drh)
16:32
Improvements to the annotation algorithm so that if a line changes from X to Y then back to X, the annotation shows the second X not the first. Ticket [f0f9aff371f26] (check-in: 73c38a3a user: drh tags: trunk)
15:59 Ticket [04ba0f70] Turn the version field of tickets into links status still Open with 1 other change (artifact: 4048bd36 user: anonymous) ... 3 similar events omitted.
14:36
Add --limit and --log options to the "annotate" command and corresponding query parameters to the web annotation interface. Part of the investigation of ticket [f0f9aff371f26b4] (check-in: bd36723c user: drh tags: trunk)
13:13 Fixed ticket [b733bba0]: Fossil crash when doing addremove/add/extras plus 1 other change (artifact: 36c0f59a user: drh)
13:13
Fix a bug in the sub-repository detection logic. Ticket [b733bba0b7319ef2]. (check-in: e56a4ec3 user: drh tags: trunk)
2011-05-05
22:00 Ticket [f0f9aff3] 'annotate' misses changes. status still Open with 1 other change (artifact: 2507d4af user: viriketo) ... 2 similar events omitted.
21:08 Ticket [b733bba0] Fossil crash when doing addremove/add/extras status still Open with 3 other changes (artifact: 81765bba user: anonymous)
20:38 Closed ticket [cc525736]: Add an 'annotate' in the Artifact web page plus 2 other changes (artifact: d179bd97 user: viriketo)
19:55 New ticket [b733bba0] Fossil crash when doing addremove/add/extras. (artifact: bad6a2a0 user: anonymous)
15:16 Ticket [f0f9aff3] 'annotate' misses changes. status still Open with 2 other changes (artifact: bb0c78e1 user: viriketo)
14:44 Ticket [25c54e54] Cancelling bgcolor leads to white status still Open with 1 other change (artifact: 4e684c3e user: viriketo)
14:38 New ticket [f0f9aff3] 'annotate' misses changes.. (artifact: 9a982af8 user: viriketo)
14:20 Ticket [00f2d104] Segfaults and broken strings sometimes. status still Open with 2 other changes (artifact: 1613600c user: viriketo) ... 1 similar event omitted.
2011-05-04
18:56 Ticket [8d916f5f] Issues with branch windows-i18n status still Open with 1 other change (artifact: 3fa8ba52 user: anonymous) ... 1 similar event omitted.
13:56
When listing closed branches, only show a branch if every leaf of that branch is closed. (check-in: 74c86dd1 user: drh tags: trunk)
11:16
Merge the latest changes from trunk. (check-in: 503a0ef5 user: drh tags: windows-i18n)
11:13
Add a wrapper around all calls to access() that translates UTF8 to MBCS. (check-in: 850d3df4 user: drh tags: windows-i18n)
2011-05-03
21:55 Ticket [8d916f5f] Issues with branch windows-i18n status still Open with 1 other change (artifact: 47df3554 user: anonymous)
20:25
Convert the results of getenv() from MBCS into UTF8. (check-in: b7df0b9c user: drh tags: windows-i18n)
20:24 Add attachment windows-i8n_test2.png to ticket [33692457] (artifact: 26988178 user: anonymous)
20:22 Ticket [33692457] my test with windows-i18n branch status still Open with 2 other changes (artifact: a925f47c user: anonymous)
19:48 Ticket [8d916f5f] Issues with branch windows-i18n status still Open with 2 other changes (artifact: d8dd9b15 user: anonymous)
18:32
Convert filenames from UTF8 to MBCS on windows when checking if a file exists or checking its size, etc. Ticket [336924579dd95e7cceaeeae5]. (check-in: 48f5dada user: drh tags: windows-i18n)
16:58 Ticket [33692457] my test with windows-i18n branch status still Open with 2 other changes (artifact: 1c1d6d5d user: anonymous)
16:56 Add attachment windows-i8n_test.png to ticket [33692457] (artifact: e6362fc4 user: anonymous)
16:56 New ticket [33692457] my test with windows-i18n branch. (artifact: b462e0bc user: anonymous)
15:40 Ticket [ee97701f] "fossil add" broken for repos opened into "/" status still Open with 2 other changes (artifact: 8b245033 user: anonymous)
13:39 Ticket [25c54e54] Cancelling bgcolor leads to white status still Open with 2 other changes (artifact: 77c91e9e user: anonymous) ... 1 similar event omitted.
13:37
Enable Basic Authorization during sync operations by prepending a single "#" to the password. (check-in: c1506adb user: drh tags: trunk)
13:00 New ticket [25c54e54] Cancelling bgcolor leads to white.. (artifact: ef8b1918 user: viriketo)
01:12
Update the fossil_system() function so that it converts the system command form UTF8 into MBCS before calling system(). Speculative fix for ticket [8d916f5fc30be3]. (check-in: a65c97af user: drh tags: windows-i18n)
2011-05-02
19:13 New ticket [8d916f5f] Issues with branch windows-i18n. (artifact: f2a8519a user: anonymous)
14:39 Ticket [55fa8c23] Broken propagate colour to descendants, if there is a new colour in the middle status still Open with 4 other changes (artifact: d1078f4d user: drh)
14:38 Fixed ticket [72c7d223]: CGI Server 'directory' mode requires ".fossil" extension on repositories plus 2 other changes (artifact: b6c39993 user: drh)
14:37
Corrections to the multi-repository server documentation. Ticket [72c7d223d5258]. (check-in: b951baa5 user: drh tags: trunk)
14:29 Fixed ticket [d299fb98]: failed `fossil open` - delete _FOSSIL_ plus 1 other change (artifact: a6bb8411 user: drh)
14:29
Automatically delete the _FOSSIL_ file after a failed open. Ticket [d299fb9842d6bc] (check-in: 0aee050f user: drh tags: trunk)
13:31
Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. (check-in: eea64490 user: drh tags: windows-i18n)
13:10
Merge in changes from trunk. (check-in: f8f1c4e9 user: drh tags: windows-i18n)
13:09
Avoid using the %lld printf conversion since windows does not support it. (check-in: be467e93 user: drh tags: trunk)
08:38 Ticket [9bf1f9d5] Misleading summary of merge troubles at the end of merge status still Open with 2 other changes (artifact: db5f0db2 user: viriketo) ... 1 similar event omitted.
08:34 New ticket [7326efdc] Misleading summary of merge troubles at the end of merge. (artifact: 646e9326 user: viriketo)
2011-04-30
13:00 Ticket [d299fb98] failed `fossil open` - delete _FOSSIL_ status still Open with 2 other changes (artifact: d5cdf647 user: anonymous) ... 1 similar event omitted.
2011-04-29
09:37 New ticket [55fa8c23] Broken propagate colour to descendants, if there is a new colour in the middle. (artifact: 93edbbd8 user: viriketo)
2011-04-28
14:18 New ticket [72c7d223] CGI Server 'directory' mode requires ".fossil" extension on repositories. (artifact: 62738d85 user: anonymous)
13:53
Make sure the argument to fopen() is MBCS instead of UTF8. (check-in: a3c252f2 user: drh tags: windows-i18n)
10:38 New ticket [a9b07eeb] Have the artifact sources in an HTML list. (artifact: ae379daa user: viriketo)
10:35 Ticket [3e6775ed] Can't pass html comments through wiki. status still Open with 1 other change (artifact: c341fa81 user: viriketo)
10:32 New ticket [cc525736] Add an 'annotate' in the Artifact web page. (artifact: e1b2a28c user: viriketo)
2011-04-27
20:03 Fixed ticket [4108dfd6]: Sqlite error on latest Fossil build plus 1 other change (artifact: 35c1b661 user: drh)
20:01
Merge in the SQLite fix from trunk. (check-in: a9425fe1 user: drh tags: windows-i18n)
19:58
Update the built-in SQLite to the lastest snapshot from the trunk. This fixes an over-aggressive error report on windows which should fix ticket [4108dfd6b717f1] here in Fossil. (check-in: 2a8ff5bf user: drh tags: trunk)
19:01 Ticket [4108dfd6] Sqlite error on latest Fossil build status still Open with 2 other changes (artifact: 9b6848ad user: anonymous)
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. (check-in: e805fa8d user: drh tags: windows-i18n)
17:58 New ticket [4108dfd6] Sqlite error on latest Fossil build. (artifact: 0f19153a user: anonymous)
16:07
Update to the latest SQLite snapshot that exposes the UTF8 to MBCS conversion routine in the windows driver to applications. (check-in: 989fc1f2 user: drh tags: trunk)
14:36 Fixed ticket [7eab65a8]: crnl y/N/a unclear plus 1 other change (artifact: d4e6fe47 user: drh)
14:36
Change the warning prompt for CR/NL in check-in from (y/n/a) to (yes/no/all). Ticket [7eab65a85880a10cc] (check-in: e3efeb6f user: drh tags: trunk)
14:23 Fixed ticket [b49849a3]: `fossil clean` needs awareness of --nested checkouts plus 1 other change (artifact: 08c1c10b user: drh)
14:23
Commands that recursively descend through directory hierarchies (such as "fossil extra", "fossil clean", or "fossil addremove") will now ignore nested checkouts. Ticket [b49849a350d040bc]. (check-in: 53aef2de user: drh tags: trunk)
12:18 Fixed ticket [a659e233]: FreeBSD patch please apply tnx plus 1 other change (artifact: c016898a user: drh)
12:18 Edit [7b45d101dd5b0871|7b45d101]: Edit check-in comment. (artifact: 9ef33f70 user: drh)
12:17 Fixed ticket [9b8333b2]: Cannot pull the up to date 'ticket' configuration plus 2 other changes (artifact: ec4fc9fe user: drh)
12:04 Fixed ticket [a21625c5]: Summarize new config-sync changes in one place, explain pros/cons. plus 2 other changes (artifact: f95bfccb user: drh) ... 1 similar event omitted.
02:15
Note: Design Note: About the "Irreversible Schema Change" (technote: [a1f9f17b] user: drh)