Fossil

Timeline
Login

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

32 check-ins using file src/foci.c version 1d0790ce

2014-12-15
17:53
A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. ... (check-in: cc1e9655 user: drh tags: fileage-enhancement)
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc6143 user: drh tags: fileage-enhancement)
2014-12-12
16:04
Reset memory in addr for good measure just to be certain nothing is left over. ... (check-in: 522cf5f6 user: andybradford tags: trunk)
07:13
Minor spelling correction. ... (check-in: f627634c user: andybradford tags: trunk)
06:30
On 302 redirects, cause addr and socket reinitialize so it has the info for the new location and not the old. This may address a bug reported on the ML by Ashwin Hirschi in which a redirect was causing Fossil to segfault, likely due to redirecting to the same site repeatedly because addr was remaining unchanged. ... (check-in: 6e7cb7f2 user: andybradford tags: trunk)
2014-12-11
22:23
"const" the conts (typo) (ref: [ticket]) ... (check-in: 37e234fa user: bch tags: trunk)
14:59
Add a link to the http://fuelscm.org/ project on the Fossil homepage. Oops: Some other unrelated and experimental changes to the "search" command also got folded into this check-in ... (check-in: 85f26562 user: drh tags: trunk)
12:53
Improve the help message for the bloblist web page. ... (check-in: 3e3bb5f7 user: drh tags: trunk)
03:42
Avoid parsing error in browser for missing end of statement. ... (check-in: ffa6b36d user: andybradford tags: trunk)
2014-12-10
21:47
Rename the "test-describe-artifacts" webpage to "bloblist". Provide an index to use for repos with more than 5000 artifacts. Improvements to the bulk artifact describer. ... (check-in: f3663f9f user: drh tags: trunk)
20:53
Add the experimental test-describe-artifacts webpage. ... (check-in: 59121b9c user: drh tags: trunk)
17:34
First cut at a "sitemap" page. ... (check-in: 84324431 user: drh tags: trunk)
14:16
Update the built-in SQLite to the 3.8.8 alpha that includes the enhanced sqlite3_table_column_metadata() interface. Use that new interface to build new utility methods db_table_exists() and db_table_has_column() that work more efficiently than the older technique of querying the sqlite_master table. ... (check-in: 1aa80677 user: drh tags: trunk)
08:23
Update makemake.tcl. So next time Makefile.mingw is re-generated, latest makefile improvements will not be lost. Remove some unnecessary eol-spacing in other tcl files. ... (check-in: 34820b43 user: jan.nijtmans tags: trunk)
2014-12-09
22:20
Update the custom MinGW makefile. ... (check-in: 0a037dd7 user: mistachkin tags: trunk)
22:19
Simplify the usage message for the 'all' command. ... (check-in: c5d01ccc user: mistachkin tags: trunk)
16:25
Improvements to timeline submenu and title generation. Faster ambiguous name detection query. ... (check-in: 421c9eee user: drh tags: trunk)
10:34
merge trunk ... (check-in: c9dae7ab user: jan.nijtmans tags: svn-import)
09:14
merge trunk ... (check-in: 5589ebbd user: jan.nijtmans tags: cleanX)
2014-12-08
17:12
Fix a harmless compiler warning. ... (check-in: 276ae463 user: drh tags: trunk)
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (Closed-Leaf check-in: e1e9c3a3 user: drh tags: file-history-enhancement)
2014-12-06
19:03
Improved handling of hyperlinks from the timeline to specific branches and users. ... (check-in: 494b2a4c user: drh tags: trunk)
16:58
fix a harmless compiler warning. ... (check-in: 0e3f0cad user: drh tags: trunk)
16:57
Fix merge conflict with trunk ... (check-in: acd71844 user: jan.nijtmans tags: multi-thread)
16:04
Fix a couple labels on the "dbstat" output. ... (check-in: 9b21984c user: drh tags: trunk)
15:57
merge trunk ... (check-in: e5a1100b user: jan.nijtmans tags: multi-thread)
15:47
Merge the new DBP-workflow commands into trunk: bundle, purge, publish, and unpublished. ... (check-in: a81a47f6 user: drh tags: trunk)
2014-12-02
16:20
Fix the "fossil scrub --verily" command so that it removes the purgeevent, purgeitem, and admin_log tables. ... (Closed-Leaf check-in: fa643f4b user: drh tags: DBP-workflow)
13:15
Improved validation and checking when opening bundles. ... (check-in: f82dd155 user: drh tags: DBP-workflow)
05:50
Try to avoid creating files with names of unrecognized --options by checking for explicit argument count where a file is required. Correct minor typo in error output. ... (check-in: 9f63c8a3 user: andybradford tags: DBP-workflow)
2014-12-01
21:36
Still more fixes for harmless compiler warnings. ... (check-in: 3753b87d user: drh tags: DBP-workflow)
21:29
More compiler warning fixes. ... (check-in: 155c8b64 user: drh tags: DBP-workflow)