Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user mistachkin
2018-05-21
| ||
01:01 | Fix harmless compiler warning. check-in: a7056e6499 user: mistachkin 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 | |
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-17
| ||
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 | |
21:24 | Report the detected memory page size in the verbose version information. check-in: a6a2d861d1 user: mistachkin tags: withMman | |
21:16 | POSIX enhancements for fossil_get_page_size(). check-in: fd1bee7279 user: mistachkin tags: withMman | |
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:51 | Minor updates to the build system, et al, for 'mman.h' support. check-in: 142218827c user: mistachkin tags: withMman | |
20:31 | Experimental support for using 'mman.h' when compiling for POSIX. check-in: 37b69e7d0c user: mistachkin tags: withMman | |
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-01-28
| ||
21:52 | Remove --no-dir-symlinks option from the docs. check-in: 57f178eecc user: mistachkin tags: trunk | |
2018-01-23
| ||
22:34 | Stop including settings in the 'Available commands' section of the help web page. Fix typo of '--setting' help option. check-in: 4962fa9e33 user: mistachkin tags: trunk | |
2018-01-03
| ||
22:13 | Fix harmless compiler warning. check-in: a61922e2be user: mistachkin tags: trunk | |
2017-12-28
| ||
17:16 | In the Win32 server code, prevent fclose() from being called on an already closed FILE. check-in: 8d60cd5719 user: mistachkin tags: trunk | |
2017-12-21
| ||
15:38 | Update referenced OpenSSL version. check-in: c4aec887db user: mistachkin tags: trunk | |
2017-12-20
| ||
00:46 | Update the custom MinGW makefile. check-in: c7ad42d440 user: mistachkin tags: trunk | |
2017-11-30
| ||
19:42 | Fix an 'auto.def' issue that prevented using --with-tcl of a static Tcl with --static. check-in: 28fd1c1bd4 user: mistachkin tags: trunk | |
2017-11-03
| ||
06:46 | Fix harmless compiler warning. check-in: 5aa37859d0 user: mistachkin tags: trunk | |
06:30 | Fix segfault in status, et al, when a file in the checkout cannot be opened. check-in: 3c6d23b752 user: mistachkin tags: trunk | |
2017-10-19
| ||
03:49 | Minor fixes to wording of the TH1 hooks docs. check-in: 38fabd4950 user: mistachkin tags: trunk | |
2017-10-04
| ||
05:35 | Improvement to TH_RETURN handling needed for TH1 hooks. Update and correct TH1 hook tests. Add draft documentation for TH1 hooks. check-in: 36f0e47b32 user: mistachkin tags: trunk | |
2017-10-02
| ||
15:23 | Add docs and tests for the TH1 'string index' command added by check-in [0c57ba3eb4]. Also, fix issue with handling of the special 'end' index. check-in: e9845e5904 user: mistachkin tags: trunk | |
2017-09-11
| ||
16:44 | Restore the --no-dir-symlinks option. Leaf check-in: aff4363d1c user: mistachkin tags: no-dir-symlinks | |
2017-06-12
| ||
01:23 | Remove another set of extraneous backslash from an error message in the ticket editing webpage. check-in: 699fca172d user: mistachkin tags: trunk | |
2017-05-30
| ||
19:23 | Enhancements to SEE integration. check-in: 00dfbdbf7e user: mistachkin tags: trunk | |
01:26 | Further enhancements to SEE integration. Closed-Leaf check-in: 53048387fb user: mistachkin tags: see | |
2017-05-29
| ||
23:14 | Merge updates from trunk. check-in: 3b3099bdc0 user: mistachkin tags: see | |
23:07 | Rename new function for clarity and consistency. check-in: d6422ab0f0 user: mistachkin tags: trunk | |
02:37 | Enable the 'sqlite' command to work with SEE. check-in: 564edc69aa user: mistachkin tags: see | |
01:37 | Move PRAGMA key handling into its own function. check-in: 95f14fae00 user: mistachkin tags: trunk | |
2017-05-28
| ||
20:36 | Some coding style cleanup in order to make fossil_close() static. check-in: 1c6a6fa1a9 user: mistachkin tags: trunk | |
20:33 | Make sure config database state is consistent when returning from 'sqlite' command. check-in: 97ff702f3d user: mistachkin tags: trunk | |
19:44 | When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. check-in: fa6b22c674 user: mistachkin tags: trunk | |
19:35 | Fix compilation using MSVC 2005 and 2008. check-in: 9766cfd5a3 user: mistachkin tags: trunk | |
2017-05-27
| ||
20:29 | When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. check-in: 6d4aa34457 user: mistachkin tags: trunk | |
03:21 | Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. check-in: 05df5d2ee6 user: mistachkin tags: trunk | |
2017-05-13
| ||
23:08 | Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. check-in: 27e65b0730 user: mistachkin tags: trunk | |
2017-05-12
| ||
13:49 | Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. check-in: 4e1450ae3c user: mistachkin tags: trunk | |
2017-03-08
| ||
03:22 | Enhancements to TH1 related to hashing. Add the 'hash' TH1 command. Leaf check-in: 357c3c6836 user: mistachkin tags: th1Hash | |
2017-02-23
| ||
07:52 | Add support for document titles to the TH1 docs feature. check-in: 35698c9c43 user: mistachkin tags: trunk | |
07:51 | Fix harmless compiler warning seen with MSVC. check-in: afcff4999e user: mistachkin tags: trunk | |
2017-02-15
| ||
06:23 | Improve the warning message about versioned/non-versioned settings so that it includes the full path to the versioned settings file, for better use with things like 'fossil all'. check-in: 83fd738490 user: mistachkin tags: trunk | |
2017-02-14
| ||
18:19 | If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. check-in: 2375d6cbce user: mistachkin tags: trunk | |
03:04 | For safety, the --verily option to clean should force all symlinks to be treated as normal content files. Closed-Leaf check-in: 8fdf8cbe9c user: mistachkin tags: symlinks | |
01:03 | When the --reset option is used, reset the cached stat() information before and after dealing with it. check-in: 39ea7a2f61 user: mistachkin tags: symlinks | |
00:59 | Add '--reset' option to the file test commands. Other minor improvements. check-in: 996ebab71b user: mistachkin tags: symlinks | |