caddy/modules
Cuong Manh Le 4cff36d731
caddyauth: Use buffered channel passed to signal.Notify (#3895)
The docs at os/signal.Notify warn about this signal delivery loss bug at
https://golang.org/pkg/os/signal/#Notify, which says:

    Package signal will not block sending to c: the caller must ensure
    that c has sufficient buffer space to keep up with the expected signal
    rate. For a channel used for notification of just one signal value,
    a buffer of size 1 is sufficient.

Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"
2020-12-01 08:27:46 -07:00
..
caddyhttp caddyauth: Use buffered channel passed to signal.Notify (#3895) 2020-12-01 08:27:46 -07:00
caddypki acme_server: fix reload of acme database (#3874) 2020-11-23 13:58:26 -07:00
caddytls caddytls: Configure trusted CAs from PEM files (#3882) 2020-11-25 10:53:00 -07:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging logging: Fix for IP filtering 2020-11-02 16:01:58 -07:00
metrics metrics: fix handler to not run the next route (#3769) 2020-10-01 10:57:14 -06:00
standard metrics: Initial integration of Prometheus metrics (#3709) 2020-09-17 12:01:20 -06:00