- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Dependencies path like ".*/deps/.*" 200 files: legacy/deps/ccommon/CMakeLists.txt legacy/deps/ccommon/ccommon.pc.in legacy/deps/ccommon/test/CMakeLists.txt legacy/deps/ccommon/test/bstring/CMakeLists.txt legacy/deps/ccommon/test/bstring/check_bstring.c legacy/deps/ccommon/test/array/CMakeLists.txt legacy/deps/ccommon/test/array/check_array.c legacy/deps/ccommon/test/rbuf/CMakeLists.txt legacy/deps/ccommon/test/rbuf/check_rbuf.c legacy/deps/ccommon/test/option/check_option.c legacy/deps/ccommon/test/option/CMakeLists.txt legacy/deps/ccommon/test/time/CMakeLists.txt legacy/deps/ccommon/test/time/timer/CMakeLists.txt legacy/deps/ccommon/test/time/timer/check_timer.c legacy/deps/ccommon/test/time/wheel/CMakeLists.txt legacy/deps/ccommon/test/time/wheel/check_wheel.c legacy/deps/ccommon/test/channel/pipe/CMakeLists.txt legacy/deps/ccommon/test/channel/pipe/check_pipe.c legacy/deps/ccommon/test/channel/CMakeLists.txt legacy/deps/ccommon/test/channel/tcp/check_tcp.c legacy/deps/ccommon/test/channel/tcp/CMakeLists.txt legacy/deps/ccommon/test/ring_array/CMakeLists.txt legacy/deps/ccommon/test/ring_array/check_ring_array.c legacy/deps/ccommon/test/log/CMakeLists.txt legacy/deps/ccommon/test/log/check_log.c legacy/deps/ccommon/test/metric/CMakeLists.txt legacy/deps/ccommon/test/metric/check_metric.c legacy/deps/ccommon/test/pool/CMakeLists.txt legacy/deps/ccommon/test/pool/check_pool.c legacy/deps/ccommon/test/event/CMakeLists.txt legacy/deps/ccommon/test/event/check_event.c legacy/deps/ccommon/test/buffer/CMakeLists.txt legacy/deps/ccommon/test/buffer/check_buf.c legacy/deps/ccommon/cmake/CargoTest.cmake legacy/deps/ccommon/cmake/FindRust.cmake legacy/deps/ccommon/cmake/FindCHECK.cmake legacy/deps/ccommon/cmake/CMakeCargo.cmake legacy/deps/ccommon/cmake/CargoLink.cmake legacy/deps/ccommon/cmake/FindITTNOTIFY.cmake legacy/deps/ccommon/ci/install-check.sh legacy/deps/ccommon/ci/local-run.sh legacy/deps/ccommon/ci/before-install.sh legacy/deps/ccommon/ci/install-fluxcapacitor.sh legacy/deps/ccommon/ci/run.sh legacy/deps/ccommon/ci/cargo.sh legacy/deps/ccommon/include/cc_util.h legacy/deps/ccommon/include/cc_metric.h legacy/deps/ccommon/include/cc_define.h legacy/deps/ccommon/include/hash/xxhash.h legacy/deps/ccommon/include/hash/cc_murmur3.h legacy/deps/ccommon/include/cc_debug.h legacy/deps/ccommon/include/cc_stream.h legacy/deps/ccommon/include/stream/cc_sockio.h legacy/deps/ccommon/include/rust/cc_log_rs.h legacy/deps/ccommon/include/cc_event.h legacy/deps/ccommon/include/cc_rbuf.h legacy/deps/ccommon/include/cc_signal.h legacy/deps/ccommon/include/time/cc_timer.h legacy/deps/ccommon/include/time/cc_wheel.h legacy/deps/ccommon/include/channel/cc_pipe.h legacy/deps/ccommon/include/channel/cc_tcp.h legacy/deps/ccommon/include/channel/cc_channel.h legacy/deps/ccommon/include/cc_itt.h legacy/deps/ccommon/include/cc_pool.h legacy/deps/ccommon/include/cc_log.h legacy/deps/ccommon/include/cc_option.h legacy/deps/ccommon/include/cc_queue.h legacy/deps/ccommon/include/cc_mm.h legacy/deps/ccommon/include/cc_ring_array.h legacy/deps/ccommon/include/cc_bstring.h legacy/deps/ccommon/include/cc_print.h legacy/deps/ccommon/include/cc_stats_log.h legacy/deps/ccommon/include/cc_array.h legacy/deps/ccommon/include/buffer/cc_buf.h legacy/deps/ccommon/include/buffer/cc_dbuf.h legacy/deps/ccommon/rust/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-stats/Cargo.toml legacy/deps/ccommon/rust/ccommon-stats/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-stats/src/lib.rs legacy/deps/ccommon/rust/ccommon-channel/Cargo.toml legacy/deps/ccommon/rust/ccommon-channel/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-channel/src/pipe/mod.rs legacy/deps/ccommon/rust/ccommon-channel/src/lib.rs legacy/deps/ccommon/rust/ccommon-channel/src/tcp/mod.rs legacy/deps/ccommon/rust/ccommon-stream/Cargo.toml legacy/deps/ccommon/rust/ccommon-stream/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-stream/src/lib.rs legacy/deps/ccommon/rust/ccommon-rs/Cargo.toml legacy/deps/ccommon/rust/ccommon-rs/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-rs/tests/log.rs legacy/deps/ccommon/rust/ccommon-rs/tests/derive_options.rs legacy/deps/ccommon/rust/ccommon-rs/tests/derive_metrics.rs legacy/deps/ccommon/rust/ccommon-rs/build.rs legacy/deps/ccommon/rust/ccommon-rs/src/ccbox.rs legacy/deps/ccommon/rust/ccommon-rs/src/buf.rs legacy/deps/ccommon/rust/ccommon-rs/src/error.rs legacy/deps/ccommon/rust/ccommon-rs/src/ptrs.rs legacy/deps/ccommon/rust/ccommon-rs/src/lib.rs legacy/deps/ccommon/rust/ccommon-rs/src/option/boolean.rs legacy/deps/ccommon/rust/ccommon-rs/src/option/fpn.rs legacy/deps/ccommon/rust/ccommon-rs/src/option/uint.rs legacy/deps/ccommon/rust/ccommon-rs/src/option/mod.rs legacy/deps/ccommon/rust/ccommon-rs/src/option/string.rs legacy/deps/ccommon/rust/ccommon-rs/src/bstring.rs legacy/deps/ccommon/rust/ccommon-rs/src/log/shim.rs legacy/deps/ccommon/rust/ccommon-rs/src/log/mod.rs legacy/deps/ccommon/rust/ccommon-rs/src/log/debug.rs legacy/deps/ccommon/rust/ccommon-rs/src/metric/gauge.rs legacy/deps/ccommon/rust/ccommon-rs/src/metric/fpn.rs legacy/deps/ccommon/rust/ccommon-rs/src/metric/counter.rs legacy/deps/ccommon/rust/ccommon-rs/src/metric/mod.rs legacy/deps/ccommon/rust/ccommon-array/Cargo.toml legacy/deps/ccommon/rust/ccommon-array/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-array/src/lib.rs legacy/deps/ccommon/rust/ccommon-backend/Cargo.toml legacy/deps/ccommon/rust/ccommon-backend/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-backend/tests/parse.rs legacy/deps/ccommon/rust/ccommon-backend/src/compat.rs legacy/deps/ccommon/rust/ccommon-backend/src/lib.rs legacy/deps/ccommon/rust/ccommon-backend/src/option/parse.rs legacy/deps/ccommon/rust/ccommon-backend/src/option/print.rs legacy/deps/ccommon/rust/ccommon-backend/src/option/default.rs legacy/deps/ccommon/rust/ccommon-backend/src/c_export.rs legacy/deps/ccommon/rust/ccommon-log/Cargo.toml legacy/deps/ccommon/rust/ccommon-log/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-log/src/lib.rs legacy/deps/ccommon/rust/ccommon-derive/Cargo.toml legacy/deps/ccommon/rust/ccommon-derive/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-derive/src/lib.rs legacy/deps/ccommon/rust/ccommon-derive/src/attrs.rs legacy/deps/ccommon/rust/ccommon-sys/Cargo.toml legacy/deps/ccommon/rust/ccommon-sys/wrapper.h legacy/deps/ccommon/rust/ccommon-sys/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-sys/build.rs legacy/deps/ccommon/rust/ccommon-sys/src/lib.rs legacy/deps/ccommon/rust/ccommon-sys/src/metric.rs legacy/deps/ccommon/rust/ccommon-buffer/Cargo.toml legacy/deps/ccommon/rust/ccommon-buffer/CMakeLists.txt legacy/deps/ccommon/rust/ccommon-buffer/src/lib.rs legacy/deps/ccommon/rust/ccommon-buffer/src/buf/mod.rs legacy/deps/ccommon/rust/ccommon-buffer/src/dbuf/mod.rs legacy/deps/ccommon/test-coverage.sh legacy/deps/ccommon/config.h.in legacy/deps/ccommon/docs/index.rst legacy/deps/ccommon/docs/coding_style.rst legacy/deps/ccommon/docs/conf.py legacy/deps/ccommon/docs/overview.rst legacy/deps/ccommon/docs/CONFIG.ini legacy/deps/ccommon/docs/modules/cc_log.rst legacy/deps/ccommon/docs/modules/cc_option.rst legacy/deps/ccommon/docs/modules/cc_metric.rst legacy/deps/ccommon/docs/modules/cc_ring_array.rst legacy/deps/ccommon/README.md legacy/deps/ccommon/notes/func_pointer.txt legacy/deps/ccommon/notes/config_make.txt legacy/deps/ccommon/notes/test-suite.txt legacy/deps/ccommon/notes/config.txt legacy/deps/ccommon/notes/coding_style.txt legacy/deps/ccommon/notes/thread_safe.txt legacy/deps/ccommon/notes/starvation.txt legacy/deps/ccommon/notes/event_handling.txt legacy/deps/ccommon/notes/logging.txt legacy/deps/ccommon/notes/naming.txt legacy/deps/ccommon/notes/modules.txt legacy/deps/ccommon/notes/buffer.txt legacy/deps/ccommon/notes/resource_hygiene.txt legacy/deps/ccommon/src/cc_mm.c legacy/deps/ccommon/src/CMakeLists.txt legacy/deps/ccommon/src/cc_option.c legacy/deps/ccommon/src/cc_log.c legacy/deps/ccommon/src/hash/cc_murmur3.c legacy/deps/ccommon/src/hash/CMakeLists.txt legacy/deps/ccommon/src/stream/CMakeLists.txt legacy/deps/ccommon/src/stream/cc_sockio.c legacy/deps/ccommon/src/cc_ring_array.c legacy/deps/ccommon/src/cc_array.c legacy/deps/ccommon/src/cc_print.c legacy/deps/ccommon/src/cc_bstring.c legacy/deps/ccommon/src/time/cc_timer_linux.c legacy/deps/ccommon/src/time/CMakeLists.txt legacy/deps/ccommon/src/time/cc_wheel.c legacy/deps/ccommon/src/time/cc_timer_darwin.c legacy/deps/ccommon/src/channel/CMakeLists.txt legacy/deps/ccommon/src/channel/cc_pipe.c legacy/deps/ccommon/src/channel/cc_tcp.c legacy/deps/ccommon/src/cc_debug.c legacy/deps/ccommon/src/cc_signal.c legacy/deps/ccommon/src/cc_rbuf.c legacy/deps/ccommon/src/event/CMakeLists.txt legacy/deps/ccommon/src/event/cc_shared.h legacy/deps/ccommon/src/event/cc_epoll.c legacy/deps/ccommon/src/event/cc_shared.c legacy/deps/ccommon/src/event/cc_kqueue.c legacy/deps/ccommon/src/stats/CMakeLists.txt legacy/deps/ccommon/src/stats/cc_stats_log.c legacy/deps/ccommon/src/stats/cc_metric.c legacy/deps/ccommon/src/buffer/cc_dbuf.c legacy/deps/ccommon/src/buffer/CMakeLists.txt legacy/deps/ccommon/src/buffer/cc_buf.c legacy/deps/README.md - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hidden files and folders path like ".*/[.][a-zA-Z0-9_]+.*" 18 files: legacy/test/.gitignore legacy/ci/.gitignore legacy/deps/ccommon/rust/.gitignore legacy/deps/ccommon/docs/.gitignore legacy/deps/ccommon/.gitignore legacy/deps/ccommon/.github/PULL_REQUEST_TEMPLATE.md legacy/deps/ccommon/.github/ISSUE_TEMPLATE.md legacy/deps/.gitignore legacy/src/.gitignore docs/.gitignore .cargo/audit.toml .gitignore src/protocol/ping/fuzz/.gitignore src/protocol/admin/fuzz/.gitignore src/protocol/thrift/fuzz/.gitignore src/protocol/memcache/fuzz/.gitignore src/storage/seg/.gitignore src/storage/seg/fuzz/.gitignore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Documentation path like ".*/docs/.*" 12 files: docs/index.rst docs/coding_style.rst docs/use_cases.rst docs/conf.py docs/manifesto.rst docs/overview.rst docs/CONFIG.ini docs/notes/extend_cuckoo.txt docs/notes/batching.txt docs/anatomy.rst docs/history.rst docs/problems.rst - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sokrates conventions and configurations path like ".*/sokrates_.*?[.]json" 1 files: sokrates_conventions.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Too long lines (1000+ characters) 1 files: legacy/deps/ccommon/notes/io.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -