Fossil

Check-in Differences
Login

Check-in Differences

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

Difference From ec81aee9156f43f4 To tkt-b6eea9446d

2015-04-03
03:56
Evidently, the changes on this branch are no longer required. The underlying database locking issue has already been resolved. ... (Closed-Leaf check-in: 999de0b7 user: mistachkin tags: tkt-b6eea9446d)
03:55
Update error messages and help text for the 'all' sub-command. ... (check-in: ac56af17 user: mistachkin tags: trunk)
03:07
Further simplifications. ... (check-in: 52641f30 user: mistachkin tags: tkt-b6eea9446d)
2013-10-08
07:23
Even better error message in case of "manifest file (12892) is malformed". Detection of this situation is not 100% failproof yet, but if zParentUuid=0 we know for sure that an illegal manifest will be generated later, so better catch this early. ... (check-in: 27dc7a56 user: jan.nijtmans tags: trunk)
2013-10-07
22:37
Add the 'fossil all extra' command. ... (check-in: f4bcc63f user: mistachkin tags: allExtra)
20:24
Initial groundwork for fixing bug [b6eea9446d]. ... (check-in: d5407ff9 user: mistachkin tags: tkt-b6eea9446d)
13:27
Support for tunneling https through http proxy. ... (check-in: c039efde user: jan tags: jan-httpsproxytunnel)
08:10
Prevent an invalid manifest to be generated if there is no parent manifest. ... (check-in: aa01de5d user: jan.nijtmans tags: pending-review)
07:41
Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (check-in: ec81aee9 user: jan.nijtmans tags: trunk)
2013-10-05
22:34
Backout check-in [7557c3e03f]. The code in that check-in is not necessary. (It was added only to try to catch errors.) Fix for ticket [9d9d42d9aab]. ... (check-in: 6d1c038c user: drh tags: trunk)
2013-10-04
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d6 user: jan.nijtmans tags: pending-review)

Added .dockerignore.

Added .fossil-settings/encoding-glob.

Changes to .fossil-settings/ignore-glob.

Changes to .fossil-settings/keep-glob.

Changes to BUILD.txt.

Changes to COPYRIGHT-BSD2.txt.

Added Dockerfile.

Changes to Makefile.classic.

Changes to Makefile.in.

Changes to VERSION.

Changes to auto.def.

Changes to autosetup/autosetup.

Changes to autosetup/cc-shared.tcl.

Changes to autosetup/cc.tcl.

Changes to autosetup/config.guess.

Changes to autosetup/config.sub.

Changes to autosetup/jimsh0.c.

Changes to autosetup/local.tcl.

Added fossil.1.

Deleted fossil.nsi.

Added setup/fossil.iss.

Added setup/fossil.nsi.

Added skins/README.md.

Added skins/aht/details.txt.

Added skins/black_and_white/css.txt.

Added skins/black_and_white/details.txt.

Added skins/black_and_white/footer.txt.

Added skins/black_and_white/header.txt.

Added skins/blitz/README.md.

Added skins/blitz/arrow_project.png.

Added skins/blitz/css.txt.

Added skins/blitz/details.txt.

Added skins/blitz/dir.png.

Added skins/blitz/file.png.

Added skins/blitz/footer.txt.

Added skins/blitz/fossil_100.png.

Added skins/blitz/fossil_80_reversed_darkcyan.png.

Added skins/blitz/fossil_80_reversed_darkcyan_text.png.

Added skins/blitz/header.txt.

Added skins/blitz/rss_20.png.

Added skins/blitz/ticket.txt.

Added skins/blitz_no_logo/README.md.

Added skins/blitz_no_logo/css.txt.

Added skins/blitz_no_logo/details.txt.

Added skins/blitz_no_logo/footer.txt.

Added skins/blitz_no_logo/header.txt.

Added skins/blitz_no_logo/ticket.txt.

Added skins/default/README.md.

Added skins/default/css.txt.

Added skins/default/details.txt.

Added skins/default/footer.txt.

Added skins/default/header.txt.

Added skins/eagle/README.md.

Added skins/eagle/css.txt.

Added skins/eagle/details.txt.

Added skins/eagle/footer.txt.

