Fossil

Timeline
Login

Timeline

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

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

2014-06-03
15:17
Merge in recent patches to the SQLite 3.8.5 beta. ... (check-in: 2ddb51c0 user: drh tags: trunk)
2014-06-02
14:52
Updates the built-in SQLite sources to the latest 3.8.5 beta. In particular, this update includes the new ".system" and ".once" commands to the SQLite command-line utility accessed via the "fossil sql" command. ... (check-in: 8bc47c14 user: drh tags: trunk)
2014-05-28
20:24
Update the build-in SQLite from upstream. The "fossil sql" command now supports the ".shell" meta-command. ... (check-in: f6d3b815 user: drh tags: trunk)
00:17
Fix a typo in the SCGI documentation. ... (check-in: 6a4127f3 user: drh tags: trunk)
2014-05-27
23:40
Updates to the SCGI documentation. ... (check-in: 30a122a0 user: drh tags: trunk)
20:36
Correctly handle embedded documentation pages that contain characters that require HTTP encoding. ... (check-in: 5d440040 user: drh tags: trunk)
2014-05-24
17:22
Update the built-in SQLite to the lastest 3.8.5 beta from trunk. ... (check-in: 85d2a112 user: drh tags: trunk)
2014-05-19
09:56
Fix a compiler warning. ... (check-in: c543079b user: drh tags: trunk)
2014-04-29
17:32
Added the test-rename-list webpage. ... (check-in: 09f82acd user: drh tags: trunk)
00:31
Set the mtime column of the USER table on a self-registration. ... (check-in: a9235f4c user: drh tags: trunk)
2014-04-26
01:54
Remove an unused variable. ... (check-in: f1ed720a user: drh tags: trunk)
2014-04-25
21:56
Add a web-page for viewing the status of the web cache. Accessible as a submenu off of the stat page. ... (check-in: 05477b2e user: drh tags: trunk)
21:34
Add a mention of the "fossil cache" command to the server load management discussion on the "server.wiki" page. And mention "fossil cache" in the change log. Documentation changes only. ... (check-in: 34ea8daf user: drh tags: trunk)
21:18
Make the "fossil cache" command an accessory that only shows up when doing "fossil help --all". Remove unused variables from the implementation. ... (check-in: c7194b66 user: drh tags: trunk)
21:11
Add a cache that will save /zip and /tarball objects and reissue them from cache when requested a second time. The "fossil cache" command is used to control the cache. Turned off by default and must be enabled using "fossil cache init". ... (check-in: 450b62ff user: drh tags: trunk)
2014-04-23
16:47
Improvements to user management: (1) Provide a textarea for entering contact information. (2) Disable superfluous entry boxes for special users. (3) Give an error when creating a duplicate login name. ... (check-in: 1b4b8a95 user: drh tags: trunk)
11:03
Avoid the use of strcpy() as this upsets OpenBSD. ... (check-in: 3f487aca user: drh tags: trunk)
2014-04-22
17:22
Reword the message printed on the /info page when the UUID is not found and is less than 4 characters. ... (check-in: 36ffa749 user: drh tags: trunk)
15:15
Add the test-ambiguous command for finding ambiguous SHA1-hash abbreviations. ... (check-in: 2aaae64a user: drh tags: trunk)
13:57
Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (Closed-Leaf check-in: b794218f user: drh tags: nodesc-option)
12:51
Handle short UUID collisions for events, tickets and other artifacts in the /info page. ... (check-in: 49467d2a user: drh tags: trunk)
12:44
Increase the version number to 1.29 with the idea that we might do a new release soon. Fill out the change-log for version 1.29. ... (check-in: 61c66596 user: drh tags: trunk)
12:07
Fix the "SaveAs" button on the "diff --tk" viewer so that the "Cancel" button works. ... (check-in: 7440633e user: drh tags: trunk)
2014-04-21
13:24
Update the built-in SQLite to 3.8.5 alpha, including all of the latest performance enhancements and bug fixes. ... (check-in: 88aa2e37 user: drh tags: trunk)
13:19
Remove the "TIP:" in the commit message prompt in an effort to reduce "warning fatigue". ... (check-in: 7ca6ce03 user: drh tags: trunk)
2014-04-19
22:47
Fix a potential segfault when the SSH_CONNECTION environment variable is defined. ... (check-in: a138dc97 user: drh tags: trunk)
2014-04-03
13:37
Enhance the --tk option on diff so that it works with special characters (like "\" and "}") in the filename. ... (check-in: 544d2213 user: drh tags: trunk)
2014-04-01
19:52
Add the "Invert" button to the --tk diff display. ... (check-in: cf52a9ab user: drh tags: trunk)
18:43
Get the "fossil cat" command working outside of a check-out using the -R option. This is an alternative implementation to the fix-cat-dash-R branch that avoids adding a new global variable. ... (check-in: ebe97b79 user: drh tags: trunk)
2014-03-31
16:48
Get rid of the GLOBAL_URL() kludge. Change the global "g" variable to contain an instance of the UrlData object instead of individual fields of the UrlData object. ... (check-in: 5fdad9bd user: drh tags: trunk)
13:02
Use full-length SHA1 hashes on the "ambiguous" webpage. ... (check-in: 42e66c1a user: drh tags: trunk)
12:59
Add missing db_finalize() statements. ... (check-in: 07e93f38 user: drh tags: trunk)
2014-03-22
11:33
Fix the SCGI processing so that it works with Nginx. ... (check-in: 684eb478 user: drh tags: trunk)
2014-03-15
15:03
If a wiki page begins with <title> then render that as <h1 align='center'> when rendering the whole page. For the "doc" URI, continue to extract the title and use it as the overall page title, as we have always done. This only effects wiki rendered in pages like "artifact". ... (check-in: d8586b56 user: drh tags: trunk)
14:35
Fix the "artifact" URL to render markdown text automatically. ... (check-in: 60019ce7 user: drh tags: trunk)
2014-03-14
20:49
Fix the display of unified-diff lines on web pages when the files being compared have windows-style line endings. ... (check-in: e2e8531b user: drh tags: trunk)
13:57
Enhance the "whatis" command to report on attachments and to include raw tags so that cluster artifacts are identified. Add the "test-whatis-all" command to run "whatis" on every artifact in the repository. ... (check-in: 5cdc39dc user: drh tags: trunk)
12:30
Enhance the "whatis" command so that if given an ambiguous SHA1 hash prefix it shows "what is" all possible values for that hash prefix. ... (check-in: 933904fe user: drh tags: trunk)
2014-03-13
12:23
Add support for HTTP Basic Authentication to clone and sync. ... (check-in: 5d536c51 user: drh tags: trunk)
11:58
Fix the stash so that it remembers added files and readds them when the stash is applied. ... (check-in: db052aa4 user: drh tags: trunk)
2014-03-10
00:22
Fix a busted hyperlink in the previous change to server.wiki. ... (check-in: 60774eb3 user: drh tags: trunk)
2014-03-09
23:43
Add documentation (at /doc/trunk/www/server.wiki#loadmgmt) on how to use the new load-average limiter feature. ... (check-in: 936fdaee user: drh tags: trunk)
23:04
Add the "max-loadavg" setting to the "setting" command. Add "setting" and "unset" to the "all" command so that max-loadavg can be quickly changed on all repos of a large server installation. ... (check-in: 1847552c user: drh tags: trunk)
16:25
When a request is denied due to excessive load average, send a 503 reply code. Also: Enhance the request denied message to show the current load average and the load average limit. ... (check-in: d0fa1578 user: drh tags: trunk)
00:19
Show the repository name on the test_env webpage. ... (check-in: 117a0f69 user: drh tags: trunk)
00:15
Add the ability to restrict CPU-intensive web pages when the server load average gets too high. This feature is turned off by default. ... (check-in: 5e26a1b9 user: drh tags: trunk)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (check-in: 840b7622 user: drh tags: trunk)
2014-03-07
14:58
In SQLite, import the fix for the journal_mode=PERSIST delete problem on windows. This has no effect on Fossil since Fossil does not use journal_mode=PERSIST. The update is for completeness only. ... (check-in: 33dc7f31 user: drh tags: trunk)
2014-03-06
15:02
Update the built-in SQLite to include the latest last-minute patches for version 3.8.4. ... (check-in: f00167e4 user: drh tags: trunk)
2014-03-05
19:07
Update the built-in SQLite to 3.8.4 beta. ... (check-in: f0773f63 user: drh tags: trunk)
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)
03:17
Fix a couple of minor documentation typos. ... (check-in: c334fc9a user: drh tags: trunk)
02:44
Mention the --dontstop option in the "fossil all" on-line help. ... (check-in: f89ba310 user: drh tags: trunk)
00:09
Merge the enhanced SSH transport changes into trunk. The ssh command now runs a single instance of "fossil" directly on the remote side, obviating the need for a remote shell. ... (check-in: dbb5e2d3 user: drh tags: trunk)
2013-10-08
15:10
Fix the abbreviated project name escape mechanism to escape all and only the characters that are special to unix and windows filesystems. ... (check-in: 99318f09 user: drh tags: trunk)
14:50
Bring in the latest SQLite 3.8.1 beta from upstream. ... (check-in: 4910a378 user: drh tags: trunk)
14:43
Add the Abbreviated Name configuration option that is used for tarball and ZIP archive name construction. ... (check-in: 12395456 user: drh tags: trunk)
13:51
If the ".fslckout" file gets confused about the RID of the current checkout, still generate a valid manifest, only without the "P" record. ... (check-in: e17e2174 user: drh tags: trunk)
13:45
Revise the character escaping logic for generated tarballs and zip archives. Add a "For best results" comment to the configuration page where the project name is set. ... (check-in: fe76ad55 user: drh tags: trunk)
13:11
Add the undocumented --script FILENAME option to all diff operations that make use of the --tk option. The --script FILENAME option is used for testing and debugging only. ... (check-in: cee30a34 user: drh tags: trunk)
13:03
Escape special characters used in the Project Name when generating the URLs for tarball and ZIP archive. ... (check-in: ddc313e8 user: drh tags: trunk)
12:54
Add the "fossil blame" command that shows the username without a line number. The "fossil annotate" command continues to show the line number and omit the username. ... (check-in: 6f686403 user: drh tags: trunk)
2013-10-05
22:34
Backout check-in [7557c3e03f]. The code in that check-in is not necessary. (It was added only to try to catch errors.) Fix for ticket [9d9d42d9aab]. ... (check-in: 6d1c038c user: drh tags: trunk)
2013-10-04
17:06
Fix a busted hyperlink in the server.wiki documentation page. ... (check-in: 92bad3cd user: drh tags: trunk)
16:42
Update the server documentation to show an example stunnel4 configuration. ... (check-in: bd6dac51 user: drh tags: trunk)
2013-10-02
11:33
Fix typos in the server.wiki document. ... (check-in: e3a2d8f3 user: drh tags: trunk)
2013-09-30
14:45
Merge the new --dirsonly and --emptydirs and --allckouts options for the "fossil clean" command onto trunk. ... (check-in: 238c8daf user: drh tags: trunk)
13:32
Improvements to the header of from/to timelines. ... (check-in: 564d75b0 user: drh tags: trunk)
13:29
Fix to the chroot() fix: Get Fossil working again for xinetd access. ... (check-in: 1050f2e7 user: drh tags: trunk)
2013-09-28
10:34
Merge recent trunk changes into the tkdiff-enhancements branch. ... (Closed-Leaf check-in: fac10931 user: drh tags: tkdiff-enhancements)
2013-09-27
14:41
The various "diff --tk" commands now take an optional, undocumented option "--script FILENAME" that causes the Tk script to be written into FILENAME rather than to be run. One use for this is to get a copy of the diff script in a form were it can be easily edited and enhanced before being moved back into Fossil. ... (check-in: 326a7364 user: drh tags: tkdiff-enhancements)
2013-09-18
12:58
Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044] ... (check-in: 78d714e9 user: drh tags: trunk)
12:56
Always allow the administrator to moderate attachments. ... (check-in: 41d9de6e user: drh tags: trunk)
12:46
Fix typos in the "Server" documentation. Also remove the "Security Considerations" paragraph at the end, which seems to be mostly common-sense. ... (check-in: dd357f7f user: drh tags: trunk)
2013-09-17
16:08
Get a 10x speedup on long annotations by indexing a field in the temporary "ancestor" table. ... (check-in: 1c40de18 user: drh tags: trunk)
13:31
Update the build-in SQLite to the 3.8.1 alpha from upstream, for the purpose of testing SQLite. ... (check-in: 02d3f533 user: drh tags: trunk)
2013-09-12
00:43
Fix a minor error in the mkdownload.tcl script. ... (check-in: 2d9e01e0 user: drh tags: trunk)
00:40
Change the download-page generator script to be more generic about operating system version numbers on prebuild binaries. ... (check-in: b685a012 user: drh tags: trunk)
2013-09-11
11:43
Version 1.27 ... (check-in: 13ad1309 user: drh tags: trunk, release, version-1.27)
2013-09-09
13:13
Tweaks to the change log. ... (check-in: e7202edf user: drh tags: trunk)
13:11
Bug fix to "update": identify the local user correctly. Contributed by Andy Bradford. ... (check-in: 8e50e2e7 user: drh tags: trunk)
13:07
Increase the version number to 1.27 in preparation for the next release. ... (check-in: 6950e08d user: drh tags: trunk)
2013-09-05
01:48
Only report server time skew once and at the very end of a sync. ... (check-in: 051cf593 user: drh tags: trunk)
2013-09-03
15:24
Update the built-in SQLite from upstream, for the purpose of testing SQLite. ... (check-in: fa0df0c7 user: drh tags: trunk)
2013-08-31
18:27
Disable the test for file descriptor 3 being invalid since that messes up the "fossil diff" command. ... (check-in: fd7cfac5 user: drh tags: trunk)
17:19
On unix, make sure file descriptor 2 is open and file descriptor 3 is not open at the beginning of main(). The first check helps ensure that a assert() will not accidently overwrite a file. The second check verifies that the is_valid_fd() function used by the first check really works. ... (check-in: 4ef3708d user: drh tags: trunk)
2013-08-30
14:33
Do not print warnings about SQLITE_SCHEMA errors. ... (check-in: d2394795 user: drh tags: trunk)
12:32
Be sure to finalize all queries on the /info page. ... (check-in: cca1adad user: drh tags: trunk)
12:25
Finalize the query for the various report formats on the reportlist page. ... (check-in: 34ccf66e user: drh tags: trunk)
12:18
Add the --errorlog command-line option and the errorlog: parameter to CGI scripts. Log all panics, fatal errors, and warnings to the error log, if defined. Panic if file descriptor 2 is not open on unix. Clean up some routines that deal with close(). ... (check-in: 4727ef4a user: drh tags: trunk)
06:41
Further improvements to the fossil_panic() procedure to prevent it from looping and to force an early close of the database file. ... (check-in: 9d73d4c1 user: drh tags: trunk)
06:22
Update SQLite to the version that avoids opening databases on file descriptor 2 and that works inside a chroot jail. Fix a potential uninitialized variable in the CGI processing. ... (check-in: 98b16c72 user: drh tags: trunk)
03:06
Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (check-in: 320f1436 user: drh tags: trunk)
2013-08-29
23:39
Update the built-in SQLite to the version that refuses to open database files using file descriptors 0, 1, or 2. ... (check-in: e454de13 user: drh tags: trunk)
13:53
Update the built-in SQLite to the version 3.8.0.1 beta. ... (check-in: 5d60e609 user: drh tags: trunk)
2013-08-26
18:23
If a file has been "fossil rm"-ed in the local checkout - which has not been committed, then a "fossil update" is done to another version that has no changes on that file, then silently keep that file unmanaged. ... (check-in: 2918effe user: drh tags: trunk)
18:00
Fix typos in the "fossil update" logic. ... (check-in: 5a1d13ee user: drh tags: trunk)
2013-08-25
02:11
Spiders and robots are presented with a captcha if they request the annotation page. ... (check-in: f8a2aa0c user: drh tags: trunk)
2013-08-24
22:33
Report all available CGI environment variables on the test_env page. ... (check-in: f9c2dec2 user: drh tags: trunk)
16:11
Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. ... (check-in: 2e83d0de user: drh tags: trunk)
2013-08-23
20:58
Improved rendering of ascii-art hexadecimal for the captcha. ... (check-in: d3940100 user: drh tags: trunk)