Fossil

Timeline
Login

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

94 check-ins using file src/finfo.c version 7723537f2f

2015-01-28
11:07
Deleting a branch closes it check-in: 86ab1f468b user: baruch tags: svn-import
03:34
Fix for Cygwin ACL bug check-in: 4043d5ea0b user: jan.nijtmans tags: sqlite3-compat
2015-01-27
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
02:30
Cherrypick 1.31 schema-change. check-in: 73069449f0 user: jan.nijtmans tags: sqlite3-compat
2015-01-25
09:54
Merge latest trunk check-in: befd44c747 user: baruch tags: svn-import
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
17:05
Add "white-space: nowrap" to the branch table elements. check-in: f55b538c65 user: drh tags: trunk
00:17
Add the 'white-foreground' setting to the list of those used for skinning. check-in: f88c18fc71 user: mistachkin tags: trunk
2015-01-23
23:38
Add the 'eagle' skin, based on the one used by the Eagle project (http://eagle.to/). check-in: 8f87308eef user: mistachkin tags: trunk
23:32
Further enhancements to Skin processing. Provide the ability to save the current Skin using a name. check-in: e5a4206341 user: drh tags: trunk
22:55
Enhance the /setup_skin page to enable renaming of custom skins. check-in: 2431ddf61b user: drh tags: trunk
21:03
Correct casing of 'Tcl' where needed. check-in: 967050341d user: mistachkin tags: trunk
21:00
Improvements to the 'enhanced' skin. check-in: ef006c3147 user: mistachkin tags: trunk
18:43
Enable ZIP and Tarball downloads for user "nobody" by default, since the other anti-spider defenses seem to work well enough to prevent abuse. check-in: 68ce0bcf62 user: drh tags: trunk
18:34
Incorporate the latest changes to the "San Francisco Modern" skin. check-in: be5b69862c user: drh tags: trunk
17:57
Slightly 'improve' summary line for push/pull/sync operations. check-in: 942dd0bb08 user: mistachkin tags: trunk
17:48
Merge updates from trunk. Closed-Leaf check-in: 8c00f6f032 user: mistachkin tags: xferSumFmt
17:13
Add new commands: test-var-list, test-var-get, and test-var-set. The original motivation was to make it easier to insert "css", "header", and "footer" values that people send in, but these commands seem useful for other kinds of experimentation. The are "test-*" commands because they are not intended to be accessed by ordinary users. check-in: 1e21daceca user: drh tags: trunk
14:31
Fix comment and error-message check-in: 9a07b24935 user: jan.nijtmans tags: trunk
14:03
Make the now() SQL function available in the "fossil sql" command. check-in: 0134654db6 user: drh tags: trunk
13:50
Make sure the zOrigName variable in the /doc page implementation is always initialized, even for early errors. check-in: f5165dd05b user: drh tags: trunk
07:03
Fix compiler warning for 'zOrigName' variable. If unable to locate a document, fallback on 'zName' if 'zOrigName' is zero. Closed-Leaf check-in: aed9971ddb user: mistachkin tags: docVarWarn
05:49
Fix build issue for MinGW due to missing 'ws2tcpip.h' functions. check-in: 4c247512a8 user: mistachkin tags: trunk
05:41
Slightly 'improve' summary line for push/pull/sync operations. check-in: dbf93c23f7 user: mistachkin tags: xferSumFmt
04:26
Clean up the /doc webpage. Use newer interfaces that were created since that page was original written. Set the HTTP status to 404 on not found. Try to find a "404.md" page to display and use it if found instead of the default 404 page. check-in: cfcd9b87dc user: drh tags: trunk
02:05
Use IPv6 for "fossil sync" when available. check-in: 1dbd4d0d0b user: drh tags: trunk
01:58
Use IPv6 when available for "fossil sync". Closed-Leaf check-in: 3842742871 user: drh tags: ipv6-sync
2015-01-22
23:45
Enhance the table sorting javascript to support initial reverse-order sorting. Add table sorting to the user log. check-in: 0cdec7d290 user: drh tags: trunk
22:52
Make table sorting (by clicking on column headers) stable. In other words, identical values in the column being sorted preserve their prior relative order. Patch suggested by Jacek Cała. check-in: fe61f4958d user: drh tags: trunk
19:49
Allow recursive queries in user input. check-in: beaf897cb1 user: jan.nijtmans tags: trunk
19:16
Allow "with" as well as "select" to be used in ticket report queries, as suggested by Sean Woods on the ML. check-in: ae72a652a7 user: jan.nijtmans tags: trunk
15:47
Add Étienne Deparis's GitHub-like skin to the set of built-ins. check-in: 51935f265a user: drh tags: trunk
15:40
Dockerfile: build "trunk" in stead of "release" by default. No need for installing tcl-devel when building fossil with --with-tcl-private-stubs, just tcl is enough. check-in: 53a295489e user: jan.nijtmans tags: trunk
15:32
Add missing style to the default skin CSS. Also, correct some comments. check-in: 03a75d7cb5 user: mistachkin tags: trunk
15:23
Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. Closed-Leaf check-in: b36e241100 user: drh tags: multiple-skins
13:44
Add comments the CGI-script parser. Move the most commonly seen lines to the top of the if-then-else chain. check-in: 236087b98e user: drh tags: trunk
12:37
Add a few "const" qualifiers in appropriate places, and remove some unnecessary end-of-line spaces. No change in functionality. check-in: f6c285f88c user: jan.nijtmans tags: trunk
10:27
Cherry-pick [http://www.sqlite.org/src/info/2037442c582e51d85967bc911ea4a412eb4da573|2037442c58]: Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. check-in: 0eae9d3cbd user: jan.nijtmans tags: trunk
09:16
Update SQLite to the 3.8.8.1 release check-in: 282f1fc542 user: jan.nijtmans tags: trunk
02:59
Add support for setting environment variables from within CGI script files. check-in: 0af7024db1 user: mistachkin tags: trunk
02:47
Merge updates from trunk. Closed-Leaf check-in: 878b5663d5 user: mistachkin tags: cgiSetEnv
02:44
Update the custom MinGW makefile. check-in: 448c9cfae5 user: mistachkin tags: trunk
02:19
Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. check-in: 96fdf09fd8 user: drh tags: trunk
01:58
Merge updates from trunk. check-in: 764c3ef8c5 user: mistachkin tags: cgiSetEnv
01:57
Add the skins/README.md file describing how to add new skins. Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. check-in: 12333d9545 user: drh tags: skins-refactor
2015-01-21
21:33
Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. <b>Note:</b> Legacy ad-unit configurations might need to adjust their CSS. check-in: ff78d6d5ef user: drh tags: trunk
21:19
Do not attempt to use the Right-Column Ad-Unit if the content contains a &lt;table&gt; element. Closed-Leaf check-in: 7d79460479 user: drh tags: ad-unit-enhancement
20:45
Add a "Flat-View" button to the /tree page when in tree-view mode. check-in: 2ee1815918 user: drh tags: trunk
18:55
Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. check-in: 4bc5b6cf9b user: drh tags: ad-unit-enhancement
17:38
Fix internal links on the 'attachlist' page. Reported via the mailing list. Ticket [c899dd567b0dc871d] check-in: 0438d06635 user: mistachkin tags: trunk
00:18
Merge updates from trunk. check-in: 90d8f7afad user: mistachkin tags: cgiSetEnv
00:17
Manually merge the blob leak fixes corrected on the 'cgiSetEnv' branch. check-in: 1829fa8845 user: mistachkin tags: trunk
2015-01-20
17:48
Experimental changes to add 'setenv' support to CGI script files. check-in: fe77afb158 user: mistachkin tags: cgiSetEnv
16:44
When attempting to open the configuration, permit the 'FOSSIL_HOME' environment variable (if present), to override 'HOME'. check-in: c97a085a0e user: mistachkin tags: trunk
00:03
During shutdown, check to see if the check-out database (".fslckout") contains a lot of free space, and if it does, VACUUM it. check-in: bf681039e2 user: drh tags: trunk
2015-01-19
23:27
Make it easier to override the directory for OpenSSL when compiling with MinGW. check-in: af8c8c67af user: mistachkin tags: trunk
18:38
Fix harmless compiler warning seen with MSVC. check-in: ac36755f31 user: mistachkin tags: trunk
13:06
Update referenced openSSL version check-in: 151473ae36 user: jan.nijtmans tags: trunk
12:59
Merge cleanX check-in: ac1fc1c675 user: jan.nijtmans tags: cleanX-no-clean-glob
12:09
merge trunk check-in: 6a7f73d16d user: jan.nijtmans tags: sqlite3-compat
11:59
merge trunk check-in: aa5dae22a1 user: jan.nijtmans tags: cleanX
11:29
Version 1.30 check-in: 1df1b41c86 user: drh tags: trunk, release, version-1.30
09:09
Add .dockerignore file (which does nothing more than speeding up the docker build process) check-in: 25106f1eac user: jan.nijtmans tags: trunk
2015-01-18
21:12
Merge trunk check-in: 0746fbe416 user: baruch tags: svn-import
20:35
Fix handling paths when branching to/from a subdir check-in: 261ff58e23 user: baruch tags: svn-import
14:10
Much better detection of changes to tags. Prevent commit with no changes. check-in: bb020aed62 user: baruch tags: svn-import
2015-01-17
20:17
Remove an obsolete query parameter from the documentation of the /timeline page. No changes to code. check-in: b955a6b282 user: drh tags: trunk
20:05
Backout [b9af13da9d] and instead clarify testing requirements. Also shorten anchor tag and add missing anchor end. check-in: 41ae5d9f35 user: andybradford tags: trunk
19:51
Updates to the graph-test-1.wiki page. check-in: 7c55ffe1cd user: drh tags: trunk
19:48
Correct link to tested ci view. check-in: b9af13da9d user: andybradford tags: trunk
19:42
Use artifact that pertains to the feature in question. check-in: 70cb98ce85 user: andybradford tags: trunk
19:36
Add test for Unhide button. check-in: 4032173d21 user: andybradford tags: trunk
18:56
Send browser to testwindow like the rest of the links. check-in: 81fafe36a6 user: andybradford tags: trunk
16:01
Mention CVE-2014-3566 fix in changelog. check-in: 98e30b7222 user: jan.nijtmans tags: trunk
15:56
Build "docker" images with --with-th1-docs --with-th1-hooks, but without fusefs support (not needed anyway in this environment). Optimize Dockerfile, using somewhat longer lines, so it needs less intermediate docker images during build. Build "release" version of fossil by default, not "trunk". check-in: 2621f8e530 user: jan.nijtmans tags: trunk
15:52
Put back code from shell.c < 3.8.7, needed for .explain mode: The SQLITE_TESTCTRL_EXPLAIN_STMT test_control became a nop then, but is still needed when linking with older SQLite (./configure --disable-internal-sqlite). check-in: 21acf839cb user: jan.nijtmans tags: trunk
14:53
Make the symbolic_name_to_rid() and checkin_mtime() SQL functions available in the "fossil sql" command. Improve the documentation for the files_in_checkin virtual table. check-in: ba1429cef8 user: drh tags: trunk
2015-01-16
22:10
Further enhancements to the change-log. check-in: 55243b0d87 user: drh tags: trunk
19:12
Updates to the change log and a typo fix in one of the documentation pages. check-in: 7705070de7 user: drh tags: trunk
13:28
Update SQLite to the 3.8.8 release. check-in: 3d8bf07d13 user: drh tags: trunk
10:43
Add entry for Docker in changes.wiki, and minor bug-fix check-in: 7ad592b915 user: jan.nijtmans tags: trunk
08:34
Remove comment, assuming the "initial commit" change is accepted for 1.30 check-in: 65815de271 user: jan.nijtmans tags: trunk
05:52
Update change log with some of the obvious bug fixes. check-in: 64d831245a user: andybradford tags: trunk
2015-01-15
16:17
Fix for new branch detection and handling check-in: 7673518b9b user: baruch tags: svn-import
10:00
merge trunk check-in: 3cf9f2112d user: jan.nijtmans tags: svn-import
09:57
Remove strglob() function, which isn't used any more. Various doc fixes, (cherry-picked from the svn-import branch). check-in: 2c79aed2d5 user: jan.nijtmans tags: trunk
09:29
merge trunk check-in: f332f83b15 user: jan.nijtmans tags: svn-import
09:28
Remove spacings at end-of-line. No change in any functionality. check-in: 080ab8cb0a user: jan.nijtmans tags: trunk