65 Commits (6192c9892f3eddf165a4826ba917ea08ea627ea2)

Author SHA1 Message Date
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 9 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 9 years ago
Fedor Indutny c399d176b2 tls: introduce internal `onticketkeycallback` 9 years ago
Fedor Indutny ef65321083 node: do not override `message`/`stack` of error 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Ben Noordhuis 543dabb609 timers: improve Timer.now() performance 9 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Trevor Norris 84bf609fd2 async-wrap: don't call init callback unnecessarily 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Petka Antonov 77c2da10fd timers: make Timer.close idempotent 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Ben Noordhuis cf081a4712 vm: fix crash on fatal error in debug context 10 years ago
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Petka Antonov 872702d9b7 node: implement unhandled rejection tracking 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
Trevor Norris 05f4dff975 asyncwrap: fix constructor condition for early ret 10 years ago
Bert Belder bc2c85ceef fs: improve error messages 10 years ago
Vladimir Kurchatkin 5435cf2f16 v8: optimize `getHeapStatistics` 10 years ago
Bert Belder 0bf1d124af http: optimize on_headers_complete 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis dab6f681cd lib,src: remove post-gc event infrastructure 10 years ago
Trevor Norris b9e6032d0e async-wrap: add event hooks 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Trevor Norris 709fc160e5 async-wrap: add event hooks 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 29d7fd6bb8 src: move debug agent from deps/ to src/ 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 10 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Ben Noordhuis 06526a2a93 src: remove Environment::GetCurrentChecked() 10 years ago
Cheng Zhao 44743eaf24 src: change kIsolateSlot to 3 10 years ago
Trevor Norris 53b2e02a46 node: remove duplicate tickInfo assignment 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Denys Zariaiev 681fe599d7 vm: assign Environment to created context 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Bert Belder fa4eb47caa bindings: add spawn_sync bindings 11 years ago
Fedor Indutny f1de13b8ab node: do not print SyntaxError hints to stderr 11 years ago