Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 10e0d0b256a0f8b5.
2012-10-28
| ||
22:37 | missing <tr> tag check-in: b2204034ec user: jan.nijtmans tags: trunk | |
22:08 | merge trunk check-in: 6c41027335 user: jan.nijtmans tags: use-blob_strip_bom | |
21:52 | now tested with ssl enabled as well check-in: 101a53cfc9 user: jan.nijtmans tags: trunk | |
21:38 | - finally, do the ++j update in looks_like_text() right - More consistancy in prompt handling: accept Capitals everywhere, use '(' not '[', and abbreviate yes/no to y/N everywhere check-in: 7c527165a6 user: jan.nijtmans tags: trunk | |
21:20 | • Edit [204680eedc023295]: Edit check-in comment. artifact: 8b3944072a user: jan.nijtmans | |
20:47 | .. but don't forget to update j check-in: 6542935c9d user: jan.nijtmans tags: trunk | |
20:40 | speed-up looks_like_text(), by eliminating variable "i" and handle first character separately. check-in: 204680eedc user: jan.nijtmans tags: trunk | |
17:28 | Performance enhancement for branch name look-ups. check-in: 186405ce3a user: drh tags: trunk | |
10:05 | fix abandoning message check-in: f57f74b2af user: jan.nijtmans tags: use-blob_strip_bom | |
10:03 | merge trunk check-in: 0b6b0dfd0b user: jan.nijtmans tags: use-blob_strip_bom | |
09:34 | modify looks_like_binary() to looks_like_text() such that it is usable in cr_warning() as well check-in: 1bffce5230 user: jan.nijtmans tags: trunk | |
09:05 | glad that I double-checked.... check-in: 6feba0dba5 user: jan.nijtmans tags: trunk | |
09:00 | a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. check-in: d503cfd430 user: jan.nijtmans tags: trunk | |
08:32 | Handle eventual utf-8 correctly everywhere in download page check-in: 63565631d7 user: jan.nijtmans tags: trunk | |
2012-10-27
| ||
04:10 | Add [utime] and [stime] commands to TH1. check-in: 3d50bdcb9a user: drh tags: trunk | |
03:19 | Update the diff-test-1 document with a pointer to a difficult indentation change. check-in: 80b6020692 user: drh tags: trunk | |
2012-10-26
| ||
21:34 | Add the --deanalyze option to "fossil rebuild" for removing ANALYZE results. We really don't want ANALYZE run on a repository because all the queries are tuned to work without it. Add the ability to pass rebuild arguments to "fossil all rebuild". check-in: 85233c40c9 user: drh tags: trunk | |
20:53 | • Edit [60b409322ade0425]: Edit check-in comment. artifact: 5a7c85d519 user: drh | |
20:46 | Force the correct join order on timeline generation using a CROSS JOIN. check-in: 60b409322a user: drh tags: trunk | |
20:33 | Merge the optimizations into trunk. check-in: 09681e17bb user: drh tags: trunk | |
20:18 | Bring in the latest SQLite from upstream. Leaf check-in: bda00cbada user: drh tags: optimization | |
16:45 | Minor performance optimization on wiki rendering. check-in: 25d99f2698 user: drh tags: optimization | |
13:01 | merge trunk check-in: bc027af59b user: jan.nijtmans tags: use-blob_strip_bom | |
12:38 | Oops, not too fast..... check-in: 884dd2331c user: jan.nijtmans tags: use-blob_strip_bom | |
12:28 | src/stash.c: In function ‘stash_cmd’: src/stash.c:377:16: warning: ‘stashid’ may be used uninitialized in this function src/stash.c:472:7: note: ‘stashid’ was declared here check-in: 10e0d0b256 user: jan.nijtmans tags: trunk | |
12:14 | a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. check-in: 110d68f2a1 user: jan.nijtmans tags: use-blob_strip_bom | |
09:49 | • Edit [748071a25d582a9a]: Edit check-in comment. artifact: c21325f739 user: jan.nijtmans | |
09:44 | Even though wiki pages can now be in UNICODE on Windows, this is still not recommended: A diff doesn't work, and it is Windows-only. So give out a warning when a UNICODE file is attempted to be checked in on Windows, just as for CrLf files as well Implement looks_like_text(), similar to looks_like_binary() but it can distinguish more types... check-in: 748071a25d user: jan.nijtmans tags: use-blob_strip_bom | |
09:07 | • Edit [cbb24cf854fc0352]: Move to branch use-blob_strip_bom. artifact: df3d1285c7 user: jan.nijtmans | |
09:07 | use blob_strip_bom() in wikiformat.c This has the effect that on Windows wiki pages can now be in unicode as well. check-in: 05033666fd user: jan.nijtmans tags: use-blob_strip_bom | |
09:06 | • Edit [cbb24cf854fc0352]: Edit check-in comment. artifact: a313631897 user: jan.nijtmans | |
08:19 | use blob_strip_bom in main.c This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well check-in: cbb24cf854 user: jan.nijtmans tags: use-blob_strip_bom | |
07:37 | • Edit [c3ec6309fdd24464]: Marked "Closed". artifact: a86851253a user: jan.nijtmans | |
02:35 | Improvements to side-by-side diff alignment. check-in: 511405f426 user: drh tags: trunk | |
01:38 | Improvements to the way binary files are detected. check-in: 8a1c80fb34 user: drh tags: trunk | |
2012-10-25
| ||
14:50 | diff.c:looks_like_binary(): No need to make the blob null-terminated. checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c Closed-Leaf check-in: c3ec6309fd user: jan.nijtmans tags: improve_looks_like_binary | |
13:59 | Allow the deletion of multiple stash entries using "fossil stash rm" with multiple arguments. Multi-stash deletion is undoable. check-in: f41308d780 user: drh tags: trunk | |
10:27 | use utf8 in stash comment editor on Windows, just like the commit comment editor check-in: fb565614db user: jan.nijtmans tags: trunk | |
2012-10-24
| ||
19:08 | Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. check-in: d4bdac3c51 user: drh tags: branch-1.19 | |
19:04 | Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. check-in: 1d3256cbca user: drh tags: trunk | |
13:43 | Removing superfluous parenthesis in html output. check-in: ad9cf1cad6 user: viriketo tags: trunk | |
07:55 | • Edit [94e2deef6d6fa4fe]: Marked "Closed". artifact: d124fe31f2 user: jan.nijtmans | |
07:42 | relax Wiki name restriction Leaf check-in: d5453ca06a user: jan.nijtmans tags: ticket-897c39d284 | |
07:38 | • New ticket [897c39d284] Wiki name restriction. artifact: 8aaa206445 user: jan.nijtmans | |
2012-10-23
| ||
18:20 | Simplifications to the checkout-db schema auto-update mechanism. check-in: 21f8161e8e user: drh tags: trunk | |
13:54 | Fix source code formatting in winhttp.c. check-in: 9d8bdc90f9 user: drh tags: trunk | |
2012-10-22
| ||
21:21 | • Edit [f460839cff85d4e4]: Edit check-in comment. artifact: d1fdf5a02a user: jan.nijtmans | |
21:16 | Update to Toni Rönkkö's latest version (1.12.1) of dirent.h http://www.softagalleria.net/dirent.php check-in: f460839cff user: jan.nijtmans tags: trunk | |
17:33 | • Edit [5678565beca5fe70]: Marked "Closed". artifact: 12ae76790f user: drh | |
17:33 | • Edit [65f495bc06767362]: Marked "Closed". artifact: 4a55a14fe0 user: drh | |