Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/db.c version cee859e1c1
|
2016-11-19
| ||
| 20:11 | minor simplification, and don't free zUuid if it was NULL check-in: d6cb724e65 user: jan.nijtmans tags: trunk | |
| 17:50 | Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) check-in: 4e126233ca user: drh tags: trunk | |
| 05:59 | Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. Closed-Leaf check-in: b302f89352 user: andygoth tags: andygoth-branch-list | |
|
2016-11-18
| ||
| 21:45 | Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. check-in: 4e7d2ce121 user: andygoth tags: andygoth-branch-list | |
| 08:22 | Remove some unnecessary spaces. check-in: 467c4269b0 user: jan.nijtmans tags: trunk | |
|
2016-11-16
| ||
| 21:59 | Begin work merging new_brlist_page() into brlist_page(). Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required. Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions? Wish: Filter on normal/hidden branches too. Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to? Wish: Branch name filters, just like on the timeline page. check-in: a6a4482056 user: andygoth tags: andygoth-branch-list | |
| 19:29 | Enable linenoise multiline editing so long commands and queries may be seen all at once therefore highlighted and copied from xterms check-in: 03b6869856 user: andygoth tags: trunk | |
| 19:25 | Only #include "linenoise.h" in fshell.c on non-Windows platforms check-in: 9c90682b02 user: andygoth tags: trunk | |
| 14:47 | Change the /test-version webpage into /version. Link it to /stat. check-in: 286effd5e9 user: drh tags: trunk | |
| 14:37 | Fix a typo in the date of the 1.34 release on the download page. check-in: 01d1f519cd user: drh tags: trunk | |
|
2016-11-15
| ||
| 23:41 | Allow uv delete (or del) as an alias for uv remove or uv rm. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html]. check-in: b59fa7d0e7 user: andygoth tags: trunk | |
| 23:29 | Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal check-in: f9080683f0 user: andygoth tags: trunk | |