Fossil

Timeline
Login

Timeline

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

40 check-ins using file src/sqlite3.c version 14ca3d20

2016-09-22
17:58
Update referenced OpenSSL version. ... (check-in: 16b7a0eb user: mistachkin tags: trunk)
2016-09-21
19:05
Fix a problem that can occasionally occur with repeated syncs to/from a git repository, where a fossil-generated mark clashes with a mark previously generated by git, causing the sync to fail. ... (check-in: 69668f8c user: nick.lloyd tags: nick.lloyd-git-interop)
17:06
Drop support for the undocumented (and non-working) subrepository feature unless the -DFOSSIL_ENABLE_SUBREPOSITORY compile-time option is used. ... (check-in: d8c917ee user: drh tags: trunk)
16:59
Re-fix several typos. ... (check-in: 6e1072c5 user: mistachkin tags: trunk)
16:06
Merge in latest from trunk ... (check-in: 85a0ada6 user: nick.lloyd tags: nick.lloyd-git-interop)
14:13
More typo fixes in whyusefossil.wiki. ... (check-in: f2ce2e41 user: drh tags: trunk)
13:44
Fix typos in the whyusefossil.wiki document. ... (check-in: 1335cf41 user: drh tags: trunk)
03:03
Fix a couple more typos. ... (check-in: 8ac01fa6 user: mistachkin tags: trunk)
03:00
Fix a couple typos. ... (check-in: 680f3c1d user: mistachkin tags: trunk)
00:57
Add the "Why Use Fossil" document. ... (check-in: d8b18eb9 user: drh tags: trunk)
2016-09-20
16:27
The "uv-sync" flag was not working for the "fossil sync" command. Fixed by this check-in. ... (check-in: d9ec49ab user: drh tags: trunk)
16:17
Add the uv-sync setting, which if enabled causes the server to automatically send all unversioned content as part of a clone, and which causes all syncs to also sync unversioned content. ... (check-in: b9fd5947 user: drh tags: trunk)
15:48
Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. ... (check-in: b5641c5c user: drh tags: trunk)
15:10
Fixes to the "fossil unversioned revert" command. ... (check-in: 122ab3fb user: drh tags: trunk)
2016-09-19
18:48
Remove the unused uvStatus variable from the client-side sync implementation. ... (check-in: 515229c5 user: drh tags: trunk)
17:50
Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb6 user: mistachkin tags: autosetupAndJimTcl)
14:50
Fix for the "-u" option on clone - make sure at least three round-trips occur as it takes that many to get the UV transfer started. ... (check-in: 16306153 user: drh tags: trunk)
14:09
Fix another typo in the server.wiki documentation. ... (check-in: a1b50dad user: drh tags: trunk)
14:06
Update the server.wiki documentation due to the use of unversioned files for the download page. ... (check-in: e1c2bd26 user: drh tags: trunk)
2016-09-15
19:51
Merge fork ... (check-in: ef5f7951 user: andygoth tags: trunk)
19:50
Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. ... (check-in: f4b5881b user: andygoth tags: trunk)
19:42
Fix typo in comment. ... (check-in: adffcf5b user: mistachkin tags: trunk)
19:41
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: 953cfbd4 user: mistachkin tags: trunk)
04:12
Even more consistency. ... (Closed-Leaf check-in: e5cbf41c user: mistachkin tags: tarAndZip)
04:01
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: b9458762 user: mistachkin tags: tarAndZip)
2016-09-14
01:42
Fix typo in comment. ... (check-in: a3d8b27b user: mistachkin tags: trunk)
2016-09-13
22:14
Add '--no-prompt' option to the 'commit' command. ... (check-in: 29ef4f5d user: mistachkin tags: trunk)
22:13
Pass the command flags into the TH1 hooks verbatim, without any masking. ... (check-in: 9595cfcd user: mistachkin tags: trunk)
22:12
Update custom MinGW makefile. ... (check-in: b218dbb9 user: mistachkin tags: trunk)
19:59
Revise the COMMAND: and WEBSITE: parsing to add the ability to specify flag options after the command or website name. ... (check-in: 555ddfec user: drh tags: trunk)
18:03
Fix up some comments on the command and webpage name lookup logic. No changes to code. ... (check-in: 49703de7 user: drh tags: trunk)
17:51
Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (check-in: e6aab1a4 user: drh tags: trunk)
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4 user: mistachkin tags: commitNoPrompt)
03:42
Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6 user: andybradford tags: trunk)
03:11
Fix typo. ... (check-in: 88e1bef9 user: mistachkin tags: trunk)
01:38
Only include the built-in help text once, it the "help" command implementation, not also in the "setup" command. This reduces the size of the binary by the size of the built-in help table. ... (check-in: b86a58ed user: drh tags: trunk)
2016-09-12
19:40
Previous documentation change did not work for repositories that are not at the root of the domain. This should fix it. ... (check-in: 9c412274 user: drh tags: trunk)
19:35
Add various built-in documentation pages to the documentation permuted index. ... (check-in: 46cebc87 user: drh tags: trunk)
2016-09-11
07:14
Update custom MinGW makefile. ... (check-in: 8ff4855d user: mistachkin tags: trunk)
2016-09-10
20:01
Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to the latest 3.15 alpha, which compiles without warning with the above option. ... (check-in: 871f978d user: drh tags: trunk)