Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/lookslike.c version a9d7a605ca
|
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: 68194175fb 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: e1034c4c35 user: drh tags: trunk | |
|
2016-06-23
| ||
| 07:43 | Replace some usage of <center> tags with align="center" attributes. check-in: fcfaae37dc user: jan.nijtmans tags: trunk | |
|
2016-06-22
| ||
| 09:11 | merge trunk Closed-Leaf check-in: 414fc1e95c user: jan.nijtmans tags: html-cleanup | |
|
2016-06-21
| ||
| 20:03 | Fix typos in comments. check-in: 243fc6c246 user: drh tags: trunk | |
| 15:20 | Fix problem reported by Carlo Miron on fossil-dev mailing list: [38a47074] broke empty markdown links check-in: 6bbec5fb21 user: jan.nijtmans tags: trunk | |
| 11:37 | Add an example to the webpage-ex.md documentation page showing the use of the chng= query parameter of timeline. check-in: cb6b6c977b user: drh tags: trunk | |
|
2016-06-19
| ||
| 18:49 | Add the "chng=" query parameter to the "/timeline" page. check-in: b2b62b8318 user: drh tags: trunk | |
|
2016-06-18
| ||
| 11:29 | fixed another strict aliasing warning in cson. check-in: 6bcfe1d22c user: stephan tags: trunk | |
|
2016-06-17
| ||
| 12:38 | Fix a typo in the built-in documentation for the "tarball" command. check-in: e0da91e96f user: drh tags: trunk | |
| 09:45 | More consistancy in using <br /> and <hr /> HTML tags check-in: 63220d9403 user: jan.nijtmans tags: trunk | |
| 07:24 | Remove a function which isn't use anywhere check-in: e2a280fc89 user: jan.nijtmans tags: trunk | |
|
2016-06-16
| ||
| 22:14 | shrunk size of lead byte table for invalid_utf8, and took a shortcut to invalidate lead bytes between 0x80 & 0xBF inclusive check-in: 69328517f5 user: sdr tags: trunk | |