1
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 15, 2025 — Jun 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ci: resolve formatting issues. More... 3 days ago
fix: close the WebSocket socket directly on destruction. More... 3 days ago
fix: guard WebSocket::close against a null manager and socket. More... 3 days ago
fix: report a socket-less WebSocket as closed. More... 3 days ago
fix: clear the matched resource between kept-alive requests. More... 3 days ago
refactor: replace the method handler on re-registration in Resource. More... 3 days ago
m_pimpl->m_message_handler not_eq nullptr. More... 3 days ago
fix: accept dots in request header field-names. More... 3 days ago
fix: keep the WebSocket alive across its own async send. More... 3 days ago
fix: copy the whole Uri value in copy-assignment. More... 3 days ago
fix: let later header layers override earlier ones in transmit. More... 3 days ago
fix: hold WebSockets weakly in the manager registry to break a reference cycle. More... 3 days ago
ci: resolved code formatting violations. More... 3 days ago
fix: synchronise WebSocketManagerImpl socket registry access. More... 3 days ago
fix: make set_header replace headers case-insensitively. More... 3 days ago
fix: resolve the WebSocket write callback once per logical write. More... 3 days ago
fix: guard against out-of-bounds read in sanitise_path for an empty path. More... 3 days ago
fix: restore the default error handler when set_error_handler is given nullptr. More... 3 days ago
fix: serialise the WebSocket sleep timer on the socket strand. More... 3 days ago
Merge branch 'master' of github.com:Corvusoft/restbed More... 3 days ago
fix: serialise the WebSocket read completion on the socket strand. More... 3 days ago
fix: serialize the WebSocket read completion on the socket strand. More... 3 days ago
fix: strip only the final delimiter in String::join. More... 5 days ago
fix: key route lookups on the sanitised path in publish and suppress. More... 5 days ago
chore: removed copyright notice from test suites. More... 5 days ago
fix: mask the WebSocket payload in transmitted key-octet order. More... 5 days ago
fix: resolved build issue and multiple calls to web socket error handler. More... 5 days ago
refactor: make resource_impl.hpp and web_socket_impl.hpp self-contained. More... 5 days ago
refactor: make service_impl.hpp self-contained. More... 7 days ago
fix: parse HTTP version locale-independently via std::from_chars. More... 7 days ago