Fossil

Changes On Branch diff-search
Login

Changes On Branch diff-search

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

Changes In Branch diff-search Excluding Merge-Ins

This is equivalent to a diff from e1034c4c to 68194175

2016-06-26
17:05
micro-optimizing invalid_utf8 function, should be as fast as possible now (check-in: 7c08a685 user: jan.nijtmans tags: trunk)
17:04
Improve comments (Closed-Leaf check-in: 8bdd0abc user: jan.nijtmans tags: invalid_utf8_improvements)
2016-06-25
03:56
Full-text search for check-in diffs. This works, but it creates a huge index (2x the size of the BLOB table) in spite of being a contentless index. The index is slow to build because of all the diffs that must be computed. Because the index is contentless, the snippet generator runs very slowly on queries - a typical query with a couple hundred hits takes several minutes. (Closed-Leaf check-in: 68194175 user: drh tags: diff-search)
2016-06-24
03:36
If the FOSSIL_SECURITY_LEVEL environment variable is 2 or more, then present a simple substitution matrix when entering passwords, as a defense against key loggers. For FOSSIL_SECURITY_LEVEL of 1 or more, do not remember the remote-url password. (check-in: e1034c4c user: drh tags: trunk)
2016-06-23
07:43
Replace some usage of <center> tags with align="center" attributes. (check-in: fcfaae37 user: jan.nijtmans tags: trunk)

Changes to src/diff.c.

Changes to src/diffcmd.c.

Changes to src/search.c.

Changes to src/setup.c.