Fossil

Timeline
Login

Timeline

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

695 check-ins using file src/comformat.c version 8591c01b2b

2011-05-24
07:27
Extended the online help for the commit, close, configure, clone and checkout commands ... (check-in: 7df226540d user: Arjen Markus tags: arjen-doc-updates)
2011-05-19
11:48
Change the small logo to 72x72 pixels. ... (check-in: 5267731a85 user: drh tags: trunk)
00:03
Make update -verbose print even when there's no update required ... (check-in: acfbfe0dd3 user: venkat tags: venks-emacs)
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. ... (check-in: dcfa88bd46 user: drh tags: trunk)
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. ... (check-in: 91d648426a user: drh tags: trunk)
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. ... (check-in: b75bb1dc16 user: drh tags: trunk)
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. ... (check-in: ec093ff275 user: drh tags: trunk)
2011-05-13
15:25
This is the correct fix for the blog-timeline problem. ... (check-in: 9b26d1e9a2 user: drh tags: trunk)
15:14
Yet another fix for the blob-timeline problem. The previous two did not quite finish the job. ... (check-in: bc37d1c5a4 user: drh tags: trunk)
15:03
A better fix for the missing blog-entry on timeline problem. ... (check-in: 57b676f1f1 user: drh tags: trunk)
14:55
Fix a floating-point comparison error that can cause blob entries to be omitted from the timeline. ... (check-in: 25ae319b84 user: drh tags: trunk)
14:01
Use \r\n after Proxy-Authorization in HTTP headers. Ticket [da3fef0b21c37d] ... (check-in: 1b823e1276 user: drh tags: trunk)
13:42
A better way to keep the size of the content cache under control. ... (check-in: 6a714fc036 user: drh tags: trunk)
09:57
Be more aggressive about keeping the size of the content cache under control. ... (check-in: cf24da6941 user: drh tags: trunk)
2011-05-12
14:56
Release ... (check-in: d8221b9863 user: drh tags: trunk, release)
14:17
Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. ... (check-in: 0613db18be user: drh tags: trunk)
14:04
Initialize the output buffer for blob_compress prior to invoking zlib in order to avoid valgrind warnings about reading uninitialized memory. ... (check-in: c9bb729d5d user: drh tags: trunk)
12:02
Change fossil_malloc() so that it does not report "out of memory" when allocating zero bytes. ... (check-in: 6b382b0818 user: drh tags: trunk)
01:08
Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. ... (check-in: dcc68b46b2 user: drh tags: trunk)
00:40
Futher improments to the display of individual file timeline graphs. ... (check-in: 64aa186ae4 user: drh tags: trunk)
00:02
Add the a=, b=, and n= query parameters to the finfo web method. Show all duplicate entries in a timeline in the right-most rail. ... (check-in: cbc84ad65c user: drh tags: trunk)
2011-05-11
21:43
Add the --filevers option to the "annotate" command and the "filevers" query parameter to the "annotate" web method. This was used to help analyze the problem described by ticket [f91862eed367] ... (check-in: c8f10e551e user: drh tags: trunk)
2011-05-09
12:57
Accept either "on" or "ON" as the value of the HTTPS environment variable. Ticket [e95f7c93370be8c86] ... (check-in: 2d92db7ebf user: drh tags: trunk)
12:55
Use a combination of $HOMEDRIVE$HOMEPATH instead of just $HOMEPATH when searching for the home directory on windows. Ticket [44002a7760cf5406] ... (check-in: 3715b5d245 user: drh tags: trunk)
12:44
Fix an issue with inherited capabilities in the subrepo mechanism. ... (check-in: 3bd2de4c92 user: drh tags: trunk)
12:26
Add lines describing the login to the /test_env page. ... (check-in: c53fbe5d41 user: drh tags: trunk)
2011-05-06
16:44
Show the artifact numbers on the From and To of a file diff. ... (check-in: 9a63d1f048 user: drh tags: trunk)
16:32
Improvements to the annotation algorithm so that if a line changes from X to Y then back to X, the annotation shows the second X not the first. Ticket [f0f9aff371f26] ... (check-in: 73c38a3add user: drh tags: trunk)
14:36
Add --limit and --log options to the "annotate" command and corresponding query parameters to the web annotation interface. Part of the investigation of ticket [f0f9aff371f26b4] ... (check-in: bd36723c3d user: drh tags: trunk)
13:13
Fix a bug in the sub-repository detection logic. Ticket [b733bba0b7319ef2]. ... (check-in: e56a4ec3ad user: drh tags: trunk)
2011-05-04
13:56
When listing closed branches, only show a branch if every leaf of that branch is closed. ... (check-in: 74c86dd1da user: drh tags: trunk)
2011-05-03
13:37
Enable Basic Authorization during sync operations by prepending a single "#" to the password. ... (check-in: c1506adbf7 user: drh tags: trunk)
2011-05-02
14:37
Corrections to the multi-repository server documentation. Ticket [72c7d223d5258]. ... (check-in: b951baa5c9 user: drh tags: trunk)
14:29
Automatically delete the _FOSSIL_ file after a failed open. Ticket [d299fb9842d6bc] ... (check-in: 0aee050f32 user: drh tags: trunk)
13:09
Avoid using the %lld printf conversion since windows does not support it. ... (check-in: be467e9328 user: drh tags: trunk)
2011-04-27
19:58
Update the built-in SQLite to the lastest snapshot from the trunk. This fixes an over-aggressive error report on windows which should fix ticket [4108dfd6b717f1] here in Fossil. ... (check-in: 2a8ff5bff4 user: drh tags: trunk)
16:07
Update to the latest SQLite snapshot that exposes the UTF8 to MBCS conversion routine in the windows driver to applications. ... (check-in: 989fc1f2b6 user: drh tags: trunk)
14:36
Change the warning prompt for CR/NL in check-in from (y/n/a) to (yes/no/all). Ticket [7eab65a85880a10cc] ... (check-in: e3efeb6f29 user: drh tags: trunk)
14:23
Commands that recursively descend through directory hierarchies (such as "fossil extra", "fossil clean", or "fossil addremove") will now ignore nested checkouts. Ticket [b49849a350d040bc]. ... (check-in: 53aef2dee1 user: drh tags: trunk)
02:10
Merge in the config-sync changes. This is a major schema change and definitely requires a "fossil rebuild". Note that the schema upgrade is irreversible and so you should be certain you want to continue with the new schema before you upgrade. ... (check-in: 1654456ef5 user: drh tags: trunk)
02:05
Fix an issue with the --legacy option to configuration pull. ... (Closed-Leaf check-in: 940faaa37e user: drh tags: config-sync)
01:40
Fix an out-of-order local variable declaration. Ticket [a659e233cd79a0d]. ... (check-in: 7b45d101dd user: drh tags: config-sync)
01:35
Further minor tweaks to configuration sync. ... (check-in: b5aa3bfe88 user: drh tags: config-sync)
00:49
Simple test cases for configuration sync are now working. ... (check-in: bef34a6940 user: drh tags: config-sync)
2011-04-26
23:11
Hook up the new configuration transfer logic to "push" and "pull". Compiles cleanly but otherwise untested. ... (check-in: 9d35e1dbf0 user: drh tags: config-sync)
18:36
Update the "configure" command so that the "import", "export", and "merge" subcommands use the new config format. ... (check-in: 4291183882 user: drh tags: config-sync)
15:39
Add code to generate "config" card for transmitting configuration information using the new format. ... (check-in: 9522964b24 user: drh tags: config-sync)
06:37
Online help for several commands edited - as found in allrepo.c, bisect.c, branch.c and checkin.c. Note: "commit" still to be edited ... (check-in: e66fe70c7f user: Arjen Markus tags: arjen-doc-updates)
01:33
Schema changes that an mtime field to all configuration tables and make "title" a unique field on the reportfmt table. Only lightly tested. ... (check-in: 2b4b3303b6 user: drh tags: config-sync)
00:45
Begin implementing the protocol changes for configuration sync. ... (check-in: f99e3fa9e6 user: drh tags: config-sync)
2011-04-25
22:23
Change the definition of a "Leaf" to be any node that has no children of any kind (merge or non-merge) in the same branch. A "rebuild" or a "fossil leaves --recompute" is required to recompute the LEAF table after upgrading to this version. ... (check-in: e17fc71319 user: drh tags: trunk)
20:26
Add hyperlink to the annotation of a file in the object description header. ... (check-in: 030a048697 user: drh tags: trunk)
20:10
Further work toward two-way configuration sync. Need to check in these changes before they are complete in order to deal with another issue. ... (check-in: 71fc181fee user: drh tags: trunk)
16:57
Refactoring some of the configuration sync logic in preparation for bigger changes. ... (check-in: b44d4a89d0 user: drh tags: trunk)
2011-04-22
13:49
Fix the is_a_leaf() function so that it correctly identifies nodes as leaves if they have no non-merge children in the same branch. ... (check-in: 0a89d03cf6 user: drh tags: trunk)
2011-04-19
20:30
Fix a copy of minor display problems out the output of "fossil push". ... (check-in: 085b6a1bbb user: drh tags: trunk)
2011-04-18
23:46
Enhance the merge-conflict notation to show both the two recent versions and also the common ancestor version. ... (check-in: 792a3bc94a user: drh tags: trunk)
19:32
Fix another issue with directory search for CGI. ... (check-in: 0fc9b5e1f2 user: drh tags: trunk)
19:17
Fix to the multi-repository name parser for CGI. ... (check-in: 71a1c7b22b user: drh tags: trunk)
18:25
Make sure the "update" command always works the same with or without the -v option. Ticket [40a7d777a465]. ... (check-in: e11513631f user: drh tags: trunk)
12:45
Update the download page generator script to also generate a page showing the SHA1 checksums of all build products. ... (check-in: cea065c7f2 user: drh tags: trunk)
12:29
Add the PT() and PDT() macros for extracting query parameters with leading and trailing whitespace removed. Use those macros to in the check-in edit page. Do not create branches or tags with empty names. Ticket [e613f452fada00]. ... (check-in: 655e78209b user: drh tags: trunk)
12:01
Fix an invalid call to free() that occurs when "fossil add ." is run. Ticket [157ef3e5a7a06b]. ... (check-in: ed5c19cd43 user: drh tags: trunk)
10:04
Added some information on how to build on Windows ... (check-in: 963a38d5a7 user: Arjen Markus tags: arjen-doc-updates)
2011-04-15
20:42
Make an entry in the access log when a login transfers from one member of a login group to another. ... (check-in: 7b700dfacd user: drh tags: trunk)
15:36
Use a target= field on the hyperlink of the annotation web page. ... (check-in: 0e477a48e5 user: drh tags: trunk)
12:22
The "fossil open" and "fossil co" commands always prompt before overwriting unless the --force option appears. Ticket [b519c1a375c106]. ... (check-in: 824083c36a user: drh tags: trunk)
11:57
Merge the refactored "add", "del", and "addremove" commands into trunk. ... (check-in: 8ae917362c user: drh tags: trunk)
00:59
Completely forget about files that were added then removed without ever been committed. ... (Closed-Leaf check-in: 97e5ff20d7 user: drh tags: experimental)
2011-04-14
22:41
Refactoring the "add", "del", and "addremove" commands. ... (check-in: 2b95102592 user: drh tags: experimental)
18:09
Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. ... (check-in: f60f56025c user: drh tags: experimental)
14:23
Factor the glob-pattern matching logic into a separate module. ... (check-in: 289ea2a9b6 user: drh tags: trunk)
11:50
The --localauth option should look at the original IP address, not the abbreviated IP address. Ticket [b99a342a31039df19]. ... (check-in: e720f1115e user: drh tags: trunk)
02:08
Add a "diff" hyperlink after each file in the "Show Files" view of the timeline. ... (check-in: 6d9bba56dc user: drh tags: trunk)
01:20
Use the auto-shun setting, not auto-sync, to automatically transfer shuns. Ticket [dd5bb1fc73ec6ee8] ... (check-in: 602d5f9cde user: drh tags: trunk)
01:05
Merge Arjen's documentation updates into trunk. ... (check-in: b0d1510578 user: drh tags: trunk)
01:01
Change graph-test-1 hyperlinks to relative links so that they work anywhere. ... (check-in: 87fb21875a user: drh tags: trunk)
00:51
Update the test graph page to use the target= attribute. Add several new test graphs to give better coverage the the timeline webpage. ... (check-in: 8d5dafc1dc user: drh tags: trunk)
2011-04-13
12:05
Release ... (check-in: 047e06193b user: drh tags: trunk, release)
11:47
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: a3ecba52f0 user: Arjen Markus tags: arjen-doc-updates)
11:35
Update test cases for file_simplify_name(). ... (check-in: 553f0a973a user: drh tags: trunk)
10:23
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: 1f851f8467 user: Arjen Markus tags: arjen-doc-updates)
2011-04-12
23:41
Merge support for login-groups and single sign-on into the trunk. ... (check-in: a257fde3ba user: drh tags: trunk)
23:37
Fix a bug in single sign-on. Add comments to the login source code. ... (Closed-Leaf check-in: 9df4dcb5e1 user: drh tags: login-groups)
22:44
Update web logins so that they span all members of a login group. ... (check-in: e9754eaeff user: drh tags: login-groups)
02:25
Update the built-in SQLite version to the 3.7.6 release. ... (check-in: 4dde79b9e6 user: drh tags: trunk)
2011-04-10
00:27
Cache passphrase for protected PEM files to avoid having to re-type passphrase for each new https connection. ... (Closed-Leaf check-in: 0c0392af3d user: jan tags: jan-clientcert)
2011-04-08
18:45
User edits can be applied to a single repository or across the entire login group. ... (check-in: a3fbd4fa9d user: drh tags: login-groups)
17:09
Fix copy-paste issues with the header comment for the tarball generator. ... (check-in: e5609b76cb user: drh tags: trunk)
17:08
Begin adding code to implement "login groups" which will (we hope) ultimately lead to a single sign-on capability. ... (check-in: eec32b99dd user: drh tags: login-groups)
2011-04-07
22:41
Add the test-echo command - useful for investigation the wildcard expansion behavior of shells. ... (check-in: cbf8782d56 user: drh tags: trunk)
17:36
Update the built-in SQLite to the latest 3.7.6 beta. ... (check-in: 8caf7e1691 user: drh tags: trunk)
15:58
Add a missing </p> tag on the check-in info page. ... (check-in: 19cf613123 user: drh tags: trunk)
2011-04-06
14:31
Add the mionly parameter to timeline that works with r=TAG to show only merges into the TAG. ... (check-in: bc427ad727 user: drh tags: trunk)
02:56
Another update to the built-in SQLite code. The last one is working fine, but SQLite is nearing release and so we want to give it a good shake-out. ... (check-in: 5d699b625e user: drh tags: trunk)
2011-04-04
03:29
Update the built-in SQLite to the latest beta for 3.7.6. ... (check-in: a74cfe0a14 user: drh tags: trunk)
01:56
ws change to capture chmod +x change ... (Closed-Leaf check-in: 5a587ba570 user: bharder tags: betterExeHandling)
01:48
Repair completely bogus sql that was erroneously copy/pasted ... (check-in: fe7ac3931a user: bharder tags: betterExeHandling)
01:14
"fossil chan" will recognize addition of exe-bit ... (check-in: d55e797ac0 user: bharder tags: betterExeHandling)
01:10
Create new branch named "betterExeHandling" ... (check-in: 85c6c1d7eb user: bharder tags: betterExeHandling)
2011-04-02
14:42
Merge from trunk. ... (check-in: e4ebc85e66 user: jan tags: jan-clientcert)
13:40
Use the dedicated certs table for server certificate cache. Only attempt to use client certificate if one was actually specified for a cert bundle. Assume client key is in same file as certificate if one wasn't explicitly specified. ... (check-in: c44bb083e9 user: jan tags: jan-clientcert)
2011-04-01
01:22
Add the "fossil bisect options" command. Make the auto-next and direct-only options default to on since that seems to generate a more useful bisect in a heavily branched tree. ... (check-in: fa81575c8d user: drh tags: trunk)
2011-03-31
15:30
Some rephrasing and code cleanup. ... (check-in: cff102fe85 user: jan tags: jan-clientcert)
11:41
Change the "filechng" query parameter for timeline to "fc". Add "Show Files" and "Hide Files" submenus. ... (check-in: 0208b7fc43 user: drh tags: trunk)
2011-03-30
23:55
Change the timeline parameter for file details from "detail" to "filechng". Add default CSS elements. ... (check-in: 53e8ad527d user: drh tags: trunk)
21:45
Added the "detail" query parameter to the timeline web page. ... (check-in: bde16926b0 user: drh tags: trunk)
21:00
Code cleanup. Fix the "cert" command so that it compiles even if FOSSIL_ENABLE_SSL is not used. ... (check-in: ebe1faabbc user: drh tags: jan-clientcert)
20:58
Fix two potential SQL injection attacks. ... (check-in: 71384ce668 user: drh tags: jan-clientcert)
18:58
Print a help message instead of segfaulting if "fossil bisect" is invoked with too few arguments. Ticket [82cd90df7b2f2a1] ... (check-in: a8b0c6ffdb user: drh tags: trunk)
18:49
Use the new certificate bundle management for https connections, and deactivate the old environment variable code. Added support for specifying certificate/key bundle to clone/push/pull/sync commands. ... (check-in: 1a1aa98a40 user: jan tags: jan-clientcert)
15:40
Added a 'cert' subcommand to manage certificate groups, and added a certificate table to the global db. Minor code formatting change. ... (check-in: 1156ad25db user: jan tags: jan-clientcert)
10:53
Minor code formatting changes in http_ssl.c. ... (check-in: 662c83513f user: drh tags: jan-clientcert)
2011-03-29
19:28
Merge from trunk. ... (check-in: 2ac7b3e140 user: jan tags: jan-clientcert)
15:06
Cosmetic: Removed some tabbed indentation. ... (check-in: b261c4a33b user: jan tags: jan-clientcert)
14:12
Add support for feeding OpenSSL a CA certificate file/path for proper chain verification. This is one of several possible solutions to ticket [727af73f46]. Also cache the CA certificate file/path, client certificate/key file/path references in the global config (similar to how the server certificates are cached), and attempt to use them if the corresponding environment variables have not been set. Prefixed a function with ssl_ to conform to existing naming conventions. ... (check-in: b28995ccbd user: jan tags: jan-clientcert)
13:54
Add more colors to the background color palette. ... (check-in: 51759d5248 user: drh tags: trunk)
2011-03-28
22:47
Merge the sub-repo capability into trunk. ... (check-in: ab4882588e user: drh tags: trunk)
22:29
A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. ... (Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos)
21:46
Fixes to the capability reduction on subrepositories. ... (check-in: 4b545a8a02 user: drh tags: sub-repos)
21:27
Update the sub-repository capability so that it is able to restrict permissions on the sub-repository to a subset of the login permissions. ... (check-in: c477b2470f user: drh tags: sub-repos)
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. ... (check-in: 97d0118794 user: drh tags: sub-repos)
07:40
Use "password" instead of "passwd" because it's complete and proper, and plays nicely w/ Emacs "send-invisible" capabilities that keep typed text from echoing on screen. ... (check-in: 13ceb46e49 user: bharder tags: trunk)
2011-03-27
21:55
Changes to makeheaders so that it does not move static inline procedures into header files. Changed suggested by Yoran Heling. This has zero impact on Fossil which does not use "inline" anywhere. ... (check-in: 99532f33af user: drh tags: trunk)
21:53
Fix typos in the FAQ. ... (check-in: 4fe9a37e90 user: drh tags: trunk)
2011-03-26
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] ... (check-in: 2b33781694 user: drh tags: trunk)
2011-03-25
18:20
Added very basic client certificate support for https. ... (check-in: 513ea81005 user: jan tags: jan-clientcert)
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. ... (check-in: ae84e6c7d1 user: joerg tags: trunk)
02:53
Use the somewhat simpler join in place of a subselect ... (check-in: 7563c241ce user: joerg tags: trunk)
2011-03-24
18:34
fix typo in error msg ... (check-in: dc87a9075b user: bharder tags: trunk)
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. ... (check-in: 91472616bf user: joerg tags: trunk)
13:36
Fix a bug in the compression logic of the tarball generator. ... (check-in: 518ec9dd9f user: drh tags: trunk)
03:22
Make the error message on schema version mismatch less confusing. ... (check-in: 4a2019ddd0 user: joerg tags: trunk)
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. ... (check-in: 7fca007538 user: drh tags: trunk)
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. ... (check-in: 3d2e8b2ddf user: drh tags: trunk)
2011-03-23
19:08
Enhancements to the redirector so that it accepts the redirect value as the $PATH_INFO and so that it can redirect to a relative URL. ... (check-in: 122a31ddfc user: drh tags: trunk)
17:24
Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. ... (check-in: 733361a55e user: drh tags: trunk)
16:16
Always put [..] marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in <span class="brokenlink">. ... (check-in: a99e9c9164 user: drh tags: trunk)
15:13
Do a better response in the redirector if no matching artifact is found. ... (check-in: dbc2098a6a user: drh tags: trunk)
13:30
Add the "redirect:" option to CGI, to scan multiple repositories and redirect to the one that contains the requested artifact ID. ... (check-in: ef6e364866 user: drh tags: trunk)
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. ... (check-in: 2c8ea5ff2c user: drh tags: trunk)
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline ... (check-in: e1d91b9477 user: ron tags: trunk)
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. ... (check-in: 63958fc5a7 user: drh tags: trunk)
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. ... (check-in: be0e804130 user: drh tags: trunk)
2011-03-19
18:14
Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pagès. ... (check-in: 04ddad7ab8 user: drh tags: trunk)
2011-03-18
02:51
When a server is pointing to a directory, allow *.fossil files to be served out of any subdirectory of that directory. For security, pathnames may not contain any characters except alphanumerics, "/", "-", and "_". ... (check-in: d04fa1e143 user: drh tags: trunk)
02:13
Allow up to two // characters at the beginning of a pathname since this is important on windows. ... (check-in: f1173da7d5 user: drh tags: trunk)
2011-03-17
17:20
Add a link to the OpenSuSE RPMs on the download page. ... (check-in: 7e995f54ff user: drh tags: trunk)
15:33
When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. ... (check-in: 9ca5bbf8a6 user: drh tags: trunk)
2011-03-16
11:19
Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. ... (check-in: 84e755e213 user: drh tags: trunk, release)
04:12
"ls" alias to "list" subcommand of "fossil branch" command. ... (check-in: 302213ed12 user: bharder tags: trunk)
02:38
Make sure the accesslog table exists before attempting to use it. Ticket [7b55fd2958d8d] ... (check-in: c7de5f7b6e user: drh tags: trunk)
02:31
Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] ... (check-in: 448dc5adf7 user: drh tags: trunk)
02:28
Make "fossil stash" and "fossil stash save" work the same. Ticket [58290cd2975f5f2] ... (check-in: 18575b14ac user: drh tags: trunk)
02:20
Change to a better, cleaner way to fail the graph generation. ... (check-in: cae94fe2c7 user: drh tags: trunk)
01:53
Take care to avoid a buffer overrun if the number of rails in the graph exceeds the limit of 32. ... (check-in: cbafc702a9 user: drh tags: trunk)
2011-03-15
01:44
A merge riser is allowed to ride along side a riser to an off-screen node. ... (check-in: 52ea66df56 user: drh tags: trunk)
01:34
Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) ... (check-in: d7a0240f39 user: drh tags: trunk)
2011-03-14
21:36
Fix an issue with the leaf-tracker that comes up if a check-in specifies a shunned check-in as its parent or merge parent. Ticket [398afa58def78f5]. ... (check-in: aa6abc5ed3 user: drh tags: trunk)
20:14
Further improvements to the layout of merge arrows. ... (check-in: a6934b4437 user: drh tags: trunk)
18:26
Improvements to the layout of merge arrows in the graph. ... (check-in: 313cd3c832 user: drh tags: trunk)
13:22
Fix a bug in the merge file-rename detection logic, a bug introduced by the path refactoring changes. ... (check-in: 66951fa6bd user: drh tags: trunk)
12:42
Merge the path-refactor changes into trunk. Refactoring is not complete, but it appears to be stable. ... (check-in: e5121b4762 user: drh tags: trunk)
12:18
Fix typos in comments and error messages. Ticket [d38c2c8795181] ... (check-in: c5f7ab040a user: drh tags: trunk)
12:16
Put two blank pages at the end of a generated TAR file. Ticket [b767f47cdefef12]. ... (check-in: a5ebf2f5df user: drh tags: trunk)
2011-03-10
17:42
Show the name of the user that is doing the commit in the prompt section commit comment template. ... (check-in: cdc4249268 user: drh tags: trunk)
17:39
Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. ... (Closed-Leaf check-in: cfec72248e user: drh tags: path-refactor)
02:39
Refactoring the DAG path search code into a separate object. ... (check-in: 34c23c6fd4 user: drh tags: path-refactor)
2011-03-09
23:16
Add a graph-generation test case for time-warp. ... (check-in: c7f07fe67d user: drh tags: trunk)
22:56
Show a path timeline without extraneous decoration. ... (check-in: d37c6a4bc1 user: drh tags: trunk)
17:33
Add a path-tracing option to the timeline display. ... (check-in: 63ac111d5b user: drh tags: trunk)
15:45
Change the tarball generator to use the USTAR tar format. ... (check-in: 1b7777b9ee user: drh tags: trunk)
02:23
Add the ability to deliver compressed tarballs in addition to ZIP archives. ... (check-in: d5d676f0c7 user: drh tags: trunk)
00:15
Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. ... (check-in: 34d9a5e5c5 user: drh tags: trunk)
00:09
Inline uuid_to_rid and content_size. Saves one SQL statement per file in the checkout. ... (check-in: e0f5d4734a user: joerg tags: trunk)
2011-03-08
22:13
Fix diffs from or to an empty file to use the special position marker 0,0. Makes "fossil diff -N" create patches that are accepted by patch. ... (check-in: 4e77507e70 user: joerg tags: trunk)
19:30
Add an example of how to include "meld" as the "gmerge-command". ... (check-in: 85b235982e user: drh tags: trunk)
18:28
The "open" command now automatically opens to the "trunk", or to some other branch designated by the new "main-branch" setting. ... (check-in: e3e43bbec5 user: drh tags: trunk)
17:32
Do not offer to undo a null-merge. ... (check-in: ad39c28195 user: drh tags: trunk)
17:13
Do not verify any of the checksums after a checkout if the repo-cksum setting is turned off. ... (check-in: 46ef289392 user: drh tags: trunk)
17:00
Provide better error messages to the client when the server database schema is out-of-date. ... (check-in: 0ca3644367 user: drh tags: trunk)
12:27
The client-side on a sync silently ignores unknown pragmas. ... (check-in: eb82de6637 user: drh tags: trunk)
2011-03-07
18:49
Fix invalid directory listings when some siblings directory names are prefixes of others. Ticket [32cfbf0aa4abf964] ... (check-in: af66e2cf3a user: drh tags: trunk)
18:32
Disallow the use of "i", "l", and "o" characters in hexadecimal constants. ... (check-in: c320b850b9 user: drh tags: trunk)
03:02
Update the built-in SQLite to the latest 3.7.6 alpha. ... (check-in: c38a726932 user: drh tags: trunk)
03:00
Add a button to delete failed login attempts from the access log history. ... (check-in: ba0852c9df user: drh tags: trunk)
02:55
Remove an obsolete RCS ident string from makeheaders.c. ... (check-in: 3531091646 user: drh tags: trunk)
2011-03-04
13:19
Fix the "scrub" command so that it works from within a checkout without having to specify the repository. Ticket [77c58e1415e06fd]. Also fix help text for the "deconstruct" command. ... (check-in: c92ec16f81 user: drh tags: trunk)
13:11
Make all files mentioned by a public manifest public as well. Ticket [5f194e2c8f475c]. ... (check-in: 2985120d93 user: drh tags: trunk)
13:03
Clarify the license status for makeheaders. ... (check-in: f2359f22c2 user: drh tags: trunk)
2011-03-03
17:20
Adjustments to the sidebox on the homepage. This is still using a nested table. CSS-purists will disapprove, no doubt. ... (check-in: ae89a7ce79 user: drh tags: trunk)
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)
03:26
Try to get the "stash" command using execute permission bits correctly. Continuing work on the "revert" command - but it is still not working quite right. Ticket [baf9b6b11e08c1d0b]. ... (check-in: ae3409bf49 user: drh tags: exe-permission-fix)
02:54
Changes to get the "merge" command to process execute permission correctly. Ticket [baf9b6b11e08c1d0]. ... (check-in: 7a4d75fc8c user: drh tags: exe-permission-fix)
02:44
Further changes trying to get execute permissions right for the "update" command. Ticket [baf9b6b11e08]. ... (check-in: 55bf7a0ff2 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)
17:48
Bug fix: Pull public artifacts when --private is not used. ... (check-in: e3e368c329 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: ef1c65a428 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: 1aae2b582e 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: 6da5d4ad5f 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)
20:59
Tweaks to the "quick start" documentation page. ... (check-in: 6f1cc96ff0 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: f7a3c6deef user: drh tags: trunk)
12:18
Fix issues in the graphical merge conflict resolution reported on the mailing list. ... (check-in: 60f0986332 user: drh tags: trunk)
2011-02-21
22:26
Added a few more external links to the "Reviews" page. ... (check-in: 184500e46a user: drh tags: trunk)
18:20
Factor the code that outputs line-numbered text into a separate subroutine, for clarity of presentation. ... (check-in: a4d57c6b26 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: 9b7a6f80b2 user: drh tags: trunk)
14:21
Infrastructure changes toward adding graphical merging options. ... (check-in: b9abb86798 user: drh tags: trunk)
13:17
Do not assume that the PATH_INFO environment variable is set by CGI. Give it a default value to avoid segfaults (on Solaris). ... (check-in: 88383d8d4a user: drh tags: trunk)
2011-02-20
21:24
Suppress unnecessary "CHANGED" lines in diff output. ... (check-in: 1d49c2f65c user: drh tags: trunk)
20:57
Update the built-in SQLite to the lastest 3.7.6 alpha out of the head of the SQLite trunk. ... (check-in: d1790d6954 user: drh tags: trunk)
20:44
Allow the target attribute on <a> markup. Ticket [577663c2727505a] ... (check-in: fde81c6109 user: drh tags: trunk)
05:56
Merge custom Makefile to trunk. ... (Closed-Leaf check-in: 9503a9152e user: mistachkin tags: trunk)
00:12
Augment the fdiff web method to accept a "patch" query parameter and output text/plain if the parameter is present. ... (check-in: c190bcc3ce user: drh tags: trunk)
2011-02-19
16:14
Add the "vpatch" web method that returns the difference between two checkins as text/plain and a a "patch" hyperlink on the checkin information page that jumps to the appropriate vpatch page. ... (check-in: 4bdf71b1ce user: drh tags: trunk)
2011-02-18
22:25
Fix a panic message in the historical_version_of_file() routine. ... (check-in: 3b82ee5483 user: drh tags: trunk)
21:47
Improved display of selected band in a text artifact. ... (check-in: b9d4631421 user: drh tags: trunk)
19:31
Enhance the /artifact method so that the ln=M,N argument shows linenumbers and highlights lines between M and N. ... (check-in: 6e0dd3bab7 user: drh tags: trunk)
17:26
Only show the "Original Date" if its display time is different from the "Date". Ignore differences in milliseconds. ... (check-in: 022a74a93f user: drh tags: trunk)
01:03
Fix typo and make enhancements to the build-process document. Add file omitted from the previous commit. (I should follow my own checklist more closely!) ... (check-in: 2a02aa49e1 user: drh tags: trunk)
00:52
Additional documentation, especially notes on how to contribute code or documentation to Fossil. ... (check-in: 98f1131c0d user: drh tags: trunk)
2011-02-17
22:43
Add a new contributor agreement that is based loosely on the Oracle CLA. ... (check-in: 252e83d952 user: drh tags: trunk)
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. ... (check-in: d22519e500 user: drh tags: trunk)
17:43
Further clarification of the limitations on the copyright release. ... (check-in: 74aabf965f user: drh tags: trunk)
17:23
Update the copyright agreement such that private extensions to Fossil are excluded and are not transferred to Hwaci. ... (check-in: 55c8eec4d0 user: drh tags: trunk)
13:43
Print the SSH command that is issued for ssh: access, scrubbed of any password content. Remove redundant -e and -T options from the ssh command. ... (check-in: f63ff9fc68 user: drh tags: trunk)
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” ... (Closed-Leaf check-in: 4e0274bbc3 user: BM tags: stash_mk)
00:05
Merge in Brad Harder's "stash ls" command. ... (check-in: ae73c07be0 user: drh tags: trunk)
2011-02-16
23:47
Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. ... (check-in: c616cef3f7 user: drh tags: trunk)
22:55
merge trunk ... (Closed-Leaf check-in: 0eaf7528b1 user: bharder tags: bch)
19:19
Always close opendir() objects if and only if successfully opened. Ticket [d7169e51ebb3400f6] ... (check-in: f73ed21d3b user: drh tags: trunk)
19:13
For the ssh: transport method, use the -T option to disable pseudottys. Increase the size of the buffer for holding the MOTD. ... (check-in: 7c8519003d user: drh tags: trunk)
15:15
Additional comments on the changes to deal with git-fast-export tagging, to try to better explain what Git is doing and how we are working around it. ... (check-in: 352066b267 user: drh tags: trunk)
15:04
Fix a typo on the user_setup screen. ... (check-in: 4dcd9c9923 user: drh tags: trunk)
15:00
Work around the seemingly buggy behavior of git-fast-export with regard to tags when doing an import. ... (check-in: 496aacd10e user: drh tags: trunk)
2011-02-15
07:47
add custom Makefile with changes to support OpenSSL build on Windows ... (check-in: 5567c81285 user: mistachkin tags: trunk)
05:19
"stash ls", in addition to "stash list" ... (check-in: 9abf05437b user: bharder tags: bch)
05:18
Create new branch named "bch" ... (check-in: 8b5556c9fe user: bharder tags: bch)
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. ... (Closed-Leaf check-in: a1814d5015 user: drh tags: file-safety)
2011-02-11
20:53
Add the --detail option to the test-timewarp-list command. ... (check-in: e7b6434112 user: drh tags: trunk)
20:09
Make sure the EVENT.OMTIME value is recorded correctly when parsing a check-in manifest. ... (check-in: 1d83ecc5d5 user: drh tags: trunk)
17:37
Revise the timewarp commands to show the child that is out of order, not the parent. ... (check-in: 2fc80c21b9 user: drh tags: trunk)
17:31
Further refinement of the time-warp graph rendering. ... (check-in: 9b9d52bbb9 user: drh tags: trunk)
16:52
Improved graph rendering in the case of a time-warp. ... (check-in: 79b81a31c0 user: drh tags: trunk)
15:33
Add the test-timewarp-list command and the test_timewarp web page. ... (check-in: a327bd29bc user: drh tags: trunk)
15:11
Fix the check-in time fudger so that it will not move the date/time of a check-in by more than a few seconds. If the sequence of check-ins is further off than that chronologically, then they just show up out of order in the timeline. ... (check-in: feaab7baf1 user: drh tags: trunk)
2011-02-10
21:28
Fix the creation of orphan table entries when delta-manifests are received before their baselines. Ticket [fbea61caf0acfd0a]. ... (check-in: 195073fb78 user: drh tags: trunk)
2011-02-09
23:08
Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number. ... (check-in: 81ad6e2e20 user: drh tags: trunk)
03:33
Always go at least two rounds on a clone since configuration data is not sent until the second round. Ticket [8473eeb9ffb012e1d] ... (check-in: addf670981 user: drh tags: trunk)
2011-02-08
14:28
Add the --nested option to the "open" command to allow checkouts from one repository to be created inside the checkout of another respository. ... (check-in: f15943f339 user: drh tags: trunk)
12:52
Exclude directories from file tests in the test suite. Fix an error in the release checklist. ... (check-in: 6502627a3e user: drh tags: trunk, release)
2011-02-07
20:59
Transfer the content of the ignore-glob setting as part of the "proj" configuration. Ticket [1b5773eed1758a03a]. ... (check-in: 7bb3db9b64 user: drh tags: trunk)
20:53
Provide an interface to the max-upload setting. ... (check-in: c0c3b0810d user: drh tags: trunk)
18:21
Fix a potential infinite loop in the graph generator for overly-complex change graphs. ... (check-in: 838283273a user: drh tags: trunk)
18:02
Ignore duplicate tags when interpreting git-fast-export text for import. ... (check-in: 355bd99669 user: drh tags: trunk)
17:57
Fix issue introduced by previous fix. ... (check-in: 9fbc052c88 user: dmitry tags: symlinks)
17:51
Merge latest trunk. ... (check-in: d7d335a692 user: dmitry tags: symlinks)
17:50
Fix segmentation fault in historical_version_of_file() when file has no permissions in manifest. ... (check-in: 8e4e30fb03 user: dmitry tags: symlinks)
14:35
Fix documentation typos. ... (check-in: 49cbf5e519 user: drh tags: trunk)
14:34
Enhance the graph generator so that it uses less memory and so that it is not limited to a fixed number of parents (10) for each node. ... (check-in: 5ee80c545d user: drh tags: trunk)
2011-02-04
03:21
Do not show blank changes when doing a diff. ... (check-in: d5729c31b5 user: drh tags: trunk)
2011-02-02
01:09
After a few days of internal use for testing, merge the changes for the new LEAF meta-data table into the trunk. NB: "<b>fossil all rebuild</b>" is required when updating through this change. ... (check-in: 5ac4e15182 user: drh tags: trunk)
2011-01-29
03:56
Documentation updates. ... (check-in: 20b2767f46 user: drh tags: trunk)
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. ... (Closed-Leaf check-in: b6e66cdd08 user: drh tags: experimental)
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (check-in: 69f43fc077 user: drh tags: experimental)
19:09
Add end-tags to the anchors in the [/doc/trunk/src/makeheaders.html] document. ... (check-in: b6a4e8592d user: drh tags: trunk)
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). ... (check-in: ed2ef7e9a3 user: dmitry tags: symlinks)
18:57
Create new branch named "symlinks". [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg03402.html|Mailing list thread] ... (check-in: a7b7ff3ac2 user: dmitry tags: symlinks)
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. ... (check-in: 13165785e1 user: drh tags: trunk)
2011-01-26
20:46
Ignore trailing / characters on the "name=" parameter to the dir URL. ... (check-in: 8854d6b615 user: drh tags: trunk)
20:38
Add the fossil_strdup() utility function and use it instead of strdup(). ... (check-in: 42f6e8bed7 user: drh tags: trunk)
20:24
Experimental after_dephantomize() enhancement checks out, so pull it into the trunk. ... (check-in: 62d114ee12 user: drh tags: trunk)
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 2739272921 user: drh tags: experimental)
15:37
Make the definition of "leaf" on the "leaves" page more precise. ... (check-in: 752895d916 user: drh tags: trunk)
12:02
Fixed a typo in documentation (closes ticket [1f82e0e1e]) ... (check-in: 6a5d3bb089 user: BM tags: trunk)
08:58
fixed a typo in webui.wiki ... (check-in: ef80fd87f3 user: BM tags: trunk)
2011-01-25
23:17
For the "stash save" command, take care to avoid reverting everything if no files were stashed. Ticket [fbfe43e153ee0e1d]. ... (check-in: 2dd7b4b500 user: drh tags: trunk)
21:59
Fix the display of file and directory listings so that it works correctly even when one file in a directory is a prefix of another. Ticket [8e13d170f2d6d6e3]. ... (check-in: 6e59eb117f user: drh tags: trunk)
19:03
Update the built-in SQLite to the latest 3.7.5 beta. ... (check-in: 07556099ab user: drh tags: trunk)
2011-01-20
19:02
Do not make a permanent notation of a merge using --baseline. The --baseline option is really a multi-checkin variation of --cherrypick. ... (check-in: 94c60f3c7e user: drh tags: trunk)
18:54
Add the --baseline option to the "merge" command to facilitate merging of subsections of a branch. ... (check-in: f7b4517ca7 user: drh tags: trunk)
17:49
Change the DOCTYPE to html5. Ticket [9cb4a4d74b2eca66b5f]. Tested on FF, Chrome, Safari, Opera, and IE and seems to work fine. ... (check-in: a2a5e2948b user: drh tags: trunk)
2011-01-19
16:28
Do not drop the accesslog table on a rebuild. If the accesslog table does not exist, do not generate and error on the User-Log report. ... (check-in: f1efc90595 user: drh tags: trunk)
16:16
Add some primitive clean-up buttons on the access log. ... (check-in: a37abeca65 user: drh tags: trunk)
15:43
Improvements to the access log. The display is still primitive. ... (check-in: e3b3c5cfbb user: drh tags: trunk)
02:57
Add a primitive display of the access-log history. ... (check-in: f274222ea7 user: drh tags: trunk)
02:35
Optionally record successful and failed login attempts in the ACCESSLOG table. This defaults to off. ... (check-in: 6fdf529803 user: drh tags: trunk)
2011-01-18
20:47
Preserve timestamps across an "update" to reduce I/O on the next "status". Ticket [809a9612055340d06]. ... (check-in: ffe1b60a36 user: drh tags: trunk)
19:09
Give user "nobody" clone permission by default. This change requested on the mailing list. ... (check-in: 479a2fe0f7 user: drh tags: trunk)
18:58
Add --host and --https options to the http command. Ticket [0ffa37e70e885cfc]. ... (check-in: ff0e506e42 user: drh tags: trunk)
18:36
Call vfile_check_signature before creating a stash, to make sure that all changed files have been stashed. Ticket [bfef8e4f89cd4b161a584] ... (check-in: a435ae67a9 user: drh tags: trunk)
18:36
Remote the number of merge conflicts on an update. Ticket [769b4ed7b23e4cb7] ... (check-in: 0b8aed945e user: drh tags: trunk)
14:43
Improved hyperlinking in the RSS feed. ... (check-in: 66d93f33d5 user: drh tags: trunk)
2011-01-17
23:49
Fix an off-by-one error in stash_add_file_or_dir. Windows only. Ticket [d6132e4d66a7c994f9]. ... (check-in: abdedb21da user: drh tags: trunk)
23:47
Extra resilience on the automatic chroot mechanism. ... (check-in: 13d3cad50c user: drh tags: trunk)
16:14
Do not build clusters on a "rebuild" command unless the --cluster command-line option is used. But do build clusters on an "import" or a "reconstruct". ... (check-in: afc4bf41fa user: drh tags: trunk)
02:39
Update to the latest prerelease version fo SQLite 3.7.5. ... (check-in: 464775a520 user: drh tags: trunk)
02:39
Fix an incorrect comment in finfo.c. No code changes. ... (check-in: 35aed07621 user: drh tags: trunk)
02:38
A better fix for the intptr_t casting problem - this one works on older compilers. Ticket [6585b6c5d9058212ceb] ... (check-in: c1f6df703a user: drh tags: trunk)
2011-01-15
01:09
Add the release-checklist.wiki document. ... (check-in: e2e5667057 user: drh tags: trunk)
2011-01-14
21:07
Fix the /info URL so that it works for events. Ticket [b5efc3a47bd10f0510]. ... (check-in: 1e801c5f64 user: drh tags: trunk)
20:54
Remove some dead code from the web timeline. ... (check-in: cbc41ff4c9 user: drh tags: trunk)
17:16
Enhancements to "divider" processing in web timelines. Only show a single divider if two or more occur beside each other. Add the "nd" query parameter to suppress all dividers. ... (check-in: c892008311 user: drh tags: trunk)
17:00
Fix a cast on 64-bit windows. Ticket [6585b6c5d9058212ceb]. ... (check-in: 3c62ea139a user: drh tags: trunk)
16:57
Fix the unix makefile so that the fractional seconds of the date/time stamp are omitted from MANIFEST_DATE. Fix a missing #include in win/version.c. Ticket [a312a28952056ed5ee]. ... (check-in: d00dbfb403 user: drh tags: trunk)
2011-01-13
20:23
Updates to the self-hosting page. ... (check-in: 4ab7251fcd user: drh tags: trunk)
19:55
Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] ... (check-in: 356e877cea user: drh tags: trunk)
19:45
Declare all variables before any code, in the register_page() function. Ticket [59a156204ae6419d] ... (check-in: 372c7257da user: drh tags: trunk)
00:54
Update the script used to build the "download.html" page so that it can accommodate longer timestamps. ... (check-in: 4b2ab22c2a user: drh tags: trunk)
00:01
Add tests for the file_simplify_name utility function. ... (check-in: 6f42e76d80 user: drh tags: trunk)
2011-01-12
16:04
Fix the file_simplify_name() utility function so that it works with relative pathnames. Ticket [99caf06e17bed849146] ... (check-in: c637a8ac2d user: drh tags: trunk)
15:53
Fix for an apparent minor error in allowed markup types for inline text. ... (check-in: dddaebf605 user: lrem tags: trunk)
02:24
Improvements to "help": List commands if the command for which help is requested is unknown. If the command prefix is ambiguous, show all alternatives. ... (check-in: 1b159db282 user: drh tags: trunk)
02:08
Allow --help anywhere on the command-line as an alternative way to get "help" for a command. ... (check-in: a00888f666 user: drh tags: trunk)
01:57
On the "import" command, when the "from" commit is implied, be sure to load all of the files of the implied "from" commit prior to processing the changes. ... (check-in: b1cbae5de4 user: drh tags: trunk)
2011-01-11
23:47
For the "import --git" command, if a new commit omits the "from" field, then make it a child of the previous commit if the two are on the same branch. ... (check-in: 25201dd86f user: drh tags: trunk)
2011-01-07
17:17
Make phantom records a warning, not a fatal error, when trying to checkout or examine a check-in. ... (check-in: f7cff4ad13 user: drh tags: trunk)
17:08
Do not complain about unfinalized SQL statements when exiting on a fatal error. Fix comments and indentation on the vfile_verify_not_phantom() function. ... (check-in: c2f5dbe655 user: drh tags: trunk)
16:20
Merge the experimental export speed enhancement into trunk. ... (check-in: 7aaa2aa417 user: drh tags: trunk)
16:20
Record fractional seconds for artifact times. ... (check-in: 722d7cac97 user: drh tags: trunk)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. ... (Closed-Leaf check-in: c9a903c2bc user: drh tags: experimental)
18:41
Add the --ignore option to the "add" command and have "add" honor the "ignore-glob" setting. Ticket [f270321c0f74b354f05] ... (check-in: be3d2154da user: drh tags: trunk)
13:36
Provide a much larger palette of predefind background colors on the Checkin-Edit screen. ... (check-in: ddf5f36765 user: drh tags: trunk)
00:03
Purge all instances of strcasecmp() and stricmp() from the code. Use fossil_stricmp() instead. ... (check-in: 3789c44bb5 user: drh tags: trunk)
2011-01-04
23:15
corrected dmc makefile generate and added define strcasecmp=stricmp for dmc ... (check-in: f22ed9bfb1 user: wolfgang tags: trunk)
18:05
Merge the self-registration changes into the trunk. ... (check-in: 9039a6abed user: drh tags: trunk)
17:50
Fix the setting of the "x" property for files in a delta-manifest on unix. Ticket [a4295406dde4682facd619]. ... (check-in: 9e6f20bdf9 user: drh tags: trunk)
17:13
Implemented all suggested changes to the self-register related code. ... (Closed-Leaf check-in: 13deb4321b user: lrem tags: self-register)
14:12
Fix the merge command so that file renames are only considered if they are on the shortest path between the pivot and the checkins being merged. Ticket [74413366fe5067b3d]. ... (check-in: ff2a87103b user: drh tags: trunk)
13:59
Fix the file name change detection logic so that it works the same in either direction on the DAG. Ticket [c9d454153eea969] ... (check-in: 4476697523 user: drh tags: trunk)
2011-01-03
22:23
Fix the fossil_print() interface to use the internal printf() implementation (which we control) rather than the system printf() since might vary from one platform to the next. Ticket [6883bdd1eff926009c] ... (check-in: d394120c42 user: drh tags: trunk)
19:47
fix dmc makefile: resource dependency missing ... (check-in: 4b99513092 user: wolfgang tags: trunk)
16:17
fix the cross compile makefile ... (check-in: 91dce8b124 user: ron tags: trunk)
15:46
Fix the makefile on unix so that it works with "make -j2". ... (check-in: 7ad1f18b46 user: drh tags: trunk)
12:17
Fix another NULL pointer deref associated with delta manifests. ... (check-in: 315048eef6 user: drh tags: trunk)
12:15
Avoid a NULL pointer deref in vfile_build() when a delta manifest contains a deleted file. ... (check-in: a35e8c0db1 user: drh tags: trunk)
2011-01-02
07:37
added Makefile.mingw32cross for Linux cross-compile to Windows ... (check-in: c67c61b694 user: ron tags: trunk)
2011-01-01
03:06
Updates to header-comment documentation for the mkindex utility program. Fix a compiler warning on windows builds. ... (check-in: 79b7902cdd user: drh tags: trunk, release)
00:15
Add the [/test-all-help] webpage used for testing. ... (check-in: 26e269fef3 user: drh tags: trunk)
2010-12-31
21:12
Documentation updates. ... (check-in: 5fb963ab61 user: drh tags: trunk)
03:23
Do not show merge links to phantoms in the graph. ... (check-in: 8a1e384b33 user: drh tags: trunk)
2010-12-30
21:26
Improvements to the merge-out arrows on the graph. It is now more likely to draw the merge arrow up out of a leaf node. ... (check-in: 4614dadbcb user: drh tags: trunk)
21:03
Further minor tweaks to the graph drawing javascript. New graph test cases added. ... (check-in: ddc3d3d19c user: drh tags: trunk)
20:37
Clean up to the graph generator. Add comments describing variables in the javascript. Omit merge descenders if parent descenders are omitted. Add a test page of URL links. ... (check-in: 94979bc7e3 user: drh tags: trunk)
17:18
Fix the "200 Entries" submenu hyperlink for branch-view timelines. Ticket [e436a483c5b08a1aec] ... (check-in: 6b9a593294 user: drh tags: trunk)
16:48
Fix an out-of-order local variable declaration in vfile.c. ... (check-in: 1a6a154a4e user: drh tags: trunk)
16:46
Add a new #include to report.c that is needed by DMC/PellesC compilers. ... (check-in: f5acf22b24 user: drh tags: trunk)
14:41
Add a -local option to the "date" TH1 command. This allows a custom ticket-edit script to use localtime instead of UTC for the date stamp for when a comment is added. Also modify the default ticket-edit script to show UTC after the date stamp, to avoid ambiguity. Ticket [5c1490e26b8b2f8]. ... (check-in: e07625279c user: drh tags: trunk)
14:03
Add documentation on how the build process works. ... (check-in: c429b52465 user: drh tags: trunk)
02:15
make correction on image/png magic for mimetype detection ... (check-in: ff53d5ab3e user: bch tags: trunk)
01:29
follow-up to [e22fca9640|Hex adjustment checkin]; an image -is- a binary file already - no need to display a "Hex" link for it explicitly (already done). ... (check-in: fab89453c5 user: bch tags: trunk)
2010-12-29
20:20
Allow the "localtime" modifier on date/time functions within ticket report SQL statements. Ticket [bf4f5725f6c90fc2] ... (check-in: 8c3bba8e97 user: drh tags: trunk)
2010-12-27
21:40
Add the test-clusters command to verify that all artifacts are reachable through cluster chains. Fix the cluster creator so that it does not create gaps if the number of unclustered entries exceeds 800. ... (check-in: 64a9c81a22 user: drh tags: trunk)
06:15
Spelling fixes, minor editorial ... (check-in: 6b5c797cc3 user: bharder tags: trunk)
2010-12-26
15:42
Continuing work on the tech_overview document. Still far from complete. This is merely an incremental check-in. ... (check-in: dabc1105ba user: drh tags: trunk)
14:49
Add an fconfigure to disable the automatic NL to CR/NL translation that occurs in makemake.tcl on windows systems. ... (check-in: af6810c589 user: drh tags: trunk)
14:15
corrected dmc makefile generate, resource compile failed ... (check-in: 518978f13a user: wolfgang tags: trunk)
13:22
Change the "setting" command so that it works for global settings even if it is run outside of a check-out and with no repository specified using -R. ... (check-in: 3d59229789 user: drh tags: trunk)
00:43
Update the quick-start guide documentation to provide hyperlinks to the command-line help in the web interface. Add the beginning of a technical overview article, but as that article is still incomplete, do not hyperlink to it. ... (check-in: 0e1447a6ea user: drh tags: trunk)
00:40
Fix the mkindex program so that it ignores lines beginning with COMMAND: when assembling help text. ... (check-in: de4c07ca52 user: drh tags: trunk)
2010-12-25
23:58
All the help URL to have its command specified as a path extension in addition to the "cmd" query parameter. ... (check-in: ae76c7879b user: drh tags: trunk)
23:55
Improvements to the "help" webpage. ... (check-in: 01b3c9c1a8 user: drh tags: trunk)
11:45
Add the "quotes" document to the permuted index. ... (check-in: 8bdd09e409 user: drh tags: trunk)
2010-12-24
00:50
Tweaks to the mingw makefile as suggested by Ross on the mailing list. ... (check-in: a300bee164 user: drh tags: trunk)
00:27
When adding a new artifact from a delta, read the delta header in order to insert the correct size into the blob table. ... (check-in: 25e80d2e6e user: drh tags: trunk)
2010-12-23
22:12
Documentation update: Back out the claim that Git uses multiple DAGs because I now believe that claim is incorrect. ... (check-in: 24c33b00f2 user: drh tags: trunk)
21:54
On the test-integrity command, make a blob size mismatch a warning, not a fatal error. ... (check-in: 88f2715f36 user: drh tags: trunk)
18:26
Add a progress indicator for test-integrity. ... (check-in: 4ba6a2c96f user: drh tags: trunk)
18:18
Add the test-integrity command for verifying repository integrity. Also add an "all" version of this command. ... (check-in: d56734549a user: drh tags: trunk)
18:00
Fix a possible buffer overrun in the delta_apply() routine if handed an invalid delta. ... (check-in: 174d61b90a user: drh tags: trunk)
17:53
Fix a (harmless) buffer size miscalculation in the decompression logic. ... (check-in: 52aa366c18 user: drh tags: trunk)
17:14
Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] ... (check-in: 723f8c200f user: drh tags: trunk)
15:04
Modify makeheaders so that it ignores the ":" character if it is the second character in a command-line argument, thus allowing drive-specifiers on windows filenames. This is related to, but is not a fix for ticket [fa403b6a123659d885e3]. ... (check-in: bb7a5a1c4e user: drh tags: trunk)
14:17
Another favorable quote about fossil for the collection. ... (check-in: b43740b1f1 user: drh tags: trunk)
14:05
Add new "quotes" to the documentation collection. ... (check-in: 6a9fe32e4a user: drh tags: trunk)
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (check-in: 31c52c7b3e user: drh tags: trunk)
2010-12-22
23:57
First cut at code to allow anonymous users to self-register. ... (check-in: fedf27e483 user: drh tags: self-register)
23:43
Fix to the previous check-in so that it does not prompt the user to confirm overwrite if the file does not exist in the first place. ... (check-in: 5f23fbad37 user: drh tags: trunk)
22:33
Do not overwrite files on disk, and especially do not prompt the user for permission to overwrite, if there would ultimately be no change in the file content. ... (check-in: aa9ea7961a user: drh tags: trunk)
18:10
A change in the size of a file shows definitively that the file has been modified. So if the file size has changed, there is no need to do a full SHA1 hash of the file to verify that it has changed. ... (check-in: e9ffc4cdfb user: drh tags: trunk)
16:06
Documentation updates. ... (check-in: c1c18b7224 user: drh tags: trunk)
14:25
Draw inbound merge arrows on the graph even if the merge parent is off-screen. ... (check-in: e685fc0b85 user: drh tags: trunk)
01:32
Fix up all of the test scripts so that the test results match the latest fossil output. Ticket [4f43f7ff92ae02ae3] ... (check-in: 1092a1df55 user: drh tags: trunk)
2010-12-21
21:32
Merge into trunk from experimental the lookaside hit and miss stats associated with the --sqltrace option. ... (check-in: b41d0f6120 user: drh tags: trunk)
20:35
Back out check-in [34341a10b45c9ff1] which was incorrect. That check-in was causing incorrect results to display on the diff of an uncommitted merge. Ticket [47d4e76139fd63f2a] is still open. ... (check-in: 1bea7f6959 user: drh tags: trunk)
16:30
Corrected help message for the <tt>stash</tt> command ... (check-in: fbddb08908 user: BM tags: trunk)
16:26
Bug fix for large syncs involving delta-manifests. ... (check-in: 8837795f53 user: drh tags: trunk)
15:28
Change the --httptrace option to store both the request and the reply in separate text files. Nothing is sent to stderr any more. ... (check-in: abe892304a user: drh tags: trunk)
14:13
Fix a typo in the "setup_access" screen. Ticket [6a70408ccb230a20856117] ... (check-in: 13920cd0f4 user: drh tags: trunk)
13:56
Updates to the download page generator script. ... (check-in: 09fc7be1f0 user: drh tags: trunk)
12:24
Fix the "make clean" to recursively remove subdirectories in the OBJDIR directory. Ticket [950d0186f84f38d2] ... (check-in: 1710ccf931 user: drh tags: trunk)
2010-12-20
22:00
Reduce the default maximum download limit from 20M to 5M since the smaller size seems to work much better with the latest clone refinements. ... (check-in: d16ccde510 user: drh tags: trunk)
17:29
Fix an off-by-one error in the delta generator. ... (check-in: d7dfb5ae42 user: drh tags: trunk)
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. ... (Closed-Leaf check-in: 9688ec1d00 user: drh tags: experimental)
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. ... (check-in: cb745cc789 user: drh tags: trunk)
13:15
Update the unix Makefile to shift all build products other than the file executable into the OBJDIR folder. ... (check-in: e084092a07 user: drh tags: trunk)
12:49
Get the --ignore option and ignore-glob setting working for the "clean" command. Ticket [0bc90d7235404d16]. ... (check-in: f12a6962a7 user: drh tags: trunk)
02:14
For clone and sync, report the correct network traffic totals even if those totals exceed 2 GiB. ... (check-in: a9e05e23e9 user: drh tags: trunk)
02:02
Abort a clone and delete the new repository if the server for the clone returns an error during the sync. ... (check-in: f6263ed6ce user: drh tags: trunk)
01:06
Improvements to the graph layout algorithm yielding a more compact graph in many cases. ... (check-in: ea61f4aa55 user: drh tags: trunk)
2010-12-19
21:08
When an ambiguous command prefix is entered, report all possible matches as part of the error message. ... (check-in: 5ae54b39fd user: drh tags: trunk)
20:59
Added a permuted documentation index. ... (check-in: 169a10dd5e user: drh tags: trunk)
02:09
Clear compiler warnings on OpenBSD. No functional code changes. ... (check-in: bbbb35a3c6 user: drh tags: trunk)
2010-12-18
23:59
For the git-fast-export interchange format, make sure labels for blobs and labels for check-ins do not collide since git cannot deal with that. Ticket [536c3399075d06] ... (check-in: d45502b066 user: drh tags: trunk)
22:25
Get the "stash save" command working for the case when a directory is specified as an argument. ... (check-in: fc6aea52ba user: drh tags: trunk)
21:26
Bring the "stash" enhancement into the trunk. ... (check-in: 12a2a5eaf2 user: drh tags: trunk)
21:22
Add the "stash diff" and "stash gdiff" commands. ... (Closed-Leaf check-in: 987e0ff78d user: drh tags: experimental)
20:54
Fix a couple of out-of-order variable declarations. ... (check-in: 4a8b4210f7 user: drh tags: experimental)
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. ... (check-in: 8a6aa0a13f user: drh tags: experimental)
18:56
The "stash" functionality is now in place. Need to test more prior to merging into trunk. ... (check-in: 22aa74dcdf user: drh tags: experimental)
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) ... (check-in: b3dadcc4a6 user: drh tags: experimental)
14:18
Simplifications to the implementation of undo/redo. Add the --explain option to undo/redo that shows what would be undone or redone without actually doing anything. ... (check-in: 30981b64a4 user: drh tags: trunk)
01:46
Fix the tag propagator so that when a non-propagating tag overrides a propagating tag, the propagation is undo. Ticket [fcadf658ed282b3a2] ... (check-in: 6007b2075c user: drh tags: trunk)
01:38
Fix the check-in editor so that it does not try to change the date on every edit of the check-in, but only on edits that actually change the date. ... (check-in: b230721eb8 user: drh tags: trunk)
2010-12-17
21:06
In the check-in property editor, change the bgcolor tag even if the only change is to toggle color propagation on or off. Ticket [fcadf658ed282b3a2]. ... (check-in: 2080d52168 user: drh tags: trunk)
12:41
When "fossil set editor" is unset and when there is no EDITOR or VISUAL environment variable set, then gather the check-in comment from standard input (with appropriate prompting) rather than trying to run "ed" or "notepad". ... (check-in: aa929c4d1e user: drh tags: trunk)
12:13
Issue a warning to the user before using "ed" or "notepad" if no default text editor is set. ... (check-in: 115d90d8b0 user: drh tags: trunk)
12:03
Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. ... (check-in: 99f52f3806 user: drh tags: trunk)
2010-12-16
15:03
Tweaks to the merge conflict notation. ... (check-in: bf919337bb user: drh tags: trunk)
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (check-in: daeb10f65f user: drh tags: trunk)
2010-12-15
02:42
Fix an uninitialized variable in update. ... (check-in: e3313965d3 user: drh tags: trunk)
02:19
Make three new TH1 variables available the footer on /doc pages: $doc_name, $doc_version, and $doc_date. ... (check-in: 1b0e6c0fbb user: drh tags: trunk)
01:49
Report the number of conflicts at the end of a merge or update and offer a hint to the user about the "fossil undo" command. ... (check-in: 070ce24d83 user: drh tags: trunk)
01:36
Change the merge conflict marks to identify which part is original content and which part is the content merged in. ... (check-in: 76ae862ec9 user: drh tags: trunk)
2010-12-14
15:44
Simplifications to the merge and update logic. Fix update so that it correctly carries file edits across name changes. ... (check-in: fd8698c8e0 user: drh tags: trunk)
00:36
Merge in the experimental clone speed enhancement. ... (check-in: 3543ed62bb user: drh tags: trunk)
00:30
When doing a "fossil update" if there are multiple descendents but only one descendent in the same branch as current, then go to that one descendent without complaining. Ticket [33d2bf39889352f2f] ... (check-in: 4beacb6dc4 user: drh tags: trunk)
00:15
Do not show a hex dump by default when viewing a binary artifact. Instead, just say that the artifact contains binary data and give a "Hex" submenu to view the hex if that is what the user wants. Ticket [a470443b64412d2856]. ... (check-in: dbb02ff1f9 user: drh tags: trunk)
00:06
Another bug fix associating with merges of branches which contain file name changes. ... (check-in: 4c95b7b950 user: drh tags: trunk)
2010-12-13
23:50
Fix to the fix to the mtime race condition that was supposed to be fixed by the prior check-in. ... (check-in: fa5302c28d user: drh tags: trunk)
23:04
Fix a long-standing mtime race condition that can cause problems if a "merge" takes places within the same second as an "update". ... (check-in: af365579e7 user: drh tags: trunk)
20:17
Get "fossil undo" working on merges that involve name changes. ... (check-in: 5d42fe9fee user: drh tags: trunk)
20:12
Futher enhancements to merge: Correct merging happens even on files whose names have changed since the pivot. ... (check-in: c52927c76d user: drh tags: trunk)
15:45
Add logic for computing the closure of file name changes across a sequence of checkins. ... (check-in: 28aa0e3670 user: drh tags: trunk)
14:31
Add the (unsupported) test-shortest-path command for finding the shortest path between two checkins in the DAG. ... (check-in: c49ee72b09 user: drh tags: trunk)
13:21
Take into account local (uncommitted) changes when doing a merge. ... (check-in: 7ec43ccb7a user: drh tags: trunk)
00:00
A few more merge test cases added. ... (check-in: 3f490bcbcf user: drh tags: trunk)
2010-12-11
20:08
When merging in a change where a file was deleted in the change, actually remove the file from the working checkout. Update the test cases to verify this is what happens. ... (check-in: 70744b76e6 user: drh tags: trunk)
16:36
Add the --tag option to the "commit" command. Add new test cases that make use of the --tag option. Improvements to the testing infrastructure. ... (check-in: 9d723c57ea user: drh tags: trunk)
00:28
Update the git fast-export importer so that it is able to handle filenames with spaces - or at least to the extent that the fast-export format is able to deal with such filename. Ticket [4ee4aa5a30733a] ... (check-in: 35aa6f8188 user: drh tags: trunk)
2010-12-10
22:02
Create a single subroutine that determines whether a file is a "reserved" file used by Fossil itself, or is potentially a valid repository file. This processing used to be duplicated at each place where it was needed. ... (check-in: 56d69dbd85 user: drh tags: trunk)
19:28
Do not show the "manifest" and "manifest.uuid" files as "extra" files if they are generated by Fossil. ... (check-in: 26590b8841 user: drh tags: trunk)
18:57
Take care not to show null-diffs with the "diff" command when the checkout contains the results of a merge. Ticket [47d4e76139fd63] ... (check-in: 34341a10b4 user: drh tags: trunk)
15:25
Fix typo in an error message. ... (check-in: 20b04536d0 user: drh tags: trunk)
2010-12-09
20:48
Fix a typo in the help text for "fossil import". Ticket [e8a6bfa54e0c3] ... (check-in: 973a6b1ee8 user: drh tags: trunk)
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26ca user: drh tags: experimental)
13:56
Use the built-in SQLite caseless string comparison functions instead of the C-library strcasecmp(). Accept mime-type application/x-fossil-uncompressed and avoid decompression when seen. ... (check-in: 0b6c414c6f user: drh tags: trunk)
2010-12-08
21:00
Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. ... (check-in: e154a4386b user: drh tags: trunk)
20:44
Add the --nochange and -n options to the "merge" command. ... (check-in: 000af3234f user: drh tags: trunk)
03:31
Ignore unfinalized statements when shutting down the SQLite command-line shell. Ticket [891cd78969e03ec3009]. ... (check-in: 31f5b295fa user: drh tags: trunk)
2010-12-07
14:20
Update the precompiled download page to include an OpenBSD binary. ... (check-in: 57f374a7f4 user: drh tags: trunk)
13:31
Update the internal SQLite to the latest 3.7.4 pre-release snapshot. ... (check-in: 0018d724b3 user: drh tags: trunk, release)
2010-12-04
19:25
Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] ... (check-in: bd75ea06b8 user: drh tags: trunk)
13:15
Simple bug-fix to get the bisect-good and bisect-bad commands working. ... (check-in: f2dbf9017d user: drh tags: trunk)
13:07
Begin adding a "bisect" command. The command is installed, but it does not yet work. This check-in is to facilitate transfer to a different machine. ... (check-in: 2ce65f2863 user: drh tags: trunk)
2010-12-03
23:49
Fix a bug in the new content() function added to the "sql" command. Ticket [195e50e93489c4997d]. ... (check-in: 63e6cb4e58 user: drh tags: trunk)
21:06
Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. ... (check-in: 1b53667d28 user: drh tags: trunk)
2010-12-02
14:46
Remove some instances of strcpy() and sprintf() due to warnings on OpenBSD. Update the internal SQLite to the latest 3.7.4 release candidate. ... (check-in: 3ad5891c72 user: drh tags: trunk)
2010-11-26
18:43
Fix and out-of-order variable definition in the "sqlite3" command. ... (check-in: f105bc17a0 user: drh tags: trunk)
18:37
Report an error if the repository schema version does not match what the fossil executable expects. ... (check-in: c0c3d92340 user: drh tags: trunk)
17:41
Update the built-in SQLite to the latest 3.7.4 beta. ... (check-in: 6c73321418 user: drh tags: trunk)
2010-11-25
20:31
merged in makemake.tcl updates ... (check-in: ac5e8fb4c0 user: wolfgang tags: trunk)
20:24
added pellesc make to makemake.tcl ... (check-in: 65dd90fb95 user: wolfgang tags: trunk)
02:51
On the timeline, the t=TAG query parameter can refer to tags on events in addition to check-ins. ... (check-in: 4438e96abc user: drh tags: trunk)
02:42
Remove the "Leaves" menu-bar item from the default setup. ... (check-in: f5efd3f359 user: drh tags: trunk)
01:52
When attempting to "fossil update" on a closed branch, move to the end of the branch. Ticket [375e5703329a743339] ... (check-in: 1719815a47 user: drh tags: trunk)
00:17
Add a new link to the check-in "info" page that goes to a timeline showing just the immediate parents and children of a check-in. Ticket [746949c9318554c137f5]. ... (check-in: 8c04a873c8 user: drh tags: trunk)
2010-11-24
23:45
If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. <i>Requires a rebuild</i>. ... (check-in: 576f6db2a8 user: drh tags: trunk)
22:43
updated makemkae.tcl to generate proper Makefile.dmc ... (check-in: d19fd0bf8c user: wolfgang tags: trunk)
21:32
Tag the manifest of every "private" checkin with the "private" tag. After the "reconstruct" command, add all private checkins to the private table. Ticket [e29ea5912afe1e97]. ... (check-in: 3b2d67d604 user: drh tags: trunk)
20:54
add sqlcmd to Makefile.dmc ... (check-in: 1ee56c4201 user: wolfgang tags: trunk)
17:30
Fix a redirect loop problem for the /home URL. Ticket [77dc5de6397fb18c0fbad] ... (check-in: 135fcbbb05 user: drh tags: trunk)
17:13
Correctly handle partial commits even when files have been deleted and/or renamed and are not part of the partial commit. Tickets [ad15a8e2af8c3162d6] and [5cc33a6aa0621be8936f]. ... (check-in: 2ceeeca19d user: drh tags: trunk)
12:03
Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. ... (check-in: b4687be448 user: drh tags: trunk)
2010-11-23
22:18
Fix the ticket-change artifact generator so that it puts all fields with the "+" prefix on their name first, where they ought to be. ... (check-in: e1dac0e4f6 user: drh tags: trunk)
2010-11-19
22:29
Further work on getting a "commit" or "update" to continue operating after an autosync failure. The "commit" command prompts to verify that you want to continue. ... (check-in: 0cc4875fde user: drh tags: trunk)
19:48
Work toward getting and "update" or "commit" to continue even after an auto-sync failure. ... (check-in: 9286aaf778 user: drh tags: trunk)
2010-11-17
20:11
integrate import/export to Makefile.dmc ... (check-in: e5d99df4bc user: wolfgang tags: trunk)
13:38
Tweaks to the graph layout. Add a graph to ticket timelines. ... (check-in: cf178577ec user: drh tags: trunk, release)
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] ... (check-in: b408ece7f6 user: drh tags: trunk)
2010-11-16
23:16
Update to the latest version of SQLite with the sqlite3_stmt_readonly() capability and use that interface for additional security of the user-entered SQL in the ticket report logic. ... (check-in: 115f3ea60e user: drh tags: trunk)
18:02
Additional fixes to the "fossil import" command. Correct handling of zero-length content files. Correct handling of merges with no new or modified files. ... (check-in: 3873aa7ecb user: drh tags: trunk)
04:18
Fix a bug in the Git import routine. ... (check-in: 9c31866404 user: drh tags: trunk)
2010-11-15
20:10
Do not use the "time_fudge" temp-table if it has not been created by a prior call to manifest_crosslink_begin(). Ticket [289844a2cb535a465] ... (check-in: 80c42a3312 user: drh tags: trunk)
20:07
Update the built-in SQLite to an alpha of version 3.7.4. ... (check-in: ea442f3704 user: drh tags: trunk)
19:50
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. ... (check-in: bb045dbdbd user: drh tags: trunk)
2010-11-13
23:45
Change the "branch list" command to provide output more like Git. ... (check-in: 761a6a9dcf user: drh tags: trunk)
23:29
Disable automatic pull of shun records for the time being. ... (check-in: 3c2500c765 user: drh tags: trunk)
23:23
Move the "updated-to:" text to the end of the display for the "update" command, and separately from the changed files by "---------". This at the request of the emacs integration effort. ... (check-in: 3af6cf0993 user: drh tags: trunk)
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: 64459dd091 user: drh tags: trunk)
02:17
Fixed typo in the help message for the deconstruct command ... (check-in: f7cf6dd7ba user: aku tags: trunk)
02:16
Fixed typos in commit [aa2fdc286c]. ... (check-in: 8cf380a48e user: aku tags: trunk)
01:56
Refinements to the "sync protocol" document. ... (check-in: aa2fdc286c user: drh tags: trunk)
2010-11-12
23:27
More typos in the fossil-v-git document. ... (check-in: a17ed85c08 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: 328fc92ceb user: drh tags: trunk)
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. ... (check-in: a04a650870 user: drh tags: trunk)
20:57
Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. ... (check-in: 03b53ca4ca user: aku tags: trunk)
16:37
Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. ... (check-in: ceab53718f user: drh tags: trunk)
15:17
A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] ... (check-in: e0eceb7892 user: drh tags: trunk)
00:24
Added documentation on ways to identify a check-in. ... (check-in: aaf8cfa296 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: badb9ff231 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: 5ea9ad379d user: drh tags: trunk)
21:36
Fix a minor memory leak. ... (check-in: 3541444d9d user: drh tags: trunk)
20:33
Further refinements to the Fossil-versus-Git document. ... (check-in: 8f4d5314ae user: drh tags: trunk)
20:01
typo ... (check-in: 71f7103494 user: bch tags: trunk)
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. ... (check-in: ae0628aa99 user: drh tags: trunk)
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15b8 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: e5a734a19a user: drh tags: trunk)
01:16
Cast strlen() to int when used as a printf() argument. ... (check-in: 5fa4dfc286 user: drh tags: trunk)
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". ... (check-in: 6b76effa92 user: drh tags: trunk)
20:56
Improved handling of branches and tags in the "fossil import" command. ... (check-in: b2f637510a user: drh tags: trunk)
19:11
Allow a manifest to have no F-cards. ... (check-in: 6f8cd72b08 user: drh tags: trunk)
18:44
Drop the temporary time_fudge table once we are done with it. ... (check-in: 172e16aeec 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: 0ba2c86d2b user: drh tags: trunk)
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. ... (check-in: ef68b04449 user: drh tags: trunk)
01:43
Tweak check-in times slightly so that parents always come before their children. ... (check-in: 0e87f42762 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: 6c827ff02e 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: ba837f5e88 user: drh tags: trunk)
17:51
Merge in the latest changes from venks-emacs. ... (check-in: 7d2d1d3228 user: drh tags: trunk)
17:37
Merge with trunk ... (check-in: 96c0c68a86 user: venkat tags: venks-emacs)
13:52
Make "init" an alias for "new". ... (check-in: 21880ca1b6 user: drh tags: trunk)
11:59
The "export" command now exports tags. ... (check-in: 06bc2fb7cc 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: 0f024d3e30 user: drh tags: trunk)
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6f7 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: 134f5b374e user: drh tags: trunk)
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49cf user: ron tags: trunk)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2f9 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: a9407bc82f 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: e25884d44f user: drh tags: experimental)
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 &lt;DOCTYPE&gt; 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)
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3cc 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: a4cdf8d25b 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: 0bb7d7b8ef 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: b073039b8c user: drh tags: experimental)
2010-10-27
20:39
added missing dependency in dmc windows make for resource file ... (check-in: 304c71a09c user: wolfgang tags: StvPrivateHook2 )
20:27
corrections on merge conflict handling for settings help ... (check-in: 309168a936 user: wolfgang tags: StvPrivateHook2 )
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a07 user: drh tags: trunk)
19:17
Do not allow clusters larger than about 900 entries. ... (check-in: 06475b2e61 user: drh tags: experimental)
18:04
merge from trunk ... (check-in: f5740d09c3 user: wolfgang tags: StvPrivateHook2 )
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b31 user: drh tags: experimental)
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)
19:01
merge from trunk ... (check-in: 4260bc6a22 user: wolfgang tags: StvPrivateHook2 )
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-24
06:53
add missing; ... (check-in: e9fcc9afae 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: 8175b57923 user: drh tags: experimental)
19:43
Transmit the "manifest" setting as part of project configuration. ... (check-in: d57f3c7775 user: drh tags: experimental)
17:02
add privilege check to hook execution ... (check-in: abd05f296e user: wolfgang tags: StvPrivateHook2 )
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)
07:23
added hook info to sync/push help ... (check-in: ba5e03444b user: Ratte tags: StvPrivateHook2 )
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)
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b6e 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: 858940c68e user: bcsmith tags: ui-improvements)
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)
14:55
adding flush to system-command, windows needs all buffers flushed before system execution ... (check-in: a64b48cb29 user: wolfgang tags: StvPrivateHook2 )
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. ... (check-in: aa61a65c18 user: drh tags: experimental)
19:40
some error corrections for force hook ... (check-in: a94ef5c00d user: wolfgang tags: StvPrivateHook2 )
15:46
added output redirect and client force for hook ... (check-in: ccef28b54b 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: ec56d8ff58 user: drh tags: experimental)
16:37
merge from old hook branch ... (check-in: 9cf288de27 user: wolfgang tags: StvPrivateHook2 )
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd)
17:33
merge from trunk ... (check-in: 586b0eb144 user: wolfgang tags: wolfgangHelpCmd)
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)
16:11
merge from trunk ... (check-in: c127179362 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: 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)