2504 Commits (6902f6536cee48904a1779b6e196b14b5f86d526)

Author SHA1 Message Date
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
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Ben Noordhuis c24276f008 net: defer net.Server 'close' event to next tick 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
Ryan Dahl 4428b70cba Add isolate version of test-child-process-fork 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
Ryan Dahl b319699132 Add isolate version of test-child-process-fork 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik b962ff35dd tls: fix test-https-client-reject fails 13 years ago
koichik e6b6075024 http: Avoid 'data'/'end' events after pause() 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Ryan Dahl 48a9a2d355 Add deprecation message for http.Client 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
Maciej Małecki 5c7532e5b3 assert: test `RegExp`'s properties when checking for equality 13 years ago
Pedro Teixeira a805012d6f assert: .deepEqual() support for RegExp objects 14 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 13 years ago
Andreas Madsen 3966e4e7a5 Remove debug console.log and optimize object copy 13 years ago
Andreas Madsen 07b1997388 Add env argument to cluster.fork 13 years ago
Fedor Indutny 80858761a8 break on exception 13 years ago
Fedor Indutny a239ea0d40 use inlineRefs, as it's already impl 13 years ago