summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-0210-117/+149
* src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma2018-09-023-10/+16
* win, build: remove superfluous error messageBartosz Sosnowski2018-09-021-3/+3
* crypto: fix incorrect use of INT_MAX in validationTobias Nießen2018-09-023-19/+17
* doc: indicate createSecureContext arg is optionalRich Trott2018-09-021-1/+1
* doc: remove _optional_ designation for tls optionsRich Trott2018-09-021-61/+59
* crypto: improve setAuthTagTobias Nießen2018-09-023-16/+51
* doc: clarify fallback behavior of module requireTomCoded2018-09-021-9/+9
* test: improve assertions in test-cli-node-print-helpAnna Henningsen2018-09-021-2/+4
* lib: merge onread handlers for http2 streams & net.SocketAshok2018-09-023-95/+68
* net: throw error if port/path does not exist in optionsYaniv Friedensohn2018-09-022-7/+29
* benchmark: add lines to scatter plotsDenys Otrishko2018-09-023-42/+51
* deps: upgrade npm to 6.4.1Kat Marchán2018-09-02743-29474/+19046
* src: fix external memory usage going negativeMathias Buus2018-09-022-1/+38
* doc: Remove 'dnt_helper.js'MaleDong2018-09-022-52/+11
* src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma2018-09-017-12/+15
* cli: generate --help text in JSAnna Henningsen2018-09-018-159/+174
* src: make CLI options programatically accesibleAnna Henningsen2018-09-019-101/+476
* n-api: clean up thread-safe functionGabriel Schulhof2018-08-311-350/+355
* doc: add section on how to build debug buildTroels Liebe Bentsen2018-08-311-0/+38
* tools: specify rule disabled in test-assert.jsRich Trott2018-08-311-4/+4
* tools: specify rules disabled in common/dns.jsRich Trott2018-08-311-1/+1
* doc: fix up warning text about character devicesAnna Henningsen2018-08-311-10/+11
* test: move test that depends on dns query to internetJoyee Cheung2018-08-312-25/+30
* build: use `0o` octal notation in configureAnna Henningsen2018-08-311-1/+1
* crypto: deduplicate public key parsingTobias Nießen2018-08-311-54/+51
* child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko2018-08-312-6/+14
* win,build: build N-API addons in parallelBartosz Sosnowski2018-08-311-5/+5
* build: do not copy v8-inspector* headers ar part of installAlexey Kozyatinskiy2018-08-311-1/+9
* doc: add profiling APIs to the diagnostics support documentMatheus Marchini2018-08-311-0/+2
* doc: update Linux perf test status in our CIMatheus Marchini2018-08-311-1/+1
* dgram: make process.binding('udp_wrap') internalcjihrig2018-08-3112-14/+21
* src: do not pass code to ScriptCompiler::CreateCodeCacheForFunctionMichaël Zasso2018-08-311-2/+2
* test: remove skip of OS X bugRich Trott2018-08-303-7/+0
* test: fix typo in test nameRich Trott2018-08-301-0/+0
* doc: make Stability Index more conciseRich Trott2018-08-301-11/+8
* crypto: make _toBuf non-enumerableTobias Nießen2018-08-301-1/+4
* crypto: deprecate aliases for randomBytesTobias Nießen2018-08-303-3/+32
* doc: unify deprecation wordingTobias Nießen2018-08-301-1/+1
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-3011-12/+20
* tools: Include links to source code in documentationSam Ruby2018-08-2913-4/+252
* test: refacor spawn[Sync]PwdRefael Ackermann2018-08-297-148/+108
* lib: make pipe_wrap binding internalcjihrig2018-08-2911-11/+16
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-2915-16/+32
* vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma2018-08-295-0/+405
* doc: remove redundant 'Example:' and similar notesVse Mozhet Byt2018-08-2927-260/+53
* src: use String::Utf8Length with isolateMichaël Zasso2018-08-294-6/+7
* deps: backport String::Utf8Length with isolateMichaël Zasso2018-08-293-2/+7
* src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-08-297-40/+55
* deps: backport String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-08-293-25/+46