- e13fe4a Mg/props ts (#4340) by Jeremy Rifkin · 2 years, 4 months ago
- c363d1a Port @trxcllnt improvements to awaiting (#4220) by Matt Godbolt · 2 years, 5 months ago
- 8334d96 tsify exec.js (#4026) by Patrick Quist · 2 years, 7 months ago[Renamed (90%) from lib/exec.js]
- 15007d3 Refactored the LLVM Optimization Pipeline to provide better diagnostics, added timeout indication to exec.js (#4016) by Jeremy Rifkin · 2 years, 7 months ago
- 1b45f20 Update firejail (#3984) by Austin Morton · 2 years, 7 months ago
- f5cd52f Fix execution on wine-vc compilers (#3986) by Edward J. Schwartz · 2 years, 7 months ago
- d0b38ab bugfix apphome by partouf · 2 years, 10 months ago
- 7bb5764 Lint fixes by Matt Godbolt · 2 years, 11 months ago
- aa65eb5 Merge branch 'main' into rr/comma-dangle by Matt Godbolt · 2 years, 11 months ago
- f77dd84 Async WINE setup (#3558) by Matt Godbolt · 2 years, 11 months ago
- 40fe769 Set comma-dangle to always in server code and es5 in client code by RabsRincon · 2 years, 11 months ago
- 21b764f Unify comma configuration; and apply format to some files. (#3559) by Matt Godbolt · 2 years, 11 months ago
- 5e5e601 Multifile/IDE mode (#2725) by Patrick Quist · 3 years, 7 months ago
- 387c75a Adds configs for nsjail cfg and firejail profile paths (#2846) by Rubén Rincón Blanco · 3 years, 8 months ago
- a031ef9 Fix up sandbox directory for interpreters by Matt Godbolt · 3 years, 9 months ago
- 5c5bc4d Dont array push multiple times by Matt Godbolt · 3 years, 10 months ago
- 1f135f2 Fire up a firejailed WINE complex even in nsjail mode. by Matt Godbolt · 3 years, 12 months ago
- d461b8c Add support for nsjail compiler executions (#2569) by Matt Godbolt · 3 years, 12 months ago
- aceaae2 Remove additionalEnv. Treat execOptions.env as always 'in addition to… (#2571) by Matt Godbolt · 3 years, 12 months ago
- 7edd6d4 Time all the things (#2462) by Patrick Quist · 4 years ago
- 09244df fix compiler firejail execution with ldPath (#2466) by Patrick Quist · 4 years, 1 month ago
- 9cbc894 npm run lint-fix by Matt Godbolt · 4 years, 2 months ago
- 7c9b8c1 Support additional env vars in execution by Matt Godbolt · 4 years, 4 months ago
- 80ec4ca Optimize instance startup time (#2293) by Austin Morton · 4 years, 5 months ago
- f68198a Reassign copyright to Compiler Explorer Authors (#2233) by Matt Godbolt · 4 years, 6 months ago
- 044dcfb Use ES6 Modules (#2132) by Austin Morton · 4 years, 6 months ago
- ccff4b9 Add new eslint rules (#2121) by Rubén Rincón Blanco · 4 years, 8 months ago
- 4df43dd Wsl fixes (#2012) by Simon Hössjer · 4 years, 9 months ago
- 5c49e97 Merge pull request #1843 from mattgodbolt/features/nsjail by Matt Godbolt · 4 years, 10 months ago
- ab0f557 Don't error by returning a rejected promise as a string; throw an error. Fixes #1848 by Matt Godbolt · 5 years ago
- bbff26f Add sandbox support for nsjail by Austin Morton · 6 years ago
- 20dbbf8 bugfix for when process cant be spawned by Partouf · 6 years ago
- 2314ad0 Added an ldPath for every compiler (defaults to sensible relative locations), and pass this when running executables. Should address #1399 by Matt Godbolt · 6 years ago
- c98dee6 Remote `--timeout` from firejail: it adds >1s per invocation! Should help with #1394 by Matt Godbolt · 6 years ago
- c44a88b Add address space limitations and timeouts. Use for compiler and sandbox limits. Should fix #1393 and helps #429 by Matt Godbolt · 6 years ago
- 2dc15a9 Minor logging fixes; use new command line flags for sandbox by Matt Godbolt · 6 years ago
- 12bd66d Workaround for now until we have another firejail patch by Matt Godbolt · 6 years ago
- d516ef4 Assume a patched CE-specific version of firejail to get a private cwd, and ensure proper cleanup and exit code by Matt Godbolt · 6 years ago
- 1114f6e Fix up handling of error indicators. Fixes #1384 by Matt Godbolt · 6 years ago
- 0e8bcf8 Run wine processes in a single, shared, sandbox. Keep a single long-lived CMD around which also implicitly creates the wineserver. Re-isolate ipc by Matt Godbolt · 6 years ago
- 5bee837 Fix log message by Matt Godbolt · 6 years ago
- 1f6e4c8 Log updates; lots of logging was missing since we moved to the new logger by Matt Godbolt · 6 years ago
- bebd447 Misc tidyups in exec by Matt Godbolt · 6 years ago
- 4bcffc9 Make output available to/from wine server and log exit by Matt Godbolt · 6 years ago
- 52c40df Make fonts available to wine to shut it up. Give WINE runs a private home dir (seems to prevent an occasional hang...) by Matt Godbolt · 6 years ago
- 4a1db6c Run firejail in quiet mode by Matt Godbolt · 6 years ago
- 3f138b1 Culmination of several days' worth of work towards running WINE under firejail. See #429 by Matt Godbolt · 6 years ago
- 26984ce Move all execution to optionally run in firejail (disabled by default) by Matt Godbolt · 6 years ago
- 4639fbe First sketching of firejail support in mainline (woo). See #429 by Matt Godbolt · 6 years ago
- c1df527 log cwd used by Partouf · 6 years ago
- 6e6e929 make backward compatible with pervious version by Partouf · 6 years ago
- b691b3f support for binary mode on VS compilers by Partouf · 7 years ago
- ad98a48 lint fix by Patrick Quist · 6 years ago
- a6ac90b lib/exec.js: verify stream validity by Petter Wahlman · 6 years ago
- 9ddf22f Support Visual C++ and Windows well by Nicole Mazzuca · 7 years ago
- 0f4908a fix #983 by Partouf · 7 years ago
- f9fd86f Don't mutate caller's arguments when using a compiler-wrapper. Fixes 881 by Matt Godbolt · 7 years ago
- abb391f Enforce max-statement/line & further unify UI by RabsRincon · 7 years ago
- 760bb35 Cleanup some code by RabsRincon · 7 years ago
- ae37f93 Show apropiated error messages on compiler UI by RabsRincon · 7 years ago
- 6ef87b5 Fix copyright dates and normalize text by RabsRincon · 7 years ago
- 109e3f2 COnstify lib/exec.js by RabsRincon · 7 years ago
- 24c9bd7 make compile-wrapper always work no matter where the cwd is by partouf · 7 years ago
- 404a9c1 basic setup for nasm and gnu as by partouf · 7 years ago
- fc75208 New year, new date by RabsRincon · 7 years ago
- 633ef10 PR feedback fixes by Andrew Pardoe · 7 years ago
- bbf1407 Fix variable redeclaration for Travis + WSL check by Andrew Pardoe · 7 years ago
- 050e41b Add winTmp, but keep user option of opt tmpDir. by Andrew Pardoe · 7 years ago
- 6299210 Add execeution tests by Matt Godbolt · 7 years ago
- 8fffcfa Avoid unnecessary type coercion check by RabsRincon · 7 years ago
- 8aade5f Merge remote-tracking branch 'godbolt/master' by Andrew Pardoe · 7 years ago
- 71709f1 Allow user-selectable sandbox types. Default to 'none' to not use docker shenanigans by Matt Godbolt · 8 years ago
- 78cf120 Cleaned up changes to get rid of crazy parse fail by Andrew Pardoe · 8 years ago
- a9c3898 Revert "Massive hack to try and get docker-in-docker working" by Matt Godbolt · 8 years ago
- cecbed0 Massive hack to try and get docker-in-docker working by Matt Godbolt · 8 years ago
- d43c4bd More execution fixes by Matt Godbolt · 8 years ago
- 20c1332 Add optio for execution by Matt Godbolt · 8 years ago
- 33b801e Merge branch 'master' into execution by Matt Godbolt · 8 years ago
- e7e4bc6 Merge branch 'master' into execution by Matt Godbolt · 8 years ago
- 806e1bd Docker-fu to get cleaned-up, time-killed sandboxed executables by Matt Godbolt · 8 years ago
- 88589fc Work in progress on execution by Matt Godbolt · 8 years ago