4538 Commits (3c098ee7e2d02203f118476a5b8b95c6d2588b4a)

Author SHA1 Message Date
Brian White 3ee4a1a281
buffer: optimize toString() 8 years ago
Brian White 4a86803f60
buffer: optimize from() and byteLength() 8 years ago
Matteo Collina 1ae172b272 crypto: make LazyTransform compabile with Streams1 8 years ago
Christopher Luke 9dcf18a5c0 stream: Fixes missing 'unpipe' event 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
Rich Trott 758b8b6e5d assert: improve assert.fail() API 8 years ago
Daijiro Wachi eb0492d51e url: remove javascript URL special case 8 years ago
Timothy Gu 2ced07ccaf zlib: support all ArrayBufferView types 8 years ago
Timothy Gu a8f460f12d crypto: support all ArrayBufferView types 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Tobias Nießen 88351a22ed
crypto: handle exceptions in hmac/hash.digest 8 years ago
Timothy Gu a37273c1e4 util: use V8 C++ API for inspecting Promises 8 years ago
alejandro 51587b2202 buffer: preallocate array with buffer length 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
Luigi Pinca 8d386ed7e1 events: do not keep arrays with a single listener 8 years ago
Brian White 84a23391f6 linkedlist: remove public module 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 7eb1b4658e buffer: zero fill Buffer(num) by default 8 years ago
James M Snell 7b4a72d797 errors: add space between error name and code 8 years ago
Anna Henningsen 33a19b46ca v8: fix offsets for TypedArray deserialization 8 years ago
Joseph Gentle 6481c93aef
assert: add support for Map and Set in deepEqual 8 years ago
Anna Henningsen 3cc3e099be
util: show External values explicitly in inspect 8 years ago
Timothy Gu 91383e47fd
zlib: support Uint8Array in convenience methods 8 years ago
Joyee Cheung 0ea45707a4 net: rename internal functions for readability 8 years ago
Tobias Nießen 0e710aada4
crypto: add sign/verify support for RSASSA-PSS 8 years ago
Jeremiah Senkpiel 1b63fa1096
tty: remove NODE_TTY_UNSAFE_ASYNC 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
Roman Reiss a46c43d21a
util: add %i and %f formatting specifiers 8 years ago
Anna Henningsen 1fde98bb4f
v8: expose new V8 serialization API 8 years ago
Anna Henningsen 6d93508369
buffer: expose FastBuffer on internal/buffer 8 years ago
Anna Henningsen 4a5a9445b5 util: use `[Array]` for deeply nested arrays 8 years ago
Gibson Fahnestock cd4ddfdef2 lib: add comment to script eval _tickCallback 8 years ago
Trevor Norris 595efd8b9a
Partial revert "tls: keep track of stream that is closed" 8 years ago
Anna Henningsen 0db49fef41
crypto: support Uint8Array prime in createDH 8 years ago
Anna Henningsen c3efe72669
tls: support Uint8Arrays for protocol list buffers 8 years ago
Anna Henningsen 2dc1053b0a
dgram: support Uint8Array input to send() 8 years ago
fengmk2 90403dd1d0 http: should support userland Agent 8 years ago
Pedro lima c1dee6ac97 url: name anonymous functions in url 8 years ago
Jackson Tian dc9717c805 lib: clarify the usage of 'else' 8 years ago
Claudio Rodriguez 3745a4db27 net: refactor net module to module.exports 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
Chris Burkhart 2141d37452 events: update and clarify error message 8 years ago