1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jul 14, 2025 — Jul 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
style: reformat src and test with astyle to fix the CI lint job. More... 23 days ago
fix: reset the session error-handler guard on each kept-alive request. More... 24 days ago
fix: stop the WebSocket close handler from capturing this. More... 24 days ago
feat: add a configurable maximum WebSocket frame size. More... 24 days ago
fix: reject WebSocket frames whose 64-bit length violates RFC 6455 5.2. More... 24 days ago
fix: guard WebSocketImpl::listen against a null socket. More... 26 days ago
fix: strip trailing whitespace from request header values. More... 26 days ago
fix: treat the String::replace substitute as a literal string. More... 26 days ago
fix: guard the WebSocket close handler against a null manager. More... 26 days ago
fix: read a zero-valued WebSocket extended length as an empty payload. More... 28 days ago
fix: guard WebSocket::send against a null manager, socket or message. More... 28 days ago
refactor: route WebSocketManagerImpl::compose through WebSocketMessage::to_bytes. More... 28 days ago
fix: derive WebSocket frame length from the payload, not a stale field. More... 28 days ago
feat: implement the declared WebSocketMessage::to_bytes. More... about 1 month ago
ci: resolve formatting issues. More... about 1 month ago
fix: close the WebSocket socket directly on destruction. More... about 1 month ago
fix: guard WebSocket::close against a null manager and socket. More... about 1 month ago
fix: report a socket-less WebSocket as closed. More... about 1 month ago
fix: clear the matched resource between kept-alive requests. More... about 1 month ago
refactor: replace the method handler on re-registration in Resource. More... about 1 month ago
m_pimpl->m_message_handler not_eq nullptr. More... about 1 month ago
fix: accept dots in request header field-names. More... about 1 month ago
fix: keep the WebSocket alive across its own async send. More... about 1 month ago
fix: copy the whole Uri value in copy-assignment. More... about 1 month ago
fix: let later header layers override earlier ones in transmit. More... about 1 month ago
fix: hold WebSockets weakly in the manager registry to break a reference cycle. More... about 1 month ago
ci: resolved code formatting violations. More... about 1 month ago
fix: synchronise WebSocketManagerImpl socket registry access. More... about 1 month ago
fix: make set_header replace headers case-insensitively. More... about 1 month ago
fix: resolve the WebSocket write callback once per logical write. More... about 1 month ago