Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file src/shell.c version 3f8db94319
|
2018-01-21
| ||
| 23:45 | Fix the /annotate webpage so that it works even if "fossil ui" is not launched from the root of the check-out. check-in: 48798bb119 user: drh tags: trunk | |
| 23:11 | Fix annotate_file() so that it correctly errors out if the named file does not exist in the repository. check-in: a7d9598a0d user: drh tags: trunk | |
| 22:59 | Correctly show the edited and original comments on the /info page for check-ins. Fixes a bug spotted by Stephan Beal. check-in: f5bcc25ac0 user: drh tags: trunk | |
|
2018-01-20
| ||
| 20:47 | Restrict the process further now that these are no longer required in status command. check-in: 36c76a13da user: andybradford tags: pledge-additions | |
| 20:46 | It isn't necessary to allow id either for the status command as nobody should be trying to setuid. check-in: 866f92faa9 user: andybradford tags: pledge-additions | |
|
2018-01-19
| ||
| 19:15 | Remove call of "getuid()" added on previous commit because it is not available on windows. For the pledge() call, always allow "chown" for now, even if not running as root. check-in: 6b41a7e803 user: mgagnon tags: trunk | |
| 18:06 | If running "fossil status" when pledge() is enabled, the "chown" promise needs to be added when running as root, otherwise fossil receive a SIGABRT and crash when attempting to call fchown(...) on creation of the .fossil-journal file. check-in: 396513fa4a user: mgagnon tags: trunk | |
|
2018-01-18
| ||
| 03:52 | Now that pledge() is automatically detected, update the comment with the new name of the configuration parameter. check-in: 4f90d591aa user: andybradford tags: trunk | |
|
2018-01-17
| ||
| 19:29 | Only make the first argument to pledge() available using the fossil_pledge() interface. The second argument is always NULL. check-in: 91ccde50a0 user: drh tags: trunk | |
| 19:22 | Show the HAVE_PLEDGE configuration parameter in the output of "version -v". check-in: 4471e93c75 user: drh tags: trunk | |
| 19:04 | Automatically detect the presence of the pledge() system interface and use it if it is available. check-in: 64def88f8b user: drh tags: trunk | |
| 01:11 | Merge the latest Ardoise skin updates. check-in: 6e694cd37b user: drh tags: trunk | |
|
2018-01-16
| ||
| 16:32 | Fix bug in the db_get_mprintf() function and its siblings introduced by the previous check-in and caused by the parameter reordering. check-in: ad984a2537 user: drh tags: trunk | |
| 16:30 | Update the codecheck1.c utility program to find unsafe format strings for recently added varargs functions. Fix unsafe varargs found by this update. This is a continuation of the fix in check-in [3c2ef25d03fb48d5]. check-in: 2fac7df467 user: drh tags: trunk | |
| 15:44 | merge previous fork check-in: dddad4f073 user: mgagnon tags: trunk | |
| 15:41 | Fix bad url on "Advanced"/"Basic" link of the timeline page. The zLink argument of style_submenu_element() should be a literal "%s", otherwise, encoded url parameter value may contain "%" and get corrupt by the vmprintf() call inside. Problem was happening when clicking on "Basic/Advanced" link on this page: http://www.fossil-scm.org/index.html/timeline?advm=1&chng=src/* check-in: 3c2ef25d03 user: mgagnon tags: trunk | |
| 15:32 | Update the built-in SQLite to the second 3.22.0 beta for testing. check-in: 72fba300c8 user: drh tags: trunk | |
| 14:01 | Fix typo in the default skin CSS - patch from Johan Kuuse. check-in: e07fdbc51e user: drh tags: trunk | |
| 09:09 | missing hyphens check-in: bad4d28297 user: jan.nijtmans tags: trunk | |
| 08:34 | Fix recognition of sha3 in marks file. Patch adapted from Dingyuan Wang's report. Thanks! check-in: 90b07ed588 user: jan.nijtmans tags: trunk | |
| 08:32 | Fossil now needs at least SQLite 3.22, so check for that check-in: 37cbd97cab user: jan.nijtmans tags: trunk | |
|
2018-01-15
| ||
| 22:07 | Update the built-in SQLite to the first 3.22.0 beta. check-in: 1a95af721e user: drh tags: trunk | |