build: windows should append date if nightly
[platform/upstream/nodejs.git] / lib /
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
2013-01-28 Bert Belderdgram: avoid EventEmitter leak warning
2013-01-28 Bert Beldercluster: support datagram sockets
2013-01-28 Fedor Indutnychild_process: move binding init in constructor
2013-01-28 isaacsnet: Initialize _connection, _handle in Socket ctor
2013-01-28 isaacshttp: Don't dump twice
2013-01-28 isaacsstream: Correct Transform class backpressure
2013-01-28 Fedor Indutnynet: initialize TCPWrap when receiving socket
2013-01-25 isaacsaddon: Pass module object to NODE_MODULE init function
2013-01-25 Trevor Norrisbuffer: slow buffer copy compatibility fix
2013-01-25 Trevor Norrisbuffer: error and misc cleanup
2013-01-25 Trevor Norrisbuffer: clean up copy() asserts and tests
2013-01-25 Trevor Norrisbuffer: slow buffer copy compatibility fix
2013-01-25 Andy BurkeAdd bytesWritten to tls.CryptoStream
2013-01-24 Fedor Indutnytls: make slab buffer's size configurable
2013-01-24 isaacsstreams2: Handle sync read callbacks nicely
2013-01-24 Raynosstreams: Support objects other than Buffers
2013-01-24 Ben Noordhuishttp: close connection on 204 and chunked encoding
2013-01-23 Ben Noordhuishttp: close connection on 304 and chunked encoding
2013-01-19 Fedor Indutnychild_process: remove .track option
2013-01-18 isaacsconsole: Support formatting options in trace()
2013-01-18 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-01-18 Ben Noordhuiscluster: make --prof work for workers
2013-01-18 Dan Milondns: make error message match errno
2013-01-17 Fedor Indutnytls: follow RFC6125 more stricly
2013-01-17 Fedor IndutnyRevert "Revert "tls: allow wildcards in common name""
2013-01-17 Fedor Indutnychild_process: do not keep list of sent sockets
2013-01-17 Fedor IndutnyRevert "child_process: do not keep list of sent sockets"
2013-01-17 Fedor Indutnychild_process: do not keep list of sent sockets
2013-01-17 isaacsRevert "events: Don't crash on events named __proto__"
2013-01-17 isaacsstdio: Set readable/writable flags properly
2013-01-17 isaacsevents: Don't crash on events named __proto__
2013-01-17 Ben NoordhuisRevert "tls: allow wildcards in common name"
2013-01-17 Ben Noordhuisbuffer: reject negative SlowBuffer offsets
2013-01-16 Felix Böhmmodule: assert that require() is called with a string
2013-01-16 isaacslint: Prefer double-quotes over single
2013-01-16 Ryunosuke SATOrepl: fix how to module requiring in code comment
2013-01-16 James Camposassert that require() has a truthy path
2013-01-16 isaacsstream: Properly handle large reads from push-streams
2013-01-16 Trevor Norrisbuffer: improve read/write speed with assert
2013-01-16 Trevor Norrisbuffer: floating point read/write improvements
2013-01-16 Alexandr Emelinhttp: fix duplicate var initialization
2013-01-16 Mathias Bynenspunycode: update to v1.2.0
2013-01-15 Fedor Indutnytls: follow RFC6125 more stricly
next