Fossil

Timeline
Login

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

63 check-ins using file src/skins.c version 65ad505987

2018-04-11
08:16
Merge trunk. Update to Beta 2 of OpenSSL 1.1.1 (with TLS 1.3 support !!!) check-in: 87f3c94677 user: jan.nijtmans tags: openssl-1.1
2018-04-10
17:48
Update the built-in SQLite to version 3.23.1. check-in: 52b3b8ed22 user: drh tags: trunk
11:55
Enhance the replacement algorithm for the tarball cache so that it gives extra weight to tarballs that have been accessed more than once. check-in: 7ffa5ae027 user: drh tags: trunk
2018-04-06
12:01
Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. check-in: 3e94c7ed74 user: drh tags: trunk
2018-04-02
11:40
Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. check-in: 508c42a639 user: mistachkin tags: trunk
11:15
Update the built-in SQLite to version 3.23.0 final. check-in: 699cefc88e user: drh tags: trunk
2018-03-29
17:03
Also allow the '-' character in parameter and cookie names. This is necessary for the login cookie. check-in: 21780aef9a user: drh tags: trunk
15:42
Update the built-in SQLite to the second 3.23.0 beta. check-in: 032188a698 user: drh tags: trunk
15:24
Extra comment describing the previous change. check-in: 6c02983d0a user: drh tags: trunk
15:20
Slight revision to [be5d83f93ac66f65] to allow "_" in parameter names. check-in: e09df6ea47 user: drh tags: trunk
15:16
New security feature: Reject any query parameter, POST parameter, or cookie whose name contains a non-alphanumeric character. No know vulnerabilities exist because of this. I'm just be paranoid. This enhancement is inspired by Drupalgeddon2. check-in: be5d83f93a user: drh tags: trunk
2018-03-28
18:38
Update the built-in SQLite to the first 3.23.0 beta. check-in: d470fc70d6 user: drh tags: trunk
08:06
Merge trunk check-in: d9573d8785 user: jan.nijtmans tags: openssl-1.1
08:01
Update openssl version check-in: 531a517b8e user: jan.nijtmans tags: trunk
2018-03-26
13:21
Fix a pledge() problem with the status command. check-in: e765f90ee7 user: drh tags: trunk
01:05
Harmless comment typo fix. check-in: b948eaeaff user: drh tags: trunk
2018-03-23
15:37
Disable the SQLite automatic index warning on non-debug builds. check-in: 1336c4af8a user: drh tags: trunk
14:00
Add the magic comment to the query for /tagtimeline to suppress the sort-w/o-index warning message from FOSSIL_DEBUG. check-in: 55a3316b62 user: drh tags: trunk
2018-03-22
19:43
Update the built-in SQLite to the latest pre-release snapshot for beta testing. check-in: 1849c6e205 user: drh tags: trunk
2018-03-20
17:10
Support for using 'sys/mman.h' when compiling for POSIX. check-in: d5ca5384a0 user: mistachkin tags: trunk
17:08
The markdown processor should use the Fossil memory allocation routines. check-in: e382cae5c1 user: mistachkin tags: trunk
2018-03-19
20:24
If the dp= and r= query parameters are both supplied to /timeline, use only the r= query parameter and ignore dp=. check-in: 7c690c0896 user: drh tags: trunk
19:55
This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. Closed-Leaf check-in: 63b967e0ab user: drh tags: mistake
2018-03-17
23:11
Do no update the display cookie except when the user specifically changes the selectors on the /timeline submenu. check-in: 802939b18d user: drh tags: trunk
22:33
Merge updates from trunk. Closed-Leaf check-in: 5447bc9028 user: mistachkin tags: withMman
22:32
Fix harmless compiler warning. check-in: e2a90ed56e user: mistachkin tags: trunk
21:24
Report the detected memory page size in the verbose version information. check-in: a6a2d861d1 user: mistachkin tags: withMman
21:16
POSIX enhancements for fossil_get_page_size(). check-in: fd1bee7279 user: mistachkin tags: withMman
20:53
Merge updates from trunk. check-in: 2c3b7457df user: mistachkin tags: withMman
20:52
Update the custom MinGW makefile. check-in: 853b7c7f5c user: mistachkin tags: trunk
20:51
Minor updates to the build system, et al, for 'mman.h' support. check-in: 142218827c user: mistachkin tags: withMman
20:31
Experimental support for using 'mman.h' when compiling for POSIX. check-in: 37b69e7d0c user: mistachkin tags: withMman
16:29
Update the build-in SQLite to the latest 3.23.0 alpha check-in: ea67a5449a user: drh tags: trunk
15:55
Add a new viewing mode called "Classic". The new "Classic" is the same as "Verbose" in the previous release. The "Verbose View" is now the same as "Compact" except that the check-in details are always expanded. check-in: b900583c96 user: drh tags: trunk
2018-03-12
12:10
Upstream cson patch to change f() decls to f(void) and rename internal symbols which collide with system/compiler symbols on HPUX and Solaris 11/Illumos. check-in: 0d3425db7b user: stephan tags: trunk
03:53
Fix documentation typos reported on the mailing list. check-in: 7989d7cdbe user: drh tags: trunk
2018-03-08
04:03
Merge in latest from trunk. Closed-Leaf check-in: 0d11ea056b user: andybradford tags: pledge-additions
2018-03-07
19:46
Rid the code of the legacy UUID_SIZE macro. Replace it everywhere with either HNAME_MAX or HNAME_LEN_SHA1 or HNAME_LEN_K256, as appropriate. check-in: 323299cb56 user: drh tags: trunk
2018-02-28
13:46
Modify an error message to avoid using an unquoted apostrophe. check-in: 61941baf12 user: mistachkin tags: trunk
13:46
Update the custom MinGW makefile. check-in: 6830dec76c user: mistachkin tags: trunk
2018-02-25
19:47
Add support for Last-Modified: and If-Modified-Since:. Currently only works for /uv but can be easily expanded to other resources. Also change Set-Cookie to use max-age= rather than expires=. check-in: f89eb80eec user: drh tags: trunk
19:09
Add support for ETags cache control. check-in: 7383450dd5 user: drh tags: trunk
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
20:14
Redesign the ETags mechanism to be simpler and safer. check-in: ae660cd62f user: drh tags: etags-cache-control
18:39
Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. Closed-Leaf check-in: 02740c2c47 user: drh tags: etags
17:08
Fix ETags support for when compiling with FOSSIL_ENABLE_TH1_HOOKS. check-in: 43a66b58db user: drh tags: etags
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
03:47
Optimizations to the ETag implementation. check-in: 2588d44783 user: drh tags: etags-cache-control
03:38
ETags now working for the /uv page. check-in: 5b84cab0d6 user: drh tags: etags-cache-control
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