GoDoxy/internal/logging/accesslog
Yuzerion 4a8bd48ad5
Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
fix: optimize memory usage, fix agent and code refactor (#118)
* refactor: simplify io code and make utils module independent

* fix(docker): agent and socket-proxy docker event flushing with modified reverse proxy handler

* refactor: remove unused code

* refactor: remove the use of logging module in most code

* refactor: streamline domain mismatch check in certState function

* tweak: use ecdsa p-256 for autocert

* fix(tests): update health check tests for invalid host and add case for port in host

* feat(acme): custom acme directory

* refactor: code refactor and improved context and error handling

* tweak: optimize memory usage under load

* fix(oidc): restore old user matching behavior

* docs: add ChatGPT assistant to README

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-05-25 09:45:57 +08:00
..
access_logger.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
access_logger_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
back_scanner.go fix(access_log): file size calculation 2025-04-29 07:33:51 +08:00
back_scanner_test.go style: coed cleanup and fix styling 2025-05-10 10:46:31 +08:00
config.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
config_test.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
fields.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
fields_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
file_logger.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
file_logger_test.go feat(access_log): dynamic buffer size 2025-05-01 05:57:02 +08:00
filter.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
filter_test.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
formatter.go style: coed cleanup and fix styling 2025-05-10 10:46:31 +08:00
mock_file.go fix: tests 2025-04-30 17:42:51 +08:00
multi_writer.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
retention.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
retention_test.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
rotate.go tweak: optimize memory allocation and increase throughput 2025-05-16 07:15:45 +08:00
rotate_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
status_code_range.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
stdout_logger.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
units.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00