Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
532 check-ins using file BUILD.txt version 58b010d4c2
2011-08-30
| ||
08:00 | More comments about tests I'd like to write. check-in: 281e5121e7 user: viriketo tags: merge_renames | |
2011-08-05
| ||
12:43 | Taking a note about a new test I should write about merges with renames.. check-in: b78d999988 user: viriketo tags: merge_renames | |
2011-06-19
| ||
16:52 | Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. Closed-Leaf check-in: c5f994d4c5 user: ben tags: autoconf | |
16:48 | Fix syntax in Makefile.in so it works with Solaris make. check-in: 4787336f2f user: ben tags: autoconf | |
2011-06-18
| ||
17:02 | Fixes to the windows makefiles to support sequential version numbers. check-in: 30b0986d93 user: drh tags: trunk | |
17:00 | Merge latest changes from trunk check-in: 7bbeb88205 user: ben tags: ben-testing | |
16:50 | Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. check-in: e0303181a5 user: drh tags: trunk | |
15:51 | Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. check-in: 89e6eb9674 user: drh tags: trunk | |
2011-06-17
| ||
20:13 | Adding a new test (this failed by current trunk) based on ticket [74413366fe]. check-in: b2e7370e32 user: viric tags: merge_renames | |
19:09 | Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. check-in: 8526b151fc user: viriketo tags: merge_renames | |
15:13 | Fixes to "export --git". Changes spaces in tag names to "_" since Git cannot deal with spaces in tag names. Make sure the name of the committer is well-formed according to git's definition of well-formedness. check-in: b707622f29 user: drh tags: trunk | |
13:37 | Fix the temporary filename generator so that it does not get stuck in a loop. Ticket [006e1df642d6246a03]. check-in: d3a1663a09 user: drh tags: trunk | |
2011-06-16
| ||
23:14 | A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. Closed-Leaf check-in: d167b79e66 user: drh tags: cmake | |
23:12 | Fix an issue with makeheaders that causes problems for windows when full pathnames are use with a colon in the device name. check-in: 1128509646 user: drh tags: trunk | |
19:51 | Updates to the VC++ makefile. check-in: 82d741db3e user: drh tags: trunk | |
2011-06-15
| ||
15:33 | Add the configure script and merge in the latest trunk changes. check-in: 57ca24966f user: drh tags: autoconf | |
15:22 | Update the built-in SQLite to the latest 3.7.7 beta. check-in: dbe1e68e43 user: drh tags: trunk | |
2011-06-14
| ||
23:59 | When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. check-in: 1c4d1272a6 user: drh tags: trunk | |
22:31 | Disable several warnings about sorting w/o an index. check-in: b893eb0dad user: drh tags: trunk | |
22:16 | A very simple commit fix. check-in: 3a610a3980 user: drh tags: trunk | |
17:24 | Change the minimum required autoconf from 2.67 to 2.62. check-in: 0241d75a90 user: drh tags: autoconf | |
17:21 | Add Makefile.in forgotten in [8559c781c2]. check-in: dcda2dbcb0 user: joerg tags: autoconf | |
17:10 | Remove NetBSD RCS ID check-in: 8079974223 user: joerg tags: autoconf | |
17:09 | Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. check-in: 8559c781c2 user: joerg tags: autoconf | |
2011-06-10
| ||
15:14 | When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. check-in: 6ed7ceb1de user: dan tags: trunk | |
2011-06-09
| ||
19:20 | Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] check-in: 0538980488 user: drh tags: trunk | |
2011-06-07
| ||
15:51 | Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. check-in: 621be70494 user: drh tags: trunk | |
02:09 | Merge the venks-emacs changes into trunk. check-in: fbf417b681 user: drh tags: trunk | |
00:48 | Pull the latest trunk changes into the venks-emacs branch. check-in: 690ba8cbdb user: drh tags: venks-emacs | |
2011-06-06
| ||
17:59 | Fix indentation and tabs to style guide check-in: 081a29c0b7 user: venkat tags: venks-emacs | |
17:17 | When setting execute permission only set it for those users that also have read permission. check-in: fd6f1c5e61 user: drh tags: trunk | |
17:15 | Bug fix: make sure "fossil update" sets the execute permission bit correctly. check-in: 37c231b11d user: drh tags: trunk | |
16:50 | Remove an unnecessary level of function nesting. check-in: 12989181a6 user: drh tags: trunk | |
12:01 | Update the "scrub" command to remove traces of login-groups and subrepositories. check-in: 5ea9cf4002 user: drh tags: trunk | |
2011-06-05
| ||
08:54 | Merge latest SQLite from trunk check-in: be264779de user: ben tags: ben-testing | |
08:49 | Minor code cleanup: reformat code to 80 char line length check-in: 6aa5b85f0e user: ben tags: ben-testing | |
08:46 | Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server certificate could not be verified. check-in: 636cc595e1 user: ben tags: ben-testing | |
00:09 | Fix minor typo in comment check-in: ac7be7fd6c user: venkat tags: venks-emacs | |
00:04 | Add ability to append to ticket fields from the fossil ticket command check-in: 35d6029a13 user: venkat tags: venks-emacs | |
2011-06-03
| ||
14:24 | Update the built-in SQLite to the latest 3.7.7 alpha. check-in: 9f9047d686 user: drh tags: trunk | |
2011-06-02
| ||
23:45 | Minor code clean-ups: (1) shorten lines to less than 80 characters (2) remove C99-isms, especially intermixed code and declarations. Also merge in the moved file display fix from the trunk. check-in: a164b63a67 user: drh tags: ben-testing | |
20:49 | Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. check-in: 067cda2645 user: drh tags: trunk | |
19:38 | Merge versionable settings and empty-dirs setting from versionable-settings branch check-in: 30ebed1903 user: ben tags: ben-testing | |
19:31 | Merge SSL client certificate support from ben-security branch check-in: 397f434a4d user: ben tags: ben-testing | |
19:28 | Create new branch named "ben-testing" check-in: 25c77401f0 user: ben tags: ben-testing | |
14:56 | Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. check-in: 74ecc4d646 user: drh tags: trunk | |
2011-06-01
| ||
22:39 | Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] check-in: d5b9674ec5 user: drh tags: trunk | |
22:32 | In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. check-in: 2a013f0228 user: drh tags: trunk | |
2011-05-31
| ||
12:52 | Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. check-in: e5e6ca4659 user: drh tags: trunk | |
2011-05-30
| ||
16:46 | Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. check-in: 3abab7e177 user: ben tags: trunk | |
07:14 | Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make | |
07:04 | Create new branch named "configure-make" check-in: 62284df93a user: ben tags: configure-make | |
2011-05-29
| ||
12:53 | Remove accidentally included line of code. Closed-Leaf check-in: 0bed863b69 user: ben tags: ben-security | |
12:49 | Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. check-in: e06ea26e97 user: ben tags: ben-security | |
2011-05-28
| ||
18:51 | Release check-in: 0448438c56 user: drh tags: trunk, release | |
17:56 | Merge the latest changes from the ben-security branch into trunk. check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag | |
17:52 | Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] check-in: e94c1e9068 user: drh tags: trunk | |
16:23 | Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. check-in: 95f04bbfbf user: ben tags: ben-security | |
15:40 | Tidy up and fix implementation of empty-dirs setting. Closed-Leaf check-in: 529237a3c1 user: ben tags: versionable-settings | |
15:39 | Add documentation for empty-dirs setting check-in: eb93d6ae0e user: ben tags: versionable-settings | |
14:55 | Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. check-in: b5d4526211 user: ben tags: versionable-settings | |
09:15 | Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. check-in: 761a98a1ee user: ben tags: versionable-settings | |
2011-05-27
| ||
14:37 | Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. check-in: 21ceccddd8 user: drh tags: trunk | |
12:56 | Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. check-in: e05fea3852 user: drh tags: trunk | |
12:16 | Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. check-in: ea2698e9c7 user: drh tags: trunk | |
12:03 | Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. check-in: 32ad9a1584 user: drh tags: trunk | |
2011-05-26
| ||
11:57 | Add the --systemtrace option for debugging calls to fossil_system. check-in: 5a4dc2239b user: drh tags: trunk | |
11:29 | Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] check-in: 02a6aa2d5e user: drh tags: trunk | |
2011-05-25
| ||
13:54 | Update the Mac icon for the download page. check-in: a2e1c48373 user: drh tags: trunk | |
2011-05-24
| ||
12:02 | Merge the latest trunk changes into the versionable-settings branch. check-in: 9c915adb0a user: drh tags: versionable-settings | |
2011-05-23
| ||
15:11 | Merge the ben-security branch into the trunk. check-in: 474850cff5 user: drh tags: trunk, release | |
15:06 | Merge the solaris10 branch into the trunk. check-in: 3e0efc3827 user: drh tags: trunk | |
2011-05-22
| ||
15:08 | Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. check-in: e4b57a3230 user: ben tags: ben-security | |
14:53 | When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. check-in: fc93bfb0f7 user: ben tags: ben-security | |
14:23 | Create new branch named "ben-security" check-in: 2b4a6a66e1 user: ben tags: ben-security | |
09:52 | Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. check-in: 3fa5cfaec8 user: ben tags: versionable-settings | |
09:50 | Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. check-in: 43b0d795e5 user: ben tags: versionable-settings | |
09:44 | When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. check-in: 7d04803392 user: ben tags: versionable-settings | |
09:38 | Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. check-in: 09e52f0df7 user: ben tags: versionable-settings | |
09:11 | Create new branch named "versionable-settings" check-in: 3db75c4803 user: ben tags: versionable-settings | |
07:53 | Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. Closed-Leaf check-in: 3e61ada775 user: ben tags: solaris10 | |
07:49 | In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. check-in: 9ef38b6b6d user: ben tags: solaris10 | |
07:33 | Create new branch named "solaris10" check-in: eb4b5e3beb user: ben tags: solaris10 | |
2011-05-21
| ||
16:57 | If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. check-in: 1343cfad7b user: drh tags: trunk | |
16:52 | Add (verisionable) empty-dirs setting Closed-Leaf check-in: b21f47e967 user: ben tags: bens-expr | |
16:45 | Print an "Internal Error" if the update command is unable to find a version to update to. check-in: 88e9f24aff user: drh tags: trunk | |
16:18 | Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. check-in: 56b75c768a user: ben tags: bens-expr | |
15:39 | Experimental support for Solaris 10 check-in: fd39ef8261 user: ben tags: bens-expr | |
15:38 | Create new branch named "bens-expr" check-in: d73b1b5042 user: ben tags: bens-expr | |
2011-05-20
| ||
15:31 | Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. check-in: 4b3425401f user: drh tags: trunk | |
14:17 | Convert the return value of getcwd() from MBCS into UTF8 before using it. check-in: ef04076777 user: drh tags: trunk | |
12:29 | Do not short-circuit the update command if the --verbose option is used. check-in: 3b5db9a10e user: drh tags: trunk | |
11:39 | Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. check-in: c60e143f28 user: drh tags: trunk | |
11:32 | Merge the windows-i18n branch into the trunk. check-in: d8ec765fac user: drh tags: trunk | |
11:24 | Merge all the latest trunk changes into the windows-i18n branch. Closed-Leaf check-in: a742d12e8f user: drh tags: windows-i18n | |
11:22 | Convert some fopen() calls to fossil_fopen(). Missed them previously. check-in: f626fcaab6 user: drh tags: windows-i18n | |
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
| ||
20:30 | Fix memory leaks in "fossil rebuild". check-in: 625226d577 user: drh tags: windows-i18n | |
17:13 | Ignore short writes when writing to the console. check-in: e7babf5222 user: drh tags: windows-i18n | |
15:46 | When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. check-in: 55b32701a5 user: drh tags: windows-i18n | |
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:20 | Pull the latest changes in trunk over into the windows-i18n branch. check-in: 70743ebae5 user: drh tags: windows-i18n | |
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:14 | Pull the latest changes from trunk into windows-i18n. check-in: f25b6c00c8 user: drh tags: windows-i18n | |
12:13 | Back out the [ab934c6b09fd1d5] change. Do not change the console output mode using SetConsoleOutputCP(). Go back to converting UTF8 into MBCS upon output. check-in: b33032ae40 user: drh tags: windows-i18n | |
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-10
| ||
13:38 | Translate check-in comments received from console input from MBCS into UTF8. check-in: 2278ef0ffa user: drh tags: windows-i18n | |
13:29 | Always write UTF8 to the console. Change the console output mode on windows to UTF8 at startup. check-in: ab934c6b09 user: drh tags: windows-i18n | |
2011-05-09
| ||
15:50 | Pull the latest trunk changes over into the windows-i18n branch. check-in: bbba160840 user: drh tags: windows-i18n | |
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-07
| ||
11:42 | Convert the fopen() in blob_write_to_file() into fossil_fopen(). check-in: 4373976553 user: drh tags: windows-i18n | |
2011-05-06
| ||
16:55 | Merge the latest trunk changes into windows-i18n branch. check-in: 59ddd3c8ae user: drh tags: windows-i18n | |
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 | |
11:16 | Merge the latest changes from trunk. check-in: 503a0ef555 user: drh tags: windows-i18n | |
11:13 | Add a wrapper around all calls to access() that translates UTF8 to MBCS. check-in: 850d3df44e user: drh tags: windows-i18n | |
2011-05-03
| ||
20:25 | Convert the results of getenv() from MBCS into UTF8. check-in: b7df0b9ce6 user: drh tags: windows-i18n | |
18:32 | Convert filenames from UTF8 to MBCS on windows when checking if a file exists or checking its size, etc. Ticket [336924579dd95e7cceaeeae5]. check-in: 48f5dadafd user: drh tags: windows-i18n | |
13:37 | Enable Basic Authorization during sync operations by prepending a single "#" to the password. check-in: c1506adbf7 user: drh tags: trunk | |
01:12 | Update the fossil_system() function so that it converts the system command form UTF8 into MBCS before calling system(). Speculative fix for ticket [8d916f5fc30be3]. check-in: a65c97afd6 user: drh tags: windows-i18n | |
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:31 | Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. check-in: eea6449098 user: drh tags: windows-i18n | |
13:10 | Merge in changes from trunk. check-in: f8f1c4e9a3 user: drh tags: windows-i18n | |
13:09 | Avoid using the %lld printf conversion since windows does not support it. check-in: be467e9328 user: drh tags: trunk | |
2011-04-28
| ||
13:53 | Make sure the argument to fopen() is MBCS instead of UTF8. check-in: a3c252f237 user: drh tags: windows-i18n | |
2011-04-27
| ||
20:01 | Merge in the SQLite fix from trunk. check-in: a9425fe17f user: drh tags: windows-i18n | |
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 | |
18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. check-in: e805fa8db9 user: drh tags: windows-i18n | |
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 | |
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 | |
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 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” 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. 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 | |
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 | |