Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
57 check-ins using file src/db.c version 60f7f51436
|
2015-05-14
| ||
| 21:00 | Remove an unused variable. check-in: 99f8337b66 user: drh tags: trunk | |
| 18:31 | Fix the error output for command-line option errors on the "fossil http" command. check-in: 648dc3e704 user: drh tags: trunk | |
| 18:25 | Expand the /hash-collisions report to show hash prefix collisions on just check-ins in addition to overall hash collisions. check-in: 60af057415 user: drh tags: trunk | |
| 16:20 | Increase the version number to 1.33. Update the change log. check-in: af872dedcb user: drh tags: trunk | |
| 15:31 | On the generated "repository list" page when running "fossil ui DIR", include a title and make all hyperlinks appear in a new window or tab. check-in: e561cfd47e user: drh tags: trunk | |
|
2015-05-13
| ||
| 22:40 | Change search_init() to be a file-scope symbol so that it does not conflict with a function of the same name in libel.so. check-in: e06e65bbf2 user: drh tags: trunk | |
| 21:55 | rename search_init() -> fossil_search_init() to avoid name collision w/ libedit (patch sumbmitted by Warren Young) closed -- see simpler fix @ [e06e65bbf2] Closed-Leaf check-in: 947369c124 user: bch tags: trunk | |
|
2015-05-12
| ||
| 17:58 | Add documentation for customizing the timeline graph. check-in: 42e77333ba user: joel tags: trunk | |
| 13:19 | Permit --notfound and --repolist to be used together on "fossil server". Merge changes to always show a piechart for "By User" reports. Fix an uninitialized variable in "fossil rebuild". check-in: 434f7e17d9 user: drh tags: trunk | |
| 10:42 | Make addremove command to fail if unprocessed arguments (other than options) are specified. To avoid mis-use where a user could think he can specify a list of directory like with many other commands. check-in: 975600dd59 user: mgagnon tags: trunk | |
| 04:58 | Permit the --notfound and --repolist options to be used together. Closed-Leaf check-in: fd783e2b6a user: mistachkin tags: repoNotFound | |
| 04:42 | Fix compiler warnings with MSVC. check-in: 8ab3f62090 user: mistachkin tags: trunk | |
| 04:24 | Sync up custom MinGW makefile with the latest changes. check-in: 0c6f8fe57d user: mistachkin tags: trunk | |
| 04:23 | Fix compiler warnings. check-in: 57897a4189 user: mistachkin tags: trunk | |
|
2015-05-11
| ||
| 13:50 | If SQLite < 3.8.10, don't bother to provide a link to the /repo-tabsize web-page: it wouldn't provide any usefull result anyway. check-in: f3d8588e6f user: jan.nijtmans tags: trunk | |
| 01:35 | Fix an uninitialized variable in the "fossil rebuild" command when using the --compress-only option. Closed-Leaf check-in: 1ab29c8299 user: drh tags: piechart | |
| 01:31 | Merge in the --compress-only option for "fossil rebuild" check-in: 9fdfaf0f68 user: drh tags: piechart | |
| 01:31 | Add the --compress-only option to the "fossil rebuild" command. check-in: 10e3d65707 user: drh tags: trunk | |
|
2015-05-10
| ||
| 17:35 | Avoid duplicate entries in the output of "fossil finfo". check-in: 26c283467a user: drh tags: trunk | |
| 16:09 | Avoid duplicate entries in the output of "fossil finfo" check-in: d9841bef06 user: drh tags: piechart | |
|
2015-05-09
| ||
| 23:08 | Automatically show a piechart in addition to the bar graph on ByUser and ByDayOfWeek activity reports. check-in: f857ea5410 user: drh tags: piechart | |
| 19:08 | New algorithm for positioning the labels on a piechart. check-in: 2018ad2cc5 user: drh tags: trunk | |
| 17:57 | Fix the build for MSVC. check-in: 732b651afa user: drh tags: trunk | |
| 13:16 | Reduce radius of pie charts on the /repo-tabsize page. check-in: df302de88a user: drh tags: trunk | |
| 13:07 | On the /repo-tabsize page, show the total repository size. And show the size of the local checkout database and its breakdown if run from "fossil ui". check-in: f3c7b3a6b5 user: drh tags: trunk | |
| 12:49 | Change the default skin to use circle nodes and color branch lines. check-in: c72a3b5baa user: drh tags: trunk | |
| 12:47 | Fix a harmless compiler warning. check-in: 31c81ac65b user: drh tags: trunk | |
| 12:42 | Improvements to graph rendering to make it much more configurable using CSS. check-in: ca869aabe2 user: drh tags: trunk | |
| 12:19 | Add code for drawing pie-chart reports. Use this for the /repo-tabsize webpage. check-in: f4aed6661c user: drh tags: trunk | |
| 12:17 | Update the built-in SQLite to version 3.8.10.1. check-in: 28188c4dd9 user: drh tags: trunk | |
| 12:12 | Add the PIE_PERCENT option to the pie-chart drawer. Closed-Leaf check-in: 25d70429d0 user: drh tags: piechart | |
|
2015-05-08
| ||
| 15:31 | Improvements to the build and TH1 scripting docs. check-in: 901427f5cd user: mistachkin tags: trunk | |
| 03:22 | Reimplement timeline-circle-nodes and timeline-arrowheads skin options. Closed-Leaf check-in: aaa0e6d149 user: joel tags: graphcss | |
|
2015-05-07
| ||
| 19:50 | Merge fixes from trunk check-in: bf0b3098ea user: drh tags: piechart | |
| 19:50 | Fix a potential use-after-free problem. check-in: df12c1b053 user: drh tags: trunk | |
| 19:28 | merge trunk check-in: c1416fd133 user: jan.nijtmans tags: sync-forkwarn | |
| 15:06 | Tweaks to formatting on the /repo-tabsize page. check-in: 6ef4bfae47 user: drh tags: piechart | |
| 14:50 | Merge in the /repo_tabsize page. Update to a post-3.8.10 version of SQLite that support the dbstat virtual table on attached databases, necessary to get the /repo_tabsize to work. check-in: 04942b3113 user: drh tags: piechart | |
| 12:31 | Change the built-in SQLite to version 3.8.10. check-in: abc38398eb user: drh tags: trunk | |
| 03:12 | Demonstrate the use of a pie-chart on the Check-ins By User page. check-in: 04d4965044 user: drh tags: piechart | |
| 02:57 | Automatically switch in to chromatic mode when the number of wedges is 10 or less. check-in: 8a12c62f0d user: drh tags: piechart | |
| 02:39 | Improvements to the piechart generator. check-in: 17a24be632 user: drh tags: piechart | |
| 01:56 | Add the experimental /repo_tabsize page. It does not work because it shows the sizes of tables in the checkout database in some cases. Work is needed on the underlying dbstat virtual table. We will address that in the future and come back to this branch afterwards. Closed-Leaf check-in: ce5af0966e user: drh tags: piechart-table-sizes | |
|
2015-05-06
| ||
| 23:29 | Add logic for generating SVG pie-charts based on SQL query results. check-in: 6ebd853cb4 user: drh tags: piechart | |
| 21:28 | Use round() instead of ceil() on element dimension calculations. check-in: 05045a476d user: joel tags: graphcss | |
| 20:55 | Allow the timeline graph to be customized using CSS. check-in: 1f1e199a20 user: joel tags: graphcss | |
| 12:35 | Record files added by merge using mlink.pid=-1. Improve the web interface to better indicate files added by merge. check-in: 8e44cf6f4d user: drh tags: trunk | |
|
2015-05-05
| ||
| 18:59 | Update the built-in SQLite to the second beta of 3.8.10. Closed-Leaf check-in: 7d2ac84598 user: drh tags: show-add-by-merge | |
| 16:07 | More changes for distinguishing between new files and files added by merge. check-in: 243c77e6e9 user: drh tags: show-add-by-merge | |
| 12:31 | Attempt to distinguish between files added from nothing and files added by merge. check-in: 0d73f3f670 user: drh tags: show-add-by-merge | |
| 06:49 | Now really update the built-in SQLite to the first 3.8.10 beta, not only the command line shell. check-in: acd670f251 user: jan.nijtmans tags: trunk | |
|
2015-05-04
| ||
| 21:10 | merge trunk check-in: 857ab8ae1d user: jan.nijtmans tags: cleanX | |
| 20:10 | Since fossil now uses sqlite_malloc64, which is introduced in SQLite 3.8.7, don't accept linkage using earlier SQLite versions any more. check-in: a481a8176b user: jan.nijtmans tags: trunk | |
| 19:25 | Update the built-in SQLite to the first 3.8.10 beta. check-in: 5a87a0314e user: drh tags: trunk | |
|
2015-05-02
| ||
| 21:11 | Correct cat command error message on nonexistent file. check-in: 715f88811a user: andygoth tags: trunk | |
| 20:57 | Cherrypick [1b01c1ad]: Correct comment describing behavior of errCode. check-in: 6f2b59270b user: andygoth tags: trunk | |
| 20:21 | Cherrypick [ff192614]: Use fossil_strdup() consistent with the rest of the code. check-in: f8315ee900 user: andygoth tags: trunk | |