Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins by user drh occurring around 1ec6712e8ad694eb.
2016-05-30
| ||
22:25 | On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (Closed-Leaf check-in: d5575d14de user: drh tags: autosync-failure-prompt) | |
21:10 | Add a new robot detection string. ... (check-in: 1e2d76ecb2 user: drh tags: trunk) | |
11:23 | Enhance the files_of_checkin virtual table so that it can work as a table valued function, allowing queries such as: "SELECT * FROM files_of_checkin('version-1.34');" ... (check-in: 24cfcee7cc user: drh tags: trunk) | |
10:14 | Fix a typo in the wiki documentation. ... (check-in: bce6bec7ef user: drh tags: trunk) | |
00:42 | Improvements to the /timeline documentation. ... (check-in: e448abd0ea user: drh tags: trunk) | |
2016-05-29
| ||
23:57 | Minor documentation updates. ... (check-in: ac8aa0c6d9 user: drh tags: trunk) | |
22:59 | Improved Markdown documentation. ... (check-in: 5fcc1d5c59 user: drh tags: trunk) | |
20:58 | Improved linkages between the various status pages. ... (check-in: ba4a9ca84d user: drh tags: trunk) | |
2016-05-28
| ||
22:58 | Improve the header comment on from/to timeline to show the number of check-ins on the path. ... (check-in: 6d1ef3c4fb user: drh tags: trunk) | |
2016-05-23
| ||
01:05 | Add brief documentation for compiling and using encrypted repositories. ... (check-in: 893905c83e user: drh tags: trunk) | |
2016-05-18
| ||
15:19 | Update the built-in SQLite to version 3.13.0 final. ... (check-in: 3747b4b5ea user: drh tags: trunk) | |
02:28 | Improvements to comments in the introduction to the files_of_checkin virtual table. ... (check-in: 06e2327c90 user: drh tags: trunk) | |
2016-05-17
| ||
00:46 | Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. ... (check-in: 5c5a364d5e user: drh tags: reparent) | |
2016-05-16
| ||
18:00 | Add the --import-marks and --export-marks options to "fossil import" when the --git option is used. ... (check-in: b3acfa2e4a user: drh tags: trunk) | |
17:58 | Remove C99-isms that MSVC has trouble with. ... (check-in: addfe48990 user: drh tags: nick.lloyd-git-interop) | |
17:46 | Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 41c2220934 user: drh tags: trunk) | |
2016-05-09
| ||
22:15 | Update the built-in SQLite to the first 3.13.0 beta for testing. ... (check-in: 45daaced43 user: drh tags: trunk) | |
2016-05-02
| ||
16:19 | Do not run "all" commands against encrypted repos if encryption is not supported. ... (check-in: a13ef5e6a6 user: drh tags: trunk) | |
16:14 | Update the built-in SQLite to an early beta of 3.13.0 for testing. ... (check-in: fc5f1728d5 user: drh tags: trunk) | |
2016-04-22
| ||
20:06 | Never prompt for the encryption password, regardless of the repository name, unless the USE_SEE compile-time option was specified. ... (check-in: 60026ba3cb user: drh tags: trunk) | |
18:33 | Add an entry to the ignore-glob setting to help prevent the SEE-enabled SQLite source file from being added to this public repository by mistake. ... (check-in: fa3e672aec user: drh tags: trunk) | |
18:08 | Add the ability to use a repository that is in a database protected by the [http://www.hwaci.com/sw/sqlite/see.html|SQLite Encryption Extension (SEE)]. SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (check-in: ed871fb5fa user: drh tags: trunk) | |
18:03 | Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08db user: drh tags: see) | |
17:56 | Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b631 user: drh tags: see) | |
15:39 | Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e8a user: drh tags: see) | |
2016-04-19
| ||
03:16 | Check the return code form blob_delta_apply() to make sure there are no errors prior to using the result. ... (check-in: 85fc2e0a48 user: drh tags: trunk) | |
2016-04-08
| ||
14:47 | Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed2168 user: drh tags: trunk) | |
13:09 | Update the built-in SQLite to the latest trunk version, which includes fixes added since the 3.12.0 release. ... (check-in: 987861d9ed user: drh tags: trunk) | |
11:24 | Each call to socket_open() automatically closes any previously opened socket. ... (check-in: a0dae8555a user: drh tags: trunk) | |
2016-04-07
| ||
12:21 | Make the default start page for the "fossil ui" command on a local check-out be "timeline?c=current". The default page is still whatever default the repository specifies for "fossil server" or if using "fossil ui" on any repository other than the current check-out. ... (check-in: 3602486f25 user: drh tags: trunk) | |
2016-03-29
| ||
10:38 | Update the built-in SQLite to 3.12.0 final. ... (check-in: 996705f5aa user: drh tags: trunk) | |
2016-03-22
| ||
16:34 | Update the built-in SQLite to the second 3.12.0 beta. ... (check-in: 314f194227 user: drh tags: trunk) | |
2016-03-21
| ||
16:34 | Fix the graph of changes for individual files - broken by recent work on the graph generator. ... (check-in: c693d82da2 user: drh tags: trunk) | |
16:08 | Update the built-in SQLite to the first 3.12.0 beta. ... (check-in: fbc2f1c287 user: drh tags: trunk) | |
2016-03-19
| ||
15:17 | Merge risers must not go straight up to another node on the same rail. ... (Closed-Leaf check-in: 38b52a5f0c user: drh tags: short-offscreen-risers) | |
03:05 | Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 567ab1937e user: drh tags: trunk) | |
00:55 | Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 9245076e5e user: drh tags: short-offscreen-risers) | |
2016-03-18
| ||
14:35 | Draw the upward riser arrow just a short ways, not to the top of screen, for nodes whose next child is off-screen. ... (check-in: 70ba2951f2 user: drh tags: short-offscreen-risers) | |
14:10 | Fix a case in the graph renderer where a non-leaf node whose immediate child is not on screen did now show the arrow going straight up to the top of the page. ... (check-in: da4a3b4ffb user: drh tags: trunk) | |
13:06 | Minor simplification to the graph layout logic. ... (check-in: f73411025e user: drh tags: trunk) | |
12:00 | Update the built-in SQLite to the most recent 3.12.0 alpha. ... (check-in: 64d321514d user: drh tags: trunk) | |
2016-03-02
| ||
20:43 | Rename the test suite procedure 'repo_init' to 'test_setup'. ... (check-in: 413921cca0 user: mistachkin tags: testerCleanup) | |
08:38 | Allow override, via the environment, to make 'require_no_open_checkout' into a NOP. All files were cleaned up. No extra files in checkout. NOTE: All failing tests also fail on trunk, with the exception of 'json-1'. Considered failures: amend-comment-5.1 amend-comment-5.2 amend-comment-5.3 amend-comment-5.4 json-1 stash-3-4-mv stash-4-2-diff-CODE stash-4-3-diff-CODE Ignored failures: json-cap-POSTenv-name json-ROrepo-2-2 json-ROrepo-2-3 merge_multi-4 merge_renames-5 stash-WY-1-CODE stash-2-1-CODE stash-3-2 stash-3-2-show-1 stash-3-2-pop-changes ... (check-in: d1438b400b user: mistachkin tags: testerCleanup) | |
08:35 | Make sure 'repo_init' is called before 'pwd'. ... (check-in: b9558349f9 user: mistachkin tags: testerCleanup) | |
08:25 | Adjust the 'merge5' test as well. ... (check-in: b460373e01 user: mistachkin tags: testerCleanup) | |
08:13 | All test files must now call 'repo_init', using an empty string if they do not require a new repository. ... (check-in: 3a578e0495 user: mistachkin tags: testerCleanup) | |
2016-02-26
| ||
16:05 | Fix "fossil co" so that it honors the --quiet flag. ... (check-in: f3e8e3ead3 user: drh tags: trunk) | |
2016-02-17
| ||
22:10 | Minor formatting change to the test-delta-analyze command. ... (check-in: 7935571bea user: drh tags: trunk) | |
2016-02-15
| ||
17:43 | Update SQLite to version 3.11.0 final. ... (check-in: 7ad8230273 user: drh tags: trunk) | |
2016-02-12
| ||
15:16 | Update the built-in SQLite to the first 3.11.0 release candidate. ... (check-in: b23be81fa6 user: drh tags: trunk) | |