build: add pkgsrc rule
[platform/upstream/nodejs.git] / lib /
2013-03-06 isaacsstream: Allow strings in Readable.push/unshift
2013-03-06 isaacsstream: Remove bufferSize option
2013-03-06 isaacsstream: Remove pipeOpts.chunkSize
2013-03-06 isaacsstream: Increase highWaterMark on large reads
2013-03-06 isaacsstream: Remove unnecessary nextTick usage in Writable
2013-03-06 isaacsnode: Add --throw-deprecation
2013-03-06 Eugene Girshovhttp: fix multiple timeout events
2013-03-06 Ben Noordhuisnet: use close callback, not process.nextTick
2013-03-06 Pavel LangDNS: Support NAPTR queries
2013-03-06 Scott Blomquistchild_process: handle ENOENT correctly on Windows
2013-03-05 isaacsstream: Use class for write buffer entries
2013-03-05 isaacsstream: _write takes an encoding argument
2013-03-05 isaacsstream: Remove output function from _transform
2013-03-05 isaacsstream: Split Writable logic into small functions
2013-03-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-05 Ben Noordhuiscluster: propagate bind errors
2013-03-05 Felix Böhmevents: loop backwards in removeListener
2013-03-04 Trevor Norrisevents: code consistency
2013-03-04 Trevor Norrisevents: remove type check for event type
2013-03-04 isaacsstream: Don't require read(0) to emit 'readable' event
2013-03-04 Xidorn Quandns: fix ReferenceError in resolve() error path
2013-03-04 isaacscluster: Rename destroy() to kill(signal=SIGTERM)
2013-03-04 isaacsstream: Writable.end(chunk) after end is an error
2013-03-03 Dave Olszewskimake repl compatible with domains
2013-03-03 Ben NoordhuisRevert "stream: Writable.end(chunk) after end is an...
2013-03-03 isaacsstream: Writable.end(chunk) after end is an error
2013-03-02 isaacsevents: Handle emit('error') before ctor
2013-03-02 isaacsevents: Handle emit before constructor call
2013-03-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 isaacsnet: s/closed/ended/ in write-after-fin message
2013-03-02 isaacsnet: Provide better error when writing after FIN
2013-03-02 Trevor Norrisevents: add type checks to once
2013-03-02 Trevor Norrisevents: emit cleanup
2013-03-02 Trevor Norrisevents: additional type check for addListener
2013-03-02 Trevor Norrisevents: _events to object and undefined not null
2013-03-02 Trevor Norrisevents: removeListener add checks and cleanup
2013-03-02 Trevor Norrisevents: type check listeners
2013-03-02 Trevor Norrisevents: simplify removeAllListeners logic
2013-03-02 Trevor Norrisevents: type check setMaxListeners, cleanup throws
2013-03-02 Trevor Norrisevents: ensure usingDomain is always boolean
2013-03-02 Trevor Norrisevents: add check for listeners length
2013-03-01 isaacsfs: Support mode/flag options to read/append/writeFile
2013-03-01 Ben Noordhuishttp: use socket.once, not socket.on
2013-03-01 isaacsstream: There is no _read cb, there is only push
2013-03-01 isaacsstream: Add stream.unshift(chunk)
2013-03-01 isaacsstream: Break up the onread function
2013-03-01 Ben Noordhuisnet: omit superfluous 'connect' event
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Ben Noordhuislib, src: remove errno global
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Trevor Norrisprocess: separate nextTick domain logic
2013-02-28 isaacscore: Remove the nextTick for running the main file
2013-02-27 isaacsstream: Writables are not pipe()able
2013-02-26 Ben Noordhuishttp: fix case in 505 response status line
2013-02-25 isaacshttp: Do not free the wrong parser on socket close
2013-02-25 isaacsstream: Do not switch to objectMode implicitly
2013-02-25 isaacsstream: Start out in sync=true state
2013-02-25 Ben Noordhuiscrypto: fix base64 padding regression
2013-02-23 isaacslint
2013-02-22 isaacsstreams: Pre-emptively buffer readables up to the highW...
2013-02-22 isaacshttp: Handle hangup writes more gently
2013-02-21 isaacsstream: Return false from push() more properly
2013-02-21 isaacsstream: remove lowWaterMark feature
2013-02-21 isaacspath: Throw TypeError on non-string args to path.resolve
2013-02-21 Arianit Ukapath: join throws TypeError on non-string args
2013-02-21 Fedor Indutnytls: _handle.readStart/readStop for CryptoStream
2013-02-20 isaacspath: Do not coerce paths to strings on Windows
2013-02-20 Trevor Norrisbuffer: check logic simplification
2013-02-19 isaacstls: Write pending data on socket drain
2013-02-18 isaacshttp: Add fixme comment about ECONNRESET handling
2013-02-18 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-16 Gil Pedersenstream: Pipe data in chunks matching read data
2013-02-16 isaacsfs: Change default WriteStream config, increase perf
2013-02-16 Shigeki Ohtsutimer: move setImmediate from timer to uv_check
2013-02-15 isaacshttp: Do not let Agent hand out destroyed sockets
2013-02-15 isaacshttp: Raise hangup error on destroyed socket write
2013-02-13 Ben Noordhuisbuffer: accept negative indices in Buffer#slice()
2013-02-13 isaacsnet: Respect the 'readable' flag on sockets
2013-02-12 isaacstls: Cycle data when underlying socket drains
2013-02-12 isaacsstream: read(0) should not always trigger _read(n,cb)
2013-02-12 isaacsstream: Empty strings/buffers do not signal EOF any...
2013-02-11 Ben Noordhuisnet: don't suppress ECONNRESET
2013-02-11 Ben Noordhuisfs: fix immediate WriteStream#end()
2013-02-07 isaacsstream: Writable should ignore encoding for buffers
2013-02-07 Bert Belderhttp: protect against response splitting attacks
2013-02-07 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-06 Fedor Indutnytls: port CryptoStream to streams2
2013-02-06 Fedor Indutnystreams: both `finish` and `close` should unpipe
2013-02-05 Nathan Rajlichstream: make Writable#end() accept a callback function
2013-02-05 Ben Noordhuiszlib: reduce memory consumption, release early
2013-02-02 Ben Noordhuisbuffer: optimize Buffer.prototype.write(s, 'hex')
2013-02-01 Ben Noordhuisbuffer: optimize Buffer.prototype.toString('hex')
2013-01-31 isaacsstream: Don't stop reading on zero-length decoded output
2013-01-31 isaacsstream: Don't signal EOF on '' or Buffer(0)
2013-01-30 isaacslint
2013-01-30 Ben Noordhuisos: rename tmpDir() to tmpdir() for consistency
2013-01-30 isaacsreadline: treat bare \r as a line ending
2013-01-29 Ben Noordhuisreadline: make \r\n emit one 'line' event
2013-01-29 isaacsRevert "net: Avoid tickDepth warnings on small writes"
2013-01-29 isaacsnet: Avoid tickDepth warnings on small writes
next