Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/db.c version 9e0e6c98a1
|
2014-08-01
| ||
| 06:13 | Correct option handling for the 'winsrv create' command so that the default user name is NULL and the default password is an empty string when passed to the Win32 CreateServiceW API. check-in: 9c2a5c097b user: mistachkin tags: trunk | |
|
2014-07-31
| ||
| 21:13 | /zip now ignores the .zip extension, analog to how /tar does. Minor doc improvements in /zip and /tar from the ML. check-in: e0199bfc43 user: stephan tags: trunk | |
| 20:54 | [/help/update|update] doc improvements from the ML. check-in: 8ab520c589 user: stephan tags: trunk | |
| 20:46 | th1 parse error reporting tweaks from Sergei Gavrikov. check-in: 2ba71f5105 user: stephan tags: trunk | |
| 20:44 | rss help text tweaks from the ML. check-in: 9a7a82f64e user: stephan tags: trunk | |
| 19:02 | Upgrade the built-in SQLite to the latest 3.8.6 alpha from upstream. check-in: 5ce85eb6f8 user: mistachkin tags: trunk | |
|
2014-07-30
| ||
| 20:19 | Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. Closed-Leaf check-in: fb3e64f0f3 user: jan.nijtmans tags: pending-review | |
| 16:43 | For most commands, print an error if unknown command-line options are included on the command-line. check-in: 74ac0c925a user: drh tags: trunk | |
| 15:40 | Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) Closed-Leaf check-in: a426154b3e user: mgagnon tags: verify-all-options | |