mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() * origin/topic/awelzel/4136-cluster-websocket-support: ci/opensuse-tumpleweed: Bust cache ci/macos/prepare: Install python@3 explicitly cluster/websocket: Implement WebSocket server cluster/websocket: Add IXWebsocket submodule ci/alpine: Install openssl package for testing ci: Install websockets from pip for all distros auxil/libunistd: Bump for ssize_t typedef auxil/broker: Bump to latest master version cluster/zeromq: Catch log_push.send() exception cluster/zeromq: Catch exceptions as const zmq::error_t& cluster/zeromq: No assert on inproc handling cluster/zeromq: Support configuring IO threads for proxy thread cluster/zeromq: Move variable lookups from DoInit() to DoInitPostScript() cluster/zeromq: Handle EINTR at shutdown cluster/zeromq: Queue one message at a time cluster/Backend: Queue a single message only cluster/zeromq: Adapt for OnLoopProcess changes cluster/ThreadedBackend: Switch to OnLoopProcess cluster/OnLoop: Introduce helper template class serializer/broker: Expose to_broker_event() and to_zeek_event() |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
builtin-plugins | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.