Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins related to "invalid_utf8_improvements"
2016-06-26
| ||
17:05 | micro-optimizing invalid_utf8 function, should be as fast as possible now ... (check-in: 7c08a68503 user: jan.nijtmans tags: trunk) | |
17:04 | Improve comments ... (Closed-Leaf check-in: 8bdd0abc7a user: jan.nijtmans tags: invalid_utf8_improvements) | |
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-18
| ||
16:50 | If the table is encoded as start-value/size, a variable and a comparison can be saved. Should be even faster .... ... (check-in: 758e3d3188 user: jan.nijtmans tags: invalid_utf8_improvements) | |
14:44 | Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. ... (check-in: 7f067f2940 user: jan.nijtmans tags: invalid_utf8_improvements) | |
11:29 | fixed another strict aliasing warning in cson. ... (check-in: 6bcfe1d22c user: stephan tags: trunk) | |