2479 Commits (231092d236de590a7448ed4257e121f308875326)

Author SHA1 Message Date
Andreas Madsen 33b7fc250f child_process: do not disconnect on exit emit 13 years ago
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Ben Noordhuis 88b919ea56 fs, test: add file open mode tests 13 years ago
Łukasz Walukiewicz a94ffdaec5 url: Support for IPv6 addresses in URLs. 13 years ago
Andreas Madsen 836344c90e Add disconnect method to forked child processes 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
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Dan VerWeire e4afb2f724 tty: emit 'unknown' key event if key sequence not found 13 years ago
Fedor Indutny ccf7b41a69 module: fix --debug-brk on symlinked scripts 13 years ago
Fedor Indutny 27c85727ed module: fix --debug-brk on symlinked scripts 13 years ago
Ben Noordhuis e806ad39d0 net, tls, http: remove socket.ondrain 13 years ago
koichik a6f3451e25 http: fix test-http-should-keepalive.js is fail 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
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Ben Noordhuis 56e34c2f81 http: fix deprecation warning module ID 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
Andreas Madsen f9a47debfc Add cluster.setupMaster 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 70884875c9 Allow calling fork() without args or options 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
Maciej Małecki d5047f5fe6 http: use `util._deprecationWarning` for deprecation warning 13 years ago
Fedor Indutny 03e689fae4 Revert "util: always display a warning for module in debug mode" 13 years ago
Maciej Małecki df62005ece util: always display a warning for module in debug mode 13 years ago
Fedor Indutny 23de33968f querystring: fix maxKeys = 0 is ignored 13 years ago
Fedor Indutny f1678bfc65 http: do not accept headers if limit is exceeded 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
koichik 7dffbaf2ce http: Upgrade/CONNECT request should detach its socket earlier 13 years ago
Fedor Indutny 71ae175319 zlib: reset() method for deflate/inflate streams 13 years ago
Mathias Bynens 8abb73ef58 punycode: Update to v0.3.0 13 years ago
Andreas Madsen c8108aad83 child_process: fix typo in internal message event name 13 years ago
Maciej Małecki 4d49469d0d child_process: fix typo in internal message event name 13 years ago
Fedor Indutny 6b2091b58a debug threads 13 years ago
Ryan Dahl b28e700ebd require('sys') now throws 13 years ago
Ryunosuke SATO 22d7fe1206 events: fix checking max listeners with `1` 13 years ago
koichik 08a91acd76 http: better support for CONNECT method. 13 years ago