Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around 5ba4439b3146a985.

2010-11-13
12:48
On a "tree checksum does not match repository" error on a commit, go back and do a file-by-file comparison of the repository and the working checkout to try to discover what the problem is. Ticket [a483f0ab3f0d4da0]. (check-in: 64459dd0 user: drh tags: trunk)
02:17
Fixed typo in the help message for the deconstruct command (check-in: f7cf6dd7 user: aku tags: trunk)
02:16
Fixed typos in commit [aa2fdc286c]. (check-in: 8cf380a4 user: aku tags: trunk)
01:56
Refinements to the "sync protocol" document. (check-in: aa2fdc28 user: drh tags: trunk)
2010-11-12
23:27
More typos in the fossil-v-git document. (check-in: a17ed85c user: drh tags: trunk)
22:12
Wait to record the sync password until after the user has actually entered the sync password. Ticket [8b46db87f1bfa942b] (check-in: 328fc92c user: drh tags: trunk)
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. (check-in: a04a6508 user: drh tags: trunk)
20:57
Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. (check-in: 03b53ca4 user: aku tags: trunk)
16:37
Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. (check-in: ceab5371 user: drh tags: trunk)
15:17
A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] (check-in: e0eceb78 user: drh tags: trunk)
00:24
Added documentation on ways to identify a check-in. (check-in: aaf8cfa2 user: drh tags: trunk)
2010-11-11
23:08
Change the name of the special "ckout" tag to "current". Also allow "previous" in addition to "prev" for the parent of the current checkout. (check-in: badb9ff2 user: drh tags: trunk)
22:04
Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". (check-in: 5ea9ad37 user: drh tags: trunk)
21:36
Fix a minor memory leak. (check-in: 3541444d user: drh tags: trunk)
20:33
Further refinements to the Fossil-versus-Git document. (check-in: 8f4d5314 user: drh tags: trunk)
20:01
typo (check-in: 71f71034 user: bch tags: trunk)
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. (check-in: ae0628aa user: drh tags: trunk)
13:36
a stab at fast-import/export support building on the 'import' branch from drh. (Closed-Leaf check-in: 7043db15 user: gcw tags: gcw-fast)
13:36
Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. (check-in: e5a734a1 user: drh tags: trunk)
01:16
Cast strlen() to int when used as a printf() argument. (check-in: 5fa4dfc2 user: drh tags: trunk)
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". (check-in: 6b76effa user: drh tags: trunk)
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
18:23
merge from trunk (check-in: cb75de51 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: 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)
18:52
merge from trunk (check-in: 4a094f46 user: wolfgang tags: StvPrivateHook2)
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)
11:10
makemake.tcl updated to generate valid Makefile.dmc (check-in: 41461906 user: wolfgang tags: StvPrivateHook2)
2010-10-30
20:02
merge from trunk (check-in: 943dbc55 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: f89d953a user: wolfgang tags: trunk)
2010-10-29
21:11
merge from trunk and add sqlite shell to windows make (check-in: 6d334ac9 user: wolfgang tags: StvPrivateHook2)
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
17:41
merge from trunk (Closed-Leaf check-in: e6dce6a1 user: wolfgang tags: StvPrivateHook2 )
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
20:39
added missing dependency in dmc windows make for resource file (check-in: 304c71a0 user: wolfgang tags: StvPrivateHook2 )
20:27
corrections on merge conflict handling for settings help (check-in: 309168a9 user: wolfgang tags: StvPrivateHook2 )
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)
18:04
merge from trunk (check-in: f5740d09 user: wolfgang tags: StvPrivateHook2 )
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)
19:01
merge from trunk (check-in: 4260bc6a user: wolfgang tags: StvPrivateHook2 )
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-24
06:53
add missing; (check-in: e9fcc9af user: Ratte tags: StvPrivateHook2 )
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)
17:02
add privilege check to hook execution (check-in: abd05f29 user: wolfgang tags: StvPrivateHook2 )
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)
07:23
added hook info to sync/push help (check-in: ba5e0344 user: Ratte tags: StvPrivateHook2 )
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)
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. (Closed-Leaf check-in: 3c19422b user: bcsmith tags: ui-improvements)
01:04
Add some explanatory text to the update command to make it easier for new users to learn fossil. (check-in: 858940c6 user: bcsmith tags: ui-improvements)
2010-10-21
23:26
TH1 fossiltag command for accessing tag values.

