streams2: Call read(0) on resume()
[platform/upstream/nodejs.git] / lib /
2012-12-14 isaacsstreams2: Call read(0) on resume()
2012-12-14 isaacslint
2012-12-14 isaacsstreams2: NextTick the emit('readable') in resume()
2012-12-14 isaacsstreams2: pause() should be immediate
2012-12-14 isaacsstreams2: Switch to old-mode immediately, not nextTick
2012-12-14 isaacsstreams2: Set readable=false on end
2012-12-14 isaacscrypto: Streaming interface for Sign and Verify
2012-12-14 isaacscrypto: Streaming interface for cipher/decipher/iv
2012-12-14 isaacscrypto: Streaming api for Hmac
2012-12-14 isaacscrypto: Streaming interface for Hash
2012-12-14 isaacszlib: streams2
2012-12-14 isaacsfs: streams2
2012-12-14 isaacsstreams2: Unpipe on dest.emit('close')
2012-12-14 isaacsstreams2: Remove pipe if the dest emits error
2012-12-14 isaacsstreams2: Handle pipeChunkSize properly
2012-12-14 isaacsstreams2: Set 'readable' flag on Readable streams
2012-12-14 isaacsstreams2: Refactor out .once() usage from Readable...
2012-12-14 isaacsstreams2: Get rid of .once() usage in Readable.pipe
2012-12-14 isaacsstreams2: Remove function.bind() usage
2012-12-14 isaacsstreams2: Do multipipe without always using forEach
2012-12-14 isaacsstreams2: Writable organization, add 'finishing' flag
2012-12-14 isaacsstreams2: Only emit 'readable' when needed
2012-12-14 isaacsstreams2: Set Readable lwm to 0 by default
2012-12-14 isaacsstreams2: Add high water mark for Readable
2012-12-14 isaacsstreams2: Export Readable/Writable State classes
2012-12-14 isaacsstreams2: Fix duplex no-half-open logic
2012-12-14 isaacsstreams2: Abstract out onread function
2012-12-14 isaacsstreams2: Use StringDecoder.end
2012-12-14 isaacsstreams2: flow() is not always bound to src
2012-12-14 isaacsstreams2: Fix regression from Duplex ctor assignment
2012-12-14 isaacsstreams2: Support write(chunk,[encoding],[callback])
2012-12-14 isaacsstreams2: Allow Writables to opt out of pre-buffer...
2012-12-14 isaacsstreams2: ctor guards on Stream classes
2012-12-14 isaacsstreams2: Handle immediate synthetic transforms properly
2012-12-14 isaacsstreams2: Correct drain/return logic
2012-12-14 isaacsstreams2: Allow 0 as a lowWaterMark value
2012-12-14 isaacstransform: Automatically read() on _write when read...
2012-12-14 isaacsstreams2: Make Transform streams pull-style
2012-12-14 isaacsstreams2: setEncoding and abstract out endReadable
2012-12-14 isaacsstreams2: Set flowing=true when flowing
2012-12-14 isaacsstreams2: Convert strings to buffers before passing...
2012-12-14 isaacsstreams2: The new stream base classes
2012-12-14 isaacsAdd 'stream' as a native module in repl
2012-12-14 isaacsDon't allow invalid encodings in StringDecoder class
2012-12-14 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2012-12-12 Ben Noordhuisfs: fix WriteStream fd leak
2012-12-12 Ben Noordhuisfs: fix ReadStream fd leak
2012-12-10 Ryunosuke SATOevents: fix typos in code comment
2012-12-10 Ryunosuke SATOevents: setMaxListeners() should not have side effects
2012-12-10 Ryunosuke SATOevents: use assigned variable instead of arguments
2012-12-10 Ryunosuke SATOevents: use null assignment instead of deleting property
2012-12-08 Bert Belderhttp: protect against response splitting attacks
2012-12-08 isaacslint
2012-12-08 isaacsfs: Raise error when null bytes detected in paths
2012-12-06 Ben Noordhuistls, https: add tls handshake timeout
2012-12-04 Ben Noordhuisfs: add long stacktrace debugging facility
2012-12-04 Ben Noordhuisfs: fix 'object is not a function' callback errors
2012-12-01 Trevor Norrisbuffer: Don't double-negate numeric buffer arg
2012-11-28 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-26 Ben Noordhuistls: fix tls.connect() resource leak
2012-11-24 Ben Noordhuisnet: fix net.connect() resource leak
2012-11-21 Scott Blomquistwindows: add tracing with performance counters
2012-11-21 Bert Belderwindows: fix normalization of UNC paths
2012-11-10 Ben Noordhuisrepl: don't interpret floating point numbers
2012-11-10 Trevor Norrisbuffer: remove duplicate assertion tests
2012-11-08 Nathan Rajlichos: add os.endianness() function
2012-11-07 Nathan Rajlichreadline: use a "string_decoder" to parse "keypress...
2012-11-07 Nathan Rajlichreadline: don't emit "line" events with a trailing...
2012-11-06 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-04 Fedor Indutnydebugger: exit and kill child on SIGTERM or SIGHUP
2012-11-01 Girish Ramakrishnandoc: tls: rejectUnauthorized defaults to true after...
2012-10-31 isaacszlib: s/clear/close/ and match other close() semantics
2012-10-30 J. Lee Coltraneurl: make url.format escape delimiters in path and...
2012-10-30 Brandon Philipstls: delete useless removeListener call
2012-10-30 Ben Noordhuiszlib: reduce memory consumption, release early
2012-10-25 isaacsevents: Don't clobber pre-existing _events obj in EE...
2012-10-25 isaacsevents: Make the EventEmitter class monomorphic
2012-10-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-24 isaacsMerge branch 'v0.9.3-release'
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 isaacsMerge branch 'crypto-buffers'
2012-10-23 isaacscrypto: pbkdf2 throws when no callback provided
2012-10-23 isaacscrypto: Clean up buffer handling and DH methods
2012-10-23 isaacscrypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
2012-10-23 isaacstls: Provide buffer to Connection.setSession
2012-10-23 isaacscrypto: Binding only accepts buffers
2012-10-23 isaacscrypto: Move encoding logic to JS, default=buffer
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-21 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-21 Soarezstreams: remove useless line
2012-10-13 Nathan RajlichMerge remote-tracking branch 'origin/v0.8'
2012-10-13 Ben Noordhuiscrypto: sort return value of getCiphers/getHashes
2012-10-13 Ben Noordhuiscrypto: add crypto.getHashes()
2012-10-12 Ben Noordhuiscrypto: add crypto.getCiphers()
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-12 Ben Noordhuisdgram: remove stale code
2012-10-12 isaacslint
next