Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants and 50 ancestors of ff79f97a072ee1c1
|
2010-11-08
| ||
| 23:01 | remove hook command to be compatible with other hook designs ... (check-in: a06121740a user: wolfgang tags: StvPrivateHook2) | |
| 20:07 | Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd4f user: drh tags: experimental) | |
| 20:04 | merge from trunk ... (check-in: 1e801695d3 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: 696668aa4e user: drh tags: trunk) | |
| 19:31 | Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89b5 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: f98114c9e4 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: 2d1a03736a 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: b3fd32f925 user: drh tags: experimental) | |
| 15:33 | Fix a typo in an error message in the merge logic. ... (check-in: 370a89c832 user: drh tags: trunk) | |
| 15:13 | Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce4e user: drh tags: trunk) | |
| 06:15 | Remove stray debug fprintf. ... (check-in: 69e81b0260 user: venkat tags: venks-emacs) | |
| 06:13 | Fossil update -n -v current on root dir now prints all files (printed none before). ... (check-in: cbce3e2f7c 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: b6bb1ee725 user: venkat tags: venks-emacs) | |
| 04:52 | merge with trunk ... (check-in: c18bbf69eb user: venkat tags: venks-emacs) | |
| 00:40 | Merge in changes from the venks-emacs branch. ... (check-in: c01e3c1794 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: eea8810b21 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: 5478f444c5 user: drh tags: trunk) | |
| 23:51 | Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d270 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: 2a86bb65aa user: venkat tags: venks-emacs) | |
| 18:48 | Fix alphabetical missort. ... (check-in: d156b68672 user: venkat tags: venks-emacs) | |
| 18:42 | Send the right mime-type for svg files [2e088c5815] ... (check-in: 151a2104ae user: venkat tags: venks-emacs) | |
| 10:23 | Merge from trunk. ... (Closed-Leaf check-in: 1a6876db8d user: michael tags: ttmrichter-skins) | |
| 10:13 | merge from trunk ... (check-in: 8050311dd5 user: wolfgang tags: StvPrivateHook2) | |
| 08:16 | Create new branch named "venks-emacs" ... (check-in: e8d231aaf3 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: 6a11af1782 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: d9880a8003 user: drh tags: trunk) | |
| 19:08 | merge from trunk ... (check-in: e5fe4164f7 user: wolfgang tags: StvPrivateHook2) | |
| 19:04 | Add the -R option to the ticket command. ... (check-in: 6dd81a542a user: wolfgang tags: trunk) | |
| 16:57 | merge from trunk ... (check-in: 3ea66260b5 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: a921be7b51 user: drh tags: trunk) | |
| 13:52 | Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c43185 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: dcf839e4a6 user: drh tags: trunk) | |
| 19:24 | Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c4b user: drh tags: trunk) | |
|
2010-11-03
| ||
| 12:14 | Updates to the help text for the "commit" command. ... (check-in: 098e363301 user: drh tags: trunk) | |
|
2010-11-02
| ||
| 18:23 | merge from trunk ... (check-in: cb75de51b5 user: wolfgang tags: StvPrivateHook2) | |
| 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: 24636f7057 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: bd68e4172d user: drh tags: trunk) | |
| 23:38 | Fix a possible redirect loop. ... (check-in: f4033ec09e user: drh tags: trunk) | |
| 18:52 | merge from trunk ... (check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2) | |
| 14:23 | Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799e4 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: 4e1241f323 user: drh tags: trunk) | |
| 11:10 | makemake.tcl updated to generate valid Makefile.dmc ... (check-in: 4146190600 user: wolfgang tags: StvPrivateHook2) | |
|
2010-10-30
| ||
| 20:02 | merge from trunk ... (check-in: 943dbc556d user: wolfgang tags: StvPrivateHook2) | |
| 19:05 | applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file ... (check-in: f89d953a06 user: wolfgang tags: trunk) | |
|
2010-10-29
| ||
| 21:11 | merge from trunk and add sqlite shell to windows make ... (check-in: 6d334ac9ed user: wolfgang tags: StvPrivateHook2) | |
| 19:06 | Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318d2 user: drh tags: trunk) | |
| 18:06 | Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] ... (check-in: 067a90a903 user: drh tags: trunk) | |
|
2010-10-28
| ||
| 17:41 | merge from trunk ... (Closed-Leaf check-in: e6dce6a16a user: wolfgang tags: StvPrivateHook2 ) | |
| 14:41 | Fix a few harmless compiler warnings. ... (check-in: d03718ad5f user: drh tags: trunk) | |
| 14:03 | New higher-performance clone algorithm merged in from the experimental branch. ... (check-in: fda9b15cfc user: drh tags: trunk) | |
|
2010-10-27
| ||
| 19:56 | Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a07 user: drh tags: trunk) | |
| 11:54 | Use delta encoding between baseline manifests separated by delta manifests. ... (check-in: e21ca81e1a user: drh tags: trunk) | |
|
2010-10-26
| ||
| 21:37 | Add better usage and help to the "artifact" command. ... (check-in: 57347e6ee8 user: drh tags: trunk) | |
| 21:31 | Update the makefile to enable USE_PREAD on the BSDs. ... (check-in: b84b954fe0 user: drh tags: trunk) | |
| 18:37 | Change the test-parse-manifest command so that it does not require a repository. ... (check-in: 5277d53da7 user: drh tags: trunk) | |
| 18:29 | Change the "artifact" command to accept the -R or --repository command-line options. Ticket [d3ab7965c636275e51]. ... (check-in: d6e21fddd3 user: drh tags: trunk) | |
| 12:51 | Merge the delta-manifest enhancement into the trunk. ... (check-in: d13054ce84 user: drh tags: trunk) | |
|
2010-10-25
| ||
| 21:47 | Improvements and minor bug fixes in "browse" processing. ... (Closed-Leaf check-in: b27d50b421 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: 6c8ed4e147 user: drh tags: experimental) | |
| 20:10 | Remove an processing-order dependency from the rebuild command. ... (check-in: 3770d89f32 user: drh tags: experimental) | |
| 17:21 | Fix bugs in the handling of deleted and added files on delta manifests. ... (check-in: 05b152aedf user: drh tags: experimental) | |
| 13:52 | Redesign the control-artifact and manifest parser to run faster. ... (check-in: fa0ea2c3fa user: drh tags: experimental) | |
| 11:12 | Bug fix in the manifest parser. ... (check-in: d10f5e9fee user: drh tags: experimental) | |
| 00:55 | Further performance enchancements for browsing. We could still do better, but the current seems fast enough. ... (check-in: ee1cc2bfe4 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: 4389b36f4f 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: 8175b57923 user: drh tags: experimental) | |
| 19:43 | Transmit the "manifest" setting as part of project configuration. ... (check-in: d57f3c7775 user: drh tags: experimental) | |
| 14:19 | MD5 optimization for x86_64. ... (check-in: df5a8bf0d4 user: drh tags: experimental) | |
| 12:58 | Additional performance enhancements. ... (check-in: 6caba36de5 user: drh tags: experimental) | |
| 02:51 | Simplification to the delta checksum algorithm. Trying to make it run faster. ... (check-in: 4c1bcf6f6a 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: bcf601a649 user: drh tags: experimental) | |
|
2010-10-22
| ||
| 14:48 | Use a faster tokenizer on manifests to reduce rebuild times by about 5%. ... (check-in: 121ed7c882 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: a69356ae1f 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: fa9dfc34e5 user: drh tags: experimental) | |
| 20:08 | Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. ... (check-in: f8f175cf22 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: b08fce49e1 user: drh tags: experimental) | |
| 14:00 | Better algorithm for deciding when to use a delta-manifest on a check-in. ... (check-in: 7c244251b0 user: drh tags: experimental) | |
|
2010-10-20
| ||
| 12:31 | Fix a bug in the Files browsing logic. ... (check-in: 85e1e3d4a1 user: drh tags: experimental) | |
|
2010-10-19
| ||
| 23:50 | Bug fix in the new delta-manifest generator logic. ... (check-in: 068b182358 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: 9ea47d4953 user: drh tags: experimental) | |
| 17:57 | Fix a typo in the file format documentation. ... (check-in: 0f3086bee7 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: 2f3b9bd3c5 user: drh tags: experimental) | |
| 17:01 | Improvements to the file format documentation to better describe the new B-card on manifests. ... (check-in: f56c622b7a user: drh tags: experimental) | |
| 16:26 | Fix the check-out mechanism so that it works with delta-manifests. ... (check-in: 0e326631fe user: drh tags: experimental) | |
|
2010-10-18
| ||
| 22:34 | Rework manifest parsing in order to process delta-manifests correctly. ... (check-in: aa61a65c18 user: drh tags: experimental) | |
|
2010-10-17
| ||
| 17:25 | Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. ... (check-in: ec56d8ff58 user: drh tags: experimental) | |
|
2010-10-16
| ||
| 16:32 | Bring over the latest bug fixes from trunk. ... (check-in: b2175857cc user: drh tags: experimental) | |
| 16:24 | Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] ... (check-in: 7954ccba68 user: drh tags: trunk) | |
| 12:13 | Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. ... (check-in: ddb975e2be user: drh tags: trunk) | |
|
2010-10-15
| ||
| 22:41 | On windows, use the global variable _pgmptr instead of <nowiki>argv[0]</nowiki> in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] ... (check-in: 23a3adac39 user: drh tags: trunk) | |
| 20:37 | Refactor the control-artifact parser. ... (check-in: da9fcdc95a user: drh tags: experimental) | |
| 17:13 | Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. ... (check-in: 8f41b2fa75 user: drh tags: trunk) | |
| 13:55 | On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. ... (check-in: 59f685856b user: drh tags: trunk) | |
|
2010-10-14
| ||
| 20:28 | Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] ... (check-in: 703653489e user: drh tags: trunk) | |
| 19:48 | Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] ... (check-in: 93984e2d86 user: drh tags: trunk) | |
| 19:23 | Additional compiler warning fixes. ... (check-in: c345445cad user: drh tags: trunk) | |
| 19:14 | Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. ... (check-in: 2fac809165 user: drh tags: trunk) | |
| 18:48 | Remove a bunch of unused code. ... (check-in: 62f8acbe73 user: drh tags: trunk) | |
| 18:38 | Work towards including full text of deleted and added files in a diff when the -N or --new-file option is used. Ticket [e90d38c2054e9b44792eb] ... (check-in: 585360b47d user: drh tags: trunk) | |
|
2010-10-12
| ||
| 21:42 | Fix the default Makefile so that it works out-of-the-box on Linux, MacOSX, NetBSD, and Solaris. ... (check-in: c845b28714 user: drh tags: trunk) | |
|
2010-10-11
| ||
| 14:20 | Fix the /debug_tktnew and /debug_tktedit methods so that the do not really create a new ticket artifact. Ticket [474b0bd4f991dd60d7d9bb]. ... (check-in: 06c5b3eb6d user: drh tags: trunk) | |