2314 Commits (aa985392777dbe6159ce4ca56ae79d1039e43ec7)

Author SHA1 Message Date
isaacs 06e321d0f9 streams2: Correct drain/return logic 12 years ago
isaacs 02f017d24f streams2: Allow 0 as a lowWaterMark value 12 years ago
isaacs caa853bb06 transform: Automatically read() on _write when read buffer is empty 12 years ago
isaacs 3b59fd70f4 streams2: Make Transform streams pull-style 12 years ago
isaacs 9b5abe5bfe streams2: setEncoding and abstract out endReadable 12 years ago
isaacs 51a52c43a2 streams2: Set flowing=true when flowing 12 years ago
isaacs 639fbe28d1 streams2: Convert strings to buffers before passing to _write() 12 years ago
isaacs 420e07c577 streams2: The new stream base classes 12 years ago
isaacs 17834ed28c Add 'stream' as a native module in repl 12 years ago
isaacs 314c6b3060 Don't allow invalid encodings in StringDecoder class 12 years ago
Ben Noordhuis d65832ccd0 fs: fix WriteStream fd leak 12 years ago
Ben Noordhuis 6e97b2cc17 fs: fix ReadStream fd leak 12 years ago
Ryunosuke SATO 0506d294dc events: fix typos in code comment 12 years ago
Ryunosuke SATO eb502205d5 events: setMaxListeners() should not have side effects 12 years ago
Ryunosuke SATO 1c7acd2c84 events: use assigned variable instead of arguments 12 years ago
Ryunosuke SATO 0397223ab4 events: use null assignment instead of deleting property 12 years ago
Bert Belder 3c293ba272 http: protect against response splitting attacks 12 years ago
isaacs 0e95ea42ce lint 12 years ago
isaacs 33fa740577 fs: Raise error when null bytes detected in paths 12 years ago
Ben Noordhuis 5b65638124 tls, https: add tls handshake timeout 12 years ago
Ben Noordhuis 1f76a2eddc fs: add long stacktrace debugging facility 12 years ago
Ben Noordhuis a80434736b fs: fix 'object is not a function' callback errors 12 years ago
Trevor Norris 6772308883 buffer: Don't double-negate numeric buffer arg 12 years ago
Joshua Erickson c9f2531ae0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Ben Noordhuis 121ed91331 tls: fix tls.connect() resource leak 12 years ago
Ben Noordhuis 4cb17cb219 net: fix net.connect() resource leak 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Bert Belder bc9388342f windows: fix normalization of UNC paths 12 years ago
Ben Noordhuis b6e989759b repl: don't interpret floating point numbers 12 years ago
Trevor Norris 13c5db9771 buffer: remove duplicate assertion tests 12 years ago
Nathan Rajlich 5e4e87ade5 os: add os.endianness() function 12 years ago
Nathan Rajlich 3c91a7ae10 readline: use a "string_decoder" to parse "keypress" events 12 years ago
Nathan Rajlich e95e095289 readline: don't emit "line" events with a trailing '\n' char 12 years ago
Joshua Erickson fb6377ebd0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Fedor Indutny 05882668f9 debugger: exit and kill child on SIGTERM or SIGHUP 12 years ago
Girish Ramakrishnan 2f03eaf76f doc: tls: rejectUnauthorized defaults to true after 35607f3a 12 years ago
isaacs 07d3b21f43 zlib: s/clear/close/ and match other close() semantics 12 years ago
J. Lee Coltrane 54d293da56 url: make url.format escape delimiters in path and query 12 years ago
Brandon Philips 19b87bbda0 tls: delete useless removeListener call 12 years ago
Ben Noordhuis 570e4be932 zlib: reduce memory consumption, release early 12 years ago
isaacs 45a13d9674 events: Don't clobber pre-existing _events obj in EE ctor 12 years ago
isaacs c7b2e29e5e events: Make the EventEmitter class monomorphic 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
Bert Belder f34f1e30a6 repl: call resume() after setRawMode() 12 years ago
Bert Belder 6822488c93 repl: call resume() after setRawMode() 12 years ago
isaacs d7da20c812 crypto: pbkdf2 throws when no callback provided 12 years ago
isaacs c87b524c5f crypto: Clean up buffer handling and DH methods 12 years ago
isaacs 76b0bdf720 crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 12 years ago
isaacs 4266f5cf2e tls: Provide buffer to Connection.setSession 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago