Fossil

Timeline
Login

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

51 check-ins using file src/db.c version 4f26fc803d

2016-10-16
00:21
Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. check-in: 43e122c763 user: mistachkin tags: stash-fixes
2016-10-05
06:39
Normalize TH1 script evaluation results used internally by the test suite. check-in: 22c62dba30 user: mistachkin tags: trunk
05:12
Get all unversioned tests passing on Unix as well. check-in: 019725ba55 user: mistachkin tags: trunk
05:00
Add tests for the 'unversioned revert' and 'unversioned sync' commands. check-in: 1c99c13398 user: mistachkin tags: trunk
04:40
Make the '--stopper' option for the 'server' command on Windows work as advertised even when the server thread is being blocked by accept(). check-in: a6eb651075 user: mistachkin tags: trunk
03:03
Merge latest updates from trunk. check-in: 4c1971147e user: andybradford tags: stash-fixes
00:25
Add initial tests for the 'unversioned' command. check-in: e464dd963c user: mistachkin tags: trunk
00:13
Give a better error message when unable to open a file that uses one of the Windows reserved names, like "AUX" or "LPT3". check-in: 12c665068d user: drh tags: trunk
2016-10-04
23:54
Another correction to the unversioned help text. check-in: 800517e177 user: mistachkin tags: trunk
23:49
Add a Tcl script to act as a (fake) text editor for the test suite. check-in: b6a0111439 user: mistachkin tags: trunk
23:44
Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. check-in: 182adc0290 user: mistachkin tags: trunk
23:32
The final newline must be retained for all test results. check-in: b045d0774e user: mistachkin tags: trunk
23:29
Coding style and consistency improvements. check-in: 824bfe849b user: mistachkin tags: trunk
23:27
Do not use the Tcl global variable name 'dir'. check-in: 64b812bd4e user: mistachkin tags: trunk
21:00
Add entries about diff command enhancements to the change log. check-in: 06127da670 user: drh tags: trunk
20:54
Fix a typo on the aboutcgi.wiki documentation page. check-in: 3e7c02c097 user: drh tags: trunk
20:25
Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. check-in: 85f957c3e5 user: drh tags: trunk
19:06
Fix harmless compiler warnings. check-in: 3f06618c96 user: mistachkin tags: trunk
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
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
2016-09-23
02:27
Merge updates from trunk. check-in: 0934366187 user: mistachkin tags: jan-manifest-tags