Fossil

Timeline
Login

Timeline

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

66 check-ins using file src/finfo.c version b8afda61

2013-05-25
14:34
minor typo fix in help text. ... (check-in: 24e259da user: stephan tags: trunk)
14:30
Added notes about --args FILENAME to default help message, per ML request. ... (check-in: 0e5bbade user: stephan tags: trunk)
01:57
Remove unused variables in the annotation engine. ... (check-in: 305e3951 user: drh tags: trunk)
01:52
Improvements to annotate. Faster. More correct. Added gradient background colors to the web view. Default to showing line numbers. Do not show the check-in user. Fix for ticket [58ce2f221ae2e64ed]. ... (check-in: 89bf6f13 user: drh tags: trunk)
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. ... (Closed-Leaf check-in: 8987a6bb user: drh tags: annotate)
01:27
Improvements to the longest-common-subsequence (LCS) function inside the diff engine. ... (check-in: 477d1150 user: drh tags: annotate)
2013-05-24
21:54
Fix a minor formatting error in the web annotation page. ... (check-in: 1fcc6bda user: drh tags: annotate)
21:39
Add links to diff pages on the annotation log in the web interface. ... (check-in: 7799ff3a user: drh tags: annotate)
21:18
Do not display the user on annotation output. Show only the check-in ID, date, and line number. ... (check-in: 8fee580d user: drh tags: annotate)
21:11
Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. ... (check-in: 0b0ab858 user: drh tags: annotate)
17:16
Web-based annotation shows lines numbers and the log by default. ... (check-in: 434be79b user: drh tags: trunk)
17:04
Fix the "Hide Line Numbers" button on the annotate web page. ... (check-in: d3fd72f4 user: drh tags: trunk)
17:02
On the web-based annotate screen, do not show the annotations on lines that are older than the analysis. ... (check-in: e46935e9 user: drh tags: trunk)
11:44
Add the "Integrating Fossil in the Microsoft Express 2010 IDE" document from Gilles Ganault. ... (check-in: 33c651ce user: drh tags: trunk)
07:01
"fossil update" operates on the local filesystem, so it should have the --case-sensitive option. ... (check-in: 13c7c61a user: jan.nijtmans tags: trunk)
2013-05-23
22:36
Fix problems with update and merge when case-sensitive is off and two different checkouts each add files that differ only in case. ... (check-in: a5a8d047 user: drh tags: trunk)
10:13
After a sync, report "Sync finished" in stead of "Pull finished" ... (check-in: 97040d64 user: jan.nijtmans tags: trunk)
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. ... (Closed-Leaf check-in: 003062b7 user: jan.nijtmans tags: cleanX)
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". ... (check-in: 44025538 user: jan.nijtmans tags: cleanX)
13:56
Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. ... (check-in: e91d65af user: jan.nijtmans tags: trunk)
2013-05-20
10:58
doc fix ... (check-in: 122b631c user: jan.nijtmans tags: trunk)
2013-05-17
12:04
Remove excess verbage from the output of "fossil clean" unless the --verbose or -v command-line option is used. Issue an error if an unrecognized command-line argument is seen, to prevent mistakes like using --dryrun instead of --dry-run. ... (check-in: 273ec22f user: drh tags: trunk)
2013-05-15
18:49
Load the latest SQLite library from upstream, for the purpose of testing the 3.7.17 beta of SQLite in a real-world application. ... (check-in: 997ebf7f user: drh tags: trunk)
09:33
Allow "fossil all ... -U|--user <username>" ... (check-in: b388e734 user: jan.nijtmans tags: trunk)
08:54
Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" ... (check-in: 6d09745a user: jan.nijtmans tags: trunk)
08:16
doc fix. ... (check-in: dd6adf45 user: jan.nijtmans tags: trunk)
08:13
Some more -v|--verbose additions. Old options names are deprecated, but still work. ... (check-in: e3f7ba55 user: jan.nijtmans tags: trunk)
07:15
rebase ... (Closed-Leaf check-in: 5dd6b697 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: 1162df8e 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: 24effbc3 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: 0df0ce80 user: jan.nijtmans tags: trunk)
11:36
doc fixes. ... (check-in: a38fa0b8 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: fd2fbdb9 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: e545d351 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: 4ffaf2ee user: mistachkin tags: trunk)
14:22
upgrade to zlib 1.2.8 ... (check-in: bb4776e2 user: jan.nijtmans tags: trunk)
10:50
unused variable "fossilTimer" ... (check-in: 55d7e2c1 user: jan.nijtmans tags: trunk)
10:10
Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. ... (check-in: d60a75fd 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: 967d8a71 user: jan.nijtmans tags: trunk)
09:21
One more off-by-one error. ... (check-in: 1484625d 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: fa506944 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: f4bcdb62 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: 78bdddfb user: stephan tags: trunk)
20:18
Fixed a logic error in the only-run-once timer init code. ... (check-in: 9fab0f81 user: stephan tags: trunk)
20:09
Reworked the timer IDs to be positive values to simplify error checking a bit. ... (check-in: 79945897 user: stephan tags: trunk)
19:54
Added fossil_timer_is_active(timerId), removed fossil_has_timer(). ... (check-in: 590406df user: stephan tags: trunk)
19:45
Added fossil_timer_xxx() family of functions and g.mainTimerId. ... (check-in: e28433a6 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: 21a6a8bc user: drh tags: trunk)
17:12
Improved the out-of-bounds error message in Th_CallSubCommand(). ... (check-in: 60e96223 user: stephan tags: trunk)
16:57
Fixed an array-bounds access violation in Th_SubCommand. Problem reported via the mailing list. ... (check-in: 05ec4ed3 user: stephan tags: trunk)
16:54
added a reminder/todo regarding a "not always valid" calculation in /stats_report. ... (check-in: 1d70fb47 user: stephan tags: trunk)
04:12
Add setting TH1 command, with tests. Improve handling of the TH1 trace log. ... (check-in: 0264475c user: mistachkin tags: trunk)
2013-05-07
23:33
Update help text for the ignore-glob setting. ... (check-in: dcb5df51 user: mistachkin tags: trunk)
23:00
Modify the add and addremove commands to honor the clean-glob setting with the ability to override it via the --clean option. Adjust versionable setting files accordingly. ... (check-in: 155acff4 user: mistachkin tags: trunk)
21:55
Prevent "fossil" and "fossil.exe" ever being added by "fossil addremove". ... (check-in: 0ea8cc56 user: jan.nijtmans tags: trunk)
20:52
Add --clean option and clean-glob for use by the clean command. Restore previous meaning of the ignore-glob setting. ... (check-in: b7afa972 user: mistachkin tags: trunk)
13:03
Only call db_get_do_versionable() after checking that it's a boolean versionable setting. ... (check-in: a60df3be user: jan.nijtmans tags: trunk)
08:17
If versionable settings are present, disallow editing of the corresponding fields in the /setup_settings page. ... (check-in: 3cba68a8 user: jan.nijtmans tags: trunk)
07:52
Move check for g.localOpen inside db_get_do_versionable(), because all callers will need this. Add "disabled" parameter to onoff_attribute(), entry_attribute() and textarea_attribute(). ... (check-in: 10d8abcd user: jan.nijtmans tags: trunk)
2013-05-06
20:51
removed an unused variable. ... (check-in: cfe346f7 user: stephan tags: trunk)
20:44
/stats_report byuser now uses %h instead of %s to render the user name. ... (check-in: 71d37569 user: stephan tags: trunk)
20:30
Added a "remove user flag" option to /stats_report for reports which accept (but do not require) the user flag. e.g. switch from by-month-for-user to by-month with 1 click. ... (check-in: f1a66a6c user: stephan tags: trunk)
13:24
Wrap over-length lines in the www/settings.wiki documentation page. ... (check-in: abe1030c user: drh tags: trunk)
11:00
Store filename in intermediate variable ... (check-in: d7afa8f1 user: jan.nijtmans tags: trunk)
10:13
Add option --keep to "fossil clean", and matching versionable setting "keep-glob". Now you can specify which files should be kept without confirmation and which files can be removed (--ignore, "ignore-glob") without confirmation. If you want the old behavior, specify "keep-glob" to have the same value as "ignore-glob". Add versioned settings "ignore-glob" and "keep-glob" to the fossil repository. ... (check-in: 982f9ec7 user: jan.nijtmans tags: trunk)
09:40
On the /vdiff web-page, presence of "v" should mean "v=1", just as on the /event and /timeline web-pages. Add "&sbs=1" in various /vdiff and /fdiff url's, so it no longer depends on the default value. Replace some "v=1" parameters with the short form "v". ... (check-in: d24afd17 user: jan.nijtmans tags: trunk)