summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-13streams2: Handle immediate synthetic transforms properlyisaacs
2012-12-13streams2: Correct drain/return logicisaacs
2012-12-13streams2: Allow 0 as a lowWaterMark valueisaacs
2012-12-13transform: Automatically read() on _write when read buffer is emptyisaacs
2012-12-13streams2: Make Transform streams pull-styleisaacs
2012-12-13streams2: setEncoding and abstract out endReadableisaacs
2012-12-13streams2: Set flowing=true when flowingisaacs
2012-12-13streams2: Convert strings to buffers before passing to _write()isaacs
2012-12-13streams2: The new stream base classesisaacs
2012-12-13Add 'stream' as a native module in replisaacs
2012-12-13Don't allow invalid encodings in StringDecoder classisaacs
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-12-12fs: fix WriteStream fd leakBen Noordhuis
2012-12-12fs: fix ReadStream fd leakBen Noordhuis
2012-12-10events: fix typos in code commentRyunosuke SATO
2012-12-10events: setMaxListeners() should not have side effectsRyunosuke SATO
2012-12-10events: use assigned variable instead of argumentsRyunosuke SATO
2012-12-10events: use null assignment instead of deleting propertyRyunosuke SATO
2012-12-07http: protect against response splitting attacksBert Belder
2012-12-07lintisaacs
2012-12-07fs: Raise error when null bytes detected in pathsisaacs
2012-12-06tls, https: add tls handshake timeoutBen Noordhuis
2012-12-04fs: add long stacktrace debugging facilityBen Noordhuis
2012-12-04fs: fix 'object is not a function' callback errorsBen Noordhuis
2012-11-30buffer: Don't double-negate numeric buffer argTrevor Norris
2012-11-28net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-26tls: fix tls.connect() resource leakBen Noordhuis
2012-11-24net: fix net.connect() resource leakBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-11-21windows: fix normalization of UNC pathsBert Belder
2012-11-10repl: don't interpret floating point numbersBen Noordhuis
2012-11-10buffer: remove duplicate assertion testsTrevor Norris
2012-11-08os: add os.endianness() functionNathan Rajlich
2012-11-06readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich
2012-11-06readline: don't emit "line" events with a trailing '\n' charNathan Rajlich
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny
2012-11-01doc: tls: rejectUnauthorized defaults to true after 35607f3aGirish Ramakrishnan
2012-10-31zlib: s/clear/close/ and match other close() semanticsisaacs
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane
2012-10-30tls: delete useless removeListener callBrandon Philips
2012-10-30zlib: reduce memory consumption, release earlyBen Noordhuis
2012-10-25events: Don't clobber pre-existing _events obj in EE ctorisaacs
2012-10-25events: Make the EventEmitter class monomorphicisaacs
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis
2012-10-24repl: call resume() after setRawMode()Bert Belder
2012-10-24repl: call resume() after setRawMode()Bert Belder
2012-10-23crypto: pbkdf2 throws when no callback providedisaacs
2012-10-23crypto: Clean up buffer handling and DH methodsisaacs