1. 43c69be Moving things about to keep the host and subdomain from the original request by Matt Godbolt · 5 years ago
  2. 387fdf2 Tweaks to url shortener service changes by Matt Godbolt · 5 years ago
  3. 895bfd5 Compiler Explorer Team->Authors (for consistency) by Matt Godbolt · 5 years ago
  4. 0b71f40 CR feedback by Matt Hammerly · 5 years ago
  5. ca763e5 add external tinyurl shortener, use old-style serialized state for external shorteners by Matt Hammerly · 6 years ago
  6. d2dae99 factor default url shortener handler into loadable module by Matt Hammerly · 6 years ago
  7. da69643 make url shortener handler return entire url by Matt Hammerly · 6 years ago
  8. bf23550 Allow caching of compiler version and argument information to improve startup time by Austin Morton · 5 years ago
  9. 2314ad0 Added an ldPath for every compiler (defaults to sensible relative locations), and pass this when running executables. Should address #1399 by Matt Godbolt · 5 years ago
  10. 387a749 Minor logging fix by Matt Godbolt · 5 years ago
  11. c98dee6 Remote `--timeout` from firejail: it adds >1s per invocation! Should help with #1394 by Matt Godbolt · 6 years ago
  12. 88672ea Fix log message by Matt Godbolt · 6 years ago
  13. 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
  14. 5c9c8dc Merge branch 'master' into rust_llvm_ir_view by Rubén Rincón Blanco · 6 years ago
  15. 2dc15a9 Minor logging fixes; use new command line flags for sandbox by Matt Godbolt · 6 years ago
  16. 12bd66d Workaround for now until we have another firejail patch by Matt Godbolt · 6 years ago
  17. 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
  18. 4b0f8e6 Fix for post processing in DMD under firejail. Closes #1386 by Matt Godbolt · 6 years ago
  19. 99b5884 Minor logging tweaks by Matt Godbolt · 6 years ago
  20. 3b9e566 Add LLVM IR view for Rust by Andreas Jonson · 6 years ago
  21. 1114f6e Fix up handling of error indicators. Fixes #1384 by Matt Godbolt · 6 years ago
  22. 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
  23. 5bee837 Fix log message by Matt Godbolt · 6 years ago
  24. 1f6e4c8 Log updates; lots of logging was missing since we moved to the new logger by Matt Godbolt · 6 years ago
  25. bebd447 Misc tidyups in exec by Matt Godbolt · 6 years ago
  26. 4bcffc9 Make output available to/from wine server and log exit by Matt Godbolt · 6 years ago
  27. 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
  28. c327df8 Fix equals by Matt Godbolt · 6 years ago
  29. 090ac38 Ignore dotfiles in the asm output directory (as it may be running in /home/matthew under firejail and thus find .bashrc et al by Matt Godbolt · 6 years ago
  30. 31404db Fix pascal to use customCwd appropriately by Matt Godbolt · 6 years ago
  31. 6a2a914 Tidy up log message by Matt Godbolt · 6 years ago
  32. 8807b6a Ensure objdump runs in the right directory by Matt Godbolt · 6 years ago
  33. ef26016 Configurable in-app logging by Matt Godbolt · 6 years ago
  34. 4a1db6c Run firejail in quiet mode by Matt Godbolt · 6 years ago
  35. 3f138b1 Culmination of several days' worth of work towards running WINE under firejail. See #429 by Matt Godbolt · 6 years ago
  36. 0eedd0a Merge pull request #1366 from mattgodbolt/libffixes by Patrick Quist · 6 years ago
  37. 26984ce Move all execution to optionally run in firejail (disabled by default) by Matt Godbolt · 6 years ago
  38. 55ec58e Minor reformatting and error handling tweak by Matt Godbolt · 6 years ago
  39. 4639fbe First sketching of firejail support in mainline (woo). See #429 by Matt Godbolt · 6 years ago
  40. 9b89389 fixes #1285 by Partouf · 6 years ago
  41. 74e3aba Add missing semicolon by Matt Godbolt · 6 years ago
  42. bf27f2e Support Intel syntax in ispc. See #1253 by Matt Godbolt · 6 years ago
  43. 5ef53b0 Add missing return after reject by Rubén Rincón Blanco · 6 years ago
  44. 97b373e Fix the Goo.gl expansion situation by RabsRincon · 6 years ago
  45. eb0a45d * Add 6502 support by Matt Godbolt · 6 years ago
  46. 9410c2a Fix build, formatting issue by Matt Godbolt · 6 years ago
  47. f2652cf Add LLVM IR view for LDC. by Johan Engelen · 6 years ago
  48. 68eef3d Improve logging for unstated compiler binaries by RabsRincon · 6 years ago
  49. 2e7fc5f Super minor tweaks to @bugwelle's awesome PR for LLVM IR mode! by Matt Godbolt · 6 years ago
  50. b873225 Merge branch 'master' into llvm by Matt Godbolt · 6 years ago
  51. 27536f3 Fix Zig trunk by RabsRincon · 6 years ago
  52. d76657f Braino! by Matt Godbolt · 6 years ago
  53. b45e607 Merge pull request #1301 from mattgodbolt/profanitycheck by Matt Godbolt · 6 years ago
  54. 2011c84 Rename thing we add as `nonce`, add tests. Fix logic error by Matt Godbolt · 6 years ago
  55. e721c23 Fix Zig semver check by RabsRincon · 6 years ago
  56. d414896 Fix newer Zig versions by RabsRincon · 6 years ago
  57. a36e23c Fix cuda disassembly code highlighting by Sebastian Staffa · 6 years ago
  58. bde3e82 Implement profanity check on subhashes by RabsRincon · 6 years ago
  59. 073eff6 Replace restreamer with a custom proxy handler that works for us. Fixes #1289 by Matt Godbolt · 6 years ago
  60. a253f7c Merge pull request #1283 from jD91mZM2/toggle-short by Rubén Rincón Blanco · 6 years ago
  61. 2f9306f Try to upgrade x86 asm docs by RabsRincon · 6 years ago
  62. a6bac1c Merge pull request #1295 from mattgodbolt/customcwdalways by Patrick Quist · 6 years ago
  63. 9ce5998 custom wine implementation for runCompiler to strip the 'Z:' by Partouf · 6 years ago
  64. ba27db2 filename has already been filename()d by Partouf · 6 years ago
  65. c1df527 log cwd used by Partouf · 6 years ago
  66. 0da2ad1 fix #dfc3b32 by Sebastian Staffa · 6 years ago
  67. dddae14 Fix warnings by jD91mZM2 · 6 years ago
  68. 1198a1a Use storageSolution=null over enableShort=false by jD91mZM2 · 6 years ago
  69. 32d9519 fix for wine-vc by Partouf · 6 years ago
  70. 7f1a0d6 under the default runCompiler, make sure we have the right cwd (in tmp) by Partouf · 6 years ago
  71. 6d352f7 Merge pull request #1288 from kalray/pr/cfg by Matt Godbolt · 6 years ago
  72. af5c5d4 Better match gcc compilers by Marc Poulhiès · 6 years ago
  73. 54f08a2 addressing issue #1273, ... by asynts · 6 years ago
  74. f5b89c7 Add a way to specify lang from fetchRemote by RabsRincon · 6 years ago
  75. 23888dd remove folder only after exec has been cached by Partouf · 6 years ago
  76. f5193ee bugfix by Partouf · 6 years ago
  77. f2206f4 return error when build fails by Partouf · 6 years ago
  78. 126f845 use npm package instead of executing tar by Partouf · 6 years ago
  79. 493036b store executables in the same cache by Partouf · 6 years ago
  80. d7b1441 package executable and dependencies and unpack by partouf · 6 years ago
  81. 25eacf2 refactor by partouf · 6 years ago
  82. 8a08772 store executables in cache and use them for execution by partouf · 6 years ago
  83. a492311 Add a way to list all installed libraries by RabsRincon · 6 years ago
  84. 8042a72 OCaml: add compiler flag preventing binary creation by Freyr666 · 6 years ago
  85. bb9105b Merge pull request #1225 from Freyr666/OCaml by Matt Godbolt · 6 years ago
  86. 49e64c0 Fix masm flag detection for ARM compilers by Adam Burgess · 6 years ago
  87. 2c38278 Merge remote-tracking branch 'matt/master' into matt/storageget by Partouf · 6 years ago
  88. ae7bc43 Merge pull request #1254 from mattgodbolt/yarnUpgrades by Patrick Quist · 6 years ago
  89. 4ee91f0 lintfix by Partouf · 6 years ago
  90. 42385ec Security upgrades and test fixes by Matt Godbolt · 6 years ago
  91. 00ceb4c Merge pull request #1174 from mattgodbolt/compilerargs by Patrick Quist · 6 years ago
  92. e529b6e removed redundant check for array length by Partouf · 6 years ago
  93. 01db837 handlePop arg to exclude usedoptions, use separate url when needed by Partouf · 6 years ago
  94. 8b228ff More ada fixes by Matt Godbolt · 6 years ago
  95. fa9a3ca Merge pull request #1251 from karliss/section-filter by Matt Godbolt · 6 years ago
  96. 7c92978 Merge pull request #1190 from Mitchtdk/ada-language-support by Matt Godbolt · 6 years ago
  97. 304d135 Filter non function symbols based on section. by Kārlis Seņko · 6 years ago
  98. cad9919 bugfix VC style assignment matches by Partouf · 6 years ago
  99. addf46c process popular arguments if supplied in compilation results by Partouf · 6 years ago
  100. 16bae63 bugfix arguments with assignment by Partouf · 6 years ago