Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 74c124786c2967e8.
2015-01-27
| ||
16:21 | Alternative fix for the SSH remote-host problem for which Andy Bradford supplies a patch at [52f08008e2]: Continue to provide a numeric IP address, but try to get the IPv6 address if it is available, and always include the hostname in g.zIpAddr regardless of whether or not an IP address was found. ... (check-in: 9bc7041ae7 user: drh tags: trunk) | |
10:47 | Cherry-pick [http://www.sqlite.org/src/info/2a9ea9b4a7d6904efb2112e32efe84123dfa75d7|2a9ea9b4a7] : In the command-line shell, make sure stderr is unbuffered so that it automatically flushes. So, this works for "fossil sqlite" as well. (actually, just by copying latest "shell.c" from SQLite) ... (check-in: bcd7b488a2 user: jan.nijtmans tags: trunk) | |
07:39 | For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. ... (Closed-Leaf check-in: 52f08008e2 user: andybradford tags: pending-review) | |
03:53 | Increase the version number to 1.31, due to the change to the MLINK schema. ... (check-in: 09fe92ad72 user: drh tags: trunk) | |
03:34 | Openssl 1.0.2 ... (check-in: 1afb9f7d9f user: jan.nijtmans tags: sqlite3-compat) | |
03:29 | Don't forget (dummy) isaux table column. ... (check-in: 74ff0e1e41 user: jan.nijtmans tags: sqlite3-compat) | |
03:25 | Not really take over schema change, just don't bark when the repository has a future schema. ... (check-in: aca8b6d32a user: jan.nijtmans tags: sqlite3-compat) | |
03:10 | In the Checkins By File report, use filenames as the secondary sort key. ... (check-in: 840343d4be user: drh tags: trunk) | |
03:06 | Fix a stray "@" character in the filenames of the Checkins By File report. ... (check-in: 811d10ac7a user: drh tags: trunk) | |
03:00 | Add the "Checkins Per File" report to the /reports page. ... (check-in: ec8c7498c0 user: drh tags: trunk) | |
02:40 | Split the /reports webpage out into a separate source-code file for ease of editing and maintenance. No functional changes. ... (check-in: 39cd06c9f7 user: drh tags: trunk) | |
02:30 | Cherrypick 1.31 schema-change. ... (check-in: 73069449f0 user: jan.nijtmans tags: sqlite3-compat) | |
02:20 | The MLINK.ISAUX field was being set incorrectly by all versions since the cutover to the new MLINK schema in check-in [65aa10f97c]. Run "fossil rebuild" again after upgrading to this version. ... (check-in: a27fa3d46b user: drh tags: trunk) | |
02:08 | Improvements to the the /finfo ancestry calculation. ... (check-in: 116921fd86 user: drh tags: trunk) | |
01:39 | Fix a NULL-pointer dereference bug in the graph generator. ... (check-in: 03250bc649 user: drh tags: trunk) | |
01:25 | On the check-in information page, only show diffs for changes from the primary parent. Omit diffs of changes from merged in nodes. ... (check-in: 4997690078 user: drh tags: trunk) | |
01:20 | Fixes to the "ancestry" links of /fdiff. ... (check-in: d4d6a8432b user: drh tags: trunk) | |
2015-01-26
| ||
21:59 | A couple fixes to the 'eagle' skin. ... (check-in: a08d175634 user: mistachkin tags: trunk) | |
21:43 | • Fixed ticket [d26a9d9e2b]: If same file is checked in twice, the second time is lost in the file's timeline plus 4 other changes ... (artifact: a83acf1329 user: baruch) | |
21:12 | • Fixed ticket [21e39ebe66]: Clarify guidance regarding user 'nobody' plus 3 other changes ... (artifact: 194f97d977 user: drh) | |
21:11 | Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. ... (check-in: 59a482023e user: drh tags: trunk) | |
18:34 | Make sure the PLINK.BASEID column exists when opening the repository database. ... (check-in: b00e9ac8bb user: drh tags: trunk) | |
18:23 | Fix the URL parser so that it is able to handle IPv6 addresses. Cherrypick (with updates) from the ipv6 branch circa [2012-07-07]. ... (check-in: 2075361ece user: drh tags: trunk) | |
18:11 | • Fixed ticket [c899dd567b]: add %R prefix for /attachdownload and /attachview plus 4 other changes ... (artifact: 0c6b04400a user: drh) | |
18:09 | • New ticket [21e39ebe66] Clarify guidance regarding user 'nobody'. ... (artifact: 74c124786c user: nobody) | |
18:08 | • Edit [0438d06635892890|0438d06635]: Edit check-in comment. ... (artifact: 86eeaa80f2 user: drh) | |
18:06 | • Closed ticket [9fce97d0bf]: sha1 doesn't match download for mac osx plus 4 other changes ... (artifact: 01e267f037 user: drh) | |
16:45 | Add two new columns to the MLINK table. ("fossil rebuild" is not required but is highly recommended.) Use these new tables to improve the display of the history of changes to a single file. ... (check-in: 65aa10f97c user: drh tags: trunk) | |
16:28 | Try to keep graph nodes from the same branch on the same rail of the graph. ... (Closed-Leaf check-in: fcc9f6642e user: drh tags: mlink-improvements) | |
15:19 | Use the GR_MAX_RAIL macro to limit the number of parents for a node on a graph. On the /finfo page, ensure that a node is only marked "Added" if it has no parents. ... (check-in: c1c50ced22 user: drh tags: mlink-improvements) | |
14:44 | Improved comment on the automatic MLINK column adding that is done in db_open_repository(). ... (check-in: c33c574e43 user: drh tags: mlink-improvements) | |
14:25 | Remove a needless mlink.isaux test in the fileage computation. ... (check-in: 3bb8873940 user: drh tags: mlink-improvements) | |
13:52 | Remove the option in /finfo to show all changes to a file. Show the first change only. And do not attempt to put that change on the trunk, but really show the first actual change. ... (check-in: 5f6ee7ce04 user: drh tags: mlink-improvements) | |
13:08 | Relax the schema requirements. This branch of Fossil can now work with older database schemas. A "fossil rebuild" is still recommended, and goofy displays, especially of the /finfo page, might result if the rebuild is omitted. But the obsolete schema errors are avoided. This is expected to simplify the upgrade path. ... (check-in: 3f739d4da7 user: drh tags: mlink-improvements) | |
12:24 | Make the javascript function updateClock() work on browsers < IE9, or any other browser which doesn't implement Date.toISOString(). This function only exists in ECMAScript >= 5.1 (JavaScript >= 1.8) ... (check-in: 1c4966b447 user: jan.nijtmans tags: trunk) | |
11:58 | Merge recent trunk enhancements. ... (check-in: 3c3c166c89 user: drh tags: mlink-improvements) | |
11:52 | Omit MLINK entries when a file is added by merge. ... (check-in: bd08b03a72 user: drh tags: mlink-improvements) | |
09:04 | Update custom MinGW makefile, add one "const" and remove some unnecessary eol-spaces ... (check-in: 9e318f6b48 user: jan.nijtmans tags: trunk) | |
04:11 | Fix makefile typos that broke the build for MSVC. ... (check-in: 5406f49271 user: drh tags: trunk) | |
04:06 | Fix the build of builtin_data.h for separate compilation. ... (check-in: ad11262cf8 user: drh tags: trunk) | |
03:25 | Add the /md_rules page that explains the Markdown formatting rules. ... (check-in: 72759f5859 user: drh tags: trunk) | |
2015-01-25
| ||
22:01 | Improvements to the CSS in the San Francisco Modern skin. ... (check-in: c88fc81a33 user: drh tags: trunk) | |
21:21 | Improved tracing capability for debugging purposes. ... (check-in: af3d3b6936 user: drh tags: trunk) | |
09:54 | Merge latest trunk ... (check-in: befd44c747 user: baruch tags: svn-import) | |
02:29 | Some minor fixes to the /finfo tree construction. Still having problems with incorrect mlink entries being created for files added by merge. ... (check-in: f603a91432 user: drh tags: mlink-improvements) | |
01:30 | Comment improvements in the schema. Attempt to get the /finfo page to show merge arrows. ... (check-in: 7d5a85bba8 user: drh tags: mlink-improvements) | |
00:20 | Enhance the MLINK table schema to record file changes from all parents. Requires a "fossil rebuild". Other schema cleanups at the same time. ... (check-in: a241444d8f user: drh tags: mlink-improvements) | |
2015-01-24
| ||
22:13 | Enhance the "fossil sync" command to retry all of the returned values from getaddrinfo() until it finds one that actually works. That way, it will find the IPv4 version on machines that do not have an IPv6 gateway. ... (check-in: ae3ef4d3d9 user: drh tags: trunk) | |
21:46 | Add the --ipv4 option to force the use of IPv4 on "fossil clone" and "fossil sync" and so forth. ... (check-in: 317bd3cb3d user: drh tags: trunk) | |
20:42 | Fix the "info" command so that it once again accepts the -R option. ... (check-in: 5826f9c4b8 user: drh tags: trunk) | |