summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: clarify timing of socket.connectingclarify-socket-connectingSam Roberts2019-01-081-4/+5
* test: tune test-uv-threadpool-scheduleRich Trott2019-01-071-2/+2
* src: check curve ID existence instead of asn flagsSam Roberts2019-01-081-12/+9
* crypto: remove deprecated crypto._toBufTobias Nießen2019-01-083-15/+7
* doc: fix heading in cpp style guideKazushi Kitaya2019-01-081-2/+2
* test: remove redundant fchmod testZYSzys2019-01-081-11/+0
* src: trace_events: fix race with metadata eventsAli Ijaz Sheikh2019-01-082-5/+13
* doc: fix process.stdin exampleAnna Henningsen2019-01-081-2/+3
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-0817-91/+125
* crypto: always accept private keys as public keysTobias Nießen2019-01-085-42/+34
* doc: make modules.md more accurateVse Mozhet Byt2019-01-085-16/+19
* lib: support overriding http\s.globalAgentRoy Sommer2019-01-084-4/+78
* doc: update behaviour of fs.writeFileSakthipriyan Vairamani (thefourtheye)2019-01-081-4/+4
* test: move test-tls-securepair-client out of pummelRich Trott2019-01-071-0/+0
* test: fix test-tls-securepair-clientRich Trott2019-01-071-11/+14
* tools: update ESLint to 5.12.0cjihrig2019-01-0737-282/+481
* test: http2 origin length ERR_HTTP2_ORIGIN_LENGTHFurqan Shaikh2019-01-071-0/+8
* src: remove unused method declarationBen Noordhuis2019-01-071-3/+0
* crypto: fix key object wrapping in sync keygenTobias Nießen2019-01-073-15/+29
* test: remove flag for test-addon-uv-handle-leakRich Trott2019-01-061-2/+2
* test: fix test-benchmark-zlibRich Trott2019-01-061-0/+1
* doc: fs.mkdir('/') throws EPERM on WindowsCorey Farrell2019-01-061-0/+9
* src: remove unused isolate variableDaniel Bevenius2019-01-061-1/+0
* lib: move DEP0023 to end of lifecjihrig2019-01-062-9/+6
* src: move arch, platform and release into node_metadata.ccJoyee Cheung2019-01-063-48/+82
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-069-32/+50
* src: refactor tickInfo accessJoyee Cheung2019-01-066-43/+63
* src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen2019-01-0613-32/+47
* buffer: refactor checks for SlowBuffer creationP. Mike2019-01-051-18/+15
* worker: enable transferring WASM modulesAnna Henningsen2019-01-064-10/+63
* v8: enable inline WASM in serialization APIAnna Henningsen2019-01-062-1/+12
* doc: add documentation for brotli supportAnna Henningsen2019-01-053-13/+211
* benchmark,test: add brotliAnna Henningsen2019-01-0516-49/+267
* zlib: add brotli supportAnna Henningsen2019-01-059-37/+540
* deps,tools: update license-builder.sh and LICENSEHackzzila2019-01-052-0/+26
* deps: add brotliHackzzila2019-01-0584-0/+34434
* doc: document key encryption optionsTobias Nießen2019-01-051-0/+12
* src: add NAPI_VERSION_EXPERIMENTALMichael Dawson2019-01-041-2/+3
* worker: improve JS-side debuggingAnna Henningsen2019-01-041-1/+2
* src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung2019-01-056-12/+22
* lib: move DEP0006 to end of lifecjihrig2019-01-043-67/+5
* test: replace internals with public APIRich Trott2019-01-039-27/+10
* worker: use engine-provided deleter for `SharedArrayBuffer`sAnna Henningsen2019-01-035-9/+62
* lib,test: remove lib/internal/test/unicode.jsRich Trott2019-01-034-21/+6
* deps: upgrade npm to v6.5.0Jordan Harband2019-01-03160-174/+178
* build: fix Windows shared lib buildRichard Lau2019-01-021-1/+1
* test: set umask explicitlyThomas Chung2019-01-021-0/+1
* test: make sure tmpdir is created before using itJoyee Cheung2019-01-021-1/+4
* repl: indicate if errors are thrown or notRuben Bridgewater2019-01-028-63/+83
* src: simplify JS Array creationAnna Henningsen2019-01-024-73/+19