Fossil

Timeline
Login

Timeline

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

57 check-ins using file src/finfo.c version b9be8f32

2017-11-22
19:01
Improvements to the coding-style guidelines from Johan Kuuse. ... (check-in: 49cde9fc user: drh tags: trunk)
2017-11-18
19:58
Improvements to the "Fossil Build Process" documentation, with improved comments in related source files. No changes to real code. ... (check-in: 51cf7508 user: drh tags: trunk)
17:49
Fix a crash that can occur in search when the FTS4 snippet() function returns NULL. ... (check-in: cee4af9e user: drh tags: trunk)
2017-11-16
02:43
Fix key bindings on the "fossil diff --tk" command. Control-q now exits. Pressing Enter does the right things at the right times and does not raise errors. Etc. ... (check-in: 4dfa592f user: drh tags: trunk)
2017-11-14
21:52
Add section for version 2.5 to the change log. ... (check-in: d02c1042 user: drh tags: trunk)
21:48
Increase the version number to 2.5. ... (check-in: 155e5293 user: drh tags: trunk)
21:47
Update the built-in SQLite to a version that supports read-only access to WAL-mode databases. ... (check-in: 6ef13e21 user: drh tags: trunk)
2017-11-10
10:55
merge trunk. Upgrade to openssl 1.1.0g ... (check-in: 9d3560b8 user: jan.nijtmans tags: openssl-1.1)
10:30
(cherry-pick): Upgrade to openssl 1.0.2m ... (Closed-Leaf check-in: 3003decb user: jan.nijtmans tags: branch-2.4)
10:28
Upgrade to openssl 1.0.2m ... (check-in: 5310f2ba user: jan.nijtmans tags: trunk)
2017-11-08
15:24
Fix the --with-tcl=PATH option on the configure script using a one-character patch suggested by Christoph Iserlohn. ... (check-in: 23c8937d user: drh tags: trunk)
15:20
(cherrypick): update win/Makefile.mingw.mistachkin ... (check-in: 4a9ce01b user: jan.nijtmans tags: branch-2.4)
15:13
update win/Makefile.mingw.mistachkin ... (check-in: 35751600 user: jan.nijtmans tags: trunk)
2017-11-04
14:56
Change the "/wiki_rules" page so that it displays a wiki source file, either formatted or plain-text, just like /md_rules does. ... (check-in: bf69c6eb user: drh tags: trunk)
13:16
Fix a minor typo in a comment. No changes to code. ... (check-in: 9b20b8a1 user: drh tags: trunk)
2017-11-03
13:34
Automatically generate the <html><head>...</head><body> section at the beginning of each HTML document if the header template does not contain a <body> tag. Likewise for the </body></html> after the footer. ... (check-in: f1bb72ed user: drh tags: trunk)
12:54
Changed the color of the Reader privilege subscript to be more readable in the Xekri skin. ... (check-in: bfbcc126 user: zakero tags: trunk)
09:29
Version 2.4 ... (check-in: a0001dcf user: drh tags: trunk, release, version-2.4)
06:46
Fix harmless compiler warning. ... (check-in: 5aa37859 user: mistachkin tags: trunk)
06:30
Fix segfault in status, et al, when a file in the checkout cannot be opened. ... (check-in: 3c6d23b7 user: mistachkin tags: trunk)
2017-10-30
13:22
Fix a typo that prevented the diff-binary setting from being picked up by the mkindex.c comment scanner. ... (check-in: 2eea7584 user: drh tags: trunk)
13:20
Add a blank entry to the end of the Setting array so that loops can be terminated by checking for a null zName pointer. ... (check-in: df654bd9 user: drh tags: trunk)
2017-10-29
23:59
Update the 2.4 change log. ... (check-in: 266a311b user: drh tags: trunk)
2017-10-27
15:06
Fix broken hyperlinks on the tech_overview.wiki page. ... (check-in: 3018d519 user: drh tags: trunk)
2017-10-24
20:52
Update the built-in SQLite to version 3.21.0 final. ... (check-in: c7e55d9c user: drh tags: trunk)
2017-10-21
19:37
Update the built-in SQLite to the second 3.21.0 beta. ... (check-in: 7ac19afa user: drh tags: trunk)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba0 user: drh tags: checkin-attachment)
08:47
typo fix reported on the ML. ... (check-in: 1374d581 user: stephan tags: trunk)
04:09
Adjust help text wording for /download page ... (check-in: eecb721e user: andygoth tags: trunk)
03:49
Minor fixes to wording of the TH1 hooks docs. ... (check-in: 38fabd49 user: mistachkin tags: trunk)
2017-10-17
23:03
In the "fossil all ui" command, shows the "(hidden)" mark after repos that contain "/." in their pathnames. ... (check-in: b82bdff7 user: drh tags: trunk)
21:06
Add the /download page, with a configuration option to define what tag to be downloaded. ... (check-in: c5fea125 user: drh tags: trunk)
2017-10-16
13:54
Improvements to automatic hyperlink enabling and robot exclusion. ... (check-in: f014e156 user: drh tags: trunk)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda48 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad9 user: andygoth tags: andygoth-enhanced-symlink)
22:22
Update change log to describe Windows behavior of "l" flag to "manifest" setting ... (check-in: 810370cd user: andygoth tags: andygoth-enhanced-symlink)
22:19
Correct sense of _WIN32 conditional compilation ... (check-in: 1226e3ef user: andygoth tags: andygoth-enhanced-symlink)
22:03
Use transactions while creating symlink_perm table ... (check-in: f42ee09a user: andygoth tags: andygoth-enhanced-symlink)
22:03
Additional corrections to Windows symlink permissions logic ... (check-in: f29c8a44 user: andygoth tags: andygoth-enhanced-symlink)
21:48
Tweak comment style for consistency within functions ... (check-in: 364d0431 user: andygoth tags: andygoth-enhanced-symlink)
21:44
Correct vfile_check_signature() handling of manifest.symlinks not existing or manifest setting not containing the l flag ... (check-in: de50c496 user: andygoth tags: andygoth-enhanced-symlink)
21:43
Update Windows version of vfile_check_signature() to get symlink status from manifest.symlinks ... (check-in: 23e67f67 user: andygoth tags: andygoth-enhanced-symlink)
21:37
Protect against symlink_perm table already existing, should get_checkout_symlink_table() have already been called ... (check-in: 03ba3d9c user: andygoth tags: andygoth-enhanced-symlink)
21:32
Move manifest.symlinks read functionality into the new get_checkout_symlink_table() function in checkout.c ... (check-in: 7a4bd5cf user: andygoth tags: andygoth-enhanced-symlink)
21:13
When committing on Windows with the "l" manifest flag set, update the symlink permission for selected files from the manifest.symlinks file if it exists ... (check-in: 2808e225 user: andygoth tags: andygoth-enhanced-symlink)
19:32
Correct help text for open command ... (check-in: 109c956f user: andygoth tags: andygoth-enhanced-symlink)
19:28
Merge trunk ... (check-in: 057645a9 user: andygoth tags: andygoth-enhanced-symlink)
2017-10-13
08:43
Update autosetup to 0.6.8 (v0.6.7-11-g3eb780c) ... (Closed-Leaf check-in: 2ed09fb8 user: steveb tags: autosetup)
2017-10-12
13:37
Rewrote the autoreconfigure explanation comment. It was confusing and contained errors. ... (check-in: 50844e5c user: wyoung tags: trunk)
2017-10-11
19:56
Removed the GNU make conditional around the new autoreconfigure dependency rule in the top-level Makefile.in. Apparently we have users using some other make, perhaps BSD make. Since the conditional only prevents autoreconfigure in the "make clean" case, where it is a minor annoyance, it's not important to work out how to retain this in a non-GNU make world. ... (check-in: 454e1193 user: wyoung tags: trunk)
10:13
Merge the automatic reconfigure changes. ... (check-in: 67a90882 user: drh tags: trunk)
01:30
Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. ... (Closed-Leaf check-in: 1d549aa8 user: wyoung tags: wy-autoreconfig)
01:23
Small path fix to the new autoreconfigure Makefile rule. ... (check-in: b923d800 user: wyoung tags: wy-autoreconfig)
01:16
Automatically re-configuring (same as "make reconfig") when Makefile.in, src/main.mk, or one of the autosetup files changes. This should avoid the need to recommend to people "re-run configure" whenever they call "fossil update" on this tree. ... (check-in: c649ba27 user: wyoung tags: wy-autoreconfig)
01:13
Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. ... (check-in: fd33b6a4 user: wyoung tags: wy-autoreconfig)
2017-10-10
23:08
Fix the on-line help for the pgo-command and gdiff-command settings. ... (check-in: 7aad2af7 user: drh tags: trunk)
2017-10-06
16:36
Improved help message for the /mlink page ... (check-in: bf94ffa0 user: drh tags: trunk)