test: remove --use-http1 test runner flag
[platform/upstream/nodejs.git] / lib /
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
2014-11-20 Fedor Indutnytls: do not hang without `newSession` handler
2014-11-20 Ben Noordhuislib: add setFlagsFromString() to tracing module
2014-11-14 haoxinmodule: correct the order of the assertions
2014-11-11 Ben Noordhuislib,src: make os.endianness() inlinable
2014-11-10 Jackson Tiantls: remove tls.createSecurePair code deprecation
2014-11-09 Luis Reiszlib: support concatenated gzip files
2014-11-05 Vladimir Kurchatkinsmalloc: check if obj has external data
2014-11-03 Ben Noordhuissrc: move debug agent from deps/ to src/
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-27 cjihrignet: add pauseOnConnect option to createServer()
2014-10-25 Trevor Norrislint: fix whitespace issues
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-20 dead-horsepath: resolve normalize drive letter to lower case
2014-10-09 Brian Whitestreams: make setDefaultEncoding() throw
2014-10-08 Trevor Norriscrypto: createDiffieHellman throw for bad args
2014-10-08 Fedor Indutnycluster: do not signal children in debug mode
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor Indutnycluster: do not signal children in debug mode
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrisbuffer, doc: misc. fix and cleanup
2014-10-08 Trevor Norrissrc: fix jslint warning
2014-10-08 Trevor Norrissmalloc: update use of ExternalArrayType constants
2014-10-08 Johnny Raystreams: set default encoding for writable streams
2014-10-07 Evan Rutledge Bordenurl: fixed encoding for slash switching emulation.
2014-10-03 gysonutil: add es6 Symbol support for `util.inspect`
2014-10-03 Yazhong Liubuffer: add generic functions for (u)int ops
2014-10-01 Trevor Norrisbuffer: mv floating point read/write checks to JS
2014-10-01 Julien Gillireadline: should not require an output stream.
2014-10-01 Gabriel Wickeurl: make query() consistent
2014-10-01 Jackson Tianhttp: Improve _addHeaderLines method
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-29 Trevor Norrishttp: cleanup setHeader()
2014-09-25 cjihrigchild_process: improve spawn() argument handling
2014-09-25 Jicheng Lireadline: fix performance issue when large line
2014-09-24 Patrick Mooneynet: Make server.connections un-enumerable
2014-09-24 Trevor Norrisbuffer: fix map and set parent to undefined upstream/0.12.0
2014-09-23 Julien Gillihttp: write() after end() emits an error.
2014-09-20 Kang-Hao Kennybuffer: improve Buffer constructor
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-16 Fedor Indutnyhttp: do not send `0\r\n\r\n` in TE HEAD responses
2014-09-16 Ben Noordhuislib, src: add vm.runInDebugContext()
next