Fossil

Timeline
Login

Timeline

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

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

2014-03-04
14:36
Bring in the SQLite with the TRIGGER name resolution bug fix. This fix is not important to Fossil - we just want to include the latest SQLite code for testing. check-in: 6215d083 user: drh tags: trunk
04:16
Update to the latest SQLite with new performance enhancements - now tested to ensure that it works on systems like ARM that default to unsigned characters. check-in: 8247784b user: drh tags: trunk
2014-03-03
23:21
Update to the latest SQLite with its new performance enhancements. (Later:) The new SQLite does not work correctly when compiled on the Beaglebone Black. Currently investigating. Moving this check-in into a branch until the problem is understood. Closed-Leaf check-in: 13c1fa76 user: drh tags: beaglebone-problem
2014-02-28
19:31
Back out [99dca38314] because it doesn't work on an Ubuntu->windows cross-compile. The only solution is to dirty-up the SQLite shell.c code. check-in: 3d7eaeda user: drh tags: trunk
15:46
Fix to check-in [81162e791f] so that it does not require non-standard modifications to the SQLite "shell.c" source file.

Sorry, but this doesn't work! Compiling this with Makefile.mingw.mistachkin gives:

wbld/shell.o:shell.c:(.text+0x3463): undefined reference to `__imp_win32_access' wbld/shell.o:shell.c:(.text+0x59ac): undefined reference to `__imp_win32_access' /usr/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld: wbld/shell.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status win/Makefile.mingw.mistachkin:698: recipe for target 'fossil.exe' failed check-in: 99dca383 user: drh tags: trunk

