1639 Commits (feff9bbb67c59d02c11d50d17283cdcce7b5aecc)

Author SHA1 Message Date
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
koichik c1a63a9e90 tls: Allow establishing secure connection on the existing socket 13 years ago
koichik 70033bd960 net: make connect() accept options 13 years ago
Maciej Małecki df0edf5fe6 https: make `https` use new `tls.connect` API 13 years ago
Maciej Małecki 4b4d059791 tls: make `tls.connect` accept port and host in `options` 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
Ben Noordhuis 42281124d4 child_process: add isolates support 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
koichik baebd30eee http: use `self` insted of `this` 13 years ago
Andreas Madsen e2f1e50c60 typos 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago