3604 Commits (d157976ceca56662bd7dc512f88af5605a540781)

Author SHA1 Message Date
Roman Reiss 5acad6b163 child_process: fix arguments comments 9 years ago
Phillip Johnsen 2ba84606a6 path: assert path.join() arguments equally 9 years ago
Alex Kocharin bd01603201 readline: fix freeze if `keypress` event throws 9 years ago
Brendan Ashworth 1afc0c9e86 fs: fix error on bad listener type 9 years ago
Sakthipriyan Vairamani 59f6b5da2a repl: Prevent crash when tab-completed with Proxy 9 years ago
Nathan Woltman bca53dce76 path: refactor for performance and consistency 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Rich Trott eabed2f518 repl: remove obsolete TODO 9 years ago
Evan Lucas af249fa8a1 net: wrap connect in nextTick 9 years ago
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS 10 years ago
Rich Trott 6c61ca5325 url: fix typo in comment 9 years ago
Evan Lucas 7f63449fde net: fix debug for dnsopts 9 years ago
Trevor Norris 1cd9eeb556 buffer: prevent abort on bad proto 9 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 9 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 9 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 9 years ago
Brendan Ashworth d5637e67c9 buffer: fix cyclic dependency with util 9 years ago
Brendan Ashworth 1d79f572f1 util: move deprecate() to internal module 9 years ago
Michaël Zasso 671e64ac73 module: allow long paths for require on Windows 9 years ago
Michaël Zasso 3806d875d3 zlib: prevent uncaught exception in zlibBuffer 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Jeremiah Senkpiel d9e250295b Revert "readline: allow tabs in input" 9 years ago
Roman Reiss 6e4d30286d tools: enable/add additional eslint rules 10 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Fedor Indutny 8732977536 tls: fix references to undefined `cb` 10 years ago
Sakthipriyan Vairamani 53a4eb3198 fs: make SyncWriteStream non-enumerable 10 years ago
Sakthipriyan Vairamani a011c3243f fs: minor refactoring 10 years ago
Sakthipriyan Vairamani 8841132f30 fs: remove inStatWatchers and use Map for lookup 10 years ago
Sakthipriyan Vairamani 67a11b9bcc fs: removing unnecessary nullCheckCallNT 10 years ago
Sakthipriyan Vairamani 09f2a67bd8 fs: improve error message descriptions 10 years ago
Oleg Elifantiev 9c0a1b8cfc cluster: wait on servers closing before disconnect 10 years ago
Brian White 38d1afc24d crypto: add getCurves() to get supported ECs 10 years ago
Rich Trott 4b3d493c4b readline: allow tabs in input 10 years ago
cjihrig 6e78e5feaa os: add homedir() 10 years ago
Vladimir Kurchatkin 2dcef83b5f fs: use `kMaxLength` from binding 10 years ago
Jackson Tian 81029c639a debugger: improve ESRCH error message 10 years ago
Yosuke Furukawa 353e26e3c7 fs: Add string encoding option for Stream method 10 years ago
Fedor Indutny 75930bb38c tls: prevent use-after-free 10 years ago
Fedor Indutny 5795e835a1 tls: emit errors on close whilst async action 10 years ago
Vladimir Kurchatkin 6d95f4ff92 smalloc: deprecate whole module 10 years ago
Vladimir Kurchatkin 628845b816 util: introduce `printDeprecationMessage` function 10 years ago
Saúl Ibarra Corretgé b5cd2f0986 dgram: partially revert 18d457b 10 years ago
Yosuke Furukawa 8357c5084b fs: set encoding on fs.createWriteStream 10 years ago
Michaël Zasso 4d6b768e5d http: revert deprecation of client property 10 years ago
Ali Ijaz Sheikh 5759722cfa src: fix module search path for preload modules 10 years ago
Vladimir Kurchatkin 2c686fd3ce http: flush stored header 10 years ago