summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src: always call ReadStop() before Close()Anna Henningsen2018-05-143-1/+9
* lib: defer pausing stdin to the next tickAnna Henningsen2018-05-141-6/+13
* src: remove NodeCategorySet destructorAnna Henningsen2018-05-141-5/+0
* src: store fd for libuv streams on WindowsAnna Henningsen2018-05-145-2/+25
* process: create stdin with `manualStart: true`Anna Henningsen2018-05-141-2/+4
* tools: remove `--quiet` from run-valgrind.pyAnna Henningsen2018-05-141-3/+0
* src: add can_call_into_js flagAnna Henningsen2018-05-145-2/+31
* src: use cleanup hooks to tear down BaseObjectsAnna Henningsen2018-05-146-2/+21
* src: keep track of open requestsAnna Henningsen2018-05-149-24/+83
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-147-56/+165
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-1413-45/+90
* src: add environment cleanup hooksAnna Henningsen2018-05-1411-1/+241
* crypto: add test case for AES key wrappingYihong Wang2018-05-142-1/+63
* src: more automatic memory management in node_crypto.ccAnna Henningsen2018-05-144-898/+725
* crypto: allocate more memory for cipher.update()Yihong Wang2018-05-142-2/+41
* crypto: support authTagLength in GCM encryptionTobias Nießen2018-05-143-5/+48
* crypto: add using directives for v8::Int32, Uint32Tobias Nießen2018-05-141-5/+7
* crypto: use kNoAuthTagLength in InitAuthenticatedTobias Nießen2018-05-142-12/+25
* test: remove crypto.DEFAULT_ENCODING usageDaniel Bevenius2018-05-148-15/+3
* src: fix node_crypto.cc compiler warningsDaniel Bevenius2018-05-141-1/+1
* crypto: remove rsaPrivate and rename rsaPublicDaniel Bevenius2018-05-141-14/+5
* crypto: add addCipherPrototypeFunctions functionDaniel Bevenius2018-05-141-29/+14
* crypto: add createCipher/WithIV functionsDaniel Bevenius2018-05-141-83/+46
* crypto: allow to restrict valid GCM tag lengthTobias Nießen2018-05-144-7/+82
* module: add --preserve-symlinks-mainDavid Goldstein2018-05-128-4/+124
* test: make sure linked lists are inspectable with defaultsAnna Henningsen2018-05-121-0/+12
* fs: make fs.promises non-enumerablecjihrig2018-05-122-2/+7
* doc: add global node_modules to require.resolve()musgravejw2018-05-121-6/+9
* doc: fix stability text for n-apiMichael Dawson2018-05-121-1/+1
* esm: provide named exports for builtin libsGus Caplan2018-05-128-16/+282
* tools: use macOS as operating system nameRich Trott2018-05-122-2/+2
* doc: add util.types.isModuleNamespaceObject()Gus Caplan2018-05-121-0/+19
* timers: make timer.refresh() a public APIJeremiah Senkpiel2018-05-125-14/+44
* test: add regression test for #11257Benjamin Coe2018-05-121-0/+37
* doc: fix nits in doc/api_assets/style.cssVse Mozhet Byt2018-05-121-18/+5
* src: fix typo in util.h commentAnna Henningsen2018-05-121-1/+1
* assert: make sure throws is able to handle primitivesRuben Bridgewater2018-05-123-7/+72
* src: fix nullptr dereference for signal during startupAnna Henningsen2018-05-121-1/+2
* errors: move functions to error codeRuben Bridgewater2018-05-121-97/+92
* assert: move AssertionError into own fileRuben Bridgewater2018-05-125-306/+301
* doc: update assert documentationRuben Bridgewater2018-05-121-25/+25
* assert: accept regular expressions to validateRuben Bridgewater2018-05-123-11/+88
* tools: ignore VS compiler outputYulong Wang2018-05-121-0/+2
* src: use unqualified names in module_wrap.ccDaniel Bevenius2018-05-121-7/+6
* lib: return directly from packageMainCacheDaniel Bevenius2018-05-121-2/+1
* src: remove static variables from string_searchAnna Henningsen2018-05-123-41/+9
* deps: upgrade to libuv 1.20.3cjihrig2018-05-1213-7/+87
* doc: add util.types.isBig{Int,Uint}64Array()cjihrig2018-05-121-0/+38
* doc: fix missing napi_get_typedarray_info() paramGabriel Schulhof2018-05-121-2/+3
* vm: move emitExperimentalWarningDaniel Bevenius2018-05-121-1/+1