Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around 41ae5d9f35d63af8.

2015-01-27
03:25
Not really take over schema change, just don't bark when the repository has a future schema. ... (check-in: aca8b6d3 user: jan.nijtmans tags: sqlite3-compat)
03:10
In the Checkins By File report, use filenames as the secondary sort key. ... (check-in: 840343d4 user: drh tags: trunk)
03:06
Fix a stray "@" character in the filenames of the Checkins By File report. ... (check-in: 811d10ac user: drh tags: trunk)
03:00
Add the "Checkins Per File" report to the /reports page. ... (check-in: ec8c7498 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: 39cd06c9 user: drh tags: trunk)
02:30
Cherrypick 1.31 schema-change. ... (check-in: 73069449 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: a27fa3d4 user: drh tags: trunk)
02:08
Improvements to the the /finfo ancestry calculation. ... (check-in: 116921fd user: drh tags: trunk)
01:39
Fix a NULL-pointer dereference bug in the graph generator. ... (check-in: 03250bc6 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: 49976900 user: drh tags: trunk)
01:20
Fixes to the "ancestry" links of /fdiff. ... (check-in: d4d6a843 user: drh tags: trunk)
2015-01-26
21:59
A couple fixes to the 'eagle' skin. ... (check-in: a08d1756 user: mistachkin tags: trunk)
21:11
Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. ... (check-in: 59a48202 user: drh tags: trunk)
18:34
Make sure the PLINK.BASEID column exists when opening the repository database. ... (check-in: b00e9ac8 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: 2075361e user: drh tags: trunk)
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: 65aa10f9 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: fcc9f664 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: c1c50ced user: drh tags: mlink-improvements)
14:44
Improved comment on the automatic MLINK column adding that is done in db_open_repository(). ... (check-in: c33c574e user: drh tags: mlink-improvements)
14:25
Remove a needless mlink.isaux test in the fileage computation. ... (check-in: 3bb88739 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: 5f6ee7ce 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: 3f739d4d 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: 1c4966b4 user: jan.nijtmans tags: trunk)
11:58
Merge recent trunk enhancements. ... (check-in: 3c3c166c user: drh tags: mlink-improvements)
11:52
Omit MLINK entries when a file is added by merge. ... (check-in: bd08b03a user: drh tags: mlink-improvements)
09:04
Update custom MinGW makefile, add one "const" and remove some unnecessary eol-spaces ... (check-in: 9e318f6b user: jan.nijtmans tags: trunk)
04:11
Fix makefile typos that broke the build for MSVC. ... (check-in: 5406f492 user: drh tags: trunk)
04:06
Fix the build of builtin_data.h for separate compilation. ... (check-in: ad11262c user: drh tags: trunk)
03:25
Add the /md_rules page that explains the Markdown formatting rules. ... (check-in: 72759f58 user: drh tags: trunk)
2015-01-25
22:01
Improvements to the CSS in the San Francisco Modern skin. ... (check-in: c88fc81a user: drh tags: trunk)
21:21
Improved tracing capability for debugging purposes. ... (check-in: af3d3b69 user: drh tags: trunk)
09:54
Merge latest trunk ... (check-in: befd44c7 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: f603a914 user: drh tags: mlink-improvements)
01:30
Comment improvements in the schema. Attempt to get the /finfo page to show merge arrows. ... (check-in: 7d5a85bb 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: a241444d 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: ae3ef4d3 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: 317bd3cb user: drh tags: trunk)
20:42
Fix the "info" command so that it once again accepts the -R option. ... (check-in: 5826f9c4 user: drh tags: trunk)
17:05
Add "white-space: nowrap" to the branch table elements. ... (check-in: f55b538c user: drh tags: trunk)
00:17
Add the 'white-foreground' setting to the list of those used for skinning. ... (check-in: f88c18fc 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: 8f87308e user: mistachkin tags: trunk)
23:32
Further enhancements to Skin processing. Provide the ability to save the current Skin using a name. ... (check-in: e5a42063 user: drh tags: trunk)
22:55
Enhance the /setup_skin page to enable renaming of custom skins. ... (check-in: 2431ddf6 user: drh tags: trunk)
21:03
Correct casing of 'Tcl' where needed. ... (check-in: 96705034 user: mistachkin tags: trunk)
21:00
Improvements to the 'enhanced' skin. ... (check-in: ef006c31 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: 68ce0bcf user: drh tags: trunk)
18:34
Incorporate the latest changes to the "San Francisco Modern" skin. ... (check-in: be5b6986 user: drh tags: trunk)
17:57
Slightly 'improve' summary line for push/pull/sync operations. ... (check-in: 942dd0bb user: mistachkin tags: trunk)
17:48
Merge updates from trunk. ... (Closed-Leaf check-in: 8c00f6f0 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: 1e21dace user: drh tags: trunk)
14:31
Fix comment and error-message ... (check-in: 9a07b249 user: jan.nijtmans tags: trunk)
14:03
Make the now() SQL function available in the "fossil sql" command. ... (check-in: 0134654d 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: f5165dd0 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: aed9971d user: mistachkin tags: docVarWarn)
05:49
Fix build issue for MinGW due to missing 'ws2tcpip.h' functions. ... (check-in: 4c247512 user: mistachkin tags: trunk)
05:41
Slightly 'improve' summary line for push/pull/sync operations. ... (check-in: dbf93c23 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: cfcd9b87 user: drh tags: trunk)
02:05
Use IPv6 for "fossil sync" when available. ... (check-in: 1dbd4d0d user: drh tags: trunk)
01:58
Use IPv6 when available for "fossil sync". ... (Closed-Leaf check-in: 38427428 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: 0cdec7d2 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: fe61f495 user: drh tags: trunk)
19:49
Allow recursive queries in user input. ... (check-in: beaf897c 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: ae72a652 user: jan.nijtmans tags: trunk)
15:47
Add Étienne Deparis's GitHub-like skin to the set of built-ins. ... (check-in: 51935f26 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: 53a29548 user: jan.nijtmans tags: trunk)
15:32
Add missing style to the default skin CSS. Also, correct some comments. ... (check-in: 03a75d7c 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: b36e2411 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: 236087b9 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: f6c285f8 user: jan.nijtmans tags: trunk)
10:27
Cherry-pick 2037442c58: Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. ... (check-in: 0eae9d3c user: jan.nijtmans tags: trunk)
09:16
Update SQLite to the 3.8.8.1 release ... (check-in: 282f1fc5 user: jan.nijtmans tags: trunk)
02:59
Add support for setting environment variables from within CGI script files. ... (check-in: 0af7024d user: mistachkin tags: trunk)
02:47
Merge updates from trunk. ... (Closed-Leaf check-in: 878b5663 user: mistachkin tags: cgiSetEnv)
02:44
Update the custom MinGW makefile. ... (check-in: 448c9cfa 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: 96fdf09f user: drh tags: trunk)
01:58
Merge updates from trunk. ... (check-in: 764c3ef8 user: mistachkin tags: cgiSetEnv)
01:57
Add the skins/README.md file describing how to add new skins. ... (Closed-Leaf check-in: 5137cd5e 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: 12333d95 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. Note: Legacy ad-unit configurations might need to adjust their CSS. ... (check-in: ff78d6d5 user: drh tags: trunk)
21:19
Do not attempt to use the Right-Column Ad-Unit if the content contains a <table> element. ... (Closed-Leaf check-in: 7d794604 user: drh tags: ad-unit-enhancement)
20:45
Add a "Flat-View" button to the /tree page when in tree-view mode. ... (check-in: 2ee18159 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: 4bc5b6cf user: drh tags: ad-unit-enhancement)
17:38
Fix internal links on the 'attachlist' page. Reported via the mailing list. Ticket [c899dd567b0dc871d] ... (check-in: 0438d066 user: mistachkin tags: trunk)
00:18
Merge updates from trunk. ... (check-in: 90d8f7af user: mistachkin tags: cgiSetEnv)
00:17
Manually merge the blob leak fixes corrected on the 'cgiSetEnv' branch. ... (check-in: 1829fa88 user: mistachkin tags: trunk)
2015-01-20
17:48
Experimental changes to add 'setenv' support to CGI script files. ... (check-in: fe77afb1 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: c97a085a 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: bf681039 user: drh tags: trunk)
2015-01-19
23:27
Make it easier to override the directory for OpenSSL when compiling with MinGW. ... (check-in: af8c8c67 user: mistachkin tags: trunk)
18:38
Fix harmless compiler warning seen with MSVC. ... (check-in: ac36755f user: mistachkin tags: trunk)
13:06
Update referenced openSSL version ... (check-in: 151473ae user: jan.nijtmans tags: trunk)
12:59
Merge cleanX ... (check-in: ac1fc1c6 user: jan.nijtmans tags: cleanX-no-clean-glob)
12:09
merge trunk ... (check-in: 6a7f73d1 user: jan.nijtmans tags: sqlite3-compat)
11:59
merge trunk ... (check-in: aa5dae22 user: jan.nijtmans tags: cleanX)
11:29
Version 1.30 ... (check-in: 1df1b41c 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: 25106f1e user: jan.nijtmans tags: trunk)
2015-01-18
21:12
Merge trunk ... (check-in: 0746fbe4 user: baruch tags: svn-import)
20:35
Fix handling paths when branching to/from a subdir ... (check-in: 261ff58e user: baruch tags: svn-import)
14:10
Much better detection of changes to tags. Prevent commit with no changes. ... (check-in: bb020aed 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: b955a6b2 user: drh tags: trunk)
20:05
Backout [b9af13da9d] and instead clarify testing requirements. Also shorten anchor tag and add missing anchor end. ... (check-in: 41ae5d9f user: andybradford tags: trunk)
19:51
Updates to the graph-test-1.wiki page. ... (check-in: 7c55ffe1 user: drh tags: trunk)
19:48
Correct link to tested ci view. ... (check-in: b9af13da user: andybradford tags: trunk)
19:42
Use artifact that pertains to the feature in question. ... (check-in: 70cb98ce user: andybradford tags: trunk)
19:36
Add test for Unhide button. ... (check-in: 4032173d user: andybradford tags: trunk)
18:56
Send browser to testwindow like the rest of the links. ... (check-in: 81fafe36 user: andybradford tags: trunk)
16:01
Mention CVE-2014-3566 fix in changelog. ... (check-in: 98e30b72 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: 2621f8e5 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: 21acf839 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: ba1429ce user: drh tags: trunk)
2015-01-16
22:10
Further enhancements to the change-log. ... (check-in: 55243b0d user: drh tags: trunk)
19:12
Updates to the change log and a typo fix in one of the documentation pages. ... (check-in: 7705070d user: drh tags: trunk)
13:28
Update SQLite to the 3.8.8 release. ... (check-in: 3d8bf07d user: drh tags: trunk)
10:43
Add entry for Docker in changes.wiki, and minor bug-fix ... (check-in: 7ad592b9 user: jan.nijtmans tags: trunk)
08:34
Remove comment, assuming the "initial commit" change is accepted for 1.30 ... (check-in: 65815de2 user: jan.nijtmans tags: trunk)
05:52
Update change log with some of the obvious bug fixes. ... (check-in: 64d83124 user: andybradford tags: trunk)
2015-01-15
16:17
Fix for new branch detection and handling ... (check-in: 7673518b user: baruch tags: svn-import)
10:00
merge trunk ... (check-in: 3cf9f211 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: 2c79aed2 user: jan.nijtmans tags: trunk)
09:29
merge trunk ... (check-in: f332f83b user: jan.nijtmans tags: svn-import)
09:28
Remove spacings at end-of-line. No change in any functionality. ... (check-in: 080ab8cb user: jan.nijtmans tags: trunk)
2015-01-14
23:26
Enhanced comments on the implementation of the checkin_mtime() SQL function. ... (check-in: 3b2dcd93 user: drh tags: trunk)
12:55
Merge the latest trunk changes into the search-with-fts4 branch. ... (Closed-Leaf check-in: b429d530 user: drh tags: search-using-fts4)
11:56
Use "COLLATE nocase" when listing user names. ... (check-in: 439453b5 user: drh tags: trunk)
2015-01-13
08:30
typo ... (check-in: bc04f483 user: jan.nijtmans tags: trunk)
00:27
Update the built-in SQLite to the first 3.8.8 release candidate. ... (check-in: 51b476a0 user: drh tags: trunk)
2015-01-12
11:35
Fix typos in documentation and update the size estimate. ... (check-in: ec1197ca user: drh tags: trunk)
2015-01-11
13:32
Don't copy all files on a tag ... (check-in: fb90d6c6 user: baruch tags: svn-import)
12:44
Change "magic numbers" to named constants ... (check-in: c8e00eb1 user: baruch tags: svn-import)
11:30
Allow using tags as copy-source Move variables to smaller scope, as per coding style guidelines ... (check-in: 997da4f0 user: baruch tags: svn-import)
08:02
Fix issue with branching from a branch ... (check-in: 93134dda user: baruch tags: svn-import)
00:06
Update the built-in SQLite to the latest 3.8.8 beta. ... (check-in: 5c8f33d6 user: drh tags: trunk)
2015-01-10
18:01
Add the "fossil clean --verily" command to the "hints" documentation. ... (check-in: 70931e58 user: drh tags: trunk)
02:54
Abort clone if we don't get the full payload until we have a better way to handle partial clones. ... (check-in: e1893dc6 user: andybradford tags: trunk)
2015-01-08
19:46
Restore the diamond symbol as the default 'not sorted' column indicator. ... (check-in: 379ce043 user: mistachkin tags: trunk)
17:38
Update referenced OpenSSL version. ... (check-in: 6c484ec3 user: mistachkin tags: trunk)
14:50
merge cleanX ... (check-in: 8e94814d user: jan.nijtmans tags: cleanX-no-clean-glob)
14:40
merge trunk ... (check-in: 4105aed8 user: jan.nijtmans tags: cleanX)
14:30
Add the --verily option to "fossil clean". Cause "fossil clean" and "fossil extra" to see symbolic links even if symbolic link handling is turned off, as links might have been created by external processes (read: autoconf). ... (check-in: b5b62b3d user: drh tags: trunk)
11:14
Fix memory leaks ... (check-in: fa8f12b6 user: baruch tags: svn-import)
10:47
Reformat long lines ... (check-in: 32e94835 user: baruch tags: svn-import)
10:17
Fix for copy on same branch causing a merge ... (check-in: 06d3aa22 user: baruch tags: svn-import)
2015-01-07
21:48
Make Resolution column of /brlist table sortable. ... (check-in: e90503d6 user: joel tags: trunk)
21:46
Move table column sort indicator into CSS. ... (check-in: d3eb877c user: joel tags: trunk)
19:46
Merge latest trunk ... (check-in: aea273f7 user: baruch tags: svn-import)
14:07
Fixes for detecting branch creation ... (check-in: 855f233b user: baruch tags: svn-import)
2015-01-06
21:43
Use common HTML entities rather than obscure unicode characters for the arrows on sortable table columns. ... (check-in: 4c803826 user: drh tags: trunk)
20:17
Fix a typo and tagging issue ... (check-in: 2b6fc1dd user: baruch tags: svn-import)
13:14
Add the --verbose option to the clone command. ... (check-in: 5e7d3eff user: drh tags: trunk)
11:45
Seems to work again on a simple test case. Not finished or well tested ... (check-in: ea876c3f user: baruch tags: svn-import)
06:46
Extend verbose option to clone operations as well. ... (Closed-Leaf check-in: 7421f926 user: andybradford tags: pending-review)
01:06
Add icons on sortable table headers to show which columns are sortable and which is the current sort column. This code is inspired by the brlist-visual-enhancement branch, but is a completely new implementation. ... (check-in: 8533365e user: drh tags: trunk)
2015-01-05
22:39
Fix typo in a new #define. ... (check-in: c761af63 user: mistachkin tags: trunk)
20:36
Fix typos in the file-format documentation. ... (check-in: f7d7ce35 user: drh tags: trunk)
15:25
Add arrows to cue active sorting on /brlist web page ... (Closed-Leaf check-in: 7aa10e3c user: baruch tags: brlist-visual-enhancement)
01:57
Change the cursor to "pointer" for sortable columns of a table. ... (check-in: 54d53deb user: drh tags: trunk)
2015-01-04
20:54
Enhance the /brlist output to show a count of the number of check-ins on each branch, and to separate the "Status" and "Resolution" into separate columns, with the "Status" column being sortable. Enhance the SortableTable() javascript to always sort ASC on initial click and only go to DESC on a second click of the same column. ... (check-in: 965905c8 user: drh tags: trunk)
00:28
Click on the column labels to sort on the /brlist page. ... (check-in: e35b9cb7 user: drh tags: trunk)
2015-01-03
23:54
New design for the /brlist webpage that shows the branches in age order and shows their current status. ... (check-in: 12fb5d04 user: drh tags: trunk)
19:58
Update the built-in SQLite to the Jan 3 beta for 3.8.8. ... (check-in: ab3fed40 user: drh tags: trunk)
2015-01-01
15:02
Another unfinished revision ... (check-in: 65f9525b user: baruch tags: svn-import)
2014-12-31
23:33
More work. Still not usable ... (check-in: 2ea79975 user: baruch tags: svn-import)
15:46
Working on fixing/rewriting svn-import function. This is not in a stable state yet. DO NOT TEST ... (check-in: 9604c282 user: baruch tags: svn-import)
2014-12-30
21:13
Revert makefile change accidentally commited ... (Closed-Leaf check-in: f2035f27 user: baruch tags: tk-diff-viewer)
21:04
Bring tk diff viewer branch up to date ... (check-in: 42436cef user: baruch tags: tk-diff-viewer)
2014-12-25
08:20
Fix comment explaining JS graph generation ... (check-in: 1860c6d6 user: baruch tags: trunk)
2014-12-24
09:00
merge trunk ... (check-in: 2caad83d user: baruch tags: svn-import)
08:44
Fix for older browsers ... (check-in: 59062c3d user: baruch tags: file-filter)
2014-12-23
13:00
Merge the latest fixes, changes, and enhancements from trunk. ... (check-in: 39decf0d user: drh tags: search-using-fts4)
12:20
Use a "disjoint" timeline for the display of ancestor and descendent graphs. ... (check-in: 4f2f0449 user: drh tags: trunk)
12:09
Add the (undocumented) "showrid" query parameter to the main timeline. Used for debugging only. ... (check-in: 5111a5fe user: drh tags: trunk)
09:05
Make search case insensitive ... (check-in: 1621bd80 user: baruch tags: file-filter)
2014-12-22
21:57
fix for last directory in list ... (check-in: 3638635d user: baruch tags: file-filter)
21:36
merge trunk ... (check-in: f7448082 user: baruch tags: file-filter)
2014-12-21
02:44
Adjust file tree CSS so file ages are closer to the filenames. ... (check-in: 797780c3 user: joel tags: trunk)
2014-12-20
21:06
Improve diagnostic output for HTTP redirects. ... (check-in: a1e256cc user: mistachkin tags: trunk)
19:26
Handle 301 redirect the same as 302 redirect. ... (check-in: 2678d87d user: andybradford tags: trunk)
2014-12-19
21:56
Fix for MSVC changes from the previous check-in: work around issue in OpenSSL where it will not link when SSLv2 and SSLv3 are disabled (i.e. it ends up not building 'ssleay32.lib' at all). ... (check-in: 479805e1 user: mistachkin tags: trunk)
21:15
Add comments to the MinGW makefiles. Also disable use of SSLv2 and SSLv3 when building with MSVC. ... (check-in: 1f91d041 user: mistachkin tags: trunk)
12:51
Fix a compiler warning in markdown.c that occurs only with -Os on gcc. ... (check-in: 623057ea user: drh tags: trunk)
2014-12-18
23:34
Change from using Expires: to Cache-Control: to control caching. ... (check-in: c8414504 user: drh tags: trunk)
22:27
fixed the mtime field on json timeline output. ... (check-in: df50cb6e user: stephan tags: trunk)
19:56
Generate shorter hyperlinks in the /tree page. ... (check-in: 8ff34a4b user: drh tags: trunk)
19:34
Fix documentation typos. ... (check-in: b78ca102 user: drh tags: trunk)
15:40
Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd user: drh tags: trunk)
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e1 user: drh tags: trunk)
10:21
Merge trunk. On MinGW, build openssl library without ssl2 and ssl3 support. ... (Closed-Leaf check-in: 06455d1e user: jan.nijtmans tags: disable-sslv3)
10:18
Hide empty folders when filtering ... (check-in: 221fac45 user: baruch tags: file-filter)
09:38
Update custom Makefile ... (check-in: 87185aa5 user: jan.nijtmans tags: trunk)
08:17
Merge trunk. Disable SSLv3 without setting to re-enabled it. ... (check-in: d6e8e26d user: jan.nijtmans tags: disable-sslv3)
00:29
Change the FTS4 tokenizer so that "_" acts like a normal letter, not a token separator. This seems to work better when doing searches on source code. ... (check-in: 60d47063 user: drh tags: search-using-fts4)
2014-12-17
23:17
first attempt at client-side file-list filtering ... (check-in: e44de4cc user: baruch tags: file-filter)
21:36
Merge recent changes from trunk. ... (check-in: 03309b1b user: drh tags: search-using-fts4)
21:22
Disable SSLv3 by default, but provide a new setting "ssl-enable-v3" to enable it. ... (check-in: 9f1f3f34 user: jan.nijtmans tags: disable-sslv3)
21:13
Report file ages as positive rather than negative values, even though the events occur back in time (in the negative direction). Users find negative values confusing. ... (check-in: 6e29ebbb user: drh tags: trunk)
21:11
Tweaks to the /sitemap formatting. ... (check-in: b09011f6 user: drh tags: trunk)
18:51
Much faster implementation of the ftsearch_content() function for file content. ... (check-in: bbcce76f user: drh tags: search-using-fts4)
18:28
Add the ability to index files. ... (check-in: 83c67816 user: drh tags: search-using-fts4)
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a9412 user: stephan tags: sitemap-tinkering)
16:27
Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (check-in: 389c70a5 user: drh tags: search-using-fts4)