summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* squashTrott-patch-3Rich Trott2018-01-311-1/+0
* doc: streamline README introRich Trott2018-01-311-4/+3
* url: simplify loop in parserTobias Nießen2018-01-311-1/+1
* url: expose the WHATWG URL API globallyMichaël Zasso2018-01-3110-45/+77
* src: fix vector subscript out of rangeAnatoli Papirovski2018-01-311-1/+1
* test: fix flaky test-process-fatal-execption-tickRich Trott2018-01-301-2/+1
* vm: add modulesGus Caplan2018-01-3016-35/+1281
* src: factor out some common vm functionsTimothy Gu2018-01-302-225/+233
* src: flatten ContextifyContextGus Caplan2018-01-303-435/+516
* deps: V8: resolve remaining whitespace diffMyles Borins2018-01-308-50/+55
* doc: reorder section on updating PR branchAli Ijaz Sheikh2018-01-301-8/+8
* doc: add pending-deprecation to deprecations listСковорода Никита Андреевич2018-01-311-1/+8
* doc: add pending-deprecation to COLLABORATOR_GUIDEСковорода Никита Андреевич2018-01-311-1/+5
* doc: fix manpage warningsRoman Reiss2018-01-301-2/+2
* doc: warn about GCM authenticityTobias Nießen2018-01-301-0/+9
* stream: avoid writeAfterEnd() while ending陈刚2018-01-302-1/+25
* stream: simplify `src._readableState` to `state`陈刚2018-01-301-2/+2
* test: adds tests for vm invalid argumentsGilles De Mey2018-01-301-1/+54
* tools: fix icu readme lint errorAnatoli Papirovski2018-01-291-1/+1
* doc: Update tools/icu/README.mdSteven R. Loomis2018-01-291-27/+34
* doc: add vdeturckheim as collaboratorvdeturckheim2018-01-291-0/+2
* process: JS fast path for bindingsAnatoli Papirovski2018-01-294-78/+55
* domain: further abstract usage in C++Anatoli Papirovski2018-01-2910-90/+72
* src: remove outdated domain referenceAnatoli Papirovski2018-01-291-1/+0
* src: remove unnecessary async hooks checkAnatoli Papirovski2018-01-291-5/+0
* src: remove unnecessary block scopeAnatoli Papirovski2018-01-291-10/+6
* stream: add type and range check for highWaterMarkTobias Nießen2018-01-296-31/+70
* cluster: add cwd to cluster.settingscjihrig2018-01-293-0/+25
* stream: do not emit readable if the stream endedMathias Buus2018-01-292-1/+42
* lib,src: port isIPv4() to jsBen Noordhuis2018-01-294-44/+26
* src: DRY ip address parsing code in cares_wrap.ccBen Noordhuis2018-01-291-36/+18
* benchmark: implement duration in http test doubleJoyee Cheung2018-01-293-7/+35
* module: validate request in require.resolve.pathsJoyee Cheung2018-01-292-0/+11
* module: validate request in require.resolveJoyee Cheung2018-01-292-1/+17
* module: use internal/errors.js in module.requireJoyee Cheung2018-01-293-24/+24
* errors: only init colors when util is not loadedJoyee Cheung2018-01-291-2/+4
* errors: improve the description of ERR_INVALID_ARG_VALUEJoyee Cheung2018-01-292-13/+35
* benchmark: make compare.R easier to understandAndreas Madsen2018-01-291-12/+49
* test: fix flaky test-fs-writeJoyee Cheung2018-01-291-4/+4
* timers: attach listOnTimeout function to TimerWrapMatteo Collina2018-01-291-4/+4
* doc: unify type linkificationVse Mozhet Byt2018-01-282-34/+39
* src: remove unused variablecjihrig2018-01-271-2/+0
* http: there is no `corked` property of `stream`Fedor Indutny2018-01-271-3/+8
* doc: fix typo in REPL docsAdam Engebretson2018-01-271-1/+1
* timers: add internal [@@ refresh()] functiontimers-internal-refreshJeremiah Senkpiel2018-01-265-13/+90
* timers: reposition getTimers definition internallyJeremiah Senkpiel2018-01-261-7/+8
* process: clean up signal handler setupAnatoli Papirovski2018-01-261-10/+9
* process: remove dead codeAnatoli Papirovski2018-01-261-8/+1
* build: fix rm commands in tarball ruleBen Noordhuis2018-01-261-10/+29
* http: switch on string valuesSeth Brenith2018-01-262-23/+46