summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* v8: refactor struture of v8 moduleJames M Snell2017-04-281-54/+62
* errors, child_process: migrate to using internal/errorsJames M Snell2017-04-273-17/+35
* errors: use lazy assert to avoid issues on startupJames M Snell2017-04-271-2/+9
* url: always show password for URL instancesBrian White2017-04-261-4/+1
* url: port WHATWG URL API to internal/errorsTimothy Gu2017-04-252-49/+90
* tools: enable no-useless-return eslint rulecjihrig2017-04-251-1/+0
* url: use internal/util's getConstructorOfTimothy Gu2017-04-241-12/+2
* util: move getConstructorOf() to internalTimothy Gu2017-04-242-17/+17
* url: update WHATWG URL API to latest specTimothy Gu2017-04-241-95/+84
* lib: fix typo in comments in module.jsWORMSS2017-04-241-2/+2
* url: improve descriptiveness of identifierRich Trott2017-04-241-4/+4
* http: add type checking for hostnameJames M Snell2017-04-241-1/+10
* debugger: remove obsolete _debug_agent.jsRich Trott2017-04-241-196/+0
* errors: assign error code to bootstrap_node created errorJames M Snell2017-04-242-1/+8
* lib: refactor internal/utilJames M Snell2017-04-211-37/+50
* events: remove unreachable codecjihrig2017-04-211-14/+5
* lib: remove _debugger.jsBen Noordhuis2017-04-212-1822/+2
* lib,src,test: update --debug/debug-brk commentsBen Noordhuis2017-04-211-1/+1
* errors: port internal/process errors to internal/errorsJames M Snell2017-04-204-9/+61
* repl: support hidden history file on WindowsBartosz Sosnowski2017-04-201-1/+10
* module: standardize strip shebang behaviourSebastian Van Sande2017-04-193-29/+41
* buffer: add pending deprecation warningJames M Snell2017-04-191-1/+32
* net: require 'dns' only onceBen Noordhuis2017-04-181-3/+11
* net: don't normalize twice in Socket#connect()Ben Noordhuis2017-04-181-2/+6
* net: don't concatenate strings in debug loggingBen Noordhuis2017-04-181-3/+3
* net: remove unnecessary process.nextTick()Ben Noordhuis2017-04-181-4/+1
* net: don't create unnecessary closureBen Noordhuis2017-04-181-10/+4
* net: don't create unnecessary closureBen Noordhuis2017-04-181-3/+3
* crypto: remove unused C++ parameter in sign/verifyTobias Nießen2017-04-181-2/+2
* buffer: fix backwards incompatibilityBrian White2017-04-181-4/+1
* tools,lib: enable strict equality lint ruleRich Trott2017-04-187-4/+12
* net: refactor onSlaveClose in Server.closeClaudio Rodriguez2017-04-181-8/+6
* child_process: improve ChildProcess validationcjihrig2017-04-171-3/+19
* child_process: minor cleanup of internalscjihrig2017-04-171-47/+34
* crypto: add randomFill and randomFillSyncEvan Lucas2017-04-171-0/+70
* url: improve WHATWG URL inspectionTimothy Gu2017-04-151-24/+54
* url: clean up WHATWG URL origin generationTimothy Gu2017-04-151-95/+29
* buffer: use slightly faster NaN checkBrian White2017-04-141-2/+4
* buffer: optimize write()Brian White2017-04-141-45/+49
* buffer: optimize toString()Brian White2017-04-141-63/+66
* buffer: optimize from() and byteLength()Brian White2017-04-142-69/+92
* crypto: make LazyTransform compabile with Streams1Matteo Collina2017-04-141-0/+2
* stream: Fixes missing 'unpipe' eventChristopher Luke2017-04-141-2/+2
* doc: limit lines to 80 cols in internal READMEEvan Lucas2017-04-131-2/+4
* src: use option parser for expose_internalsSam Roberts2017-04-131-4/+2
* assert: improve assert.fail() APIRich Trott2017-04-121-0/+4
* url: remove javascript URL special caseDaijiro Wachi2017-04-121-2/+0
* zlib: support all ArrayBufferView typesTimothy Gu2017-04-121-14/+13
* crypto: support all ArrayBufferView typesTimothy Gu2017-04-121-3/+2
* src,test: debug is now an alias for inspectAli Ijaz Sheikh2017-04-111-4/+6