Fossil

Timeline
Login

Timeline

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

36 check-ins using file src/stash.c version 92bb250c

2011-02-28
02:54
Changes to get the "merge" command to process execute permission correctly. Ticket [baf9b6b11e08c1d0]. ... (check-in: 7a4d75fc user: drh tags: exe-permission-fix)
02:44
Further changes trying to get execute permissions right for the "update" command. Ticket [baf9b6b11e08]. ... (check-in: 55bf7a0f 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: b57bc473 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: 081aefde 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: 3c39caac user: drh tags: trunk)
21:08
Merge the --private sync enhancement into the trunk. ... (check-in: 8b8cc4f1 user: drh tags: trunk)
21:03
Fix issues with file-to-file sync. Allow --localauth to enable --private syncing. ... (Closed-Leaf check-in: bbf257dc user: drh tags: private-sync)
17:48
Bug fix: Pull public artifacts when --private is not used. ... (check-in: e3e368c3 user: drh tags: private-sync)
17:27
Add the --private option to the "scrub" command. Add any manifest that includes the "private" tag to the list of private artifacts if it is not there already. ... (check-in: ef1c65a4 user: drh tags: private-sync)
11:51
Private sync now appears to be working in all modes. More testing and fail-safe mechanisms are desired before merging with the trunk. ... (check-in: 1aae2b58 user: drh tags: private-sync)
03:12
Progress on getting private sync to work. Cloning with --private works. Sync also works, but it currently loses the private marker. ... (check-in: 6da5d4ad 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: 4a17f851 user: drh tags: private-sync)
16:57
Adding a new skin option with gradients, shadows, and rounded corners. ... (check-in: babe3fb5 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: 7fcbbb1d 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: 51c3f3b6 user: drh tags: trunk)
17:49
Remove a superfluous ';' from the end of artifact listings. ... (check-in: a48c661d 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: 04665884 user: drh tags: trunk)
16:20
Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. ... (check-in: 7f11789b user: drh tags: trunk)
14:49
Add --vacuum, --wal, and --pagesize options to the "rebuild" command. ... (check-in: e166ea6a user: drh tags: trunk)
14:20
Comment and documentation updates on the tagging mechanism. No substantive code changes. ... (check-in: 80f89e3f 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: e6740e9b 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: f8b3d247 user: drh tags: trunk)
01:13
Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] ... (check-in: 828bf98a 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: f5a9e8e6 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: b8111237 user: drh tags: trunk)
20:00
Reuse prepared statements to make clone run must faster on the server side. ... (check-in: 1f41b042 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: 1b451616 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: 691fccba user: drh tags: trunk)
21:09
Add an --incremental option to the "import" command. ... (check-in: 59ef7cb4 user: drh tags: trunk)
20:59
Tweaks to the "quick start" documentation page. ... (check-in: 6f1cc96f user: drh tags: trunk)
20:30
Do not do automatic login for "fossil server" and "fossil http" and "fossil cgi" unless the --localauth option is used. Continue to do automatic login for 127.0.0.1 connections for "fossil ui", though. Ticket [573727d6d93badc] ... (check-in: f7a3c6de user: drh tags: trunk)
12:18
Fix issues in the graphical merge conflict resolution reported on the mailing list. ... (check-in: 60f09863 user: drh tags: trunk)
2011-02-21
22:26
Added a few more external links to the "Reviews" page. ... (check-in: 184500e4 user: drh tags: trunk)
18:20
Factor the code that outputs line-numbered text into a separate subroutine, for clarity of presentation. ... (check-in: a4d57c6b user: drh tags: trunk)
16:33
Add the ability to use a graphical merging tool to resolve merge conflicts. Even without a configured graphical tool, leave files behind (VCS droppings) that contain the baseline, original, and merged files. ... (check-in: 9b7a6f80 user: drh tags: trunk)
14:21
Infrastructure changes toward adding graphical merging options. ... (check-in: b9abb867 user: drh tags: trunk)