Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/db.c version 0e72505d39
|
2019-12-26
| ||
| 02:08 | Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. check-in: 088aabafd7 user: drh tags: trunk | |
| 01:26 | Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. check-in: 9258d7462e user: drh tags: trunk | |
|
2019-12-24
| ||
| 18:39 | Fix minor typo from check-in [9bb70584a1d7d2f7]. check-in: b00e89d47b user: mistachkin tags: trunk | |
| 15:51 | Improved CSS in alternative skinds for the new ticket comment colors on the timeline. check-in: ca148e798a user: drh tags: trunk | |
|
2019-12-23
| ||
| 14:31 | Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. check-in: d80adfe029 user: drh tags: trunk | |
| 13:17 | Ticket alerts reference the actual ticket, not the ticket change artifact. check-in: 1a5dee1ea2 user: drh tags: trunk | |
| 12:47 | On the ticket timeline configuration screen, show the names of the underlying properties. check-in: d725f611a3 user: drh tags: trunk | |
| 12:38 | Add the "New Ticket" option to timeline displays. check-in: 9bb70584a1 user: drh tags: trunk | |
| 12:26 | Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? check-in: 3d131528c8 user: drh tags: trunk | |
| 02:08 | Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. check-in: 4cf8dbe398 user: stephan tags: trunk | |
|
2019-12-22
| ||
| 01:25 | Re-added an atexit free() line which was inadvertently removed from trunk. Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes | |
|
2019-12-21
| ||
| 18:24 | Moved two decls from an outer scope to the inner scope where they're used. check-in: 2576cf5fd1 user: stephan tags: memleak-fixes | |
| 03:45 | Removed fossil_atexit_free_this() because it effectively costs more static memory than it cleans up in dynamic memory. check-in: 99cb2ccd94 user: stephan tags: memleak-fixes | |