summaryrefslogtreecommitdiff
path: root/src/inspector_socket.cc
AgeCommit message (Expand)Author
2019-02-10src: remove redundant voidgengjiawen
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-06-05inspector: code cleanupEugene Ostroukhov
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2018-03-28inspector: do not allow host namesEugene Ostroukhov
2018-03-28inspector: check Host header for local connectionsEugene Ostroukhov
2017-12-27inspector: make Coverity happyEugene Ostroukhov
2017-12-15src: fix compile warnings introduced in 73ad3f9beaBen Noordhuis
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-29src: use uv_stream_t, not uv_stream_sBen Noordhuis
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-12inspector: handle socket close before close frameEugene Ostroukhov
2016-09-20inspector: zero out structure membersEugene Ostroukhov
2016-09-19inspector: introduce a smoke testEugene Ostroukhov
2016-09-16inspector: fix tests on WindowsEugene Ostroukhov
2016-08-31inspector: simplify buffer managementEugene Ostroukhov
2016-08-01src: avoid manual memory management in inspectorBen Noordhuis
2016-06-29inspector: Do cleanups before notifying callbackEugene Ostroukhov
2016-06-17inspector: fix inspector connection cleanupEugene Ostroukhov
2016-06-14src: make Sec-WebSocket-Key check case-insensitiveMyles Borins
2016-05-30src,lib: v8-inspector supportPavel Feldman