Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ee9940e1fd
merge: integrate improve/move_impl_to_cpp — CLI + all subcommands build by default (proto/dump/symbols + teles-grpc-gen + vendored protoc; bare cmake configure suffices)
27ece89204
build(cli): default-on CLI and all subcommands — TELES_BUILD_CLI/TELES_BUILD_GRPCGEN/TELES_BUILD_PROTOC flip to ON (bare 'cmake -B build .' now yields teles with proto + dump/symbols and teles-grpc-gen; vendored protoc stays offline via committed archive, still never linked into libteles); docs/AGENTS updated
81ee931973
merge: integrate improve/move_impl_to_cpp — CLI fixes: TELES_CLI_STATIC full-static link option (ldd: not a dynamic executable), 'proto' subcommand always discoverable with rebuild hint when not compiled in
f477ef8803
fix(cli): TELES_CLI_STATIC full-static link option; 'proto' subcommand always discoverable — help lists it with rebuild flags when not compiled in (no silent subcommand gaps), invoking it prints the exact reconfigure hint instead of unknown-subcommand
abac11a815
merge: sync origin/master — libatomic probe, QEMU-friendly death tests, green CI pipeline, ExecWithInput POLLOUT sandbox fix, UB-free fuzz oracles, tree-wide clang-format-17; resolved format-vs-feature conflicts keeping local features (crash-dump CLI/symbols, offline-archive stackwalker, improve-rx) with cf-17 re-applied; thread stack floor merged 256K native / 512K TELES_EMULATED
3006e4cd0b
merge: integrate improve/move_impl_to_cpp — header impls extracted to .cpp for upgrade patchability (~130 fns, 22 new TUs; src/reactive + src/resilience anchored), TCP_NODELAY enabled on grpc/http transports (client h2c+TLS connect paths + server accept paths; inert pre-adopt call removed), silent-catch firewalls now diagnose, layering whitelist migrated
acd240c8e4
refactor: extract non-template header impls into .cpp for upgrade patchability (~130 fns, 22 new TUs across rpc/http/serialization/concurrency/memory/core/uuid/net/error/cli/format/log; src/reactive + src/resilience anchored); fix(rpc,http): enable TCP_NODELAY on all client/server transports (client h2c+TLS connect paths, server accept paths, inert pre-adopt call removed); charter: silent-catch firewalls in cancel_state/CallbackList now leave diagnostics; layering whitelist keys migrated with the moves