Has two subcommands: get and list, which do what they sound like. (Closed-Leaf check-in: 413ebeb1 user: bcsmith tags: th1_fossiltag_cmd)

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)
17:01
Improvements to the file format documentation to better describe the new B-card on manifests. (check-in: f56c622b user: drh tags: experimental)
16:26
Fix the check-out mechanism so that it works with delta-manifests. (check-in: 0e326631 user: drh tags: experimental)
14:55
adding flush to system-command, windows needs all buffers flushed before system execution (check-in: a64b48cb user: wolfgang tags: StvPrivateHook2 )
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. (check-in: aa61a65c user: drh tags: experimental)
19:40
some error corrections for force hook (check-in: a94ef5c0 user: wolfgang tags: StvPrivateHook2 )
15:46
added output redirect and client force for hook (check-in: ccef28b5 user: wolfgang tags: StvPrivateHook2 )
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: ec56d8ff user: drh tags: experimental)
16:37
merge from old hook branch (check-in: 9cf288de user: wolfgang tags: StvPrivateHook2 )
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile (Closed-Leaf check-in: f8836874 user: wolfgang tags: wolfgangHelpCmd)
17:33
merge from trunk (check-in: 586b0eb1 user: wolfgang tags: wolfgangHelpCmd)
16:32
Bring over the latest bug fixes from trunk. (check-in: b2175857 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: 7954ccba user: drh tags: trunk)
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. (check-in: ddb975e2 user: drh tags: trunk)
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of argv[0] in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] (check-in: 23a3adac user: drh tags: trunk)
20:37
Refactor the control-artifact parser. (check-in: da9fcdc9 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: 8f41b2fa user: drh tags: trunk)
16:11
merge from trunk (check-in: c1271793 user: wolfgang tags: wolfgangHelpCmd)
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: 59f68585 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: 70365348 user: drh tags: trunk)
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] (check-in: 93984e2d user: drh tags: trunk)
19:23
Additional compiler warning fixes. (check-in: c345445c 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: 2fac8091 user: drh tags: trunk)
18:48
Remove a bunch of unused code. (check-in: 62f8acbe user: drh tags: trunk)
18:41
rename import to addremove (check-in: 7e65c703 user: wolfgang tags: wolfgangHelpCmd)
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: 585360b4 user: drh tags: trunk)
2010-10-13
19:40
added experimental IMPORT command (ticket [e0352240ad]) (check-in: b37d5f25 user: wolfgang tags: wolfgangHelpCmd)
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: c845b287 user: drh tags: trunk)
2010-10-11
15:49
merge from trunk (check-in: c9df9477 user: wolfgang tags: wolfgangHelpCmd)
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: 06c5b3eb user: drh tags: trunk)
13:43
Allow events to be referenced using a prefix of their full event-id. (check-in: f2025072 user: drh tags: trunk)
2010-10-10
19:07
New TH1 command: wikicontent

Placed in its own branch for posterity. (Closed-Leaf check-in: 6916054d user: bcsmith tags: th1_wikicontent_cmd)

16:46
adding help cross references (check-in: c880f092 user: wolfgang tags: wolfgangHelpCmd)
13:38
added cross references for help (check-in: c3bf3c0c user: wolfgang tags: wolfgangHelpCmd)
08:59
added more cross reference (check-in: c2ef3715 user: Ratte tags: wolfgangHelpCmd)
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server (check-in: d1d1cd12 user: wolfgang tags: wolfgangHelpCmd)
17:18
Fix a potential segfault on "fossil pull". Ticket [71439c64b8d6af66f5e34]. (check-in: 26c262cd user: drh tags: trunk)
15:39
merge from trunk (check-in: e1d15514 user: wolfgang tags: wolfgangHelpCmd)
15:34
link the command line help to the gui pages, where appropriate (check-in: a5cd7927 user: wolfgang tags: wolfgangHelpCmd)
13:33
added a gui diff form to enter the UUIDs, branches, .. and add a link to info page (check-in: cee3e081 user: wolfgang tags: wolfgangHelpCmd)
13:04
Add a compile-time option to ignore the control file checksum (for a modest performance increase while parsing control files.) Enhance the test-parse-manifest command to facilitate performance studies. (check-in: 71298828 user: drh tags: trunk)
06:53
added missing help cross references (check-in: 81da2ee3 user: Ratte tags: wolfgangHelpCmd)
2010-10-08
19:55
Rebuild faster by caching the last few manifest parses. (check-in: 0a55d162 user: drh tags: trunk)
19:03
integrated test commands into the reference (check-in: f3f7d9e5 user: wolfgang tags: wolfgangHelpCmd)
17:08
EDITED www/server.wiki fixed formating and created ticket (I don't see the ticket in commit) (check-in: 3f49a849 user: navratil tags: ttmrichter-skins)
15:51
link the new help page to the reference.wiki document (check-in: 47fd0df0 user: wolfgang tags: wolfgangHelpCmd)
15:05
fine tuning the layout of the command line help strings (check-in: c6d18790 user: wolfgang tags: wolfgangHelpCmd)
13:06
merge from trunk (check-in: ff6760ba user: wolfgang tags: wolfgangHelpCmd)
12:56
corrected layout for wrong calls to help web page (check-in: d6e69d6a user: wolfgang tags: wolfgangHelpCmd)
12:42
help page uses detected command, not the given input parameter as header (check-in: 9017bde2 user: wolfgang tags: wolfgangHelpCmd)
12:39
help page linkt to doc files references fossil-scm.org, not the local repository to be usefull in all repositories, not only in clones of fossil (check-in: 47f4866b user: wolfgang tags: wolfgangHelpCmd)
12:32
help overview page uses table layout (check-in: 94741fb6 user: wolfgang tags: wolfgangHelpCmd)
12:18
removed quotes from command cross references and add them in help command (check-in: b3bf08cc user: wolfgang tags: wolfgangHelpCmd)
12:10
shorten command lines to 80 char (check-in: ad29dc11 user: wolfgang tags: wolfgangHelpCmd)
12:02
added cross reference links to command line help in the gui (check-in: b76a547f user: wolfgang tags: wolfgangHelpCmd)
10:59
Obscure the text of the remote-url password so that it is not easily visible using the sqlite3 CLI. (check-in: cfbbad3d user: drh tags: trunk)
2010-10-07
19:17
Merge the "ticket" command into the trunk. (check-in: 2f5d45ec user: drh tags: trunk)
18:46
Merge in recent trunk changes. (Closed-Leaf check-in: 568ead7b user: drh tags: wolfgangTicketCmd)
18:40
Merge in changes from wolfgangFormat2CSS_2, with a few minor corrections. (check-in: b525add4 user: drh tags: trunk)
16:12
merged from trunk (check-in: 09397a62 user: wolfgang tags: wolfgangTicketCmd)
16:09
corrected missaranged lines in tag help (ticket [0cb89f4c72]) (check-in: 8041eab3 user: wolfgang tags: wolfgangTicketCmd)
16:04
merged from trunk (Closed-Leaf check-in: 2502567f user: wolfgang tags: wolfgangFormat2CSS_2)
15:57
add success message to fossil ticket add/set (check-in: e00f13dc user: wolfgang tags: wolfgangTicketCmd)