Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "531a517b8eb17bd2" occurring around 531a517b8eb17bd2.
2018-04-27
| ||
00:52 | Fix typo in annotate documentation ... (check-in: 4dcda7d991 user: andygoth tags: trunk) | |
2018-04-26
| ||
20:54 | Do not limit the number of rows shown in a timeline using the n= query parameter if any of the yw=, ymd=, or days= query parameters are present. ... (check-in: 58804979ab user: drh tags: trunk) | |
20:47 | On the banner for days=, ymd=, and yw= include a count of the number of timeline items. ... (check-in: d5fd4e2681 user: drh tags: trunk) | |
19:55 | Fix a typo in the banner for the days= query parameter. ... (check-in: 69786b02de user: drh tags: trunk) | |
19:53 | Add the days= query parameter to /timeline ... (check-in: cd11e359d3 user: drh tags: trunk) | |
19:39 | Further improvements to the yw= banner. More flexible handling of ymd=. ... (check-in: adbebbd1e8 user: drh tags: trunk) | |
19:23 | Merge in the latest 3.24.0 alpha version of SQLite including the ORDER BY LIMIT performance enhancement. ... (check-in: 7b1599884c user: drh tags: trunk) | |
19:20 | Further enhancements to the timeline label for the yw= query parameter. ... (check-in: b89e74526b user: drh tags: trunk) | |
19:02 | Improved handling of the the yw= query parameter on /timeline. ... (check-in: 881b464617 user: drh tags: trunk) | |
2018-04-25
| ||
13:34 | Update the built-in SQLite to the latest 3.24.0 alpha version. ... (check-in: de76c92a63 user: drh tags: trunk) | |
2018-04-21
| ||
22:58 | Fix minor typo in the fossil-v-git document. ... (check-in: 2e8f288711 user: drh tags: trunk) | |
2018-04-11
| ||
20:34 | Correct minor typo ... (check-in: 805a58c320 user: andygoth tags: trunk) | |
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) | |
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: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) | |