Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
35 check-ins using file src/dispatch.c version 6adca854d0
|
2016-09-23
| ||
| 02:06 | Missed a couple places with the old OpenSSL version reference. check-in: a29e05d1ef user: mistachkin tags: trunk | |
| 02:03 | Merge updates from trunk. check-in: ff2c20e7fa user: mistachkin tags: openssl-1.1 | |
| 01:49 | Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. check-in: 762ef68dfb user: mistachkin tags: trunk | |
|
2016-09-22
| ||
| 21:14 | More use of row-values in the search mechanism. check-in: bc21e0a4c8 user: drh tags: trunk | |
| 20:55 | Fix the "fossil fts-config reindex" command so that it really does reindex everything. Fix the markdown HTML formatter so that it can be run from the command-line. Change a query in the search engine to use a row-value update, in order to beta-test the new row-value update mechanism of SQLite. check-in: b1b4eaa564 user: drh tags: trunk | |
| 20:02 | Update custom MinGW makefile. check-in: 60426fbcdd user: mistachkin tags: trunk | |
| 19:47 | Update to the latest SQLite 3.15.0 beta for testing. Adjust the SQLite compilation to use the "lean" configuration. check-in: 121201eb35 user: drh tags: trunk | |
| 17:58 | Update referenced OpenSSL version. check-in: 16b7a0ebc3 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: 69668f8c57 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: d8c917eeba user: drh tags: trunk | |
| 16:59 | Re-fix several typos. check-in: 6e1072c5b5 user: mistachkin tags: trunk | |
| 16:06 | Merge in latest from trunk check-in: 85a0ada691 user: nick.lloyd tags: nick.lloyd-git-interop | |
| 14:13 | More typo fixes in whyusefossil.wiki. check-in: f2ce2e41d5 user: drh tags: trunk | |
| 13:44 | Fix typos in the whyusefossil.wiki document. check-in: 1335cf4135 user: drh tags: trunk | |
| 03:03 | Fix a couple more typos. check-in: 8ac01fa676 user: mistachkin tags: trunk | |
| 03:00 | Fix a couple typos. check-in: 680f3c1d08 user: mistachkin tags: trunk | |
| 00:57 | Add the "Why Use Fossil" document. check-in: d8b18eb9af 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: d9ec49abcf 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: b9fd5947ef user: drh tags: trunk | |
| 15:48 | Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. check-in: b5641c5cff user: drh tags: trunk | |
| 15:10 | Fixes to the "fossil unversioned revert" command. check-in: 122ab3fbfd user: drh tags: trunk | |
|
2016-09-19
| ||
| 18:48 | Remove the unused uvStatus variable from the client-side sync implementation. check-in: 515229c5cd user: drh tags: trunk | |
| 17:50 | Merge updates from trunk. Closed-Leaf check-in: 8fbd5fb661 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: 16306153c0 user: drh tags: trunk | |
| 14:09 | Fix another typo in the server.wiki documentation. check-in: a1b50dad22 user: drh tags: trunk | |
| 14:06 | Update the server.wiki documentation due to the use of unversioned files for the download page. check-in: e1c2bd2680 user: drh tags: trunk | |
|
2016-09-15
| ||
| 19:51 | Merge fork check-in: ef5f795176 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: f4b5881b33 user: andygoth tags: trunk | |
| 19:42 | Fix typo in comment. check-in: adffcf5b60 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: 953cfbd497 user: mistachkin tags: trunk | |
| 04:12 | Even more consistency. Closed-Leaf check-in: e5cbf41c04 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: b945876253 user: mistachkin tags: tarAndZip | |
|
2016-09-14
| ||
| 01:42 | Fix typo in comment. check-in: a3d8b27b45 user: mistachkin tags: trunk | |
|
2016-09-13
| ||
| 22:14 | Add '--no-prompt' option to the 'commit' command. check-in: 29ef4f5d06 user: mistachkin tags: trunk | |
| 22:13 | Pass the command flags into the TH1 hooks verbatim, without any masking. check-in: 9595cfcd45 user: mistachkin tags: trunk | |