You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isaacs
384f1be739
stream: Writable.end(chunk) after end is an error
Calling end(data) calls write(data). Doing this after end should
raise a 'write after end' error.
However, because end() calls were previously ignored on already
ended streams, this error was confusingly suppressed, even though the
data never is written, and cannot get to the other side.
This is a re-hash of 5222d19a11
, but
without assuming that the data passed to end() is valid, and thus
breaking a bunch of tests.
12 years ago
..
_debugger.js
streams2: Call read(0) on resume()
12 years ago
_linklist.js
Update copyright headers
14 years ago
_stream_duplex.js
stdio: Set readable/writable flags properly
12 years ago
_stream_passthrough.js
streams2: ctor guards on Stream classes
12 years ago
_stream_readable.js
events: add check for listeners length
12 years ago
_stream_transform.js
stream: There is no _read cb, there is only push
12 years ago
_stream_writable.js
stream: Writable.end(chunk) after end is an error
12 years ago
assert.js
assert: improve support for new execution contexts
12 years ago
buffer.js
buffer: check logic simplification
12 years ago
child_process.js
lib, src: remove errno global
12 years ago
cluster.js
cluster: support datagram sockets
12 years ago
console.js
console: Support formatting options in trace()
12 years ago
constants.js
Update copyright headers
14 years ago
crypto.js
crypto: fix base64 padding regression
12 years ago
dgram.js
lib, src: remove errno global
12 years ago
dns.js
lib, src: remove errno global
12 years ago
domain.js
process: separate nextTick domain logic
12 years ago
events.js
events: Handle emit('error') before ctor
12 years ago
freelist.js
Update copyright headers
14 years ago
fs.js
events: add check for listeners length
12 years ago
http.js
Merge remote-tracking branch 'origin/v0.8'
12 years ago
https.js
https: optimize https.createConnection()
12 years ago
module.js
core: Remove the nextTick for running the main file
12 years ago
net.js
net: s/closed/ended/ in write-after-fin message
12 years ago
os.js
os: rename tmpDir() to tmpdir() for consistency
12 years ago
path.js
lint
12 years ago
punycode.js
punycode: update to v1.2.0
12 years ago
querystring.js
trivial: Doc typo and lint fix
13 years ago
readline.js
events: add check for listeners length
12 years ago
repl.js
make repl compatible with domains
12 years ago
stream.js
events: add check for listeners length
12 years ago
string_decoder.js
Don't allow invalid encodings in StringDecoder class
12 years ago
sys.js
Fix #3577 Un-break require('sys')
13 years ago
timers.js
timer: move setImmediate from timer to uv_check
12 years ago
tls.js
stream: There is no _read cb, there is only push
12 years ago
tty.js
lib, src: remove errno global
12 years ago
url.js
url: make url.format escape delimiters in path and query
12 years ago
util.js
util: fix deprecation message in `util.pump`
12 years ago
vm.js
lint
13 years ago
zlib.js
stream: remove lowWaterMark feature
12 years ago