Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 274e537bb064db9d.
2016-10-05
| ||
08:10 | The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. ... (check-in: 561402f2e0 user: mistachkin tags: trunk) | |
06:54 | Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc3687a user: andybradford tags: pending-review) | |
06:40 | The 'manifest' setting still needs to be marked as 'versionable'. ... (check-in: 3604802d55 user: mistachkin tags: trunk) | |
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:17 | Coding style tweaks. ... (Closed-Leaf check-in: 34d988c244 user: mistachkin tags: seeEnhanced) | |
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) | |