Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "c97c6aa45f88facf" occurring around c97c6aa45f88facf.
2011-03-03
| ||
16:48 | Update the homepage to make it clearer that the Fossil website is just a running instance of Fossil. ... (check-in: 9415b3fe8e user: drh tags: trunk) | |
15:48 | More tweaks to the gradient skin. ... (check-in: ad4cc21b7f user: drh tags: trunk) | |
15:22 | Adjust the text and font-size of the header on the homepage and on the download page. ... (check-in: e6a29e0057 user: drh tags: trunk) | |
14:12 | Add an executive summary sidebar to the Check-in Names documentation page. ... (check-in: a022a51a60 user: drh tags: trunk) | |
13:56 | Additional tweaks to the download page generator. ... (check-in: 9ad77bd96b user: drh tags: trunk) | |
13:46 | Fixes to the "gradient" skin - now used by Fossil itself. ... (check-in: c2c7af5302 user: drh tags: trunk) | |
13:39 | Updates to the homepage (move the "Download" link first) and improvements to the download page generator. ... (check-in: 7834ca9133 user: drh tags: trunk) | |
13:12 | Change the title on the homepage. ... (check-in: e29e5e4bc8 user: drh tags: trunk) | |
01:10 | When doing a clone with a username, ask for the password early. Do not wait for the first round-trip since that round-trip might take a long time on a slow connection. ... (check-in: cc31b46349 user: drh tags: trunk) | |
2011-03-02
| ||
22:49 | Be more forgiving of time skew when transferring large packets over slow networks. Ticket [25d3f8d5641deed] ... (check-in: 139c7e52e2 user: drh tags: trunk) | |
19:38 | Fix typo in the contribute.wiki page. ... (check-in: 6e18150e49 user: drh tags: trunk) | |
2011-03-01
| ||
22:23 | Update the built-in version of SQLite to the lastest in the stable trunk version. ... (check-in: 4cd9309c50 user: drh tags: trunk) | |
22:14 | Do not build clusters following an incremental import. ... (check-in: 769e3d8e56 user: drh tags: trunk) | |
22:07 | Fix merge so that it does not segfault when merging text files that do not end in \n and yet have changes at the very end. Ticket [c43d2d9477c2d59a]. ... (check-in: e2122bd620 user: drh tags: trunk) | |
19:04 | Treat whitespace at the end of lines as significant during a merge. ... (check-in: 1d93222627 user: drh tags: trunk, release) | |
17:45 | Fix the content_deltify() routine to always return an integer value. This fixes an error in the previous check-in (the --compress checkin). Also fix a help comment on the test-3-way-merge command. ... (check-in: 60c2feea08 user: drh tags: trunk) | |
13:20 | New --compress option to "rebuild" causes more agressive delta compression which can result in a 30% or better size reduction in the database file, with corresponding speedup of cloning. ... (check-in: 301700a224 user: drh tags: trunk) | |
02:11 | Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit. ... (check-in: a668e2ad73 user: drh tags: trunk) | |
01:00 | New download.html generator script that allows for release notes to be inserted with each build. ... (check-in: 3c657e8e0c user: drh tags: trunk) | |
00:26 | Speculative changes to the Makefile.dmc and Makefile.msc. I have no way of testing these changes. ... (check-in: a22a666349 user: drh tags: trunk) | |
2011-02-28
| ||
23:50 | Use "sqlite3_int64" instead of "long long int" for compatibility with compilers that do not support long long. ... (check-in: e0073f431c user: drh tags: trunk) | |
23:35 | Mingw makefile changes from Mark Janssen. ... (check-in: 36e3ab4c42 user: drh tags: trunk) | |
19:30 | Cause a merge with --baseline to record the mergepoint rather than ignore it. ... (check-in: e1ff6c0e35 user: drh tags: trunk) | |
15:10 | Fix a typo in the new "Private Branches" document. ... (check-in: 9e5c37ed46 user: drh tags: trunk) | |
15:01 | Add documentation on the private branch sync feature. ... (check-in: c97c6aa45f user: drh tags: trunk) | |
14:18 | All of the execute permission bit handling appears to be working now, though beta testing would be good. Ticket [baf9b6b11e08c1]. ... (check-in: 3ad119b703 user: drh tags: trunk) | |
13:26 | Fix the "revert" command so that it distinguishes between files that were added versus files imported by merge. Added files are not unlinked. Ticket [baf9b6b11e08c1]. ... (Closed-Leaf check-in: 157eed29f4 user: drh tags: exe-permission-fix) | |
2011-02-27
| ||
23:31 | Change the ZIP file generator so that it sets the execute bit approprately. Ticket [baf9b6b11e08c1d]. ... (check-in: b57bc473b0 user: drh tags: trunk) | |
22:22 | Untested changes trying to get execute permission to be set correctly following "update", "merge", "stash", etc. Ticket [baf9b6b11e08c1d]. This is a big mess and is going to take some time to get right. ... (check-in: 081aefde56 user: drh tags: exe-permission-fix) | |
21:45 | Fix the "revert" command so that it restores the correct execute permission to the file. Ticket [baf9b6b11e08c1] ... (check-in: 3c39caac39 user: drh tags: trunk) | |
21:08 | Merge the --private sync enhancement into the trunk. ... (check-in: 8b8cc4f1b7 user: drh tags: trunk) | |
21:03 | Fix issues with file-to-file sync. Allow --localauth to enable --private syncing. ... (Closed-Leaf check-in: bbf257dc9e user: drh tags: private-sync) | |
2011-02-26
| ||
21:49 | First cut at code to enable syncing private branches. Code compiles but is otherwise untested. The "x" privilege is required on the server in order to sync privately. ... (check-in: 4a17f85182 user: drh tags: private-sync) | |
16:57 | Adding a new skin option with gradients, shadows, and rounded corners. ... (check-in: babe3fb52a user: drh tags: trunk) | |
15:32 | Extend the file format for manifests to include the Q-card for recording cherry-picks. Parse and ignore these cards for now. ... (check-in: 7fcbbb1da0 user: drh tags: trunk) | |
2011-02-25
| ||
17:59 | Update the file format documentation to make it clear that a Z-card is required on all artifacts. ... (check-in: 51c3f3b670 user: drh tags: trunk) | |
17:49 | Remove a superfluous ';' from the end of artifact listings. ... (check-in: a48c661d9a user: drh tags: trunk) | |
17:40 | Add the new crnl-glob setting which defines files for which it is OK to have CRNL line endings. Windows projects on which this is preferred can set the crnl-glob pattern to '*'. ... (check-in: 046658848c user: drh tags: trunk) | |
16:20 | Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. ... (check-in: 7f11789bf1 user: drh tags: trunk) | |
14:49 | Add --vacuum, --wal, and --pagesize options to the "rebuild" command. ... (check-in: e166ea6aeb user: drh tags: trunk) | |
14:20 | Comment and documentation updates on the tagging mechanism. No substantive code changes. ... (check-in: 80f89e3feb user: drh tags: trunk) | |
01:27 | Another schema tweak to go with the previous check-in. This one will require a rebuild in order to use the new "parent" tag. But that functionality has not been installed, so there is no need to rebuild yet. ... (check-in: e6740e9bad user: drh tags: trunk) | |
01:19 | Modify the schema to allow additional space for hard-coded tag-ids. Updating to this version requires a "rebuild". ... (check-in: f8b3d24759 user: drh tags: trunk) | |
01:13 | Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] ... (check-in: 828bf98aff user: drh tags: trunk) | |
2011-02-24
| ||
23:41 | Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. ... (check-in: f5a9e8e61e user: drh tags: trunk) | |
23:26 | Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. ... (check-in: b81112371c user: drh tags: trunk) | |
20:00 | Reuse prepared statements to make clone run must faster on the server side. ... (check-in: 1f41b0421d user: drh tags: trunk) | |
17:11 | Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (check-in: 1b4516168d user: drh tags: trunk) | |
2011-02-22
| ||
21:14 | Do not print extraneous text about project-id and admin-user at the end of an incremental import. ... (check-in: 691fccbaf7 user: drh tags: trunk) | |
21:09 | Add an --incremental option to the "import" command. ... (check-in: 59ef7cb40c user: drh tags: trunk) | |