Conversation
- Update include path <net/Socket.hpp> to <net/socket.hpp> - Update net::network_exception to net::exception in examples - Remove error code suffix from example comment - Rename README_ko_KR.md to README.ko.md and update link
- Add .clang-tidy tuned for the project's C++20 cross-platform code base - Restrict linting to library sources/headers (skip gtest, vcpkg, system) - Use linux snake_case naming to match the project convention
- README: list macOS platform, update minimum compiler/CMake versions - AGENTS.md: add CI section, naming/lint rules, repo/version metadata
- connect sockaddr and send/recv msghdr lived on the submitting frame, but io-wq may read them after return - reference the endpoint-stored address for connect and hoist msghdr into context
- async_connect_stack_reuse clobbers the callee stack to detect sockaddr use-after-return - sync_send_failure verifies send() returns false on an unopened socket - async_receive_buffer_list tests payload scattered across multiple buffers
Introduce vcpkg.json as the dependency manifest (liburing for non-Windows) and switch CMakePresets triplets to standard format compatible with manifest mode. Update .gitignore to ignore the build/ directory.
Describe how dependencies are declared in the vcpkg.json manifest, installed via the vcpkg toolchain, and consumed through pkg_check_modules (liburing ships only a pkg-config file).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.