Fossil

Timeline
Login

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

26 check-ins using file src/shell.c version 95cb94bb1b

2021-03-25
01:32
Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). check-in: 91a4652f22 user: larrybr tags: panic-reduction
00:17
Create new branch named "panic-reduction" check-in: 1efa8d7f18 user: larrybr tags: panic-reduction
2021-03-22
03:03
Ported /chat from windows.fetch() to fossil.fetch() for XHR calls, as discussed in [forum:/forumpost/04b37ca5a5 | forum post 04b37ca5a5]. check-in: e9ed315866 user: stephan tags: trunk
2021-03-21
18:51
Cleaned up the is-first-call handling of the /chat message poller. Closed-Leaf check-in: 147ff84e21 user: stephan tags: chat-fetch-port
18:25
Ported /chat from window.fetch to fossil.fetch, as FF versions as recently as 2017 fail with window.fetch. Needs more testing before merge but seems to work. check-in: c973643209 user: stephan tags: chat-fetch-port
2021-03-19
16:01
Resolved display cookie diff setting inconsistency reported in [forum:/forumpost/f7e18f946b | forum post f7e18f946b]. check-in: e378f9300e user: stephan tags: trunk
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
22:09
Add the --reset option to the "fossil test-backoffice-lease" command. check-in: b2e83470ea user: drh tags: trunk
15:20
Add information on how to remove a Windows service, per forum post [forum:0bcffc517f]. check-in: 366fda0c51 user: danield tags: trunk
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. check-in: 72983897b0 user: danield tags: trunk
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
01:40
Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. check-in: 0d21459e35 user: mistachkin tags: trunk
01:36
For consistency, add 'msvcbld' to the Docker ignore file. check-in: ab168a89bc user: mistachkin tags: trunk
01:34
Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. check-in: bb86eb6291 user: mistachkin tags: trunk
01:30
Update the custom MinGW makefile. check-in: d425ea6b4c user: mistachkin tags: trunk
01:16
Make detection and use of VsWhere tool consistent and support 32-bit installs. check-in: 9fef4e01ba user: mistachkin tags: trunk
2021-03-17
19:34
Update the built-in SQLite to version 3.35.2. check-in: 4c56126612 user: drh tags: trunk