Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file src/sqlite3.c version ab2aee9067
2013-05-15
| ||
09:33 | Allow "fossil all ... -U|--user <username>" ... (check-in: b388e7347d user: jan.nijtmans tags: trunk) | |
08:54 | Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" ... (check-in: 6d09745a6f user: jan.nijtmans tags: trunk) | |
08:16 | doc fix. ... (check-in: dd6adf451a user: jan.nijtmans tags: trunk) | |
08:13 | Some more -v|--verbose additions. Old options names are deprecated, but still work. ... (check-in: e3f7ba556b user: jan.nijtmans tags: trunk) | |
07:15 | rebase ... (Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore) | |
07:02 | Doc update: ignore-glob setting should be used to prevent *.log files from being added. ... (check-in: 1162df8e41 user: jan.nijtmans tags: trunk) | |
2013-05-14
| ||
14:58 | When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. ... (check-in: 24effbc370 user: jan.nijtmans tags: prevent-adding-ignored-files) | |
14:15 | Function file_tree_name() should respect case-sensitive setting. Add --case-sensitive option to test-tree-name. ... (check-in: 0df0ce8025 user: jan.nijtmans tags: trunk) | |
11:36 | doc fixes. ... (check-in: a38fa0b80b user: jan.nijtmans tags: trunk) | |
08:08 | Make sure that find_option() is called before the argument check for the test-looks-like-utf command. ... (check-in: fd2fbdb965 user: mistachkin tags: trunk) | |
07:45 | Re-apply off-by-one fix. Otherwise blobs like {0x00, 0x0a, 0x00} will result in access of the 4th byte of the BLOB. In test-looks-like-utf, could_be_utf16() should be called always, otherwise the behavior on UTF-16 without BOM will be endian-dependant. ... (check-in: e545d3514e user: jan.nijtmans tags: trunk) | |
2013-05-13
| ||
22:52 | Style and clarity revisions to the looks_like_utf*() functions. Correct off-by-one fix for the looks_like_utf16() function. Add -utf8 and -utf16 options to the 'test-looks-like-utf' command. ... (check-in: 4ffaf2ee08 user: mistachkin tags: trunk) | |
14:22 | upgrade to zlib 1.2.8 ... (check-in: bb4776e2e0 user: jan.nijtmans tags: trunk) | |
10:50 | unused variable "fossilTimer" ... (check-in: 55d7e2c14a user: jan.nijtmans tags: trunk) | |
10:10 | Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. ... (check-in: d60a75fd08 user: jan.nijtmans tags: clean-with-ignore) | |
09:36 | Setting "ignore-glob" is equivalent to putting patterns in both "clean-glob" and "keep-glob". Rename .fossil-settings/keep-glob to .fossil-settings/ignore-glob, so that "fossil" and "fossil.exe" patterns don't need to be duplicated any more in two different versioned settings. ... (check-in: 967d8a711e user: jan.nijtmans tags: trunk) | |
09:21 | One more off-by-one error. ... (check-in: 1484625d6e user: jan.nijtmans tags: trunk) | |
09:12 | Some optimizations. No change in functionality. - In clean_cmd, use new function vfile_scan2. - When checking for multiple bytes/characters always do that in order of likelihood: '\n' is more likely than '\0', which is more likely than '\r'. - Off-by-one error in looks_like_utf16(). - Allow starts_with_utf16_bom() to be used in detecting UTF-16 without BOM as well: Always determine pbReverse, even if no BOM is present. - Remove unused variable. ... (check-in: fa50694405 user: jan.nijtmans tags: trunk) | |
2013-05-09
| ||
15:30 | Add submenu elements to the web-based "annotate" display to turn features on and off. Make the default depth of an annotation 20. ... (check-in: f4bcdb62fb user: drh tags: trunk) | |
2013-05-08
| ||
21:34 | /stats_report byuser user hyperlinks now link to bymonth (seems more useful) and links from by-user data to the timeline now filter the timeline on that user name. Minor word case changes. ... (check-in: 78bdddfb80 user: stephan tags: trunk) | |
20:18 | Fixed a logic error in the only-run-once timer init code. ... (check-in: 9fab0f8125 user: stephan tags: trunk) | |
20:09 | Reworked the timer IDs to be positive values to simplify error checking a bit. ... (check-in: 799458977e user: stephan tags: trunk) | |
19:54 | Added fossil_timer_is_active(timerId), removed fossil_has_timer(). ... (check-in: 590406df3c user: stephan tags: trunk) | |
19:45 | Added fossil_timer_xxx() family of functions and g.mainTimerId. ... (check-in: e28433a692 user: stephan tags: trunk) | |
18:34 | Update SQLite to the latest 3.7.17 preview from upstream, for the purpose of testing SQLite. ... (check-in: 21a6a8bc00 user: drh tags: trunk) | |