Added skins/eagle/header.txt.

Added skins/enhanced1/css.txt.

Added skins/enhanced1/details.txt.

Added skins/enhanced1/footer.txt.

Added skins/enhanced1/header.txt.

Added skins/khaki/css.txt.

Added skins/khaki/details.txt.

Added skins/khaki/footer.txt.

Added skins/khaki/header.txt.

Added skins/original/css.txt.

Added skins/original/details.txt.

Added skins/original/footer.txt.

Added skins/original/header.txt.

Added skins/plain_gray/css.txt.

Added skins/plain_gray/details.txt.

Added skins/plain_gray/footer.txt.

Added skins/plain_gray/header.txt.

Added skins/rounded1/css.txt.

Added skins/rounded1/details.txt.

Added skins/rounded1/footer.txt.

Added skins/rounded1/header.txt.

Added skins/xekri/README.md.

Added skins/xekri/css.txt.

Added skins/xekri/details.txt.

Added skins/xekri/footer.txt.

Added skins/xekri/header.txt.

Changes to src/add.c.

Changes to src/allrepo.c.

Changes to src/attach.c.

Changes to src/bag.c.

Changes to src/bisect.c.

Changes to src/blob.c.

Changes to src/branch.c.

Changes to src/browse.c.

Added src/builtin.c.

Added src/bundle.c.

Added src/cache.c.

Changes to src/captcha.c.

Changes to src/cgi.c.

Changes to src/checkin.c.

Changes to src/checkout.c.

Changes to src/clone.c.

Added src/codecheck1.c.

Changes to src/comformat.c.

Changes to src/config.h.

Changes to src/configure.c.

Changes to src/content.c.

Changes to src/db.c.

Changes to src/delta.c.

Changes to src/deltacmd.c.

Changes to src/descendants.c.

Changes to src/diff.c.

Added src/diff.tcl.

Changes to src/diffcmd.c.

Changes to src/doc.c.

Changes to src/encode.c.

Changes to src/event.c.

Changes to src/export.c.

Changes to src/file.c.

Changes to src/finfo.c.

Added src/foci.c.

Added src/fusefs.c.

Changes to src/glob.c.

Changes to src/graph.c.

Changes to src/gzip.c.

Changes to src/http.c.

Changes to src/http_socket.c.

Changes to src/http_ssl.c.

Changes to src/http_transport.c.

Changes to src/import.c.

Changes to src/info.c.

Changes to src/json.c.

Changes to src/json_artifact.c.

Changes to src/json_branch.c.

Changes to src/json_config.c.

Changes to src/json_detail.h.

Changes to src/json_dir.c.

Changes to src/json_finfo.c.

Changes to src/json_query.c.

Changes to src/json_report.c.

Changes to src/json_status.c.

Changes to src/json_tag.c.

Changes to src/json_timeline.c.

Changes to src/json_user.c.

Changes to src/json_wiki.c.

Changes to src/leaf.c.

Added src/loadctrl.c.

Changes to src/login.c.

Changes to src/lookslike.c.

Changes to src/main.c.

Changes to src/main.mk.

Changes to src/makeheaders.c.

Changes to src/makemake.tcl.

Changes to src/manifest.c.

Changes to src/markdown.c.

Added src/markdown.md.

Changes to src/markdown_html.c.

Changes to src/md5.c.

Changes to src/merge.c.

Changes to src/merge3.c.

Added src/miniz.c.

Added src/mkbuiltin.c.

Changes to src/mkindex.c.

Changes to src/mkversion.c.

Changes to src/moderate.c.

Changes to src/name.c.

Changes to src/path.c.

Changes to src/popen.c.

Changes to src/printf.c.

Added src/publish.c.

Added src/purge.c.

Changes to src/rebuild.c.

Changes to src/regexp.c.

Changes to src/report.c.

Changes to src/rss.c.

Changes to src/schema.c.

Changes to src/search.c.

Changes to src/setup.c.

Changes to src/sha1.c.

Changes to src/shell.c.

Changes to src/shun.c.

Added src/sitemap.c.

Changes to src/skins.c.

Changes to src/sqlcmd.c.

Changes to src/sqlite3.c.

Changes to src/sqlite3.h.

