Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user jan.nijtmans
2018-05-19
| ||
06:47 | Fix 2 (harmless) compiler warnings about unused variables check-in: 961787df06 user: jan.nijtmans tags: trunk | |
2018-05-04
| ||
11:50 | Update custom mingw makefile check-in: 54067e0fed user: jan.nijtmans tags: trunk | |
08:20 | When building with --internal-sqlite, require at least SQLite 3.24.0. Let's hope that the new sqlite3_keyword_*() functions don't change signature in SQLite 3.24.0 final. check-in: c2b1bfb2f1 user: jan.nijtmans tags: trunk | |
2018-04-11
| ||
08:16 | Merge trunk. Update to Beta 2 of OpenSSL 1.1.1 (with TLS 1.3 support !!!) Leaf check-in: 87f3c94677 user: jan.nijtmans tags: openssl-1.1 | |
2018-03-28
| ||
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-01-16
| ||
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 | |
2017-12-23
| ||
01:50 | merge trunk Leaf check-in: b8e4dcc991 user: jan.nijtmans tags: multi-thread | |
2017-11-30
| ||
11:50 | eliminate unused variables check-in: c699e9fedf user: jan.nijtmans tags: trunk | |
10:15 | Eliminate fossil_utf8_to_console() for non-windows platforms: it isn't used then. Thanks to "bytevolcano" for the suggestion. check-in: 434adc35fc user: jan.nijtmans tags: trunk | |
2017-11-10
| ||
10:55 | merge trunk. Upgrade to openssl 1.1.0g check-in: 9d3560b885 user: jan.nijtmans tags: openssl-1.1 | |
10:30 | (cherry-pick): Upgrade to openssl 1.0.2m Leaf check-in: 3003decb4e user: jan.nijtmans tags: branch-2.4 | |
10:28 | Upgrade to openssl 1.0.2m check-in: 5310f2ba88 user: jan.nijtmans tags: trunk | |
2017-11-08
| ||
15:20 | (cherrypick): update win/Makefile.mingw.mistachkin check-in: 4a9ce01b5c user: jan.nijtmans tags: branch-2.4 | |
15:13 | update win/Makefile.mingw.mistachkin check-in: 35751600d9 user: jan.nijtmans tags: trunk | |
2017-09-26
| ||
14:47 | Update dirent to Version 1.23.1 check-in: 398a90c006 user: jan.nijtmans tags: trunk | |
14:46 | Fix double "However" in comment. Some more end-of-line spacing. Nothing functional. check-in: ce1bc4fb09 user: jan.nijtmans tags: trunk | |
2017-09-21
| ||
09:56 | (cherry-pick): Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid Leaf check-in: 1fdcb20707 user: jan.nijtmans tags: branch-2.3 | |
2017-09-08
| ||
09:05 | (cherry-pick): Correct handling of mtime updates for UV push. (cherry-pick): Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. check-in: 746668d58b user: jan.nijtmans tags: branch-2.3 | |
2017-08-31
| ||
02:00 | Merge trunk check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread | |
2017-08-30
| ||
13:29 | Merge cleanX Leaf check-in: fd47eae7da user: jan.nijtmans tags: cleanX-no-clean-glob | |
13:17 | Don't prompt before removing empty directories Leaf check-in: 81d72e7257 user: jan.nijtmans tags: cleanX | |
13:07 | Merge cleanX check-in: 9297610047 user: jan.nijtmans tags: cleanX-no-clean-glob | |
13:02 | Merge trunk check-in: d4f98e25c1 user: jan.nijtmans tags: cleanX | |
2017-08-29
| ||
07:58 | (cherry-pick): SQLite version 3.20.1 (cherry-pick): Remove an unused global variable from the path_shortest() logic check-in: ae8709e2fc user: jan.nijtmans tags: branch-2.3 | |
07:50 | SQLite version 3.20.1 check-in: ffc252a663 user: jan.nijtmans tags: trunk | |
2017-08-28
| ||
14:04 | Update dirent to version 1.23. See [https://github.com/tronkko/dirent/releases] check-in: ade4a657dc user: jan.nijtmans tags: trunk | |
2017-08-23
| ||
18:53 | (cherry-pick): Remove a redundant directory separator character from the temporary filenames generated on windows. (cherry-pick): Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. check-in: adacbfbcfb user: jan.nijtmans tags: branch-2.3 | |
17:28 | Fix build (previous cherry-pick was not complete) (cherry-pick): For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. check-in: dbda6e2a5d user: jan.nijtmans tags: branch-2.3 | |
2017-08-22
| ||
09:46 | (cherry-pick): Use SQLite 3.20.0 final check-in: 7eebec15bd user: jan.nijtmans tags: branch-2.3 | |
09:44 | (cherry-pick): Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. (cherry-pick): Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. check-in: 1f18d23d76 user: jan.nijtmans tags: branch-2.3 | |
2017-08-21
| ||
12:18 | Use SQLite 3.20.0 final (source_id change only) check-in: 810dd031ec user: jan.nijtmans tags: trunk | |
2017-07-28
| ||
19:41 | (cherry-pick): Fix a problem with markdown rendering for "code". check-in: dad3706248 user: jan.nijtmans tags: branch-2.3 | |
2017-07-13
| ||
10:24 | merge trunk check-in: 548fabe73c user: jan.nijtmans tags: openssl-1.1 | |
10:22 | Update top OpenSSL 1.0.2l. Minor (harmless) compiler warnings in mkversion and codecheck1 (-Wall) check-in: 23895c7b99 user: jan.nijtmans tags: trunk | |
2017-07-12
| ||
11:03 | merge trunk (without SQLite update to 3.20.0 beta, but WITH support for tab-completion in the SQL shell) Closed-Leaf check-in: 107cfe0204 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite | |
2017-07-07
| ||
12:59 | Merge trunk. Upgrade to OpenSSL 1.1.0f. Note that this branch only adapts the Windows buildfiles, no source-code or anything else, since Openssl 1.1.0 is (almost, not significant for fossil) upwards compatible. check-in: 4a516fb72c user: jan.nijtmans tags: openssl-1.1 | |
2017-07-06
| ||
15:32 | Fix typo in auto.def Merge trunk check-in: 10c7e0fcea user: jan.nijtmans tags: fossil-2.3-with-older-SQLite | |
2017-07-03
| ||
10:36 | Suggestion for 2.3 release: Eliminate the need for SQLITE_PREPARE_PERSISTENT, which makes fossil work with SQLite 3.19.3. check-in: 1eab060a84 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite | |
09:31 | Update changes.wiki. Some eol-spacing check-in: 86d4754a7a user: jan.nijtmans tags: trunk | |
2017-06-30
| ||
14:10 | Fossil now needs at least SQLite 3.20.0 (beta) check-in: 1c1d4ed21a user: jan.nijtmans tags: trunk | |
2017-06-21
| ||
11:48 | Unicode 10 is officially released now. check-in: 14d8d31b1a user: jan.nijtmans tags: trunk | |
2017-06-16
| ||
11:38 | Add -DSQLITE_OMIT_GET_TABLE to the compilation flags for SQLite check-in: 33a13b80e7 user: jan.nijtmans tags: trunk | |
2017-06-15
| ||
13:47 | Fix fallback definitions of R_OK/W_OK, make them the same as Microsoft's definitions. check-in: e3fe51e1e8 user: jan.nijtmans tags: trunk | |
2017-05-26
| ||
08:44 | Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. check-in: 6fe0d68914 user: jan.nijtmans tags: trunk | |
2017-05-24
| ||
09:51 | Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. check-in: 09bcc322f7 user: jan.nijtmans tags: trunk | |
2017-05-22
| ||
15:10 | (cherry-pick): Update the built-in SQLite to 3.19.0 Leaf check-in: 70af6acdaa user: jan.nijtmans tags: branch-2.2 | |
14:29 | Update the built-in SQLite to 3.19.0 check-in: e1da46fed4 user: jan.nijtmans tags: trunk | |