Fossil

Timeline
Login

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

23 check-ins using file src/db.c version 39a6d77402

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
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
17:12
Improved the out-of-bounds error message in Th_CallSubCommand(). check-in: 60e9622313 user: stephan tags: trunk
16:57
Fixed an array-bounds access violation in Th_SubCommand. Problem reported via the mailing list. check-in: 05ec4ed3c4 user: stephan tags: trunk
16:54
added a reminder/todo regarding a "not always valid" calculation in /stats_report. check-in: 1d70fb4701 user: stephan tags: trunk
04:12
Add setting TH1 command, with tests. Improve handling of the TH1 trace log. check-in: 0264475c4a user: mistachkin tags: trunk
2013-05-07
23:33
Update help text for the ignore-glob setting. check-in: dcb5df51d9 user: mistachkin tags: trunk