Fossil

Timeline
Login

Timeline

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

50 events occurring around 173cca0d7d109857.

2016-10-01
04:21
Use #define constants instead of numbers to improve readability of code. ... (check-in: 68b53604bb user: andybradford tags: trunk)
03:39
Merge updates from trunk. ... (check-in: 3e4eba78f0 user: mistachkin tags: dirSymlinks)
03:39
Another coding style (whitespace) fix. ... (check-in: 2ccd046de2 user: mistachkin tags: trunk)
03:38
The 'diff' command operates on files within the repository; therefore, it should use the directory symlinks. ... (check-in: 9a99389680 user: mistachkin tags: dirSymlinks)
03:36
Fix casing of a temporary table name to be consistent. ... (check-in: efeb10c5b3 user: mistachkin tags: trunk)
02:23
Minor correction to text in usage help/comment in new --checkin option. ... (check-in: 5aacaba35f user: andybradford tags: trunk)
2016-09-30
23:47
Start of experimental changes to support directory symlinks. ... (check-in: d6debf638c user: mistachkin tags: dirSymlinks)
23:45
Coding style tweaks. No changes to functionality. ... (check-in: 3bb04c90dc user: mistachkin tags: trunk)
22:01
Trunkify support for generating manifest.tags file. ... (check-in: 189bfc28e7 user: jan tags: trunk)
21:55
Merge from trunk. ... (Closed-Leaf check-in: 9beff66bdc user: jan tags: jan-manifest-tags)
20:43
Merge trunk ... (check-in: de845a6764 user: andygoth tags: andygoth-circa)
15:24
Add the --checkin option to the "fossil diff" command. ... (check-in: e7c2454da9 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: 38daa9aa75 user: drh tags: diff-show-changes)
15:18
Change the name of the --changes option on "fossil diff" to --checkin. ... (check-in: 65724af1ce user: drh tags: diff-show-changes)
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (check-in: c468769dbc user: drh tags: trunk)
03:50 Edit [4556962ded6f6497|4556962ded]: Edit check-in comment. ... (artifact: b01972fafe user: andybradford)
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962ded user: andybradford tags: diff-show-changes)
2016-09-29
17:46
Add information to inout.wiki about bidirectional synchronization with Git repos. ... (check-in: e8775afe1b user: nick.lloyd tags: nick.lloyd-git-interop)
17:37 Edit [2cd0ee6388faaa02|2cd0ee6388]: Edit check-in comment. ... (artifact: 95f30f835a user: nick.lloyd)
17:35
Remove comment from inout.wiki about having to merge trunk into master after importing from Git repo. This is no longer true. Fossil automatically converts references to master into trunk when importing, and vice versa when exporting. ... (check-in: 2cd0ee6388 user: nick.lloyd tags: nick.lloyd-git-interop)
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: 1438be02d0 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: caea288c2d 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: 233e9328ee user: drh tags: trunk)
21:11
Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (check-in: b6862a3700 user: andygoth tags: andygoth-circa)
20:26
Improved hash function for the diff algorithm. ... (check-in: 173cca0d7d user: drh tags: trunk)
19:48
Performance improvement in LCS length computation used for side-by-side diff coloring. ... (check-in: 08d970d68f user: drh tags: trunk)
18:48
Fix test suite regression caused by the addtion of the new uv-sync setting in check-in [b9fd5947ef] without updating the list of all settings in tester.tcl. ... (check-in: 0661d65cbd user: rberteig tags: trunk)
18:19
Performance optimization in the break_into_lines() routine of the diff logic. ... (check-in: 8d48885f81 user: drh tags: trunk)
16:17
Update the built-in SQLite to the latest 3.15.0 beta. ... (check-in: 95768950b4 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: 14f83bc049 user: drh tags: trunk)
2016-09-27
17:47
Correct "From" URL in check-in MLINK table ... (check-in: 24a0667e78 user: andygoth tags: trunk)
17:23
One more tweak to fileformat.wiki ... (check-in: 731eb89787 user: andygoth tags: trunk)
17:19
Fix a couple tiny editorial inconsistencies in fileformat.wiki ... (check-in: 9c2116a02b user: andygoth tags: trunk)
07:59
merge trunk. Update references to OpenSSL 1.1.0b ... (check-in: 66c4efe765 user: jan.nijtmans tags: openssl-1.1)
07:14
Fix regression to test case amend-close-1.3 caused by checkin [f4b5881b] which changed the commit message stored when marking a branch closed. The test case has been changed so that it passes. ... (check-in: 06fdea5998 user: rberteig tags: trunk)
06:40
Fix typo in copyright year on the new 'commit-warning.test' file. ... (check-in: edd288b7d0 user: mistachkin tags: trunk)
2016-09-26
21:16
Fix some compilation issues, related to merging. ... (check-in: 2f07c443fb user: mistachkin tags: stash-fixes)
21:12
Merge updates from trunk. ... (check-in: 80aaef528d user: mistachkin tags: stash-fixes)
17:49
Add pre-commit warning tests. ... (check-in: a8b0c5f113 user: mistachkin tags: trunk)
17:31
Correct the open-checkout handling for the 'test-commit-warning' command. ... (check-in: b4a1b2fab9 user: mistachkin tags: trunk)
17:28
Correct issues with option processing semantics of the 'test-commit-warning' command. ... (check-in: f00a55b974 user: mistachkin tags: trunk)
17:22
Minor coding style tweak. ... (check-in: 3852b56a21 user: mistachkin tags: trunk)
17:10
Add the 'test-commit-warning' command. ... (check-in: de78b73a7e user: mistachkin tags: trunk)
15:01
Update referenced OpenSSL version. ... (check-in: 508c67b088 user: mistachkin tags: trunk)
03:49
Consistently use SSL for the applicable skin footer links. ... (check-in: 9f34c57799 user: mistachkin tags: trunk)
2016-09-23
17:10
Add --html option to the 'test-all-help' command. ... (check-in: 1763f2879c user: mistachkin tags: trunk)
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: 7a69e5db64 user: drh tags: trunk)
07:33
merge trunk. Update references to OpenSSL 1.1.0a ... (check-in: 85f8133ce7 user: jan.nijtmans tags: openssl-1.1)
02:46
Coding style tweaks. ... (check-in: 32e418f856 user: mistachkin tags: nick.lloyd-git-interop)
02:40
Merge updates from trunk. ... (check-in: 98f4ee8f71 user: mistachkin tags: nick.lloyd-git-interop)