Tobias Nießen
Tobias Nießen
To comply with RFC 7301, make TLS servers send a fatal alert during the TLS handshake if both the client and the server are configured to use ALPN and if...
This is a tool that I've been working on. It should be capable of opening littlefs disk images up to a size of 4 GiB and allows browsing the folder...
Example: - JavaScript: https://coverage.nodejs.org/coverage-ea9943158654bca9/index.html - C++: https://coverage.nodejs.org/coverage-ea9943158654bca9/cxxcoverage.html
I wonder if we should be trying to cache more build artifacts. (And if there is a tracking issue for this somewhere already, please feel free to close this one.)...
Some core dependencies that are under the nodejs GitHub organization are excluded from coverity scans of the core repository. I would like to enable coverity for those repositories separately. One...
Ref: https://github.com/nodejs/node/pull/44447#issuecomment-1231750733 The charter says that TSC members must be added by a vote. I propose that we open the voting now and plan to close it at the halfway...
First of all, thanks to all of you for your efforts! I am currently playing around with Node.js 12.0.0 and the new ESM implementation. One thing I have come across...
In https://github.com/nodejs/node/pull/40613, `[email protected]` incorrectly adds a `Fixes:` metadata line: ``` ----------------------------------- PR info ------------------------------------ Title crypto: fix build without scrypt (#40613) Author Martin 'JaMa' Jansa (@shr-project, first-time contributor) Branch shr-project:jansa/scrypt...
There is a growing list of feature requests for the DNS module which require upstream changes for an efficient implementation within node. - [ ] https://github.com/nodejs/node/issues/14648: c-ares does not support...
Static analysis insists that `sysconf(_SC_PAGE_SIZE)` might return a negative integer (even though it never will). This was supposed to be handled by the existing check `EXPECT_GE(page, static_cast(N))`. I assume that...