summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-12fs: undeprecate exists() and existsSync()cjihrig
2015-01-12assert: throw when block is not a functioncjihrig
2015-01-12lib: make --debug-port work with clusterBen Noordhuis
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis
2015-01-12url: fix parsing of ssh urlsEvan Lucas
2015-01-11net: remove TODO for moving isIP to dnsEvan Lucas
2015-01-11fs: use ES6 octal literals for modeVladimir Kurchatkin
2015-01-10Revert "dgram: implicit binds should be exclusive"Ben Noordhuis
2015-01-10dgram: implicit binds should be exclusiveSam Roberts
2015-01-10cluster: cluster.disconnect() should check statusSam Roberts
2015-01-10cluster: don't assume all workers bind same portsSam Roberts
2015-01-09src: zlib: revert concatenated-stream changesChris Dickinson
2015-01-08dgram: make error messages more informativeEvan Lucas
2015-01-08util: _detailedException to _exceptionWithHostPortEvan Lucas
2015-01-08util,net: move _detailedException into utilEvan Lucas
2015-01-08util: show symbol propertiesVladimir Kurchatkin
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2015-01-03net: make connect() input validation synchronouscjihrig
2014-12-30lib: introduce process moduleAleksey Smolenchuk
2014-12-30url: improve parsing speedCGavrila
2014-12-30dgram: close() should accept a callbackSam Roberts
2014-12-30dgram: make 'close' event asyncSam Roberts
2014-12-29dgram: changes Socket.close() to return itselfBrendan Ashworth
2014-12-29dgram: change Socket.bind() to return itselfBrendan Ashworth
2014-12-22assert: fix deepEqual regressionteppeis
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-20lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis
2014-12-19debugger: improve clearBreakpoint error and docsJulian Duque
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson
2014-12-18lib: fix guard expression in timer.unref()Ben Noordhuis
2014-12-17debugger: fix unhandled error in setBreakpointMiroslav Bajtoš
2014-12-16zlib: support concatenated gzip filesLuis Reis
2014-12-15fs: add access() and accessSync()cjihrig
2014-12-14lib: reintroduce v8 moduleBen Noordhuis
2014-12-12domain: add soft deprecation noticeChris Dickinson
2014-12-11lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-12-12domain: forward args to .run(fn)micnic
2014-12-11module: fix regression in require ../Evan Lucas
2014-12-09lib: optimize require() path walkingBen Noordhuis
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-12-09src: remove the tracing module entirelyBert Belder
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-12-09src: remove Async ListenerTrevor Norris
2014-12-09url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-09smalloc: don't allow to dispose typed arraysVladimir Kurchatkin
2014-12-09path: refactor normalizeArray()Nathan Woltman
2014-12-09fs: resolve junction targets relative to their parentVincent Weevers
2014-12-08path: path.normalize no longer lower-cases drive lettersBert Belder