2014-02-27
23:27
Add the "test-file-copy" command for testing the file_copy() procedure. check-in: 190353e9 user: drh tags: trunk
23:20
Fix the file_copy() procedure so that it automatically creates directories leading up to the destination file. check-in: f9916887 user: drh tags: trunk
18:34
When using "fossil test-diff" with -y or --tk, show the names of both input files above their respective columns. check-in: 1e0e0753 user: drh tags: trunk
17:51
Add a shebang and an introductory comment to the script generated by the SaveAs button in the graphical diff. Update the change log to mention the SaveAs button. check-in: 8f65d49c user: drh tags: trunk
16:40
Make the graphical-diff "SaveAs" output a little more readable by putting each line of the raw diff source on a separate source line. check-in: 9dca0042 user: drh tags: trunk
16:21
Add "Quit" and "Save As.." buttons to the "diff --tk" command. check-in: 29d80dd2 user: drh tags: trunk
15:12
Improvements to the handling of USE_SYSTEM_SQLITE in shell.c. check-in: a526d719 user: drh tags: trunk
15:05
Update the built-in SQLite the latest pre-3.8.4 trunk version. Modify the way the "shell.c" source file is used so that it can be imported directly from the SQLite source tree without having to be edited. check-in: c92a3dda user: drh tags: trunk
14:21
Make the home-page "Documentation Index" link show the Primary Documents and not jump to the Permuted Index. check-in: 735d953f user: drh tags: trunk
2014-02-11
17:02
Clarify the meaning of "Plaintext for timeline comments" on the Admin/Timeline configuration page. check-in: 3587e458 user: drh tags: trunk
04:53
Update the built-in SQLite to the version 3.8.3.1 release candidate. check-in: 34aef781 user: drh tags: trunk
2014-02-06
19:04
Add the "Patch" submenu element on the "/vdiff" page. Improved the documentation for /vdiff. check-in: e707906a user: drh tags: trunk
2014-01-28
14:06
Require "Read" permission (capability "u") in order to access the /reports page. Fix for ticket [a757c4fca19d] check-in: f48c84af user: drh tags: trunk
13:58
Correction to the description of the "z" capability in the setup pages. check-in: b68a48ff user: drh tags: trunk
2014-01-27
17:33
Version 1.28 check-in: 3d49f045 user: drh tags: release, branch-1.28, version-1.28
16:11
Update to the SQLite 3.8.3 beta in order to better test the SQLite beta. check-in: 22262e75 user: drh tags: trunk
2014-01-22
18:32
Fix harmless compiler warnings in SQLite. check-in: 64096c72 user: drh tags: trunk
18:19
Update the built-in SQLite to a version that supports ORDER BY and LIMIT on WITH RECURSIVE queries (but omits support for the non-standard LEVEL pseudo-column). Rewrite the recursive query that computes ancestors to using ORDER BY and LIMIT and omit the use of LEVEL. check-in: af990795 user: drh tags: trunk
2014-01-21
00:38
Update the built-in SQLite to the latest 3.8.3 beta that includes support for the LEVEL pseudo-column on recursive queries. Make use of a recursive query capability and the LEVEL column to replace the compute_ancestors() function with a single query. check-in: f2ebd7e5 user: drh tags: trunk
2014-01-20
23:17
Fix a typo in HTML text. check-in: 3d5bc3d4 user: drh tags: trunk
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
2013-11-21
23:39
Update to the lastest SQLite that includes the OP_Column rewrite and the constant expression factoring logic. check-in: 8dc9d009 user: drh tags: trunk
2013-11-19
19:44
Remove an unused local variable. check-in: 811c9feb user: drh tags: trunk
18:49
Add a page (admin access only) to show the repository schema. Fix a bug in the "Last Rebuilt" display. check-in: 3ea94847 user: drh tags: trunk
18:25
Update the built-in SQLite to the version that includes the DELETE with ONEPASS optimization and the enhanced EXPLAIN indentation in the shell. check-in: 0830c352 user: drh tags: trunk
2013-11-14
19:36
Update the built-in SQLite to the latest from upstream that includes the skip-scan optimization and the improved EXPLAIN display in the shell. check-in: 28c50867 user: drh tags: trunk
2013-11-12
15:57
Update the built-in SQLite to include the latest bug fixes, especially the fix to count(*) on WITHOUT ROWID tables. Fix the "fossil all" command so that it works on a WITHOUT ROWID global_config table. check-in: c0700615 user: drh tags: trunk
2013-11-11
21:08
Add the test-without-rowid command. check-in: 7ddfd42b user: drh tags: trunk
19:18
Make use of WITHOUT ROWID in new repositories. Closed-Leaf check-in: ad982260 user: drh tags: without-rowid
17:32
Update the built-in SQLite to the latest trunk version that includes the WITHOUT ROWID enhancement. Fossil itself does not (yet) make use of this enhancement. check-in: 611e25d3 user: drh tags: trunk
2013-10-29
12:48
Fix a typo in quickstart.wiki. check-in: e3ad71f0 user: drh tags: trunk
2013-10-28
14:01
Change the anti-spider error message to be more welcoming to human users who happen to be using a browser without javascript support. check-in: 3ede3702 user: drh tags: trunk
2013-10-19
12:52
Fix typo in hyperlink. check-in: 18d9f5af user: drh tags: trunk
2013-10-18
11:46
Add the ability to control the timeline date and time format from the Admin/Timeline setup menu. check-in: 403d9372 user: drh tags: trunk
2013-10-17
18:36
Enhance the CGI processor to assume that PATH_INFO is an empty string if it is omitted. check-in: 63a84cb6 user: drh tags: trunk
18:12
Increase the version number to 1.28. check-in: d8eb5cb7 user: drh tags: trunk
18:10
Update the change log. No changes to code. check-in: d694ef08 user: drh tags: trunk
17:38
Tolerate CGI systems that do not send REQUEST_URI. check-in: a68280c4 user: drh tags: trunk
15:40
Update the built-in SQLite to the 3.8.1 release. check-in: 8f4e273b user: drh tags: trunk
2013-10-16
19:02
Update build instructions for Mac 10.2. check-in: bf6a4d32 user: drh tags: trunk
2013-10-15
00:28
Minor changes to SQLite 3.8.1 as it nears release. check-in: 93c25825 user: drh tags: trunk
2013-10-14
13:57
Clarification to the quickstart.wiki text. check-in: 0b9f725e user: drh tags: trunk
13:30
Bring in the latest SQLite 3.8.1 beta for the purpose of pre-release testing of SQLite. check-in: 089dad49 user: drh tags: trunk
2013-10-11
13:29
Update the built-in SQLite to the latest 3.8.1 beta that includes the "sqlite3.h" file text at the very beginning of the "sqlite3.c" amalgamation file. check-in: 7f5fbf95 user: drh tags: trunk
2013-10-10
15:19
Update the built-in SQLite to the latest 3.8.1 beta from upstream. check-in: cb29ef2a user: drh tags: trunk
2013-10-09
12:06
Change "Abbreviated Name" to "Tarball and ZIP-archive Prefix" on the "Configuration" page of setup. check-in: 49e112c9 user: drh tags: trunk