Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around a233ed2168f63f6d.
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) | |
20:02 | Minor makefile consistency fix. ... (check-in: 6c4a0a0ae5 user: mistachkin tags: trunk) | |
20:00 | Updates to support building with the SQLite Encryption Extension on Windows. ... (check-in: 9129f6f622 user: mistachkin 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
| ||
17:44 | Use retry logic for SSL read/write as described in the OpenSSL docs. ... (check-in: 4abf607937 user: mistachkin tags: trunk) | |
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-18
| ||
21:57 | Minor edits to unify merge command warning messages, plus tests. ... (check-in: 451f04f6fe user: joel tags: trunk) | |
19:18 | Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes ... (check-in: 7ed9c7e4a9 user: dave.vines) | |
13:36 | add TECHNOTEID to fossil attach command ... (check-in: 70131d08e2 user: dave.vines) | |
08:17 | add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). ... (check-in: aeaef8fbb1 user: dave.vines) | |
2016-04-15
| ||
19:46 | Missed a place where the SCGI docs needed updating. ... (check-in: 13f6887bc3 user: mistachkin tags: trunk) | |
2016-04-13
| ||
08:19 | Update <dirent.h> for Visual Studio to latest version 1.21 (September 2015) ... (check-in: dd498bbac7 user: jan.nijtmans tags: trunk) | |
2016-04-12
| ||
19:14 | add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) ... (check-in: f486d0f069 user: dave.vines) | |
14:19 | Update SCGI docs based on feedback from the mailing list. ... (check-in: 5b5cbfc926 user: mistachkin tags: trunk) | |
2016-04-11
| ||
23:23 | Fix typo in docs. ... (check-in: 16ef8ee9f9 user: mistachkin tags: trunk) | |
2016-04-10
| ||
02:14 | Merge trunk. ... (check-in: 023601fb14 user: andygoth tags: andygoth-quote-apostrophe) | |
02:13 | • Edit [cfca8ec34d229bfe|cfca8ec34d]: Move to branch mistake. Add propagating "hidden". Mark "Closed". ... (artifact: d7e1e00c1c user: andygoth) | |
02:13 | Merge trunk. ... (check-in: 12810dbf65 user: andygoth tags: andygoth-brackets-outside-link) | |
2016-04-09
| ||
16:57 | Update the custom MinGW makefile. ... (check-in: 96dec24eaf user: mistachkin tags: trunk) | |
2016-04-08
| ||
19:09 | Update SQLite to 3.12.1 ... (check-in: f676ace45c user: jan.nijtmans tags: branch-1.34) | |
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) | |
13:03 | Updating from trunk. ... (Closed-Leaf check-in: a1b0955973 user: viriketo tags: viric_flavour) | |
11:24 | Each call to socket_open() automatically closes any previously opened socket. ... (check-in: a0dae8555a user: drh tags: trunk) | |
2016-04-07
| ||
18:41 | Make usage of 'Usage:' and 'or:' consistent in all help text. ... (check-in: 8bfd9951ca user: rberteig tags: trunk) | |
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-04-04
| ||
17:30 | Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. ... (check-in: cbda43e71b user: dave.vines) | |
2016-04-02
| ||
04:47 | Use retry logic for SSL read/write as described in the OpenSSL docs. ... (Closed-Leaf check-in: c13b6ba727 user: mistachkin tags: sslRetry) | |
04:28 | Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c55a user: joel tags: revert) | |
03:47 | Coding style tweaks for the new 'test-all-help' command. ... (check-in: 651f70847b user: mistachkin tags: trunk) | |
00:56 | Add new fossil test-all-help command. Spell checked and proof read all help text. Fixed typos. Reworded for clarity in a few places. Cleaned up a few inconsistencies of formatting. No code changes other than the new command. Passes all tests. ... (check-in: 26eef7f84a user: rberteig tags: trunk) | |
00:35 | Add some options to the test-all-help command. ... (Closed-Leaf check-in: 1b0a3cf3b3 user: rberteig tags: ross-spellcheck) | |
00:00 | Add a plain-text equivalent of the /test-all-help page to the CLI. Complete a first pass for spelling and minor grammar over all command and page help text. ... (check-in: f070ec99ae user: rberteig tags: ross-spellcheck) | |
2016-04-01
| ||
20:21 | Work in progress on spell-check and proof-reading sweep over the help text. ... (check-in: 2a4e31bd8d user: rberteig tags: ross-spellcheck) | |
14:47 | Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. ... (check-in: 3d2341a296 user: dave.vines) | |
13:37 | Fix typos in comments. No changes to code. ... (check-in: b6b50b1244 user: mistachkin tags: trunk) | |
04:04 | The revert command no longer resets the undo state if nothing is actually reverted. Additional tests and bug fixes as well. ... (check-in: 418dd7ac51 user: joel tags: revert) | |
2016-03-29
| ||
11:43 | Update SQLite to 3.12.0. Fedora 22 -> 23 ... (check-in: 15471bc70f user: jan.nijtmans tags: branch-1.34) | |
10:38 | Update the built-in SQLite to 3.12.0 final. ... (check-in: 996705f5aa user: drh tags: trunk) | |
2016-03-28
| ||
12:12 | Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) ... (check-in: 4ce3c62b53 user: dave.vines) | |
2016-03-24
| ||
22:27 | Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some additional tests. ... (check-in: b81125e250 user: rberteig) | |
18:28 | Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. ... (check-in: 420a5fc0bf user: rberteig) | |
18:23 | Reviewed all Usage: messages for consistency and fixed a few where the fossil command was named in the call to usage(), causing the displayed usage to show the command name twice. Affected commands are bisect options, test-fileage, test-set-mtime, whatis, remote-url, and tag list. ... (check-in: 57f1eaecb8 user: rberteig tags: trunk) | |
2016-03-23
| ||
21:19 | Add a 1.2 sec delay before the test wiki-30 because it explicitly uses the current date and time, and other changes made to technotes implicitly use the current time, causing a technote name collision if the test script happens to execute with the relevent bits happening within the same wall clock second, at least on Windows. This is partly a kludge to make this test case pass reliably. It would probably be better for test cases to not have more than one reference to 'now' in a way that would cause a name collision, that is worth further investigation. Also, at first glance it doesn't look like the suite actually created to technotes at the same second, but rather it was one of the edits to an older technote that is causing the collision. ... (check-in: c29c75c938 user: rberteig) | |
20:51 | Added wiki.test as received from David Vines. This is a snapshot, the test file (usually) runs, but has an issue that I am diagnosing related to the test wiki-30. ... (check-in: f7513f8749 user: rberteig) | |
2016-03-22
| ||
16:34 | Update the built-in SQLite to the second 3.12.0 beta. ... (check-in: 314f194227 user: drh tags: trunk) | |