| Age | Commit message (Collapse) | Author |
|
|
|
Instead of using binary fieldalignment and shadow, run them by creating
command that call the same Analyzer internally.
This analyzers help finding possible panic on httpd.go.
|
|
|
|
The web user interface can be run using existing rescached server by
setting the SERVER value in class Rescached (_www/rescached.js).
|
|
This two commands is used internally for development.
The "embed" command embed all files inside "_www" directory into
Go file "memfs_generate.go".
This command replace "internal/generate_memfs.go".
The "dev" command run the rescached server in development mode using
"cmd/rescached/rescached.cfg.test" as the configuration.
The "dev" command listen on DNS port 5350, so to prevent conflict with
live rescached server, we run script _bin/nft_dnstest_chain.sh to redirect
UDP and TCP requests from port 53 to port 5350.
|
|
The latest share module remove the ContentEncoding from memfs
EmbedOptions.
This option turns out break the HTTP content negotiation [1] of
accept-encoding header, if the HTTP server does not handle it properly,
like in default Go HTTP server that we use on rescached server.
Update #10.
[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation
|
|
|
|
|
|
This changes affect how the memfs.New and GoGenenerate called, does not
affect the user.
|
|
The only one png file is the favicon file.
|
|
This is the first web UI (wui) where user can change configuration on
the fly.
The wui is implemented using svelte.dev and can be accessed on
http://127.0.0.1:5380.
|