Fossil

Timeline
Login

Timeline

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

38 check-ins for the month beginning 2016-09-01 by user drh

Following month ↑
2016-09-30
15:24
Add the --checkin option to the "fossil diff" command. ... (check-in: e7c2454d user: drh tags: trunk)
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. ... (Closed-Leaf check-in: 38daa9aa user: drh tags: diff-show-changes)
15:18
Change the name of the --changes option on "fossil diff" to --checkin. ... (check-in: 65724af1 user: drh tags: diff-show-changes)
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (check-in: c468769d user: drh tags: trunk)
2016-09-29
11:59
Distinguish between a deleted file and a binary file in the side-by-side diff generator. Fix for a bug introduced by check-in [233e9328ee639b]. ... (check-in: 1438be02 user: drh tags: trunk)
2016-09-28
23:47
In the random merge test (merge2.test) ignore cases where the parallel random edits overlap, resulting in a merge conflict. ... (check-in: caea288c user: drh tags: trunk)
21:24
Simplification and optimization of the break_into_lines() helper routine in the diff logic. Use the strchr() routine from the standard library to help locate \n characters. ... (check-in: 233e9328 user: drh tags: trunk)
20:26
Improved hash function for the diff algorithm. ... (check-in: 173cca0d user: drh tags: trunk)
19:48
Performance improvement in LCS length computation used for side-by-side diff coloring. ... (check-in: 08d970d6 user: drh tags: trunk)
18:19
Performance optimization in the break_into_lines() routine of the diff logic. ... (check-in: 8d48885f user: drh tags: trunk)
16:17
Update the built-in SQLite to the latest 3.15.0 beta. ... (check-in: 95768950 user: drh tags: trunk)
16:15
Use the DBSTAT virtual table as a table-valued function instead of creating a TEMP instance of the table, while generating the /repo-tabsize page. ... (check-in: 14f83bc0 user: drh tags: trunk)
2016-09-23
13:53
Add the help_to_html() routine which transforms plaintext help into HTML for display on web pages. So far it only surrounds the text with <pre>..</pre>. But it can (in theory) be enhanced to do more sophisticated formatting. ... (check-in: 7a69e5db user: drh tags: trunk)
2016-09-22
21:14
More use of row-values in the search mechanism. ... (check-in: bc21e0a4 user: drh tags: trunk)
20:55
Fix the "fossil fts-config reindex" command so that it really does reindex everything. Fix the markdown HTML formatter so that it can be run from the command-line. Change a query in the search engine to use a row-value update, in order to beta-test the new row-value update mechanism of SQLite. ... (check-in: b1b4eaa5 user: drh tags: trunk)
19:47
Update to the latest SQLite 3.15.0 beta for testing. Adjust the SQLite compilation to use the "lean" configuration. ... (check-in: 121201eb user: drh tags: trunk)
2016-09-21
17:06
Drop support for the undocumented (and non-working) subrepository feature unless the -DFOSSIL_ENABLE_SUBREPOSITORY compile-time option is used. ... (check-in: d8c917ee user: drh tags: trunk)
14:13
More typo fixes in whyusefossil.wiki. ... (check-in: f2ce2e41 user: drh tags: trunk)
13:44
Fix typos in the whyusefossil.wiki document. ... (check-in: 1335cf41 user: drh tags: trunk)
00:57
Add the "Why Use Fossil" document. ... (check-in: d8b18eb9 user: drh tags: trunk)
2016-09-20
16:27
The "uv-sync" flag was not working for the "fossil sync" command. Fixed by this check-in. ... (check-in: d9ec49ab user: drh tags: trunk)
16:17
Add the uv-sync setting, which if enabled causes the server to automatically send all unversioned content as part of a clone, and which causes all syncs to also sync unversioned content. ... (check-in: b9fd5947 user: drh tags: trunk)
15:48
Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. ... (check-in: b5641c5c user: drh tags: trunk)
15:10
Fixes to the "fossil unversioned revert" command. ... (check-in: 122ab3fb user: drh tags: trunk)
2016-09-19
18:48
Remove the unused uvStatus variable from the client-side sync implementation. ... (check-in: 515229c5 user: drh tags: trunk)
14:50
Fix for the "-u" option on clone - make sure at least three round-trips occur as it takes that many to get the UV transfer started. ... (check-in: 16306153 user: drh tags: trunk)
14:09
Fix another typo in the server.wiki documentation. ... (check-in: a1b50dad user: drh tags: trunk)
14:06
Update the server.wiki documentation due to the use of unversioned files for the download page. ... (check-in: e1c2bd26 user: drh tags: trunk)
2016-09-13
19:59
Revise the COMMAND: and WEBSITE: parsing to add the ability to specify flag options after the command or website name. ... (check-in: 555ddfec user: drh tags: trunk)
18:03
Fix up some comments on the command and webpage name lookup logic. No changes to code. ... (check-in: 49703de7 user: drh tags: trunk)
17:51
Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (check-in: e6aab1a4 user: drh tags: trunk)
01:38
Only include the built-in help text once, it the "help" command implementation, not also in the "setup" command. This reduces the size of the binary by the size of the built-in help table. ... (check-in: b86a58ed user: drh tags: trunk)
2016-09-12
19:40
Previous documentation change did not work for repositories that are not at the root of the domain. This should fix it. ... (check-in: 9c412274 user: drh tags: trunk)
19:35
Add various built-in documentation pages to the documentation permuted index. ... (check-in: 46cebc87 user: drh tags: trunk)
2016-09-10
20:01
Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to the latest 3.15 alpha, which compiles without warning with the above option. ... (check-in: 871f978d user: drh tags: trunk)
2016-09-08
16:42
Fix typos in the "zip" command help text. ... (check-in: 76242c28 user: drh tags: trunk)
14:51
Update the built-in SQLite to the latest 3.15 alpha that includes the row-value enhancements. ... (check-in: be1ef876 user: drh tags: trunk)
14:19
Fix typo in the on-line help for the bundle command. ... (check-in: fd4fc1a9 user: drh tags: trunk)
Previous month ↓