Fossil

Timeline
Login

Timeline

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

50 events by user mistachkin occurring around 2018-08-02 01:53:11.

2018-09-18
19:37
Backout of [115544e97517f447]. Unbreaks the SSL enabled build for MSVC on Windows, due to OpenSSL build system changes that are not accounted for by the check-in. Also, there were crashes with MinGW produced binaries using OpenSSL 1.1.1. ... (check-in: e0cc10f03e user: mistachkin tags: trunk)
2018-09-11
17:47
Documentation updates for custom TH1 commands. ... (check-in: 874a4dac8c user: mistachkin tags: trunk)
2018-08-26
02:20
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 3f12d40661 user: mistachkin tags: trunk)
2018-08-12
03:38
Update wording to match documentation. ... (Closed-Leaf check-in: cbfbfa8c72 user: mistachkin tags: updNewCaps)
2018-08-11
23:51
Coding style tweak. ... (Closed-Leaf check-in: 52b9caa502 user: mistachkin tags: login-with-email)
23:49 Edit [7ce44fab2401a39f|7ce44fab24]: Edit check-in comment. ... (artifact: aa66ca1f14 user: mistachkin)
23:47
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 7ce44fab24 user: mistachkin tags: updNewCaps)
2018-08-08
02:15
More enhancements to backoffice diagnostics. ... (check-in: 864a6f3922 user: mistachkin tags: trunk)
00:03
Fix some compiler warnings. ... (check-in: 250fc00dd3 user: mistachkin tags: trunk)
2018-08-07
23:48
Make the backoffice module tracing behave more consistently on Win32. ... (check-in: 0fe9da816f user: mistachkin tags: trunk)
23:22
Merge changes from the previous two check-ins. ... (check-in: 300682604f user: mistachkin tags: trunk)
23:08
Improve Win32 error handling in the backoffice module and fix a compiler warning. ... (check-in: 3c0848797d user: mistachkin tags: trunk)
23:03
Make it possible to debug child processes on Windows. ... (check-in: e285341f0c user: mistachkin tags: trunk)
23:01
Fix harmless compiler warning. ... (check-in: 7014c2ddf1 user: mistachkin tags: trunk)
21:45
In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). ... (check-in: af87fa5bcd user: mistachkin tags: trunk)
21:44
Fix harmless compiler warning. ... (check-in: 014bb2d7de user: mistachkin tags: trunk)
21:43
Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). ... (check-in: f430f6234a user: mistachkin tags: trunk)
21:42
Update the custom MinGW makefile. ... (check-in: 32641d15d8 user: mistachkin tags: trunk)
2018-08-02
11:58
Merge updates from trunk. ... (check-in: b6a0c0015d user: mistachkin tags: cmake-ide)
11:56
Use the native directory separator for the extra files in the MSVC makefile. ... (check-in: 774bdc8355 user: mistachkin tags: trunk)
11:44
Improve comment. ... (check-in: f9ba9d94ac user: mistachkin tags: cmake-ide)
03:05
Just in case, modify backofficeTimeout() to handle being called more than once on Win32. ... (Closed-Leaf check-in: 0ef0e10557 user: mistachkin tags: win32Proc)
03:03
Wrap use of getpid() in the trace statements. ... (check-in: 842bf225d2 user: mistachkin tags: win32Proc)
02:27
When sleeping inside the backoffice work loop, permit the sleep to be interrupted on Win32, which stops processing. ... (check-in: 9840313b1c user: mistachkin tags: win32Proc)
01:53
More Win32 support for the backoffice processing. ... (check-in: f13ae35f5e user: mistachkin tags: win32Proc)
01:49 Edit [a9578f7870ced305|a9578f7870]: Move to branch win32Proc. ... (artifact: 3f715401f7 user: mistachkin)
2018-07-31
00:12 Edit [a9578f7870ced305|a9578f7870]: Edit check-in comment. ... (artifact: a57a5b2983 user: mistachkin)
00:10
Use a thread to implement backoffice work timeouts for Win32. ... (check-in: a9578f7870 user: mistachkin tags: win32Proc)
00:09
Update the custom MinGW makefile. ... (check-in: d5c41263af user: mistachkin tags: trunk)
00:09
Fix harmless compiler warnings. ... (check-in: ea2e515153 user: mistachkin tags: trunk)
2018-07-13
05:46
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (check-in: 9951fd7b40 user: mistachkin tags: trunk)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (Closed-Leaf check-in: efb0f88063 user: mistachkin tags: altLegacyMvRm)
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-02-12
22:45 Changes to wiki page "Fossil 2.0" ... (artifact: f1b2f6372b user: mistachkin)
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)