We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2c2e2b53ab
787e13b41c
b8f3bb107e
35c3c4ba68
5c35d0db47
141aec9564
4112a10abe
2cc4f5c923
0312d8b2cd
v8::Value::IntegerValue()
9011db426e
e5b51cc496
ab58439916
3b66a8d893
26510fbd8e
33053ec8d7
ec009f620c
da494ef889
539e1233b0
cc65fee1d3
ee6b0395f5
ee299c7ef1
147e5d5792
24c6a02930
82ee6c3e47
99fffff6e0
8b5339da14
676875195b
f01a806276
64c205d9bc
748dbf9778
e241398ef6
49b32af5ab
0ba49fec12
d808d27120
1baba9b061
dd5afbe05f
db113a24e0
c30de85ca5
84fdb1cc0e
f4c4b2b41b
83b776c864
1851cf4f83
b4b101fed6
1c5ffb3ec5
1cda41b7da
22cd53791a
97496f0fd9
Context
napi\_env
3e512f1897
userInfo()
02f13abde3
86cf01404c
4a79b2568f
dcaf72311b
fef17b716d
Persistent
DefaultTriggerAsyncIdScope
ce106df728
1bdbf8765d
9fbe91a061
48ed81fad2
a6fe2caaae
TimerFunctionCall()
node\_perf.cc
30be5cbdb0
df05ddfd72
7bbc072529
5ce3b6d7a4
aaddf97d9b
871e32789a
ed10a91e83
22bbece323
22caa26c69
572ea60378
performance.timerify()
0f00ac9c7a
a80452a1ab
086ee5e57f
ee8fa528e2
83ddd3e7d0
1521d8991d
dfecf85ded
ddd9ccf1d8
a666d3ea24
fa1373fc74
167e99b9a1
09f25af16f
45a20a8d78
c20eb4f2bd
b07cb4810c
The text was updated successfully, but these errors were encountered:
11.1.0 (Current) @targos (close #248)
75bcadd
No branches or pull requests
Notable changes
Commits
2c2e2b53ab
] - benchmark: fix bench-mkdirp to use recursive option (Klaus Meinhardt) #23699787e13b41c
] - build: expose more openssl categories for addons (Jonathan Cardoso Machado) #23344b8f3bb107e
] - build: add lint-py which uses flake8 (cclauss) #2195235c3c4ba68
] - build: allow for overwriting of use_openssl_def (Shelley Vohr) #237635c35d0db47
] - build,meta: switch to gcc-4.9 on travis (Refael Ackermann) #23778141aec9564
] - crypto: add SET_INTEGER_CONSANT macro (Daniel Bevenius) #236874112a10abe
] - crypto: strip unwanted space from openssl version (Sam Roberts) #236782cc4f5c923
] - deps: patch V8 to 7.0.276.32 (Michaël Zasso) #238510312d8b2cd
] - deps: fix shim forv8::Value::IntegerValue()
(Anna Henningsen) #238989011db426e
] - (SEMVER-MINOR) deps: move more deprecations to V8_DEPRECATED (Anna Henningsen) #23414e5b51cc496
] - (SEMVER-MINOR) deps: icu 63.1 bump (CLDR 34) (Steven R. Loomis) #23715ab58439916
] - deps: icu: apply workaround patch (Steven R. Loomis) #237643b66a8d893
] - deps: fix wrong default for v8 handle zapping (Refael Ackermann) #2380126510fbd8e
] - doc: add branding to style guide (Rich Trott) #2396733053ec8d7
] - doc: use Node.js instead of Node (Rich Trott) #23967ec009f620c
] - doc: revise BUILDING.md (Rich Trott) #23966da494ef889
] - doc: clarify fd behaviour with {read,write}File (Sakthipriyan Vairamani (thefourtheye)) #23706539e1233b0
] - doc: moved test instructions to BUILDING.md (Kamat, Trivikram) #23949cc65fee1d3
] - doc: fix typographical issues (Denis McDonald) #23970ee6b0395f5
] - doc: sort markdown refs in errors (Sam Roberts) #23972ee299c7ef1
] - doc: remove "idiomatic choice" from queueMicrotask (Rod Vagg) #23885147e5d5792
] - doc: document HPE_HEADER_OVERFLOW error (Sam Roberts) #2396324c6a02930
] - doc: add documentation for http.IncomingMessage$complete (James M Snell) #2391482ee6c3e47
] - doc: remove mailing list (Rich Trott) #2393299fffff6e0
] - doc: remove notice of dashes in V8 options (Denys Otrishko) #239038b5339da14
] - doc: rename README section for Release Keys (Rich Trott) #23927676875195b
] - doc: add note about ABI compatibility (Myles Borins) #22237f01a806276
] - doc: add optional callback to socket.end() (Ajido) #2393764c205d9bc
] - doc: make example more clarified in cluster.md (ZYSzys) #23931748dbf9778
] - doc: simplify valid security issue descriptions (Rich Trott) #23881e241398ef6
] - doc: simplify path.basename() on POSIX and Windows (ZYSzys) #2386449b32af5ab
] - doc: document nullptr comparisons in style guide (Anna Henningsen) #238050ba49fec12
] - doc: remove problematic example from README (Rich Trott) #23817d808d27120
] - doc: use Cookie in request.setHeader() examples (Luigi Pinca) #237071baba9b061
] - doc: NODE_EXTRA_CA_CERTS is ignored if setuid root (Ben Noordhuis) #23770dd5afbe05f
] - doc: add review suggestions to require() (erickwendel) #23605db113a24e0
] - doc: document and warn if the ICU version is too old (Steven R. Loomis) #23766c30de85ca5
] - doc: move @phillipj to emeriti (Phillip Johnsen) #2379084fdb1cc0e
] - doc: add note about removeListener order (James M Snell) #23762f4c4b2b41b
] - doc: document ACL limitation for fs.access on Windows (James M Snell) #2377283b776c864
] - doc: document that addMembership must be called once in a cluster (James M Snell) #237461851cf4f83
] - doc, test: document and test vm timeout escapes (James M Snell) #23743b4b101fed6
] - (SEMVER-MINOR) fs: default open/openSync flags argument to 'r' (Ben Noordhuis) #237671c5ffb3ec5
] - (SEMVER-MINOR) lib: add escapeCodeTimeout as an option to createInterface (Raoof) #197801cda41b7da
] - lib: migrate from process.binding('config') to getOptions() (Vladimir Ilic) #2358822cd53791a
] - lib: trigger uncaught exception handler for microtasks (Gus Caplan) #2379497496f0fd9
] - n-api: make per-Context
-ness ofnapi\_env
explicit (Anna Henningsen) #236893e512f1897
] - os: fix memory leak inuserInfo()
(Anna Henningsen) #2389302f13abde3
] - repl: support top-level for-await-of (Shelley Vohr) #2384186cf01404c
] - repl: migrate from process.binding('config') to getOptions() (Jose Bucio) #236844a79b2568f
] - src: improve StreamBase write throughput (Anna Henningsen) #23843dcaf72311b
] - src: minor refactor to node_errors.h (Anna Henningsen) #23879fef17b716d
] - src: avoid extraPersistent
inDefaultTriggerAsyncIdScope
(Anna Henningsen) #23844ce106df728
] - src: use maybe version v8::Function::Call (Ouyang Yadong) #238261bdbf8765d
] - src: reduce duplication in tcp_wrap Connect (Daniel Bevenius) #237539fbe91a061
] - src: refactor deprecated v8::String::NewFromTwoByte call (Romain Lanz) #2380348ed81fad2
] - src: improve StreamBase read throughput (Anna Henningsen) #23797a6fe2caaae
] - src: simplifyTimerFunctionCall()
innode\_perf.cc
(Anna Henningsen) #2378230be5cbdb0
] - src: memory management using smart pointer (Uttam Pawar) #23628df05ddfd72
] - src: refactor deprecated v8::Function::Call call (Romain Lanz) #238047bbc072529
] - stream: do not error async iterators on destroy(null) (Matteo Collina) #239015ce3b6d7a4
] - stream: ended streams should resolve the async iteration (Matteo Collina) #23901aaddf97d9b
] - stream: async iteration should work with destroyed stream (Matteo Collina) #23785871e32789a
] - test: fixed error message in test-buffer-read (Arvind Pandey) #23957ed10a91e83
] - test: add test-benchmark-http2 (Rich Trott) #2386322bbece323
] - test: fix regression when compiled with FIPS (Adam Majer) #2387122caa26c69
] - test: fix strictEqual() argument order (Loic) #23829572ea60378
] - test: verifyperformance.timerify()
works w/ non-Node Contexts (Anna Henningsen) #237840f00ac9c7a
] - test: mark test-vm-timeout-* known issue tests flaky (James M Snell) #23743a80452a1ab
] - test: add test-benchmark-napi (Emily Marigold Klassen) #23585086ee5e57f
] - test: increase coverage of internal/stream/end-of-stream (Tyler Vann-Campbell) #23751ee8fa528e2
] - test: fix strictEqual() arguments order (Nolan Rigo) #2380083ddd3e7d0
] - test: fix flaky test (cjihrig) #238111521d8991d
] - test: fix invalid modulesLength for DSA keygen (Adam Majer) #23732dfecf85ded
] - test: fix test-require-symlink on Windows (Bartosz Sosnowski) #23691ddd9ccf1d8
] - test: fix strictEqual() argument order (Romain Lanz) #23768a666d3ea24
] - test: fix strictEqual() arguments order (Thomas GENTILHOMME) #23771fa1373fc74
] - test: fix assertion arguments order (Elian Gutierrez) #23787167e99b9a1
] - timers: fix priority queue removeAt fn (Anatoli Papirovski) #2387009f25af16f
] - tls: throw if protocol too long (Andre Jodat-Danbrani) #2360645a20a8d78
] - tools: update ESLint to 5.8.0 (cjihrig) #23904c20eb4f2bd
] - (SEMVER-MINOR) tools, icu: actually failover if there are multiple URLs (Steven R. Loomis) #23715b07cb4810c
] - zlib: do not leak on destroy (Mathias Buus) #23734The text was updated successfully, but these errors were encountered: