projects
/
platform
/
upstream
/
nodejs.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
build: define nightly tag external to build system
[platform/upstream/nodejs.git]
/
lib
/
2013-03-05
isaacs
stream: Use class for write buffer entries
tree
|
commitdiff
2013-03-05
isaacs
stream: _write takes an encoding argument
tree
|
commitdiff
2013-03-05
isaacs
stream: Remove output function from _transform
tree
|
commitdiff
2013-03-05
isaacs
stream: Split Writable logic into small functions
tree
|
commitdiff
2013-03-05
Ben Noordhuis
Merge remote-tracking branch 'origin/v0.8'
tree
|
commitdiff
2013-03-05
Ben Noordhuis
cluster: propagate bind errors
tree
|
commitdiff
2013-03-05
Felix Böhm
events: loop backwards in removeListener
tree
|
commitdiff
2013-03-04
Trevor Norris
events: code consistency
tree
|
commitdiff
2013-03-04
Trevor Norris
events: remove type check for event type
tree
|
commitdiff
2013-03-04
isaacs
stream: Don't require read(0) to emit 'readable' event
tree
|
commitdiff
2013-03-04
Xidorn Quan
dns: fix ReferenceError in resolve() error path
tree
|
commitdiff
2013-03-04
isaacs
cluster: Rename destroy() to kill(signal=SIGTERM)
tree
|
commitdiff
2013-03-04
isaacs
stream: Writable.end(chunk) after end is an error
tree
|
commitdiff
2013-03-03
Dave Olszewski
make repl compatible with domains
tree
|
commitdiff
2013-03-03
Ben Noordhuis
Revert "stream: Writable.end(chunk) after end is an...
tree
|
commitdiff
2013-03-03
isaacs
stream: Writable.end(chunk) after end is an error
tree
|
commitdiff
2013-03-02
isaacs
events: Handle emit('error') before ctor
tree
|
commitdiff
2013-03-02
isaacs
events: Handle emit before constructor call
tree
|
commitdiff
2013-03-02
Ben Noordhuis
Merge remote-tracking branch 'origin/v0.8'
tree
|
commitdiff
2013-03-02
isaacs
net: s/closed/ended/ in write-after-fin message
tree
|
commitdiff
2013-03-02
isaacs
net: Provide better error when writing after FIN
tree
|
commitdiff
2013-03-02
Trevor Norris
events: add type checks to once
tree
|
commitdiff
2013-03-02
Trevor Norris
events: emit cleanup
tree
|
commitdiff
2013-03-02
Trevor Norris
events: additional type check for addListener
tree
|
commitdiff
2013-03-02
Trevor Norris
events: _events to object and undefined not null
tree
|
commitdiff
2013-03-02
Trevor Norris
events: removeListener add checks and cleanup
tree
|
commitdiff
2013-03-02
Trevor Norris
events: type check listeners
tree
|
commitdiff
2013-03-02
Trevor Norris
events: simplify removeAllListeners logic
tree
|
commitdiff
2013-03-02
Trevor Norris
events: type check setMaxListeners, cleanup throws
tree
|
commitdiff
2013-03-02
Trevor Norris
events: ensure usingDomain is always boolean
tree
|
commitdiff
2013-03-02
Trevor Norris
events: add check for listeners length
tree
|
commitdiff
2013-03-01
isaacs
fs: Support mode/flag options to read/append/writeFile
tree
|
commitdiff
2013-03-01
Ben Noordhuis
http: use socket.once, not socket.on
tree
|
commitdiff
2013-03-01
isaacs
stream: There is no _read cb, there is only push
tree
|
commitdiff
2013-03-01
isaacs
stream: Add stream.unshift(chunk)
tree
|
commitdiff
2013-03-01
isaacs
stream: Break up the onread function
tree
|
commitdiff
2013-03-01
Ben Noordhuis
net: omit superfluous 'connect' event
tree
|
commitdiff
2013-02-28
Ben Noordhuis
Merge remote-tracking branch 'origin/v0.8'
tree
|
commitdiff
2013-02-28
Ben Noordhuis
lib, src: remove errno global
tree
|
commitdiff
2013-02-28
Ben Noordhuis
Merge remote-tracking branch 'origin/v0.8'
tree
|
commitdiff
2013-02-28
Trevor Norris
process: separate nextTick domain logic
tree
|
commitdiff
2013-02-28
isaacs
core: Remove the nextTick for running the main file
tree
|
commitdiff
2013-02-27
isaacs
stream: Writables are not pipe()able
tree
|
commitdiff
2013-02-26
Ben Noordhuis
http: fix case in 505 response status line
tree
|
commitdiff
2013-02-25
isaacs
http: Do not free the wrong parser on socket close
tree
|
commitdiff
2013-02-25
isaacs
stream: Do not switch to objectMode implicitly
tree
|
commitdiff
2013-02-25
isaacs
stream: Start out in sync=true state
tree
|
commitdiff
2013-02-25
Ben Noordhuis
crypto: fix base64 padding regression
tree
|
commitdiff
2013-02-23
isaacs
lint
tree
|
commitdiff
2013-02-22
isaacs
streams: Pre-emptively buffer readables up to the highW...
tree
|
commitdiff
2013-02-22
isaacs
http: Handle hangup writes more gently
tree
|
commitdiff
2013-02-21
isaacs
stream: Return false from push() more properly
tree
|
commitdiff
2013-02-21
isaacs
stream: remove lowWaterMark feature
tree
|
commitdiff
2013-02-21
isaacs
path: Throw TypeError on non-string args to path.resolve
tree
|
commitdiff
2013-02-21
Arianit Uka
path: join throws TypeError on non-string args
tree
|
commitdiff
2013-02-21
Fedor Indutny
tls: _handle.readStart/readStop for CryptoStream
tree
|
commitdiff
2013-02-20
isaacs
path: Do not coerce paths to strings on Windows
tree
|
commitdiff
2013-02-20
Trevor Norris
buffer: check logic simplification
tree
|
commitdiff
2013-02-19
isaacs
tls: Write pending data on socket drain
tree
|
commitdiff
2013-02-18
isaacs
http: Add fixme comment about ECONNRESET handling
tree
|
commitdiff
2013-02-18
isaacs
Merge remote-tracking branch 'ry/v0.8' into master
tree
|
commitdiff
2013-02-16
Gil Pedersen
stream: Pipe data in chunks matching read data
tree
|
commitdiff
2013-02-16
isaacs
fs: Change default WriteStream config, increase perf
tree
|
commitdiff
2013-02-16
Shigeki Ohtsu
timer: move setImmediate from timer to uv_check
tree
|
commitdiff
2013-02-15
isaacs
http: Do not let Agent hand out destroyed sockets
tree
|
commitdiff
2013-02-15
isaacs
http: Raise hangup error on destroyed socket write
tree
|
commitdiff
2013-02-13
Ben Noordhuis
buffer: accept negative indices in Buffer#slice()
tree
|
commitdiff
2013-02-13
isaacs
net: Respect the 'readable' flag on sockets
tree
|
commitdiff
2013-02-12
isaacs
tls: Cycle data when underlying socket drains
tree
|
commitdiff
2013-02-12
isaacs
stream: read(0) should not always trigger _read(n,cb)
tree
|
commitdiff
2013-02-12
isaacs
stream: Empty strings/buffers do not signal EOF any...
tree
|
commitdiff
2013-02-11
Ben Noordhuis
net: don't suppress ECONNRESET
tree
|
commitdiff
2013-02-11
Ben Noordhuis
fs: fix immediate WriteStream#end()
tree
|
commitdiff
2013-02-07
isaacs
stream: Writable should ignore encoding for buffers
tree
|
commitdiff
2013-02-07
Bert Belder
http: protect against response splitting attacks
tree
|
commitdiff
2013-02-07
isaacs
Merge remote-tracking branch 'ry/v0.8' into master
tree
|
commitdiff
2013-02-06
Fedor Indutny
tls: port CryptoStream to streams2
tree
|
commitdiff
2013-02-06
Fedor Indutny
streams: both `finish` and `close` should unpipe
tree
|
commitdiff
2013-02-05
Nathan Rajlich
stream: make Writable#end() accept a callback function
tree
|
commitdiff
2013-02-05
Ben Noordhuis
zlib: reduce memory consumption, release early
tree
|
commitdiff
2013-02-02
Ben Noordhuis
buffer: optimize Buffer.prototype.write(s, 'hex')
tree
|
commitdiff
2013-02-01
Ben Noordhuis
buffer: optimize Buffer.prototype.toString('hex')
tree
|
commitdiff
2013-01-31
isaacs
stream: Don't stop reading on zero-length decoded output
tree
|
commitdiff
2013-01-31
isaacs
stream: Don't signal EOF on '' or Buffer(0)
tree
|
commitdiff
2013-01-30
isaacs
lint
tree
|
commitdiff
2013-01-30
Ben Noordhuis
os: rename tmpDir() to tmpdir() for consistency
tree
|
commitdiff
2013-01-30
isaacs
readline: treat bare \r as a line ending
tree
|
commitdiff
2013-01-29
Ben Noordhuis
readline: make \r\n emit one 'line' event
tree
|
commitdiff
2013-01-29
isaacs
Revert "net: Avoid tickDepth warnings on small writes"
tree
|
commitdiff
2013-01-29
isaacs
net: Avoid tickDepth warnings on small writes
tree
|
commitdiff
2013-01-28
Bert Belder
dgram: avoid EventEmitter leak warning
tree
|
commitdiff
2013-01-28
Bert Belder
cluster: support datagram sockets
tree
|
commitdiff
2013-01-28
Fedor Indutny
child_process: move binding init in constructor
tree
|
commitdiff
2013-01-28
isaacs
net: Initialize _connection, _handle in Socket ctor
tree
|
commitdiff
2013-01-28
isaacs
http: Don't dump twice
tree
|
commitdiff
2013-01-28
isaacs
stream: Correct Transform class backpressure
tree
|
commitdiff
2013-01-28
Fedor Indutny
net: initialize TCPWrap when receiving socket
tree
|
commitdiff
2013-01-25
isaacs
addon: Pass module object to NODE_MODULE init function
tree
|
commitdiff
2013-01-25
Trevor Norris
buffer: slow buffer copy compatibility fix
tree
|
commitdiff
2013-01-25
Trevor Norris
buffer: error and misc cleanup
tree
|
commitdiff
next