| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove dtrace & etw support | Ben Noordhuis | 2022-07-17 | 1 | -245/+0 |
* | deps,src: use SIMD for normal base64 encoding | Brian White | 2022-07-14 | 1 | -0/+2 |
* | build,test: increase stack size limit on Windows | Tobias Nießen | 2022-07-02 | 1 | -0/+6 |
* | src,deps,build,test: add OpenSSL config appname | Daniel Bevenius | 2022-05-31 | 1 | -5/+5 |
* | bootstrap: include code cache in the embedded snapshot | Joyee Cheung | 2022-05-17 | 1 | -95/+11 |
* | src: delete AllocatedBuffer | Darshan Sen | 2022-05-13 | 1 | -2/+0 |
* | build: fix various shared library build issues | William Marlow | 2022-05-06 | 1 | -1/+54 |
* | src: add initial shadow realm support | legendecas | 2022-05-02 | 1 | -0/+2 |
* | lib,src: implement WebAssembly Web API | Tobias Nießen | 2022-04-23 | 1 | -0/+1 |
* | bootstrap: move embedded snapshot to SnapshotBuilder | Joyee Cheung | 2022-04-20 | 1 | -0/+1 |
* | build: add --node-snapshot-main configure option | Joyee Cheung | 2022-03-31 | 1 | -14/+39 |
* | test: move test-crypto-engine to addon | Michael Dawson | 2022-02-07 | 1 | -26/+0 |
* | lib: add fetch | Michaël Zasso | 2022-02-01 | 1 | -0/+1 |
* | src: prevent extra copies of `TimerWrap::TimerCb` | Darshan Sen | 2021-11-12 | 1 | -0/+1 |
* | test: test `crypto.setEngine()` using an actual engine | Darshan Sen | 2021-10-30 | 1 | -0/+26 |
* | deps,build,tools: fix openssl-is-fips for ninja builds | Daniel Bevenius | 2021-10-21 | 1 | -7/+13 |
* | deps,test,src,doc,tools: update to OpenSSL 3.0 | Daniel Bevenius | 2021-10-11 | 1 | -1/+77 |
* | build: preserves symbols during LTO with macOS linker | Jesse Chan | 2021-09-05 | 1 | -0/+13 |
* | build: override python executable path on configure | legendecas | 2021-07-30 | 1 | -2/+2 |
* | deps: extract gtest source files to deps/googletest | legendecas | 2021-07-16 | 1 | -2/+3 |
* | build: add `library_files` to gyp variables | himself65 | 2021-07-14 | 1 | -1/+1 |
* | node-api: cctest on v8impl::Reference | legendecas | 2021-07-05 | 1 | -0/+2 |
* | deps: update Acorn to v8.4.1 | Michaël Zasso | 2021-06-29 | 1 | -4/+0 |
* | build: pass directory instead of list of files to js2c.py | Joyee Cheung | 2021-06-24 | 1 | -246/+19 |
* | debugger: rename internal library for clarity | Rich Trott | 2021-06-20 | 1 | -3/+3 |
* | src,url: separate some tables out of node_url.cc | XadillaX | 2021-06-17 | 1 | -0/+1 |
* | tools: refactor snapshot builder | Joyee Cheung | 2021-06-10 | 1 | -2/+0 |
* | src: use SPrintF in ProcessEmitWarning | Darshan Sen | 2021-05-25 | 1 | -0/+1 |
* | readline: move utilities to internal modules | Antoine du Hamel | 2021-05-02 | 1 | -0/+2 |
* | lib: add support for JSTransferable as a mixin | James M Snell | 2021-04-26 | 1 | -0/+1 |
* | debugger: move node-inspect to internal library | Rich Trott | 2021-04-25 | 1 | -3/+3 |
* | net: add SocketAddress class | James M Snell | 2021-04-02 | 1 | -0/+1 |
* | lib: make process.binding('util') return only type checkers | Anna Henningsen | 2021-03-27 | 1 | -0/+1 |
* | crypto: fix header name | Jiawen Geng | 2021-03-21 | 1 | -1/+1 |
* | lib: load v8_prof_processor dependencies as ESM | Michaël Zasso | 2021-03-15 | 1 | -11/+11 |
* | stream: move duplicated code to an internal module | Rich Trott | 2021-02-28 | 1 | -0/+1 |
* | perf_hooks: complete overhaul of the implementation | James M Snell | 2021-02-22 | 1 | -0/+7 |
* | src: refactor v8 binding | Joyee Cheung | 2021-02-08 | 1 | -0/+1 |
* | src: put (de)serialization code into node_snapshotable.h/cc | Joyee Cheung | 2021-02-05 | 1 | -0/+2 |
* | quic: remove quic | James M Snell | 2021-01-30 | 1 | -56/+0 |
* | src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc) | Tobias Nießen | 2021-01-25 | 1 | -1/+1 |
* | buffer: introduce Blob | James M Snell | 2021-01-18 | 1 | -0/+3 |
* | crypto: introduce X509Certificate API | James M Snell | 2021-01-09 | 1 | -0/+3 |
* | lib,src: update cluster to use Parent | Michael Dawson | 2021-01-05 | 1 | -1/+1 |
* | child_process: add 'overlapped' stdio flag | Thiago Padilha | 2021-01-03 | 1 | -0/+18 |
* | stream: support abort signal | Benjamin Gruenbaum | 2020-12-07 | 1 | -0/+1 |
* | module: refactor to use iterable-weak-map | bcoe | 2020-11-06 | 1 | -0/+1 |
* | lib: create diagnostics_channel module | Stephen Belanger | 2020-10-31 | 1 | -0/+1 |
* | deps: update acorn to v8.0.4 | Michaël Zasso | 2020-10-27 | 1 | -1/+0 |
* | src: mark/pop OpenSSL errors in NewRootCertStore | Daniel Bevenius | 2020-10-21 | 1 | -0/+3 |