1371 Commits (6b01bfa9d6e582ea5b057ac0435cc565d3ca4e29)

Author SHA1 Message Date
Sakthipriyan Vairamani f8f283b8f3
fs: warn if no callback is passed to async calls 9 years ago
Rich Trott a6d53c6779 test: add check in test-signal-handler 8 years ago
Brian White 1050594c86
http: fix connection upgrade checks 8 years ago
James M Snell 7053922c1a test: clean up / refactor buffer tests, remove duplication 8 years ago
Michael Dawson 02ed21aa5c test: mark test-child-process-fork-dgram as flaky 8 years ago
yorkie 10b3f131c2 async_wrap: add a missing case to test-async-wrap-throw-no-init 8 years ago
Nikolai Vavilov f2fe5583c4 buffer: runtime deprecation of calling Buffer without new 8 years ago
Anna Henningsen a60ed89178
util: allow returning `this` from custom inspect 8 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 8 years ago
Ilkka Myller 51f96dfcfc url: keep auth in `url.resolve()` if host matches 8 years ago
Ilkka Myller 286d44e43d url: fix inconsistent port in url.resolveObject 8 years ago
Ben Noordhuis 8e7cbe2546 src: make debugger listen on 127.0.0.1 by default 9 years ago
Rich Trott 1aa47d8e83 test: refactor test-timers-linked-list.js 8 years ago
James M Snell 9cee8b1b62 buffer: alias toLocaleString to toString 8 years ago
Rich Trott e3cb0bfec9 test: refactor test-util-inspect 8 years ago
Anna Henningsen 3242b27b54 buffer: allow .write() offset to be at buffer end 8 years ago
cjihrig 3a43568020 dns: lookupService() callback must be a function 8 years ago
Jason Hedrick d904163119 test: comparison operator now more strict 8 years ago
Rich Trott 2c41723e1c test: refactor test-tick-processor 8 years ago
Rich Trott 12d7a50368 test: add test for invalid cert string 8 years ago
Rich Trott 181324e192 test: add assert.notDeepStrictEqual() tests 8 years ago
Rich Trott 3d21907682 test: favor `===` over `==` in crypto tests 8 years ago
jun-oka ce8753a4ce test: favor `===` over `==` in vm test 8 years ago
Prince J Wesley f6a74345d1
repl: Failed to save editor mode text in `.save` 8 years ago
cjihrig 7b1b0c4ff0 test: test sending over a closed IPC channel 8 years ago
cjihrig ae4ce9fe73 test: add test for attempted multiple IPC channels 8 years ago
Rich Trott 294e3008ad test: add assert.notDeepEqual() tests 8 years ago
Rich Trott de3d805a4c test: add missing assert.deepEqual() test case 8 years ago
Rich Trott c89b6ee347 test: favor strict equality in http tests 8 years ago
Evan Lucas 76007079ec Revert "repl,util: insert carriage returns in output" 8 years ago
Rich Trott a0971b7da0 test: confirm that assert truncates long values 8 years ago
Ilkka Myller 1d0385f62d url: `url.format()` encodes all `#` in `search` 9 years ago
Santiago Gimeno 5f617c5f9e test: fix flaky fs-watch tests 9 years ago
Calvin Metcalf 774146dc58 stream: avoid caching prepend check 9 years ago
Sakthipriyan Vairamani 60dcd7323f tls: copy the Buffer object before using 9 years ago
Prince J Wesley 4b883a3fb4
readline: keypress trigger for escape character 9 years ago
Rich Trott 88650aaa70 test: remove extraneous space 9 years ago
Rich Trott 647826017e test: add test for assert.notStrictEqual() 9 years ago
Rich Trott 3f6e1dae7e test: add uncaught exception test for debugger 9 years ago
JungMinu fce4b981ea repl,util: insert carriage returns in output 9 years ago
Rich Trott 3dfcb2e266 test: add test for debug usage message 9 years ago
Bartosz Sosnowski 08996fde3c fs: restore JS implementation of realpath 9 years ago
Michael Dawson a0b3bc56c6 test: mark test failing on AIX as flaky 9 years ago
Anna Henningsen 6d3241d19c
test,util: fix flaky test-util-sigint-watchdog 9 years ago
Rich Trott 4c62892a4b test: console constructor missing new keyword 9 years ago
Owen Smith b7a8a691b4 events: unwrap #once listeners in #listeners 9 years ago
Roman Reiss 1a6a69a8e0
util: add inspect.defaultOptions 9 years ago
Feross Aboukhadijeh a8438a0438 test,assert: add deepEqual/deepStrictEqual tests for typed arrays 9 years ago
hefangshi 55852e1421 module: fix node_modules search path in edge case 9 years ago
Linus Unnebäck 4a87abb8e8 fs: add bytesRead to ReadStream 9 years ago