291 Commits (473572ea2512cbe71e3423f8094657986352c32d)

Author SHA1 Message Date
James M Snell ea9eed5643 freelist: simplify export 8 years ago
James M Snell 08809f28ad fs: simplify constant decls 8 years ago
James M Snell e2199e0fc2 streams: refactor BufferList into ES6 class 8 years ago
James M Snell ed0716f0e9 module: refactor internal/module export style 8 years ago
James M Snell 579ff2a487 process: refactor internal/process.js export style 8 years ago
Brian White d5925af8d7
util: fix permanent deoptimizations 8 years ago
Brian White 8491c705b1
url: fix permanent deoptimizations 8 years ago
Brian White a641b7cf3e
process: fix permanent deoptimizations 8 years ago
Brian White 033ea9974f
cluster: fix permanent deoptimizations 8 years ago
Cameron Little a3132b0aa5
process: cast promise rejection reason to string 8 years ago
James M Snell 97ec72b76d url: refactor binding imports in internal/url 8 years ago
James M Snell 76327613af errors, child_process: migrate to using internal/errors 8 years ago
James M Snell f0b702555a errors: use lazy assert to avoid issues on startup 8 years ago
Brian White d7ba2a6035 url: always show password for URL instances 8 years ago
Timothy Gu d457a986a0 url: port WHATWG URL API to internal/errors 8 years ago
Timothy Gu 061c5da010 url: use internal/util's getConstructorOf 8 years ago
Timothy Gu 3c0dd45c88 util: move getConstructorOf() to internal 8 years ago
Timothy Gu b2870a4f8c url: update WHATWG URL API to latest spec 8 years ago
James M Snell 251e5ed8ee errors: assign error code to bootstrap_node created error 8 years ago
James M Snell 9077b48271 lib: refactor internal/util 8 years ago
Ben Noordhuis 90476ac6ee lib: remove _debugger.js 8 years ago
James M Snell e75bc87d22 errors: port internal/process errors to internal/errors 8 years ago
Bartosz Sosnowski bb041ea5a0 repl: support hidden history file on Windows 8 years ago
Sebastian Van Sande f97156623a
module: standardize strip shebang behaviour 8 years ago
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
cjihrig 97a77288ce child_process: improve ChildProcess validation 8 years ago
cjihrig a9111f9738 child_process: minor cleanup of internals 8 years ago
Timothy Gu 2841f478e4
url: improve WHATWG URL inspection 8 years ago
Timothy Gu aff5cc92b9
url: clean up WHATWG URL origin generation 8 years ago
Matteo Collina 1ae172b272 crypto: make LazyTransform compabile with Streams1 8 years ago
Evan Lucas 40b6cf241e doc: limit lines to 80 cols in internal README 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Daijiro Wachi eb0492d51e url: remove javascript URL special case 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Brian White b76a350a19 url: avoid instanceof for WHATWG URL 8 years ago
Alexey Orlenko f4e8a6f1f0 test: add Unicode characters regression test 8 years ago
Brian White b40dab553f linkedlist: remove unused methods 8 years ago
Timothy Gu c4469c49ec url: error when domainTo*() is called w/o argument 8 years ago
Rich Trott 1e6186e902 buffer,util: refactor for performance 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
Teddy Katz 3209a8ebf3
lib: ensure --check flag works for piped-in code 8 years ago
James M Snell 7b4a72d797 errors: add space between error name and code 8 years ago
Eugene Ostroukhov 7954d2a4c7 inspector: use inspector API for "break on start" 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Gibson Fahnestock cd4ddfdef2 lib: add comment to script eval _tickCallback 8 years ago
Jeremiah Senkpiel 59d2561e18 lib: remove an unnecessary coverage check 8 years ago
Bryan English e0bc5a7361
process: maintain constructor descriptor 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
Timothy Gu 14a91957f8 url: use a class for WHATWG url[context] 8 years ago
Ben Noordhuis 9ff7ed23cd lib: fix event race condition with -e 8 years ago