summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-25tools: enable no-useless-return eslint rulecjihrig
2017-04-24url: use internal/util's getConstructorOfTimothy Gu
2017-04-24util: move getConstructorOf() to internalTimothy Gu
2017-04-24url: update WHATWG URL API to latest specTimothy Gu
2017-04-24lib: fix typo in comments in module.jsWORMSS
2017-04-24url: improve descriptiveness of identifierRich Trott
2017-04-24http: add type checking for hostnameJames M Snell
2017-04-24debugger: remove obsolete _debug_agent.jsRich Trott
2017-04-24errors: assign error code to bootstrap_node created errorJames M Snell
2017-04-21lib: refactor internal/utilJames M Snell
2017-04-21events: remove unreachable codecjihrig
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-04-21lib,src,test: update --debug/debug-brk commentsBen Noordhuis
2017-04-20errors: port internal/process errors to internal/errorsJames M Snell
2017-04-20repl: support hidden history file on WindowsBartosz Sosnowski
2017-04-19module: standardize strip shebang behaviourSebastian Van Sande
2017-04-19buffer: add pending deprecation warningJames M Snell
2017-04-18net: require 'dns' only onceBen Noordhuis
2017-04-18net: don't normalize twice in Socket#connect()Ben Noordhuis
2017-04-18net: don't concatenate strings in debug loggingBen Noordhuis
2017-04-18net: remove unnecessary process.nextTick()Ben Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18crypto: remove unused C++ parameter in sign/verifyTobias Nießen
2017-04-18buffer: fix backwards incompatibilityBrian White
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-18net: refactor onSlaveClose in Server.closeClaudio Rodriguez
2017-04-17child_process: improve ChildProcess validationcjihrig
2017-04-17child_process: minor cleanup of internalscjihrig
2017-04-17crypto: add randomFill and randomFillSyncEvan Lucas
2017-04-15url: improve WHATWG URL inspectionTimothy Gu
2017-04-15url: clean up WHATWG URL origin generationTimothy Gu
2017-04-14buffer: use slightly faster NaN checkBrian White
2017-04-14buffer: optimize write()Brian White
2017-04-14buffer: optimize toString()Brian White
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-14crypto: make LazyTransform compabile with Streams1Matteo Collina
2017-04-14stream: Fixes missing 'unpipe' eventChristopher Luke
2017-04-13doc: limit lines to 80 cols in internal READMEEvan Lucas
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-12assert: improve assert.fail() APIRich Trott
2017-04-12url: remove javascript URL special caseDaijiro Wachi
2017-04-12zlib: support all ArrayBufferView typesTimothy Gu
2017-04-12crypto: support all ArrayBufferView typesTimothy Gu
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-10crypto: handle exceptions in hmac/hash.digestTobias Nießen
2017-04-08util: use V8 C++ API for inspecting PromisesTimothy Gu
2017-04-05buffer: preallocate array with buffer lengthalejandro
2017-04-04url: avoid instanceof for WHATWG URLBrian White
2017-04-04test: add Unicode characters regression testAlexey Orlenko