Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/main.c version 2efcd89d41
|
2017-10-17
| ||
| 21:06 | Add the /download page, with a configuration option to define what tag to be downloaded. check-in: c5fea125d9 user: drh tags: trunk | |
|
2017-10-16
| ||
| 13:54 | Improvements to automatic hyperlink enabling and robot exclusion. check-in: f014e15660 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: eb4dda4820 user: andygoth tags: andygoth-doc-symlink | |
| 22:49 | Remove unnecessary double NUL-termination from blob Closed-Leaf check-in: 95b6fad941 user: andygoth tags: andygoth-enhanced-symlink | |
| 22:22 | Update change log to describe Windows behavior of "l" flag to "manifest" setting check-in: 810370cd43 user: andygoth tags: andygoth-enhanced-symlink | |
| 22:19 | Correct sense of _WIN32 conditional compilation check-in: 1226e3ef52 user: andygoth tags: andygoth-enhanced-symlink | |
| 22:03 | Use transactions while creating symlink_perm table check-in: f42ee09a09 user: andygoth tags: andygoth-enhanced-symlink | |
| 22:03 | Additional corrections to Windows symlink permissions logic check-in: f29c8a44be user: andygoth tags: andygoth-enhanced-symlink | |
| 21:48 | Tweak comment style for consistency within functions check-in: 364d04315b 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: de50c496d2 user: andygoth tags: andygoth-enhanced-symlink | |
| 21:43 | Update Windows version of vfile_check_signature() to get symlink status from manifest.symlinks check-in: 23e67f67d0 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: 03ba3d9cb2 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: 7a4bd5cf83 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: 2808e22596 user: andygoth tags: andygoth-enhanced-symlink | |
| 19:32 | Correct help text for open command check-in: 109c956ff1 user: andygoth tags: andygoth-enhanced-symlink | |
| 19:28 | Merge trunk check-in: 057645a938 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: 2ed09fb8a3 user: steveb tags: autosetup | |
|
2017-10-12
| ||
| 13:37 | Rewrote the autoreconfigure explanation comment. It was confusing and contained errors. check-in: 50844e5c6b 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 ... check-in: 454e119398 user: wyoung tags: trunk | |
| 10:13 | Merge the automatic reconfigure changes. check-in: 67a9088237 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: 1d549aa879 user: wyoung tags: wy-autoreconfig | |
| 01:23 | Small path fix to the new autoreconfigure Makefile rule. check-in: b923d8006e 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: c649ba2770 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: fd33b6a4aa 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: 7aad2af7d3 user: drh tags: trunk | |
|
2017-10-06
| ||
| 16:36 | Improved help message for the /mlink page check-in: bf94ffa009 user: drh tags: trunk | |
|
2017-10-05
| ||
| 11:41 | Only show hyperlinks to the /mlink page to admin users. check-in: dead084ee5 user: drh tags: trunk | |
| 11:37 | Delta checksum verification is disabled by default, for better performance. It can be reenabled using -DFOSSIL_ENABLE_DELTA_CKSUM_TEST. check-in: d3a46b2a45 user: drh tags: trunk | |