322 Commits (17547c4762eac97d4aea1b25534505551623c0d6)

Author SHA1 Message Date
James M Snell e71e71b513 http2: introducing HTTP/2 7 years ago
Ben Noordhuis 1b7372f2fb src: replace ASSERT with CHECK 7 years ago
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API 7 years ago
Evan Lucas 49d13a17b1 build: allow enabling the --trace-maps flag in V8 7 years ago
Bradley T. Hughes f84666f923 build: support dtrace on ARM 8 years ago
Daniel Bevenius 1cde375763 build: fix openssl link error on windows 8 years ago
Eugene Ostroukhov 60390cd7fb
inspector: JavaScript bindings for the inspector 8 years ago
Matteo Collina 330c8d743e stream: add destroy and _destroy methods. 8 years ago
Daniel Bevenius bb88caec06 build: fix ninja build failure 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
Rich Trott 549e81bfa1 debugger: remove obsolete _debug_agent.js 8 years ago
Ben Noordhuis 90476ac6ee lib: remove _debugger.js 8 years ago
Anna Henningsen 9d522225e7
src: reduce number of exported symbols 8 years ago
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment 8 years ago
Alexey Orlenko b03f1f0c01
test: add basic cctest for base64.h 8 years ago
Alexey Orlenko f4e8a6f1f0 test: add Unicode characters regression test 8 years ago
Brian White 84a23391f6 linkedlist: remove public module 8 years ago
Jason Ginchereau 56e881d0b0
n-api: add support for abi stable module API 8 years ago
Anna Henningsen 1fde98bb4f
v8: expose new V8 serialization API 8 years ago
James M Snell 51b007aaa7 test: add cctest for native URL class 8 years ago
Daniel Bevenius 6a09a69ec9 build: enable cctest to use generated objects 8 years ago
Brian White 940b5303be
http: use Symbol for outgoing headers 8 years ago
Ali Ijaz Sheikh b30ec59855 deps: switch to v8_inspector in V8 8 years ago
Wayne Andrews f8ee197614 build: add code coverage to make 8 years ago
Kenan Yildirim 70afe9d3ac build: fix building with ninja on linux 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Ben Noordhuis c30fc8d495 src: support UTF-8 in compiled-in JS source files 8 years ago
Anna Henningsen fd18b656a3
lib: build `node inspect` into `node` 8 years ago
James M Snell 159749d522 errors: add internal/errors.js 8 years ago
yorkie 1b30df1003 stream: move legacy to lib/internal dir 8 years ago
Gibson Fahnestock ae21a51154 build: don't build deps/zlib if --shared-zlib set 8 years ago
Daniel Bevenius 974ecb0598 build: sort sources alphabetically 8 years ago
Daniel Bevenius f57dabe412 build: move source files from headers section 8 years ago
Daniel Bevenius 684590fd7a build: add missing src/tracing header files 8 years ago
cjihrig 2f885e7a43 cluster: refactor module into multiple files 8 years ago
Stewart X Addison e407478ebe build: add /opt/freeware/... to AIX library path 8 years ago
misterpoe ba4847e879 src: Node Tracing Controller 8 years ago
Eugene Ostroukhov f9aadfbc5a inspector: move options parsing 8 years ago
Eugene Ostroukhov 42da740ed8 inspector: split HTTP/WS server from the inspector 8 years ago
Stewart Addison 1bd871655a build: add shared library support to AIX build 8 years ago
Wayne Andrews 5d9d415972 build: Add option to compile for coverage reports 8 years ago
Eugene Ostroukhov 8f00455c51 inspector: switch to new inspector APIs 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
Bradley T. Hughes a9f4fc905a build: do not define ZLIB_CONST 8 years ago
Bradley T. Hughes c457b928d0 build: add -DZLIB_CONST when building with --shared-zlib 8 years ago
James M Snell 4b312387ea url: adding WHATWG URL support 9 years ago
Ben Noordhuis 782620f03f src: add /json/protocol endpoint to inspector 8 years ago
Michaël Zasso fbfc15c51b build: update V8 gypfile paths 8 years ago
James M Snell dc7277909b fs: move SyncWriteStream to internal/fs 8 years ago