Fossil

Timeline
Login

Timeline

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

50 events occurring around fc5f1728d562adcd.

2016-05-14
00:48
Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. ... (check-in: 05cd9fa2bf user: rberteig tags: trunk)
2016-05-12
21:11
Properly update the execute bit if it has changed in the commit being merged, and add info about changed permissions to the merge command's output. ... (Closed-Leaf check-in: 3683508e98 user: joel tags: merge-renames)
20:18
Remove unnecessary code. ... (check-in: c8421e923c user: joel tags: merge-renames)
20:06 Changes to wiki page "RockShoxBugs" ... (artifact: a66ebe3e3d user: andygoth)
20:06 Changes to wiki page "RockShoxBugs" ... (artifact: 575fd0b6b5 user: andygoth)
16:12
Add -rename-trunk, -rename-branch, -rename-tag, -rename-rev, -rev-tags, and -no-rev-tags options to import command ... (check-in: d7b8b3e183 user: andygoth tags: andygoth-svn-import)
2016-05-11
22:23
Remove unnecessary first commit (that isn't actually a commit because I didn't call "fossil add" first...) in test 8. ... (check-in: 1385c8d456 user: joel tags: merge-renames)
02:29
Ensure that N is also a first-parent ancestor of P for cases where P is not on the same branch as either V or M. ... (check-in: 8bf221e534 user: joel tags: merge-renames)
2016-05-09
23:48
Call pivot_set_*() before each pivot_find() call. ... (check-in: ec25471c50 user: joel tags: merge-renames)
22:15
Update the built-in SQLite to the first 3.13.0 beta for testing. ... (check-in: 45daaced43 user: drh tags: trunk)
04:58
Change the help for 'export' to refer to 'tech notes', not 'events'. ... (check-in: 2fd471dc92 user: mistachkin tags: trunk)
2016-05-06
20:27
Handle merges with a specified baseline that comes after a commit with renames. ... (check-in: 8da901bb98 user: joel tags: merge-renames)
20:00
find_filename_changes() should report a rename even if the file ends up reverting back to its original name. ... (check-in: 0e9d50b148 user: joel tags: merge-renames)
19:49
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 423029b153 user: joel tags: merge-renames)
14:08
Add tests for the mimetype on wiki command. Update help text to list valid mimetypes ... (check-in: 6fa5570b9a user: dave.vines)
2016-05-05
18:26
Fix bug detected by wiki-15 and wiki-15.1. Left hand thought that the mtime column was the timestamp of the tech note. Right hand thought that the mtime column was the last modification time of the tech note. Left hand was right and the relevant query has been updated to use the objid (assigned as the new tech note manifest is added) as the indication of the most recently modified version of the tech note ... (check-in: e9d7c5aa29 user: dave.vines)
2016-05-04
00:22
Document short options for fossil wiki list command. ... (check-in: 99b1a1eae0 user: rberteig)
2016-05-03
21:30
Update referenced OpenSSL version. ... (check-in: a47ce4d979 user: jan.nijtmans tags: branch-1.34)
20:30
Update referenced OpenSSL version. ... (check-in: 5399251230 user: mistachkin tags: trunk)
17:47 Edit [8c8ccac9beaee2bd|8c8ccac9be]: Edit check-in comment. ... (artifact: 9de9ab5152 user: rberteig)
08:17
Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. ... (check-in: 8c8ccac9be user: rberteig)
07:11
Move loop variable declaration out of for loop for C89 happiness. ... (check-in: 5a0dbf97ba user: rberteig)
2016-05-02
16:21
Not all headers know about SQLITE_CONFIG_EXPLAIN_COMMENTS ... (check-in: 4ba01a3758 user: jan.nijtmans tags: sqlite3-compat)
16:19
Do not run "all" commands against encrypted repos if encryption is not supported. ... (check-in: a13ef5e6a6 user: drh tags: trunk)
16:18
merge trunk ... (check-in: 0437cf965c user: jan.nijtmans tags: sqlite3-compat)
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-29
10:28
Make options --repolist and --baseurl work together, if the original URL doesn't end with '/'. ... (check-in: 7c4628a568 user: jan.nijtmans tags: trunk)
08:28
Make option --baseurl work on Windows ... (check-in: 6f35075ad7 user: jan.nijtmans tags: trunk)
2016-04-28
14:32
Fix (harmless) mingw compiler warning src/vfile.c: variables ‘currentPerm’ and ‘origPerm’ set but not used [-Wunused-but-set-variable] ... (check-in: c200066855 user: jan.nijtmans tags: trunk)
2016-04-25
04:13
Make the glob pattern for encrypted repositories a bit more strict. ... (check-in: 980fdda64b user: mistachkin 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)
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)