Fossil

Timeline
Login

Timeline

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

50 events occurring around 34d0c570438fdd29.

2016-10-04
19:07
Merge updates from trunk. ... (check-in: 04a8ee6ec2 user: mistachkin tags: seeEnhanced)
19:06
Fix harmless compiler warnings. ... (check-in: 3f06618c96 user: mistachkin tags: trunk)
19:05
Add an assert(). ... (check-in: e6a5634f24 user: mistachkin tags: seeEnhanced)
14:55
Update the built-in SQLite 3.15.0 beta. ... (check-in: 3d8a41f12c user: drh tags: trunk)
04:49
Make sure that symlinks to directories are honored when dealing with checkout files. ... (check-in: 912a0d5008 user: mistachkin tags: trunk)
03:55
Return an error instead of silently ignoring invalid input. ... (check-in: 274e537bb0 user: andybradford tags: trunk)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc401 user: mistachkin tags: binDiffFix)
02:44
Whitespace tweak. ... (check-in: 4ed91cdacf user: mistachkin tags: binDiffFix)
02:43
Adopt the diff algorithm changes from trunk. ... (check-in: f9f2d76926 user: mistachkin tags: binDiffFix)
02:16
Detect binary files that look like text but end with a sequence of zeros. ... (check-in: 0e0e29aea0 user: drh tags: trunk)
02:02
The previous check-in was interpreting any file that did not end in \n as binary. This check-in should fix the problem. ... (check-in: 47d1256cd8 user: drh tags: trunk)
01:53
If a file to be diffed contains an 0x00 character, consider it to be binary and do not attempt the diff. ... (check-in: 334ab15270 user: drh tags: trunk)
2016-10-03
23:23
Minor optimization. ... (check-in: 9903ce5a5b user: mistachkin tags: binDiffFix)
23:18
Further improve clarity. ... (check-in: 11e2c6e611 user: mistachkin tags: binDiffFix)
23:10
Another adjustment to handle some corner cases. ... (check-in: 8017c358ba user: mistachkin tags: binDiffFix)
21:59
Initial tests for the diff-binary-detection fixes. ... (check-in: 5db0eb5219 user: mistachkin tags: binDiffFix)
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701b9 user: mistachkin tags: dirSymlinks)
21:27
Further test refinements. ... (check-in: 596bbe3421 user: mistachkin tags: dirSymlinks)
21:12
Test refinement. ... (check-in: 0751dbe2da user: mistachkin tags: dirSymlinks)
20:43
Initial draft of new tests to cover the directory symlink fixes. ... (check-in: 7cefd41a36 user: mistachkin tags: dirSymlinks)
19:22
Fix binary blob detection in the new break_into_lines() algorithm. ... (check-in: dacc2bad82 user: mistachkin tags: binDiffFix)
2016-10-02
01:26
Update custom MinGW makefile. ... (check-in: 903af996f5 user: mistachkin tags: trunk)
00:45
Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (check-in: dfe32f53ac user: drh tags: trunk)
00:29
Say "An undo is available" instead of "A undo is available" ... (check-in: 994b319f4b user: andygoth tags: trunk)
2016-10-01
12:01 Edit [9beff66bdc1b8f52|9beff66bdc]: Mark "Closed". ... (artifact: 92376f6caa user: jan)
05:07
Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c57043 user: andybradford tags: pending-review)
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)