summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "http2: streamline OnStreamRead streamline memory accounting"Rich Trott2020-07-141-13/+9
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-1420-109/+47
* worker: add option to track unmanaged file descriptorsAnna Henningsen2020-07-142-2/+6
* src: add option to track unmanaged file descriptorsAnna Henningsen2020-07-146-1/+48
* src: remove redundant snprintfAnna Henningsen2020-07-141-3/+1
* src: refactor TimerWrap lifetime managementAnna Henningsen2020-07-143-22/+26
* src: remove user_data from TimerWrapAnna Henningsen2020-07-144-15/+11
* async_hooks: improve resource stack performanceAnna Henningsen2020-07-145-26/+108
* src: update NODE_MODULE_VERSION to 86Michaƫl Zasso2020-07-131-1/+1
* src: use FromMaybe instead of ToLocal in GetCertDaniel Bevenius2020-07-131-2/+1
* src: add GetCipherValue functionDaniel Bevenius2020-07-131-15/+11
* quic: set destroyed at timestamps for duration calculationJames M Snell2020-07-103-0/+3
* module: package "imports" fieldGuy Bedford2020-07-091-0/+1
* quic: remove no longer valid CHECKJames M Snell2020-07-091-5/+0
* quic: cleanup QuicSocketFlags, used shared state structJames M Snell2020-07-094-97/+55
* quic: use getter/setter for stateless reset toggleJames M Snell2020-07-093-7/+8
* quic: unref timers againAnna Henningsen2020-07-091-0/+3
* quic: additional minor cleanups in node_quic_session.hJames M Snell2020-07-091-18/+21
* src: exit explicitly after printing V8 helpAnna Henningsen2020-07-071-5/+7
* src: add encoding_type variable in WritePrivateKeyDaniel Bevenius2020-07-071-3/+4
* src: fix minor comment typo in KeyObjectDataDaniel Bevenius2020-07-061-1/+1
* src: fix unused namespace memberNikola Glavina2020-07-061-1/+0
* quic: use TimerWrap for idle and retransmit timersJames M Snell2020-07-055-87/+9
* src: replace InspectorTimer with TimerWrap utilityJames M Snell2020-07-051-84/+8
* src: add TimerWrap utilityJames M Snell2020-07-052-0/+178
* quic: add missing memory tracker fieldsJames M Snell2020-07-051-0/+2
* quic: cleanup timers if they haven't been alreadyJames M Snell2020-07-051-0/+7
* quic: fixup lint issuesJames M Snell2020-07-051-2/+4
* quic: refactor qlog handlingJames M Snell2020-07-054-11/+145
* quic: remove onSessionDestroy callbackJames M Snell2020-07-054-20/+1
* quic: refactor QuicSession shared state to use AliasedStructJames M Snell2020-07-054-103/+52
* quic: refactor QuicSession close/destroy flowJames M Snell2020-07-054-144/+138
* quic: additional cleanups on the c++ sideJames M Snell2020-07-053-71/+58
* quic: refactor native object flags for better readabilityJames M Snell2020-07-0511-296/+229
* quic: continued refactoring for quic_stream/quic_sessionJames M Snell2020-07-057-50/+61
* src: remove unused fields from IsolateDataAnna Henningsen2020-07-033-19/+0
* crypto: move typechecking for timingSafeEqual into C++Anna Henningsen2020-07-032-3/+26
* quic: fixup constant exports, export all protocol error codesJames M Snell2020-06-301-1/+18
* quic: remove unused callback functionJames M Snell2020-06-302-2/+0
* quic: consolidate onSessionClose and onSessionSilentCloseJames M Snell2020-06-304-40/+26
* quic: fixup set_final_sizeJames M Snell2020-06-303-3/+11
* quic: cleanups for QuicSocketJames M Snell2020-06-305-67/+96
* quic: cleanups in JS APIJames M Snell2020-06-302-2/+1
* quic: minor cleanups in quic_bufferJames M Snell2020-06-303-10/+16
* quic: remove redundant castgengjiawen2020-06-301-2/+2
* src: allow embedders to disable esm loaderShelley Vohr2020-06-294-1/+16
* n-api: add version to wasm registrationGus Caplan2020-06-281-6/+8
* vm: add run-after-evaluate microtask modeAnna Henningsen2020-06-265-18/+130
* src: add errorProperties on process.reporthimself652020-06-264-27/+89
* lib,src: remove cpu profiler idle notifierBen Noordhuis2020-06-257-82/+4