Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2018-01-24 19:17:54" occurring around 2018-01-24 19:17:54.
2018-02-25
| ||
19:09 | Add ETags cache control to the /tarball, /zip, and /sqlar pages. ... (Closed-Leaf check-in: f2492f3bb6 user: drh tags: etags-cache-control) | |
2018-02-24
| ||
03:49 | Add support for the ETag: and If-None-Match: headers for improved cache control. Currently this only works for /uv but the mechanism is reasonably general and can be extended to other pages. ... (check-in: 787896c5eb user: drh tags: etags) | |
00:39 | First cut at supporting ETags: and If-None-Match: for cache control. ... (check-in: 94c0b8ecd1 user: drh tags: etags-cache-control) | |
2018-02-23
| ||
21:29 | Make default project name "<unnamed>" in the output of the "extras" and "changes" commands. ... (check-in: 203d82d80e user: drh tags: trunk) | |
21:24 | Remove the mkdownload.html file from the documentation folder, since it is no longer used. Remove mention of OpenBSD from installation instructions, since precompiled binaries for that platform are no longer provided. ... (check-in: c44d9e4dba user: drh tags: trunk) | |
18:45 | Fix the mtime computation for "fossil all ui" on windows. ... (check-in: 219f3e6b7e user: drh tags: trunk) | |
2018-02-16
| ||
19:57 | Fix a typos and improve the wording on the failure-to-upgrade-to-HTTPS error screen. ... (check-in: 01984ee0d2 user: drh tags: trunk) | |
16:28 | Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. ... (check-in: 55f6c765fb user: drh tags: trunk) | |
16:16 | An HTTPS upgrade redirect loop now is broken and gives a warning. The "-nossl" is no longer the default on "fossil server". Warning messages are provided when trying to log in via an insecure connection. ... (check-in: 61733824bb user: drh tags: trunk) | |
14:39 | Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. This is on a branch because the Fix is on manifest_file_seek_base() function which is not only fuse-related. ... (Closed-Leaf check-in: 6831769d62 user: mgagnon tags: fix_fusefs_on_empty_checkin_crash) | |
2018-02-13
| ||
22:26 | On the Fossil repository screen list that comes up with commands like "fossil all ui", show the last modification time of each repo, and allow sorting by mtime. ... (check-in: f2231ba668 user: drh tags: trunk) | |
12:48 | Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. ... (check-in: 209542742a user: drh tags: trunk) | |
2018-02-12
| ||
16:32 | Patch from Pietro Cerutti to enable TCL shared library loading in TH1 on FreeBSD. ... (check-in: 29adfac433 user: drh tags: trunk) | |
13:01 | Add the --use-author flag to "fossil import --git". Patch from Dingyuan Wang. ... (check-in: fe87e4cb9d user: drh tags: trunk) | |
12:55 | Fix incorrect setting name in the "fts-config" command. ... (check-in: ceba488122 user: drh tags: trunk) | |
12:47 | New uses for cgi_csrf_safe(). ... (check-in: c9efdfcaf4 user: drh tags: trunk) | |
08:50 | Merged trunk ... (check-in: 270d2fb95c user: mjanssen tags: commonmark-markdown) | |
2018-02-10
| ||
16:24 | Add the cgi_csrf_safe() routine as a supplimental defense against cross-site request forgery attacks. ... (check-in: 047802a3c3 user: drh tags: trunk) | |
15:38 | Fix the display of technotes on the main timeline so that their background color shows again. ... (check-in: 694e11a72e user: drh tags: trunk) | |
2018-02-07
| ||
18:48 | Version 2.5 ... (check-in: 188a0e2904 user: drh tags: trunk, release, version-2.5) | |
2018-02-05
| ||
20:18 | Add (undocumented) from= and to= query parameters on the /reports webpage. If both parameters are a date/time string, then report only covers the span of dates specified. ... (check-in: f390552d0e user: drh tags: trunk) | |
2018-01-28
| ||
21:52 | Remove --no-dir-symlinks option from the docs. ... (check-in: 57f178eecc user: mistachkin tags: trunk) | |
2018-01-25
| ||
00:37 | Another change log update. ... (check-in: c125af3e47 user: drh tags: trunk) | |
2018-01-24
| ||
19:46 | Update the 2.5 change log. ... (check-in: 1cbaf3bdd9 user: drh tags: trunk) | |
19:17 | Update the built-in SQLite to the 3.22.0 final. ... (check-in: 8007cfc0db user: drh tags: trunk) | |
17:00 | Timeline fixes: (1) Show the artifact-id for tickets, wiki, and tags in the detail section for Verbose and Compact Mode. (2) Fix the graph.js script so that it sets ellipsis callbacks even if there are not graph elements. ... (check-in: 0ac1895c7f user: drh tags: trunk) | |
2018-01-23
| ||
22:34 | Stop including settings in the 'Available commands' section of the help web page. Fix typo of '--setting' help option. ... (check-in: 4962fa9e33 user: mistachkin tags: trunk) | |
2018-01-22
| ||
03:01 | Merge in recent fixes from trunk. ... (check-in: c0f94f6963 user: andybradford tags: pledge-additions) | |
2018-01-21
| ||
23:48 | Update the built-in SQLite to the third 3.22.0 beta for testing. Also fix a typo in a comment in the "fossil ui" command. ... (check-in: 861f4b0bde user: drh tags: trunk) | |
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: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) | |