1526 Commits (67cd05472e0c3b2859469d2f1d83400b99464447)

Author SHA1 Message Date
Bert Belder e5ea6ad0f0 _makeLong shouldn't turn the empty string into \\?\C:\ 13 years ago
Bert Belder a661830569 Run path.exists paths through _makeLong 13 years ago
Philip Tellis 5166758927 Make QueryString.parse run faster 13 years ago
Ben Noordhuis 3deceaf6e7 Revert "Process symlinked shared library as .node" 13 years ago
Paddy Byers 7e0bf7d57d Process symlinked shared library as .node 13 years ago
Paddy Byers 840229a825 Tidy _resolveFilename 13 years ago
koichik 3fd13c6426 http: fix free http-parser too early 13 years ago
Ben Noordhuis b221fe9b29 timers: add v0.4 compatibility hack 13 years ago
Fedor Indutny ccf7b41a69 module: fix --debug-brk on symlinked scripts 13 years ago
Ben Noordhuis 2775c0e97e dgram: bring back setTTL() 13 years ago
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Ben Noordhuis 6999fb3d1e dgram: make addMembership() and dropMembership() conform to v0.4 API 13 years ago
Ben Noordhuis fc6a9673c8 dgram: make setBroadcast() conform to v0.4 API 13 years ago
Ben Noordhuis ed111975a0 dgram: make setMulticastTTL() conform to v0.4 API 13 years ago
Brandon Benvie f9014438c7 util: use getOwnPropertyDescripter 13 years ago
koichik 3df7c90c30 http: keep-alive should default with HTTP/1.1 server 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
koichik 35fe3eb5c7 http: reduce creating http-parser instances 13 years ago
Nicolas LaCasse 40c93486e8 Fix #2365 zlib crashing on invalid input 13 years ago
Brandon Benvie f7b612550a Add missing TTY key translations for F1-F5 on Windows 13 years ago
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Ben Noordhuis d44ce97909 cluster: don't always kill the master on uncaughtException 13 years ago
Andreas Madsen ca6ededbd1 child_process: add errno property to exceptions 13 years ago
koichik 534df2f8d2 tls: fix double 'error' events on HTTPS Requests 13 years ago
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
Ryunosuke SATO 22d7fe1206 events: fix checking max listeners with `1` 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
koichik baebd30eee http: use `self` insted of `this` 13 years ago
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Phil Sung cf2513e1aa buffer: don't pollute global namespace in buffer.readInt* 13 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 13 years ago
Ben Noordhuis d8c178bc16 timers: fix performance regression 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
Ben Noordhuis 7a7f1062bf tls: remove duplicate assignment 13 years ago
Bert Belder f4e34f1b76 Remove unnecessary statement 13 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 13 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 13 years ago
Yoshihiro Kikuchi f2f30286bf timers: fix memory leak in setTimeout 13 years ago
Ben Noordhuis 6df7bdd954 child_process: make .send() throw if message is undefined 13 years ago
Andreas Madsen a599aeb2a8 jslint 13 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 13 years ago
Ben Noordhuis 97900776bb util: add internal function _deprecationWarning() 13 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 13 years ago
Ben Noordhuis 8295c80618 net: check status code in afterWrite 13 years ago