Fossil

Timeline
Login

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

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

2014-01-18
17:01
Update the built-in SQLite to the 3.8.3 beta that includes support for common table expressions and recursive queries. ... (check-in: 27ef534d user: drh tags: trunk)
2014-01-17
13:35
Tree-view expand/collapse enhancements. Press "Reload" after upgraded in order to reload CSS. ... (check-in: 0647dd38 user: drh tags: trunk)
2014-01-16
21:59
Further fixes for tree-view in ancient versions of Firefox. ... (check-in: f69dbc36 user: drh tags: trunk)
2014-01-15
11:43
Avoid unnecessary no-op write transactions on the server during a pull. ... (check-in: b4dffdac user: drh tags: trunk)
02:54
Make tree-view expansions and contractions persist on a "Back" in Chrome and IE. (Works without the extra javascript on Firefox and Safari.) ... (check-in: ab00f2b0 user: drh tags: trunk)
2014-01-14
16:08
Fix several issues with the TH1 unset command, including a memory leak. Add more tests. Keep the original branch open in case further changes are needed. ... (check-in: 1aeb2726 user: drh tags: trunk)
13:41
Make a change to the test/utf16le.txt file as a test case to verify that the diff logic displays utf16 changes correctly. ... (check-in: 6228efbb user: drh tags: trunk)
13:39
Handle utf16 text pages in the /doc webpage. ... (check-in: 1c5b51e6 user: drh tags: trunk)
12:44
Add the ability to display content and diffs for UTF16 text files in the web interface. ... (check-in: 5a66b6e7 user: drh tags: trunk)
2014-01-13
23:41
Honor timezones in imports from git. ... (check-in: 1aef260f user: drh tags: trunk)
13:27
Add discussion of SQLITE_ENABLE_EXPLAIN_COMMENTS to the makefile documentation. ... (check-in: cde4759d user: drh tags: trunk)
2014-01-11
20:41
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. ... (check-in: 4d7f7e96 user: drh tags: branch-1.28)
20:39
Merge the accidental fork. ... (check-in: f7563c67 user: drh tags: trunk)
20:39
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. ... (check-in: 37ffaaa9 user: drh tags: trunk)
19:11
Fix a harmless valgrind warning in the tarball generator. ... (check-in: 64fc6d15 user: drh tags: trunk)
18:56
Fix the test/valgrind-www.tcl script so that it works on Ubuntu 13.10. ... (check-in: fcfe117b user: drh tags: trunk)
2014-01-10
00:34
Comment on the stability of trunk versions of the Fossil source code on the "how to compile" page. ... (check-in: ec12deda user: drh tags: trunk)
2014-01-09
21:17
Show unsupported "test" commands on the /help webpage. ... (check-in: 3b10682a user: drh tags: trunk)
21:00
Fix a possible NULL-pointer dereference in the "fossil search" command. ... (check-in: 6e7e8fbe user: drh tags: branch-1.28)
20:59
Fix a possible NULL-pointer dereference in the "fossil search" command. ... (check-in: 5dc60b1f user: drh tags: trunk)
15:03
Updates to the change-log. ... (check-in: ad2dd568 user: drh tags: trunk)
14:27
Add the --integrate option to the "commit" command. ... (check-in: 82f69aa9 user: drh tags: trunk)
13:18
Make sure it is not possible to add files that are outside of the current checkout. ... (check-in: c6f32a26 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: d83fc58d user: drh tags: pending-review)
2014-01-08
11:38
Merge the checkout_on_root_fix. ... (check-in: cbcd7056 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: 8407bed7 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: 29b2eeba 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: ff9e4e54 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: 4306ab81 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: 78a5dbea user: drh tags: trunk)
10:16
Merge changes from the broken-build branch into trunk (after fixing the build). ... (check-in: de86ef41 user: drh tags: trunk)
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. ... (Closed-Leaf check-in: bdcfdc46 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: 13c71a97 user: drh tags: trunk)
02:23
Document the "expand" query parameter for "tree" in the on-line help. ... (check-in: 273dd2c0 user: drh tags: trunk)
02:20
On the tree-view display, add some comments to better explain what is happening and simplify the javascript slightly. ... (check-in: cda3140d user: drh tags: trunk)
2014-01-06
03:19
Merge in the csstree branch, providing a better look and more control over the tree-view. ... (check-in: 1264375b user: drh tags: trunk)
2014-01-04
16:17
Use the latest SQLite 3.8.3 alpha from upstream. ... (check-in: da90bbe5 user: drh tags: trunk)
2014-01-01
20:25
Improve the label of tree-view so that it shows the number of files and the number of check-ins, if appropriate. Make tree-view the default for the "files" link of /vinfo. ... (check-in: 9930c46e user: drh tags: trunk)
2013-12-31
13:59
Add hyperlinks to the tree-view for file listings. Other improvements to the tree-view mechanism. ... (check-in: 4564790e user: drh tags: trunk)
10:43
Add the /tree URI for showing a hierarchical file listing. The URI works, but there are no hyperlinks to it yet. ... (check-in: 7791b704 user: drh tags: trunk)
2013-12-23
11:37
Update the built-in SQLite to the latest 3.8.3 alpha from upstream, including the removal of a stray tab character from the source code. ... (check-in: 5f083921 user: drh tags: trunk)
2013-12-14
00:16
Fix the build for unix. ... (check-in: 4f0c38d8 user: drh tags: win32File)
2013-12-13
00:49
Fix the build on unix systems. ... (check-in: 268d495d user: drh tags: trunk)
00:11
Fix a C99-style variable declaration. ... (Closed-Leaf check-in: a3641b54 user: drh tags: makefile-error)
2013-12-11
12:06
Update the built-in SQLite to the latest version 3.8.3 alpha. ... (check-in: faa2e9d5 user: drh tags: trunk)
2013-12-06
16:06
Added a quote about github to the quotes.wiki document. ... (check-in: 5b86c3d5 user: drh tags: trunk)
2013-12-03
15:25
Update the built-in SQLite to the second release candidate for 3.8.2. ... (check-in: d7543d8b user: drh tags: trunk)
03:16
Update the built-in SQLite to the 3.8.2 first release candidate. ... (check-in: 81d24c6b user: drh tags: trunk)
2013-11-27
15:55
Import the latest SQLite 3.8.2 beta from upstream, including Cygwin fixes and performance enhancements. ... (check-in: 38c02b77 user: drh tags: trunk)
2013-11-25
21:22
Update to the latest SQLite containing storage engine performance enhancements. ... (check-in: 3957e961 user: drh tags: trunk)