Changes to src/stash.c.

Changes to src/stat.c.

Added src/statrep.c.

Changes to src/style.c.

Changes to src/sync.c.

Changes to src/tag.c.

Changes to src/tar.c.

Changes to src/th.c.

Changes to src/th.h.

Changes to src/th_lang.c.

Changes to src/th_main.c.

Changes to src/th_tcl.c.

Changes to src/timeline.c.

Changes to src/tkt.c.

Changes to src/tktsetup.c.

Changes to src/translate.c.

Changes to src/undo.c.

Changes to src/unicode.c.

Changes to src/update.c.

Changes to src/url.c.

Changes to src/user.c.

Changes to src/utf8.c.

Changes to src/util.c.

Changes to src/verify.c.

Changes to src/vfile.c.

Changes to src/wiki.c.

Changes to src/wikiformat.c.

Added src/winfile.c.

Changes to src/winhttp.c.

Changes to src/wysiwyg.c.

Changes to src/xfer.c.

Changes to src/xfersetup.c.

Changes to src/zip.c.

Added test/comment.test.

Changes to test/diff-test-1.wiki.

Changes to test/file1.test.

Added test/fileStat.th1.

Added test/fileage-test-1.wiki.

Changes to test/graph-test-1.wiki.

Changes to test/merge2.test.

Changes to test/merge5.test.

Added test/merge6.test.

Changes to test/merge_renames.test.

Changes to test/release-checklist.wiki.

Changes to test/revert.test.

Added test/subdir-b/readme.txt.

Added test/subdir/one/two/three/four/five/six/readme.txt.

Added test/test-page++.wiki.

Changes to test/tester.tcl.

Added test/th1-docs-input.txt.

Added test/th1-docs.test.

Added test/th1-hooks-input.txt.

Added test/th1-hooks.test.

Changes to test/th1-tcl.test.

Changes to test/th1.test.

Changes to test/utf.test.

Added test/utf16be.txt.

Added test/utf16le.txt.

Changes to test/valgrind-www.tcl.

Changes to tools/fossil_chat.tcl.

Changes to win/Makefile.PellesCGMake.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.mingw.mistachkin.

Changes to win/Makefile.msc.

Added win/buildmsvc.bat.

Added win/fossil.exe.manifest.

Changes to win/fossil.rc.

Changes to win/include/dirent.h.

Changes to win/include/unistd.h.

Changes to www/adding_code.wiki.

Changes to www/antibot.wiki.

Changes to www/branching.wiki.

Changes to www/build.wiki.

Changes to www/changes.wiki.

Changes to www/checkin_names.wiki.

Changes to www/concepts.wiki.

Changes to www/contribute.wiki.

Changes to www/copyright-release.html.

Added www/customskin.md.

Changes to www/delta_format.wiki.

Changes to www/embeddeddoc.wiki.

Changes to www/event.wiki.

Changes to www/faq.tcl.

Changes to www/faq.wiki.

Changes to www/fileformat.wiki.

Changes to www/fiveminutes.wiki.

Changes to www/foss-cklist.wiki.

Changes to www/fossil-v-git.wiki.

Changes to www/hacker-howto.wiki.

Changes to www/hints.wiki.

Changes to www/index.wiki.

Changes to www/inout.wiki.

Changes to www/makefile.wiki.

Changes to www/mkdownload.tcl.

Changes to www/mkindex.tcl.

Changes to www/password.wiki.

Added www/permutedindex.html.

Deleted www/permutedindex.wiki.

Changes to www/pop.wiki.

Changes to www/private.wiki.

Changes to www/qandc.wiki.

Changes to www/quickstart.wiki.

Changes to www/quotes.wiki.

Changes to www/scgi.wiki.

Changes to www/selfcheck.wiki.

Changes to www/selfhost.wiki.

Changes to www/server.wiki.

Changes to www/shunning.wiki.

Changes to www/stats.wiki.

Changes to www/style.wiki.

Changes to www/sync.wiki.

Changes to www/tech_overview.wiki.

Added www/th1.md.

Changes to www/tickets.wiki.

Added www/webpage-ex.md.

Changes to www/webui.wiki.

Changes to www/wikitheory.wiki.