summaryrefslogtreecommitdiff
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-13module: Support cycles in native module requiresisaacs
2012-12-13Don't allow invalid encodings in StringDecoder classisaacs
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-12-13blog: Post for 0.8.16isaacs
2012-12-13Now working on 0.8.17isaacs
2012-12-13Merge commit 'v0.8.16' into v0.8isaacs
2012-12-132012.12.13, Version 0.8.16 (Stable)isaacs
2012-12-13deps: upgrade libuv to e079a99Ben Noordhuis
2012-12-12npm: Upgrade to v1.1.69isaacs
2012-12-12fs: fix WriteStream fd leakBen Noordhuis
2012-12-12fs: fix ReadStream fd leakBen Noordhuis
2012-12-12test: add common.mustCall functionBen Noordhuis
2012-12-10doc: Add nodejstr to community pageisaacs
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-06doc: remove broken require.extensions exampleBen Noordhuis
2012-12-06tls, https: add tls handshake timeoutBen Noordhuis
2012-12-06process: add getgroups(), setgroups(), initgroups()Ben Noordhuis
2012-12-06buffer: remove unused #includesBen Noordhuis
2012-12-05test: remove simple/test-child-process-fork2Ben Noordhuis
2012-12-05test: fix simple/test-debug-brk-file race conditionShigeki Ohtsu
2012-12-04fs: add long stacktrace debugging facilityBen Noordhuis
2012-12-04fs: fix 'object is not a function' callback errorsBen Noordhuis
2012-12-03os: throw when os.networkInterfaces() failsBert Belder
2012-12-03crypto: fix leak in GetPeerCertificateFedor Indutny
2012-12-03crypto: fix leak in GetPeerCertificateFedor Indutny
2012-12-03test: fix simple/test-setproctitle on freebsdBen Noordhuis
2012-12-03build: avoid -Wno-old-style-declaration with gcc 4.2Ben Noordhuis
2012-12-02tools: fix platform detection on freebsd, sunosBen Noordhuis
2012-12-02install: fix freebsd man page locationBen Noordhuis
2012-12-01test: TTY only has writeBuffer(), not write()isaacs
2012-11-30benchmark: Add net-pipe benchmarkisaacs
2012-11-30Fix dropped html tagLewuathe
2012-11-30buffer: Don't double-negate numeric buffer argTrevor Norris
2012-11-29website: typo fixesKyle Robinson Young