Fossil

Timeline
Login

Timeline

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

50 events occurring around 86ab1f468b0929fa.

2015-01-30
01:16
merge [clobber_fixer] to keep "clone" and "new|init" from overwriting an existing file when setting up a new repository ... (check-in: 89c17a86e1 user: bch tags: trunk)
01:14
merge [trunk] ... (Closed-Leaf check-in: 8ad906662c user: bch tags: clobber_fixer)
01:07
Add the -D__EXTENSIONS__ compile-time option on Solaris, so that it can find its IPv6 headers. ... (check-in: 5b9168501c user: drh tags: trunk)
00:15 Ticket [5ba427be88] Fossil clobbers existing files when creating new repo status still Open with 4 other changes ... (artifact: 1775b50aa1 user: nobody)
2015-01-29
22:51
cleanup ws, unused variable ... (check-in: 7670e65f6c user: bch tags: clobber_fixer)
22:48
get to fossil_stat() via file_size(), and additionally protect 0-byte files in "clone" ... (check-in: 45b060f08e user: bch tags: clobber_fixer)
22:39 Ticket [5ba427be88] Fossil clobbers existing files when creating new repo status still Open with 3 other changes ... (artifact: cb5a8fbb68 user: bharder)
22:20 Edit [b0a3bfb03850dd07|b0a3bfb038]: Mark "Closed". ... (artifact: a8d50c264c user: bharder)
22:15
move "solution" closer to problem area, rather than too deeply abstracted in the machinery. ... (check-in: 89cf250dda user: bch tags: clobber_fixer)
20:54
less abstract, closer to affected (clone, init/new) subcommands ... (Closed-Leaf check-in: b0a3bfb038 user: bch tags: clobber_fixer)
20:42 Ticket [5ba427be88] Fossil clobbers existing files when creating new repo status still Open with 3 other changes ... (artifact: e4b733e177 user: nobody) ... 2 similar events omitted.
20:21
proposed fix for clobbering existing files [5ba427be8809342c6fbdcf48c9c8365467048d28] ... (check-in: bb15d408a4 user: bch tags: clobber_fixer)
09:14
Changelog additions, and a single "const" addition ... (check-in: 9586ac14b8 user: jan.nijtmans tags: trunk)
01:48
Fix the /doc page so that it returns status 200 (not 404) after appending "index.html" to the end of a page name. ... (check-in: 8b4b4247dc user: drh tags: trunk)
01:25
Fix harmless compiler warnings. ... (check-in: ef108998c4 user: drh tags: trunk)
01:23
If a /doc filename ends with "/", then try appending "index.html", "index.wiki", and "index.md" in that order. If none are found, then a 404 error will be generated. Try to find a file named 404.md in the root directory for the text of the 404, or generate a default 404 if no 404.md file is found. ... (check-in: bdfbbddc8f user: drh tags: trunk)
00:44
Fix another instance of index.wiki to index.html. ... (check-in: 2c1677aa17 user: drh tags: trunk)
00:38
For embedded documentation that ends in / go back to appending index.html instead of index.wiki. ... (check-in: 2ddb0e5a23 user: drh tags: trunk)
2015-01-28
22:31
Change index-page so it's a project setting and not a skin. ... (check-in: cab404b2f4 user: dg tags: dg-skin-reset)
22:24
Create new branch named "dg-skin-reset" ... (check-in: a1dd3c2103 user: dg tags: dg-skin-reset)
15:11
Add an experimental /search page for embedded documentation. Need to enhance with (1) wiki search, (2) ticket search, (3) configuration options, and (4) CSS, and maybe other things as well. But it is a start. ... (check-in: 046d7430bf user: drh tags: trunk)
12:11
Update referenced openSSL version (1.0.2) ... (check-in: 16a4f60b24 user: jan.nijtmans tags: trunk)
11:17
Merge trunk ... (check-in: 4aa351bba8 user: baruch tags: svn-import)
11:07
Deleting a branch closes it ... (check-in: 86ab1f468b user: baruch tags: svn-import)
09:24
Minor compiler warning in shell.c (already fixed in SQLite). "char const" -> "const char" for consistancy. ... (check-in: 5330d107b2 user: jan.nijtmans tags: trunk)
03:34
Fix for Cygwin ACL bug ... (check-in: 4043d5ea0b user: jan.nijtmans tags: sqlite3-compat)
01:34
Fixes to the default header, footer, and css access in the setup screens. ... (check-in: 6115de1504 user: drh tags: trunk)
01:32
Improvements to the unindexed full-text-search function. Changes not yet visible in the interface. ... (check-in: 128e95e017 user: drh tags: trunk)
2015-01-27
22:14
Fix some calls to builtin_text() on the style setup pages. ... (Closed-Leaf check-in: d7e39ac9f2 user: mistachkin tags: styleSetupFix)
21:39
Update the custom MinGW makefile. ... (check-in: cc3c583f50 user: mistachkin tags: trunk)
17:44
Fix missing end-parenthesis on the stat page. ... (check-in: 5c3734c64a user: mistachkin tags: trunk)
16:46
Add a hyperlink from the /reports page back to the /stat page. ... (check-in: c92239f704 user: drh tags: trunk)
16:34
Add the schema-version to the /stat page and to the dbstat command. ... (check-in: 2f62d30743 user: drh tags: trunk)
16:23 Edit [52f08008e2790a81|52f08008e2]: Mark "Closed". Edit check-in comment. ... (artifact: b1954524ef user: drh)
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)