3380 Commits (ae731ec0fad423f4333d8194630ecd21a322739b)

Author SHA1 Message Date
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 4643b8b667 buffer: allow ArrayBuffer as Buffer argument 10 years ago
Trevor Norris e5ada116cd buffer: minor cleanup from rebase 10 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 10 years ago
cjihrig 423d8944ce cluster: do not unconditionally set --debug-port 10 years ago
Sakthipriyan Vairamani eea66e2a7b buffer: fix case of one buffer passed to concat 10 years ago
Fedor Indutny 11e4249227 http_server: `prefinish` vs `finish` 10 years ago
Matteo Collina ef2c8cd4ec dgram: make send cb act as "error" event handler 10 years ago
Chris Dickinson 3da057fef6 dgram: make send cb act as "error" event handler 11 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Julien Gilli 9bc2e26720 net: do not set V4MAPPED on FreeBSD 10 years ago
cjihrig df1994fe53 Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD" 10 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 10 years ago
Ben Noordhuis fa98b97171 cluster: add handle ref/unref stubs in rr mode 10 years ago
Ali Ijaz Sheikh ab479659c7 util: delay creation of debug context 10 years ago
Evan Lucas 503b089dd8 net: don't throw on immediately destroyed socket 10 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 10 years ago
Sakthipriyan Vairamani afd7e37ee0 repl: better empty line handling 10 years ago
Sakthipriyan Vairamani 81ea52aa01 repl: improving line continuation handling 10 years ago
Sakthipriyan Vairamani 30edb5aee9 repl: preventing REPL crash with inherited properties 10 years ago
Sakthipriyan Vairamani 77fa385e5d repl: fixing `undefined` in invalid REPL keyword error 10 years ago
Sam Roberts 66fc8ca22b cluster: emit 'message' event on cluster master 10 years ago
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 10 years ago
Sakthipriyan Vairamani 9afee6785e http: Check this.connection before using it 10 years ago
Sakthipriyan Vairamani 6391f4d2fd util: removing redundant checks in is* functions 10 years ago
Sakthipriyan Vairamani fef87fee1d lib,test: add freelist deprecation and test 10 years ago
Roman Reiss 5acad6b163 child_process: fix arguments comments 10 years ago
Phillip Johnsen 2ba84606a6 path: assert path.join() arguments equally 10 years ago
Alex Kocharin bd01603201 readline: fix freeze if `keypress` event throws 10 years ago
Brendan Ashworth 1afc0c9e86 fs: fix error on bad listener type 10 years ago
Sakthipriyan Vairamani 59f6b5da2a repl: Prevent crash when tab-completed with Proxy 10 years ago
Nathan Woltman bca53dce76 path: refactor for performance and consistency 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago
Rich Trott eabed2f518 repl: remove obsolete TODO 10 years ago
Evan Lucas af249fa8a1 net: wrap connect in nextTick 10 years ago
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS 10 years ago
Rich Trott 6c61ca5325 url: fix typo in comment 10 years ago
Evan Lucas 7f63449fde net: fix debug for dnsopts 10 years ago
Trevor Norris 1cd9eeb556 buffer: prevent abort on bad proto 10 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 10 years ago
Julien Gilli a198c68b56 repl: make 'Unexpected token' errors recoverable 10 years ago
Sangmin Yoon d735b2c6ef repl: fix tab completion for a non-global context 10 years ago
Michaël Zasso a4f4909f3d module: fix stat with long paths on Windows 10 years ago
Pierre Inglebert a71ee93afe module: reduce syscalls during require search 10 years ago
James Hartig 061342a500 net: Defer reading until listeners could be added 10 years ago
Brendan Ashworth 626432d843 util: dont repeat isBuffer 10 years ago
Brendan Ashworth d5637e67c9 buffer: fix cyclic dependency with util 10 years ago
Brendan Ashworth 1d79f572f1 util: move deprecate() to internal module 10 years ago
Michaël Zasso 671e64ac73 module: allow long paths for require on Windows 10 years ago
Michaël Zasso 3806d875d3 zlib: prevent uncaught exception in zlibBuffer 10 years ago