Fossil

Timeline
Login

Timeline

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

19 most recent check-ins by user jan.nijtmans

2020-07-08
13:53
Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. (check-in: 918bcfcf user: jan.nijtmans tags: trunk)
11:58
since fossil requires SQLite 3.33 now, adapt sqlcompattest accordingly (check-in: c48ef725 user: jan.nijtmans tags: trunk)
2020-07-03
14:06
isspace() -> fossil_isspace() (check-in: 1d9e0897 user: jan.nijtmans tags: trunk)
13:52
Partially backout [620783cae23d28bd73959006af71f859e8b7333e|620783cae2] (adapted to current coding style): This brings back the --empty option there once was. (Closed-Leaf check-in: 971a5f51 user: jan.nijtmans tags: no-initial-commit)
2020-06-25
08:16
Merge trunk (Closed-Leaf check-in: 69b450c1 user: jan.nijtmans tags: cleanX)
2020-05-22
20:16
Merge trunk (Closed-Leaf check-in: 1e4aaf7b user: jan.nijtmans tags: multi-thread)
2020-04-23
13:16
Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. (check-in: 3510ca72 user: jan.nijtmans tags: trunk)
2020-04-08
10:16
Update OpenSSL to version 1.1.1f (check-in: 72026ed3 user: jan.nijtmans tags: trunk)
2020-03-24
20:24
Update openssl version number to 1.1.1e. Update custom makefile. (check-in: 77a7078f user: jan.nijtmans tags: trunk)
2020-03-06
10:07
Update to Unicode-13 (check-in: b70a76e3 user: jan.nijtmans tags: trunk)
10:06
eol-spacing in documentation (check-in: d65540f5 user: jan.nijtmans tags: trunk)
2020-02-12
09:25
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. (check-in: 22a9cc7f user: jan.nijtmans tags: branch-2.10)
2020-01-28
20:39
Merge trunk (check-in: 9dbea18c user: jan.nijtmans tags: multi-thread)
2019-10-07
11:03
Statement ordering: Don't read 'fingerprint' when there are no checkin's. (check-in: ffe7cc59 user: jan.nijtmans tags: trunk)
10:07
Prevent false-positive in fingerprint check, when the current checkout is empty. (check-in: fd8816ec user: jan.nijtmans tags: trunk)
2019-09-13
22:53
Update to openssl 1.1.1d (check-in: 74aac0ed user: jan.nijtmans tags: trunk)
2019-08-04
22:56
Merge trunk (check-in: fc5f88d6 user: jan.nijtmans tags: cleanX)
2019-07-16
20:02
Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more (check-in: 70a94d09 user: jan.nijtmans tags: trunk)
15:42
When committing without parent-id (additional "initial" commits), make sure the branch-name is set to "trunk" when not provided otherwise. (check-in: 0fd6cf16 user: jan.nijtmans tags: trunk)