docs: add note about default padding in crypto
[platform/upstream/nodejs.git] / lib /
2015-01-30 Qasim Zaidihttp: more descriptive setHeader errors
2015-01-28 Calvin Metcalfcrypto: remove use of this._readableState
2015-01-28 Vladimir Kurchatkinbuffer: implement `iterable` interface
2015-01-27 cjihrigconsole: allow Object.prototype fields as labels
2015-01-27 Fedor Indutnycrypto: implement privateEncrypt/publicDecrypt
2015-01-27 Alex Kocharinfs: fix fd leak in ReadStream.destroy()
2015-01-27 Aleksey Smolenchuksrc: remove excessive license boilerplate
2015-01-26 cjihrigchild_process: clone spawn options argument
2015-01-24 Vladimir Kurchatkinchild_process: remove redundant condition
2015-01-24 Jonathan Onghttp: don't bother making a copy of the options
2015-01-23 Vladimir Kurchatkinlib: move default address logic to `net._listen2`
2015-01-23 Vladimir Kurchatkindebugger: don't override module binding
2015-01-23 cjihrigstream: use nop as write() callback if omitted
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-21 Jackson Tianfs: make fs.access() flags read only
2015-01-21 cjihriglib: use const to define constants
2015-01-21 Vladimir Kurchatkinv8: optimize `getHeapStatistics`
2015-01-20 Ben Noordhuislib: fix TypeError with EventEmitter#on() abuse
2015-01-20 cjihrigfs: define constants with const
2015-01-19 cjihrigfs: add error code on null byte paths
2015-01-19 cjihrignet: fix error details in connect()
2015-01-19 Timothy J Fontainecluster: avoid race enabling debugger in worker
2015-01-19 Xiaowei Lirepl: make REPL support multiline template literals
2015-01-16 Jongyeol Choidoc: change to iojs from node in the usage message
2015-01-15 Yosuke Furukawasrc: fix jslint errors
2015-01-15 Vladimir Kurchatkin_debug_agent: use `readableObjectMode` option
2015-01-13 Fedor Indutnydns: remove AI_V4MAPPED hint flag on FreeBSD
2015-01-13 Wyatt Preulsys: Mark as deprecated
2015-01-13 Bert Belderhttp: optimize on_headers_complete
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-12 cjihrigfs: undeprecate exists() and existsSync()
2015-01-12 cjihrigassert: throw when block is not a function
2015-01-12 Ben Noordhuislib: make --debug-port work with cluster
2015-01-12 Ben NoordhuisRevert "url: support `path` for url.format"
2015-01-12 Evan Lucasurl: fix parsing of ssh urls
2015-01-11 Evan Lucasnet: remove TODO for moving isIP to dns
2015-01-10 Vladimir Kurchatkinfs: use ES6 octal literals for mode
2015-01-10 Ben NoordhuisRevert "dgram: implicit binds should be exclusive"
2015-01-10 Sam Robertsdgram: implicit binds should be exclusive
2015-01-10 Sam Robertscluster: cluster.disconnect() should check status
2015-01-10 Sam Robertscluster: don't assume all workers bind same ports
2015-01-09 Chris Dickinsonsrc: zlib: revert concatenated-stream changes
2015-01-08 Evan Lucasdgram: make error messages more informative
2015-01-08 Evan Lucasutil: _detailedException to _exceptionWithHostPort
2015-01-08 Evan Lucasutil,net: move _detailedException into util
2015-01-08 Vladimir Kurchatkinutil: show symbol properties
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2015-01-04 cjihrignet: make connect() input validation synchronous
2014-12-30 Aleksey Smolenchuklib: introduce process module
2014-12-30 CGavrilaurl: improve parsing speed
2014-12-30 Sam Robertsdgram: close() should accept a callback
2014-12-30 Sam Robertsdgram: make 'close' event async
2014-12-29 Brendan Ashworthdgram: changes Socket.close() to return itself
2014-12-29 Brendan Ashworthdgram: change Socket.bind() to return itself
2014-12-22 teppeisassert: fix deepEqual regression
2014-12-20 Ben Noordhuislib: micro-optimize url.resolve()
2014-12-20 Ben Noordhuislib: micro-optimize EventEmitter#removeListener()
2014-12-19 Julian Duquedebugger: improve clearBreakpoint error and docs
2014-12-19 cjihrigfs: deprecate exists() and existsSync()
2014-12-18 Ben Noordhuislib,src: remove post-gc event infrastructure
2014-12-18 Chris Dickinsonstream: switch _writableState.buffer to queue
2014-12-18 Ben Noordhuislib: fix guard expression in timer.unref()
2014-12-17 Miroslav Bajtošdebugger: fix unhandled error in setBreakpoint
2014-12-16 Luis Reiszlib: support concatenated gzip files
2014-12-15 cjihrigfs: add access() and accessSync()
2014-12-14 Ben Noordhuislib: reintroduce v8 module
2014-12-12 Chris Dickinsondomain: add soft deprecation notice
2014-12-11 Juanjolib,src: fix spawnSync ignoring its 'env' option
2014-12-12 micnicdomain: forward args to .run(fn)
2014-12-11 Evan Lucasmodule: fix regression in require ../
2014-12-09 Ben Noordhuislib: optimize require() path walking
2014-12-09 Juanjolib,src: fix spawnSync ignoring its 'env' option
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Bert Beldersrc: remove the tracing module entirely
2014-12-09 Trevor Norrissrc: all wraps now use actual FunctionTemplate
2014-12-09 Trevor Norrissrc: remove Async Listener
2014-12-09 Jonathan Johnsonurl: change hostname regex to negate invalid chars
2014-12-09 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-12-09 Nathan Woltmanpath: refactor normalizeArray()
2014-12-09 Vincent Weeversfs: resolve junction targets relative to their parent
2014-12-08 Bert Belderpath: path.normalize no longer lower-cases drive letters
2014-12-08 Nikolai VavilovRevert "path: resolve normalize drive letter to lower...
2014-12-06 Robert Kowalskimodule: test for directories, fix require with ..
2014-12-06 Evan Lucasnet: give better error messages
2014-12-06 cjihrigdebugger: use requireRepl() to load debugger repl
2014-12-05 Christian Tellnesevents: implement EventEmitter#getMaxListeners()
2014-12-05 Trevor Norrissrc: all wrap's now use actual FunctionTemplate
2014-12-05 Trevor Norrissrc: remove Async Listener
2014-12-03 Jonathan Johnsonurl: change hostname regex to negate invalid chars
2014-12-02 Yazhong Liuurl: support `path` for url.format
2014-12-02 Yazhong Liuurl: support `path` for url.format
2014-11-28 Mathias Bynenspunycode: update to v1.3.2
2014-11-26 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-11-26 Nathan Woltmanpath: refactor normalizeArray()
2014-11-25 Calvin Metcalfcrypto: allow creation of GCM ciphers with createCipher
2014-11-25 Fedor Indutnycrypto: throw if the key doesn't match cert
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-11-21 Rory Bradfordpath: added parse() and format() functions
2014-11-21 Timothy J Fontainepath: allow calling platform specific methods
next