Fossil

Timeline
Login

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

50 descendants and 50 ancestors of dcf839e4a6cd787eda162f5d8b803850cf714f99

2010-11-10
20:56
Improved handling of branches and tags in the "fossil import" command. ... (check-in: b2f63751 user: drh tags: trunk)
19:11
Allow a manifest to have no F-cards. ... (check-in: 6f8cd72b user: drh tags: trunk)
18:44
Drop the temporary time_fudge table once we are done with it. ... (check-in: 172e16ae user: drh tags: trunk)
18:42
Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. ... (check-in: 0ba2c86d user: drh tags: trunk)
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. ... (check-in: ef68b044 user: drh tags: trunk)
01:43
Tweak check-in times slightly so that parents always come before their children. ... (check-in: 0e87f427 user: drh tags: trunk)
00:43
The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. ... (check-in: 6c827ff0 user: drh tags: trunk)
2010-11-09
18:15
Partial implementation of the "fossil import" command. It is incomplete and does not work. ... (check-in: ba837f5e user: drh tags: trunk)
17:51
Merge in the latest changes from venks-emacs. ... (check-in: 7d2d1d32 user: drh tags: trunk)
17:37
Merge with trunk ... (check-in: 96c0c68a user: venkat tags: venks-emacs)
13:52
Make "init" an alias for "new". ... (check-in: 21880ca1 user: drh tags: trunk)
11:59
The "export" command now exports tags. ... (check-in: 06bc2fb7 user: drh tags: trunk)
11:05
Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. ... (check-in: 0f024d3e user: drh tags: trunk)
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6 user: drh tags: trunk)
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. ... (check-in: 134f5b37 user: drh tags: trunk)
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49 user: ron tags: trunk)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2 user: drh tags: StvPrivateHook2)
01:06
Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. ... (check-in: a9407bc8 user: venkat tags: venks-emacs)
2010-11-08
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d4 user: drh tags: experimental)
23:01
remove hook command to be compatible with other hook designs ... (check-in: a0612174 user: wolfgang tags: StvPrivateHook2)
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd user: drh tags: experimental)
20:04
merge from trunk ... (check-in: 1e801695 user: wolfgang tags: StvPrivateHook2)
20:01
Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. ... (check-in: 696668aa user: drh tags: trunk)
19:31
Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89 user: drh tags: trunk)
19:23
Fix a corner-case in file_tree_name() - specifically when the input is the name of the root of the local tree, return ".". ... (check-in: f98114c9 user: drh tags: trunk)
19:02
When the "update" command has a FILES argument which is the top-level directory, that is the same as having no FILES argument at all. In other words, all files are updated. ... (check-in: 2d1a0373 user: drh tags: trunk)
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. ... (check-in: b3fd32f9 user: drh tags: experimental)
15:33
Fix a typo in an error message in the merge logic. ... (check-in: 370a89c8 user: drh tags: trunk)
15:13
Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce user: drh tags: trunk)
06:15
Remove stray debug fprintf. ... (check-in: 69e81b02 user: venkat tags: venks-emacs)
06:13
Fossil update -n -v current on root dir now prints all files (printed none before). ... (check-in: cbce3e2f user: venkat tags: venks-emacs)
05:23
Allow fossil update -n -v current to be used on the root directory (aborted with "outside of checkout tree" error before). ... (check-in: b6bb1ee7 user: venkat tags: venks-emacs)
04:52
merge with trunk ... (check-in: c18bbf69 user: venkat tags: venks-emacs)
00:40
Merge in changes from the venks-emacs branch. ... (check-in: c01e3c17 user: drh tags: trunk)
2010-11-07
23:56
Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. ... (check-in: eea8810b user: drh tags: trunk)
23:54
Use the correct mimetype for the logo, even if the mimetype is not image/gif. Ticket [11209555c90f3b61e4]. ... (check-in: 5478f444 user: drh tags: trunk)
23:51
Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d2 user: drh tags: trunk)
21:11
Patches to file.c (for mingw is_dir), finfo.c (various utilities), and update.c (for verbose/nochange), to allow integration into Emacs and IDEs. ... (check-in: 2a86bb65 user: venkat tags: venks-emacs)
18:48
Fix alphabetical missort. ... (check-in: d156b686 user: venkat tags: venks-emacs)
18:42
Send the right mime-type for svg files [2e088c5815] ... (check-in: 151a2104 user: venkat tags: venks-emacs)
10:23
Merge from trunk. ... (Closed-Leaf check-in: 1a6876db user: michael tags: ttmrichter-skins)
10:13
merge from trunk ... (check-in: 8050311d user: wolfgang tags: StvPrivateHook2)
08:16
Create new branch named "venks-emacs" ... (check-in: e8d231aa user: venkat tags: venks-emacs)
2010-11-06
23:59
Add an undocumented --noverify option to the rebuild command to skip the verify_before_commit() sanity check. ... (check-in: 6a11af17 user: drh tags: trunk)
21:04
Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. ... (check-in: d9880a80 user: drh tags: trunk)
19:08
merge from trunk ... (check-in: e5fe4164 user: wolfgang tags: StvPrivateHook2)
19:04
Add the -R option to the ticket command. ... (check-in: 6dd81a54 user: wolfgang tags: trunk)
16:57
merge from trunk ... (check-in: 3ea66260 user: wolfgang tags: StvPrivateHook2)
14:04
Fix the sync logic so that it is able to clone against the canonical fossil repository with its implied redirect. ... (check-in: a921be7b user: drh tags: trunk)
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c431 user: drh tags: trunk)
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] ... (check-in: dcf839e4 user: drh tags: trunk)
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c user: drh tags: trunk)
2010-11-03
12:14
Updates to the help text for the "commit" command. ... (check-in: 098e3633 user: drh tags: trunk)
2010-11-02
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (check-in: 24636f70 user: drh tags: trunk)
2010-11-01
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. ... (check-in: bd68e417 user: drh tags: trunk)
23:38
Fix a possible redirect loop. ... (check-in: f4033ec0 user: drh tags: trunk)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799 user: drh tags: trunk, release)
2010-10-31
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f3 user: drh tags: trunk)
2010-10-30
19:05
applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file ... (check-in: f89d953a user: wolfgang tags: trunk)
2010-10-29
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318 user: drh tags: trunk)
18:06
Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] ... (check-in: 067a90a9 user: drh tags: trunk)
2010-10-28
14:41
Fix a few harmless compiler warnings. ... (check-in: d03718ad user: drh tags: trunk)
14:03
New higher-performance clone algorithm merged in from the experimental branch. ... (check-in: fda9b15c user: drh tags: trunk)
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3 user: drh tags: experimental)
13:07
Reduce the amount of processing in between when a server timestamp is generated and when it is evaluated for time skew by the client - to reduce the risk of detecting time skew simply due to a slow disk. ... (check-in: a4cdf8d2 user: drh tags: experimental)
03:41
Fix the termination condition for the clone client so that it does not stop transferring before all the artifacts have been sent. ... (check-in: 0bb7d7b8 user: drh tags: experimental)
01:58
Do not attempt to process a delta-manifest if its baseline-manifest is a phantom. Defer processing until the phantom is resolved. ... (check-in: b073039b user: drh tags: experimental)
2010-10-27
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a user: drh tags: trunk)
19:17
Do not allow clusters larger than about 900 entries. ... (check-in: 06475b2e user: drh tags: experimental)
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b user: drh tags: experimental)
11:54
Use delta encoding between baseline manifests separated by delta manifests. ... (check-in: e21ca81e user: drh tags: trunk)
2010-10-26
21:37
Add better usage and help to the "artifact" command. ... (check-in: 57347e6e user: drh tags: trunk)
21:31
Update the makefile to enable USE_PREAD on the BSDs. ... (check-in: b84b954f user: drh tags: trunk)
18:37
Change the test-parse-manifest command so that it does not require a repository. ... (check-in: 5277d53d user: drh tags: trunk)
18:29
Change the "artifact" command to accept the -R or --repository command-line options. Ticket [d3ab7965c636275e51]. ... (check-in: d6e21fdd user: drh tags: trunk)
12:51
Merge the delta-manifest enhancement into the trunk. ... (check-in: d13054ce user: drh tags: trunk)
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. ... (Closed-Leaf check-in: b27d50b4 user: drh tags: experimental)
21:16
The "fossil revert" command now clears merge history. Less frequent status output on rebuild. The FOSSIL_OMIT_DELTA_CKSUM_TEST compile-time option is available. ... (check-in: 6c8ed4e1 user: drh tags: experimental)
20:10
Remove an processing-order dependency from the rebuild command. ... (check-in: 3770d89f user: drh tags: experimental)
17:21
Fix bugs in the handling of deleted and added files on delta manifests. ... (check-in: 05b152ae user: drh tags: experimental)
13:52
Redesign the control-artifact and manifest parser to run faster. ... (check-in: fa0ea2c3 user: drh tags: experimental)
11:12
Bug fix in the manifest parser. ... (check-in: d10f5e9f user: drh tags: experimental)
00:55
Further performance enchancements for browsing. We could still do better, but the current seems fast enough. ... (check-in: ee1cc2bf user: drh tags: experimental)
00:33
Performance improvement when browsing repositories with many files. This is an temporary fix - we can do much better. ... (check-in: 4389b36f user: drh tags: experimental)
2010-10-23
20:24
Create or delete the manifest and manifest.uuid files when turning the manifest setting on and off. ... (check-in: 8175b579 user: drh tags: experimental)
19:43
Transmit the "manifest" setting as part of project configuration. ... (check-in: d57f3c77 user: drh tags: experimental)
14:19
MD5 optimization for x86_64. ... (check-in: df5a8bf0 user: drh tags: experimental)
12:58
Additional performance enhancements. ... (check-in: 6caba36d user: drh tags: experimental)
02:51
Simplification to the delta checksum algorithm. Trying to make it run faster. ... (check-in: 4c1bcf6f user: drh tags: experimental)
02:17
Rework the manifest cache so that it is more effective on repositories with large numbers of delta-manifests. ... (check-in: bcf601a6 user: drh tags: experimental)
2010-10-22
14:48
Use a faster tokenizer on manifests to reduce rebuild times by about 5%. ... (check-in: 121ed7c8 user: drh tags: experimental)
13:05
Change the "commit" command so that it will not create the first delta-manifest in a repository unless the --delta option is used. ... (check-in: a69356ae user: drh tags: experimental)
2010-10-21
20:54
Fix the new SHA1 checksum module so that it does not overwrite its input. ... (check-in: fa9dfc34 user: drh tags: experimental)
20:08
Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. ... (check-in: f8f175cf user: drh tags: experimental)
15:42
Clarification of the comment that describes the algorithm used to choose between a baseline manifest and a delta manifest upon checkin. No changes to code. ... (check-in: b08fce49 user: drh tags: experimental)
14:00
Better algorithm for deciding when to use a delta-manifest on a check-in. ... (check-in: 7c244251 user: drh tags: experimental)
2010-10-20
12:31
Fix a bug in the Files browsing logic. ... (check-in: 85e1e3d4 user: drh tags: experimental)
2010-10-19
23:50
Bug fix in the new delta-manifest generator logic. ... (check-in: 068b1823 user: drh tags: experimental)
20:27
Automatically generate delta-manifests on check-in if the delta-manifest is smaller than 1/125th of the baseline-manifest. ... (check-in: 9ea47d49 user: drh tags: experimental)
17:57
Fix a typo in the file format documentation. ... (check-in: 0f3086be user: drh tags: experimental)
17:54
Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. ... (check-in: 2f3b9bd3 user: drh tags: experimental)