Граф коммитов

  • 1db99b67f9
    Merge 5efd0aa399 into 8bc5d171a0 Robo 2019-07-30 16:44:08 +0000
  • 5efd0aa399 tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp call backport_crypto_4_x David Benjamin 2019-01-25 04:34:38 +0000
  • 7461804465 crypto: fix malloc mixing in X509ToObject David Benjamin 2019-01-25 17:27:00 -0600
  • 3eb7a6eac5 buffer,errors: improve bigint, big numbers and more electron-node-v12.x Ruben Bridgewater 2019-04-14 21:34:26 +0200
  • d49d17abcd buffer: add {read|write}Big[U]Int64{BE|LE} methods Nikolai Vavilov 2018-06-03 20:30:46 +0300
  • a7330ed2a6
    doc: update versions for Electron v6 master Shelley Vohr 2019-07-16 11:10:30 -0700
  • cbb519597c chore: read _noBrowserGlobals from global not process electron-node-v12.4 Samuel Attard 2019-07-15 17:45:02 -0700
  • 67406b7bfb fix: ensure js2c maps internal-fs/streams Samuel Attard 2019-07-15 17:44:47 -0700
  • 93fa037c35 fix: extern the NativeModuleEnv and options parser for debug builds Samuel Attard 2019-07-15 14:20:10 -0700
  • 0f364dca02 fix: make js2c normalize paths before splitting on separaters Samuel Attard 2019-07-15 11:41:22 -0700
  • baae331c49 chore: remove sysinfo-memory from build files Samuel Attard 2019-07-15 11:11:52 -0700
  • 513b5b29c1 chore: fix js2c hacks for original-fs Samuel Attard 2019-07-15 10:26:42 -0700
  • 446ae2d6e6
    Merge 1ca642c77b into 8bc5d171a0 Robo 2019-07-12 00:26:01 +0000
  • 1ca642c77b http2: fix tracking received data for maxSessionMemory array_buffer_backport_10_11_x Anna Henningsen 2019-05-26 17:48:47 +0200
  • 9027c0ff04 tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp call David Benjamin 2019-01-25 04:34:38 +0000
  • e13e8fe0bf src: remove outdated `Neuter()` call in `node_buffer.cc` Anna Henningsen 2019-01-13 21:53:31 +0100
  • 7b3564269c buffer: throw exception when creating from non-Node.js Context Anna Henningsen 2018-10-28 15:59:20 +0100
  • b2ed6c35ab src: add allocation utils to env Anna Henningsen 2019-02-18 22:58:19 +0100
  • 8867a265bc src: add debugging array allocator Anna Henningsen 2019-02-18 17:30:10 +0100
  • 6418b51024 worker: copy transferList ArrayBuffers on unknown allocator Anna Henningsen 2019-02-19 14:56:52 +0100
  • 55381261b8 src: make IsolateData store ArrayBufferAllocator Anna Henningsen 2019-02-18 17:30:42 +0100
  • dea1404add src: allocate Buffer memory using ArrayBuffer allocator Anna Henningsen 2019-02-18 22:58:27 +0100
  • 4f63360eda crypto: don't crash X509ToObject on error David Benjamin 2019-01-29 05:51:09 +0000
  • c2ac64913a crypto: fix malloc mixing in X509ToObject David Benjamin 2019-01-25 17:27:00 -0600
  • 982406ee4e Revert "fix: allocate memory of Buffer with V8's allocator" deepak1556 2019-07-09 22:23:30 -0700
  • 7ce3c4fb8e fix: don't define BUILDING_V8_SHARED in component builds (#109) Jeremy Apthorp 2019-07-03 09:58:01 -0700
  • 64b14143d6 src: expose MaybeInitializeContext to allow existing contexts Samuel Attard 2019-07-04 15:57:09 -0700
  • 96448c2d5b src: add missing option parser template for the DebugOptionsParser Samuel Attard 2019-07-04 15:28:22 -0700
  • 2b377c5400 chore: remove unused private RuntimeAgent member env Shelley Vohr 2019-07-03 09:29:26 -0700
  • 80f1175904 chore: re-add CompileAndCall, this should be added as a helper in electron Samuel Attard 2019-06-28 17:13:54 -0700
  • ef2a2203b1 build: fix GN build scripts and js2c for node 12.4 and embedder use cases Samuel Attard 2019-06-28 17:13:38 -0700
  • 780436005f fix: don't define BUILDING_V8_SHARED in component builds (#109) Jeremy Apthorp 2019-07-03 09:58:01 -0700
  • 4090c54ff9 fixme: Revert "crypto: add support for RSA-PSS keys" Samuel Attard 2019-06-28 16:52:24 -0700
  • f4a3ef181f
    fix: don't define BUILDING_V8_SHARED in component builds fix-build Jeremy Apthorp 2019-07-02 14:38:36 -0700
  • 68daaf009e chore: Use v8_inspector_js_protocol to find pdl file electron-node-v12.0-master Samuel Attard 2019-07-02 11:08:59 -0700
  • 0c181e78cb chore: update location of js_protocol.pdl (#108) John Kleinschmidt 2019-07-02 03:22:36 -0700
  • cf75f18576 Use v8_inspector_js_protocol to find pdl file John Kleinschmidt 2019-07-01 15:35:03 -0400
  • 6f9ae4645d chore: update location of js_protocol.pdl John Kleinschmidt 2019-07-01 13:50:03 -0400
  • 46b8a4bbd6 lib: require globals instead of using the global proxy Joyee Cheung 2019-04-06 05:56:00 +0800
  • 91b4115a2b lib: remove `env: node` in eslint config for lib files Joyee Cheung 2019-04-04 11:36:41 +0800
  • 217387fd1f lib: force using primordials for JSON, Math and Reflect Michaël Zasso 2019-03-31 13:30:12 +0200
  • 60b4205ff2 lib: require globals instead of using the global proxy Joyee Cheung 2019-04-06 05:56:00 +0800
  • f7da7fdb19 lib: remove `env: node` in eslint config for lib files Joyee Cheung 2019-04-04 11:36:41 +0800
  • 4f0bd62811 lib: force using primordials for JSON, Math and Reflect Michaël Zasso 2019-03-31 13:30:12 +0200
  • cdd28bb500 fixup! build: add GN build files v12.4_fixes deepak1556 2019-06-21 11:11:35 -0700
  • 445c3beab5 upstream: fix -Wunused-private-field deepak1556 2019-06-21 11:10:23 -0700
  • 5d91669518 fixup! feat: add original-fs module deepak1556 2019-06-21 11:08:16 -0700
  • c96f92b6c7 chore: update GN files for file movement Shelley Vohr 2019-06-21 10:23:11 -0700
  • 60ebee2575 Allow embedder to insert JS data into NativeModuleLoader deepak1556 2019-02-26 17:04:14 -0800
  • f508fcaf76 Inherit ELECTRON_CRASHPAD_PIPE_NAME in child process Cheng Zhao 2019-06-04 17:42:11 +0900
  • c03ae3d34d chore: allow the node entrypoint to be a builtin module Samuel Attard 2019-06-03 01:05:58 -0700
  • 39fc4d7e61 src: read break_node_first_line from the inspect options Samuel Attard 2019-06-02 12:43:59 -0700
  • 88565fbe19 src: only run preloadModules if the preload array is not empty Samuel Attard 2019-06-02 00:27:17 -0700
  • 47b6853a9a fsevents: fix file event reporting Ben Noordhuis 2019-05-27 14:31:53 +0200
  • 62611a47cc chore: add ability to prevent / warn non context-aware native modules being loaded Samuel Attard 2019-05-22 13:34:18 -0700
  • fcfe625230 refactor: allow embedder overriding of internal FS calls Samuel Attard 2019-04-22 13:23:37 -0700
  • 1a5fd03ee1 build: allow embedders to override the NODE_MODULE_VERSION define Samuel Attard 2019-04-16 15:12:14 -0700
  • fafc3bff05 feat: add original-fs module Cheng Zhao 2019-04-11 17:16:13 +0900
  • 03f242fad3 src: Disable NODE_USE_V8_PLATFORM in node_options Nitish Sakhawalkar 2019-04-04 16:45:35 -0700
  • 19ba801903 fix: do not define DebugOptions's constructors in header Cheng Zhao 2019-03-29 17:17:30 +0900
  • e40a99489c fix: key gen APIs are not available in BoringSSL Cheng Zhao 2019-03-29 16:50:56 +0900
  • ebb880038c fix: make it possible to change noBrowserGlobals at runtime Cheng Zhao 2019-03-29 16:21:42 +0900
  • 20513ec208 fix: Export node::Abort and Assert Nitish Sakhawalkar 2019-03-27 14:17:15 -0700
  • c6cda1e45f fixme: Comment trace event macro Nitish Sakhawalkar 2019-03-26 11:28:05 -0700
  • c8b62e7bcb src: use CHECK(false) in switch default case Nitish Sakhawalkar 2019-03-07 17:02:13 -0800
  • c119033229 FIXME: remove async_id assertion check Shelley Vohr 2018-09-13 09:08:10 -0700
  • 688e2a5441 FIXME: use redefined version of internalModuleStat Shelley Vohr 2018-09-13 09:10:02 -0700
  • 928d63dd28 Call process.log from fallback stream on Windows Kevin Sawicki 2016-10-12 09:43:26 -0700
  • 448caf0f43 Pass all globals through "require" Cheng Zhao 2016-03-27 14:42:26 +0900
  • 82630f1317 fix: use bssl BN_bn2bin_padded for ossl's BN_bn2binpad deepak1556 2018-12-19 08:54:45 +0530
  • dba9ad51ef fix: expose tracing::Agent and use tracing::TracingController instead of v8::TracingController Samuel Attard 2018-10-26 15:35:13 +1100
  • ffc2b73933 fix: export libuv symbols (#73) Jeremy Apthorp 2018-10-11 16:24:57 -0700
  • ac765fd64a export Environment::kNodeContextTagPtr Jeremy Apthorp 2018-10-02 17:09:15 -0700
  • c751295c76 feat: add flags for low-level hooks and exceptions Shelley Vohr 2018-09-13 08:42:22 -0700
  • 07acaedee0 feat: add new built_with_electron variable to config.gypi Shelley Vohr 2018-10-02 11:39:58 -0700
  • aca838c7d5 fix: add default values for 'enable_lto' and 'build_v8_with_gn' in common.gypi Jeremy Apthorp 2018-09-19 12:20:44 -0700
  • 4d372098a3 fix: export DebugOptions Nitish Sakhawalkar 2019-04-11 11:50:49 -0700
  • ac69551d7d build: add GN build files Jeremy Apthorp 2019-02-26 17:07:45 -0800
  • 0392e674bc fix: expose InternalCallbackScope deepak1556 2018-01-06 18:28:10 +0530
  • 4dcd9c6423 fix: build and expose inspector agent Shelley Vohr 2018-07-30 15:18:11 -0700
  • a834586daf fix: expose TraceEventHelper Shelley Vohr 2018-07-30 13:08:34 -0700
  • c1679d88dc Expose `get_builtin_module` function Thiago de Arruda 2017-03-06 10:42:34 -0300
  • 86a0a50f94 Export NativeModule Cheng Zhao 2016-03-27 14:43:14 +0900
  • fcd6ad5773 feat: initialize asar support Shelley Vohr 2018-09-13 08:56:07 -0700
  • c6da11c31e feat: add uv_loop watcher_queue code Shelley Vohr 2018-07-30 10:34:54 -0700
  • bcde2481bc refactor: alter child_process.fork to use execute script with Electron Shelley Vohr 2018-07-30 10:30:35 -0700
  • f5ae970951 fix: don't create console window when creating process Shelley Vohr 2018-07-30 10:23:05 -0700
  • 6aee817a35 Make Module.globalPaths a reference. Cheng Zhao 2013-04-14 15:54:46 +0800
  • 0a300f60bc http2: fix tracking received data for maxSessionMemory Anna Henningsen 2019-05-26 17:48:47 +0200
  • e91165c1c6 add fallback to openssl if boringssl not present Micha Hanselmann 2019-06-17 13:21:00 -0700
  • 68567236d8 change openssl version key to boringssl Micha Hanselmann 2019-06-17 12:58:24 -0700
  • aa79b3c3d5 fix: set node_with_ltcg=true in config.gypi on Windows Jeremy Apthorp 2019-06-10 16:51:02 -0700
  • a249de4137
    use json instead of repr Jeremy Apthorp 2019-06-10 12:31:54 -0700
  • 4794af61f4 fix: enable ltcg on windows Jeremy Apthorp 2019-06-10 09:20:38 -0700
  • 229bd3245b Inherit ELECTRON_CRASHPAD_PIPE_NAME in child process Cheng Zhao 2019-06-04 17:42:11 +0900
  • d95aae82fd Inherit ELECTRON_CRASHPAD_PIPE_NAME in child process Cheng Zhao 2019-06-04 17:42:11 +0900
  • 6421974121
    2019-06-04, Version 12.4.0 (Current) Michaël Zasso 2019-06-03 14:10:53 +0200
  • 23119cacf8
    inspector: supported NodeRuntime domain in worker Aleksei Koziatinskii 2019-05-14 18:13:48 -0700
  • 6a5ce36fb8
    test: handle unknown message type in worker threads Rich Trott 2019-05-31 17:46:14 +0200
  • 182725651b
    test: add coverage for unserializable worker thread error Rich Trott 2019-05-31 16:50:00 +0200