summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-12-08Revert "path: resolve normalize drive letter to lower case"Nikolai Vavilov
2014-12-06module: test for directories, fix require with ..Robert Kowalski
2014-12-07net: give better error messagesEvan Lucas
2014-12-06debugger: use requireRepl() to load debugger replcjihrig
2014-12-05events: implement EventEmitter#getMaxListeners()Christian Tellnes
2014-12-05src: all wrap's now use actual FunctionTemplateTrevor Norris
2014-12-05src: remove Async ListenerTrevor Norris
2014-12-02url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: support `path` for url.formatYazhong Liu
2014-12-02url: support `path` for url.formatYazhong Liu
2014-11-28punycode: update to v1.3.2Mathias Bynens
2014-11-26smalloc: don't allow to dispose typed arraysVladimir Kurchatkin