Fossil

Timeline
Login

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

16 check-ins by user drh occurring around 2014-01-08.

2014-01-09
21:17
Show unsupported "test" commands on the /help webpage. check-in: 3b10682a8c user: drh tags: trunk
21:00
Fix a possible NULL-pointer dereference in the "fossil search" command. check-in: 6e7e8fbe01 user: drh tags: branch-1.28
20:59
Fix a possible NULL-pointer dereference in the "fossil search" command. check-in: 5dc60b1faf user: drh tags: trunk
15:03
Updates to the change-log. check-in: ad2dd5680b user: drh tags: trunk
14:27
Add the --integrate option to the "commit" command. check-in: 82f69aa9bf user: drh tags: trunk
13:18
Make sure it is not possible to add files that are outside of the current checkout. check-in: c6f32a262d user: drh tags: trunk
13:17
Add comments to better explain what it happening for the out-of-tree check in the "add" command. Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review
2014-01-08
11:38
Merge the checkout_on_root_fix. check-in: cbcd7056b6 user: drh tags: trunk
2014-01-07
19:10
If a badly malformed change artifact corrupts the "mtime" field of the event table, the date can end up being NULL for entries in the timeline. Make sure this does not cause a NULL-pointer deference. check-in: 8407bed76d user: drh tags: trunk
16:05
Use fossil_strnicmp() instead of memcmp() for date comparisons, to avoid NULL-pointer deferences if something is wrong with the database and a NULL date is returned from a query. check-in: 29b2eebaaa user: drh tags: trunk
12:46
Add the "nofiles" query parameter to the /tree page, causing that page to show only directories. Add a new "folders" link on the check-in information page that jumps to "/tree?nofiles". check-in: ff9e4e5400 user: drh tags: trunk
11:25
Always supply an href= attribute on hyperlinks within the preview, even if the hyperlink is never used. Make the hyperlinked paths of the finfo page point to the tree-view rather than the flat-view. Provide links between the tree-view and the file-ages page. check-in: 4306ab8143 user: drh tags: trunk
10:46
Improved header text for the tree-view. Make the tree-view the default for the "Files" menu on all default styles. check-in: 78a5dbea6c user: drh tags: trunk
10:16
Merge changes from the broken-build branch into trunk (after fixing the build). check-in: de86ef41b2 user: drh tags: trunk
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. Closed-Leaf check-in: bdcfdc4642 user: drh tags: broken-build
02:38
Do not wait until the entire tree-view page has loaded before collapsing the tree, because that can cause flicker if the page is loaded incrementally over a slow wire. Collapse the tree using style= attributes as the page loads. check-in: 13c71a97fe user: drh tags: trunk