Fossil

Timeline
Login

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

50 most recent check-ins by user mistachkin

2023-05-23
20:30
Enhancements to SEE integration. ... (check-in: f41cf03505 user: mistachkin tags: trunk)
2023-05-21
16:56
More changes. ... (Closed-Leaf check-in: a62181b48f user: mistachkin tags: enhSee)
03:37
Merge updates from trunk. ... (Leaf check-in: e3df21cdf1 user: mistachkin tags: th1Hash)
2023-05-20
01:53
Fixes to tracing. ... (check-in: 0de3d90787 user: mistachkin tags: enhSee)
00:25
Some changes for Windows. ... (check-in: 119f971335 user: mistachkin tags: enhSee)
2023-05-18
23:24
Comment fixes. ... (check-in: 1ff19a468d user: mistachkin tags: enhSee)
21:15
Enhancements to SEE integration. ... (check-in: d72ab72962 user: mistachkin tags: enhSee)
03:31
Fix another compiler warning. ... (check-in: 9182b85b49 user: mistachkin tags: trunk)
03:04
Fix harmless compiler warnings. ... (check-in: 586967cceb user: mistachkin tags: trunk)
01:38
Update custom MinGW makefile. ... (check-in: fcc5a552fb user: mistachkin tags: trunk)
2022-12-20
05:14
Move TH1/Tcl settings into their own configsets. ... (Leaf check-in: 5d784cf3c1 user: mistachkin tags: cfgSetTh1)
05:00
Unbreak MinGW build to account for deletions in zlib 1.2.13. ... (check-in: a24a790f3d user: mistachkin tags: trunk)
2022-10-18
01:07
Experimental refinements to the fix on this branch to make it slightly more efficient. ... (Leaf check-in: 2172c51377 user: mistachkin tags: nonHashFix)
2022-10-17
01:03
Merge updates from trunk. ... (check-in: 7489c8b932 user: mistachkin tags: nonHashFix)
01:02
Merge updates from trunk. ... (check-in: 6f3640a71d user: mistachkin tags: th1Hash)
2022-09-09
18:26
Minor improvement to SEE integration. ... (check-in: 660c2b1512 user: mistachkin tags: trunk)
17:22
Sync up custom makefile for MinGW. ... (check-in: a3ed29ea34 user: mistachkin tags: trunk)
2022-07-01
01:44
Experimental fix to make '%!S' in hyperlinks stop truncating things that are not check-in identifiers. This should probably be optimzied by refactoring the surrounding code to avoid calculating the length more than once. ... (check-in: 7eba14d1e2 user: mistachkin tags: nonHashFix)
01:31
Update the custom makefile for MinGW. ... (check-in: eddd6b4ad5 user: mistachkin tags: trunk)
2022-01-10
22:59
A couple more 'src' to 'tools' fixes. ... (check-in: def53f0419 user: mistachkin tags: trunk)
2021-12-31
19:02
Fix harmless compiler warnings. ... (check-in: 96a66d75f8 user: mistachkin tags: trunk)
2021-12-29
16:02
Final fix for the MinGW build. ... (check-in: 44f4d624f1 user: mistachkin tags: trunk)
15:56
Fixes to MinGW build (still not quite working). Remove final remnants of miniz. ... (check-in: a015ab64ca user: mistachkin tags: trunk)
14:45
Another simplification of SEE memory handling for the 'sql' command. ... (check-in: 531434900b user: mistachkin tags: trunk)
14:34
Correction to SEE memory handling used by the 'sql' command. ... (check-in: 3b4a45535e user: mistachkin tags: trunk)
2021-12-19
02:08
Prevent a duplicate 'Logout' menu in the Eagle skin. ... (check-in: fb683a3e02 user: mistachkin tags: trunk)
01:33
Update the custom makefile for MinGW. ... (check-in: 14c92366f9 user: mistachkin tags: trunk)
2021-12-18
19:38
Add --chroot option to the 'http' and 'server' commands. ... (check-in: bf6be1e325 user: mistachkin tags: trunk)
2021-12-17
23:53
Fix several compiler warnings, etc. ... (Closed-Leaf check-in: 6397ece589 user: mistachkin tags: chrootOpt)
23:04
Add experimental --chroot option to the 'http' and 'server' commands. ... (check-in: acd75ce64c user: mistachkin tags: chrootOpt)
2021-09-15
19:50
Prevent an extra leading slash from the post-login redirector. Also, on the 'register' page, include the email notifications input element if the 'selfreg-verify' setting is enabled, even when the 'default-perms' setting does not include the 'Email Alerts' ('7') permission. ... (check-in: 129ea22423 user: mistachkin tags: trunk)
19:43
Fix harmless compiler warning on Win32. ... (check-in: e1996e2558 user: mistachkin tags: trunk)
19:42
Update the custom MinGW makefile. ... (check-in: 47bda8418a user: mistachkin tags: trunk)
2021-09-13
21:30
Fix typo. ... (check-in: 1e5dc324ef user: mistachkin tags: trunk)
2021-06-02
00:09
Update the custom MinGW makefile. ... (check-in: dc47bf4b6a user: mistachkin tags: trunk)
2021-04-02
03:56
Improve an error message in the 'json' test file. ... (check-in: e4f854db78 user: mistachkin tags: trunk)
03:39
Fixes to the 'commit-warning' test file. ... (check-in: 953bb36cbc user: mistachkin tags: trunk)
03:38
Fixes to the 'json' test file. ... (check-in: e9def3b785 user: mistachkin tags: trunk)
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. ... (check-in: 739dd489f1 user: mistachkin tags: trunk)
2021-03-19
03:10
Add compile-time option to enable TH1 memory leak tracking. Also, fix TH1 memory leak, improve a couple #ifdef's, and fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 999e33cc7a user: mistachkin tags: trunk)
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. ... (Closed-Leaf check-in: 9c36e6335f user: mistachkin tags: th1-malloc-debugging)
2021-03-18
23:31
Fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 44cf2e9190 user: mistachkin tags: th1-malloc-debugging)
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. ... (check-in: e5293dc281 user: mistachkin tags: th1-malloc-debugging)
03:46
Fix the 'unversioned' test. ... (check-in: a517a2feea user: mistachkin tags: trunk)
03:35
Fix the 'settings-repo' test. ... (check-in: 1f4932404a user: mistachkin tags: trunk)
03:28
Fix the 'settings' test. ... (check-in: 93bd55f3c3 user: mistachkin tags: trunk)
03:22
When using the VsWhere tool, require the MSVC toolset, not MSBuild. ... (check-in: 9cd7d67da0 user: mistachkin tags: trunk)
03:21
Fix for the 'reserved-names' test. ... (check-in: 84e2abea1c user: mistachkin tags: trunk)
03:21
Fix compiler warning seen with MSVC. ... (check-in: 2dbc715496 user: mistachkin tags: trunk)
02:01
Fixes for the 'th1' tests. ... (check-in: e57dc731a9 user: mistachkin tags: trunk)