1. 2378f0e enable binary mode for crosscompilers where possible by Partouf · 5 years ago
  2. 895bfd5 Compiler Explorer Team->Authors (for consistency) by Matt Godbolt · 5 years ago
  3. 993a3de Merge pull request #1391 from mhammerly/fix-custom-shortener by Matt Godbolt · 5 years ago
  4. 0b71f40 CR feedback by Matt Hammerly · 5 years ago
  5. 3501513 update readme description for url shortening by Matt Hammerly · 6 years ago
  6. 18982ac add to contributors file :) by Matt Hammerly · 6 years ago
  7. d0585bc clean up no-longer-relevant custom url shortener client scripts by Matt Hammerly · 6 years ago
  8. ca763e5 add external tinyurl shortener, use old-style serialized state for external shorteners by Matt Hammerly · 6 years ago
  9. d2dae99 factor default url shortener handler into loadable module by Matt Hammerly · 6 years ago
  10. da69643 make url shortener handler return entire url by Matt Hammerly · 6 years ago
  11. 3a37c44 Merge pull request #1382 from LukaPrebil/notification_on_unwise_options by Rubén Rincón Blanco · 5 years ago
  12. fe66d60 Merge branch 'master' into notification_on_unwise_options by Rubén Rincón Blanco · 5 years ago
  13. 5b7a8a9 Cache compiler info on s3 (in same place as other expiring cached info for now) by Matt Godbolt · 5 years ago
  14. cd6c642 No need to run before by Matt Godbolt · 5 years ago
  15. 5d81757 Use released version of node-graceful by Matt Godbolt · 5 years ago
  16. 4d2537b WAG: update the node_modules first by Matt Godbolt · 5 years ago
  17. 3cccbe6 Prune some packages in the hope it magically fixes things by Matt Godbolt · 5 years ago
  18. f012fff Switch to a newer istanbul/nyc by Matt Godbolt · 5 years ago
  19. bf23550 Allow caching of compiler version and argument information to improve startup time by Austin Morton · 5 years ago
  20. 90aafb7 fix ellcc 2017 ldpath for execution by Partouf · 5 years ago
  21. 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
  22. f212420 Allow /etc/ld.so.conf* files so that linking finds system libraries. See #1398 by Matt Godbolt · 5 years ago
  23. 387a749 Minor logging fix by Matt Godbolt · 5 years ago
  24. 5f60a5b Add mailto to privacy policy email by RabsRincon · 5 years ago
  25. ffeea22 * Support code execution by Matt Godbolt · 5 years ago
  26. 2f83c47 Updates to privacy policy by Matt Godbolt · 5 years ago
  27. 389c53a Clarify comment in sandbox profile by Matt Godbolt · 5 years ago
  28. 0b7773c Merge pull request #1316 from mattgodbolt/policy-dating by Matt Godbolt · 5 years ago
  29. 60c89e9 Merge pull request #1404 from AMS21/patch-2 by Matt Godbolt · 5 years ago
  30. d7bb476 Blacklist everything I can think of in /run. CC @apmorton for any thoughts! by Matt Godbolt · 5 years ago
  31. 008756f * Updated Catch2 library to version 2.8.0 by AMS21 · 5 years ago
  32. 6482b29 Increase virtual RAM availability for compilation. by Matt Godbolt · 5 years ago
  33. e35f555 Create FUNDING.yml by Matt Godbolt · 5 years ago
  34. 4e251dd Leave `/tmp` writable for WINE by Matt Godbolt · 6 years ago
  35. c98dee6 Remote `--timeout` from firejail: it adds >1s per invocation! Should help with #1394 by Matt Godbolt · 6 years ago
  36. 88672ea Fix log message by Matt Godbolt · 6 years ago
  37. 691c56b More tweaks to blacklisting (thanks again @apmorton) by Matt Godbolt · 6 years ago
  38. a713fc1 More blacklisting by Matt Godbolt · 6 years ago
  39. 77b0805 Another @apmorton discovery: syslog() escaped the jail! by Matt Godbolt · 6 years ago
  40. fc579cf Fix @apmorton's sandbox escape (nice work Austin) by Matt Godbolt · 6 years ago
  41. 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
  42. 241b0f3 Merge pull request #1388 from andjo403/rust_llvm_ir_view by Rubén Rincón Blanco · 6 years ago
  43. 5c9c8dc Merge branch 'master' into rust_llvm_ir_view by Rubén Rincón Blanco · 6 years ago
  44. 37e923b Merge pull request #1381 from sbc100/wasm_clang by Rubén Rincón Blanco · 6 years ago
  45. dfd2681 Make linked text more readable in dark mode by RabsRincon · 6 years ago
  46. 9fdde1d Use default Monaco color for dark text highlights by RabsRincon · 6 years ago
  47. 9ba7b43 Merge pull request #1315 from mattgodbolt/betterinterlinking by Rubén Rincón Blanco · 6 years ago
  48. 0d4f6d6 Set dark theme as default if the user ask for it by RabsRincon · 6 years ago
  49. cea11b0 Arg terrible config files by Matt Godbolt · 6 years ago
  50. b08b1bb First wave of environment variable removals by Matt Godbolt · 6 years ago
  51. 5b4338a Enable execution in beta environment! by Matt Godbolt · 6 years ago
  52. 2dc15a9 Minor logging fixes; use new command line flags for sandbox by Matt Godbolt · 6 years ago
  53. 12bd66d Workaround for now until we have another firejail patch by Matt Godbolt · 6 years ago
  54. 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
  55. 491adcd Use demanglers stored on /opt/compiler-explorer instead of local ones, to work around firejail issues on Amazon by Matt Godbolt · 6 years ago
  56. 4b0f8e6 Fix for post processing in DMD under firejail. Closes #1386 by Matt Godbolt · 6 years ago
  57. 99b5884 Minor logging tweaks by Matt Godbolt · 6 years ago
  58. 3b9e566 Add LLVM IR view for Rust by Andreas Jonson · 6 years ago
  59. 1114f6e Fix up handling of error indicators. Fixes #1384 by Matt Godbolt · 6 years ago
  60. 3e5c490 Added grouping and group collapse to the notification to not flood the UI by Luka Prebil · 6 years ago
  61. b93c84f Update WindowsNative.md by Patrick Quist · 6 years ago
  62. d631e29 improved responsiveness of mouseover highlighting by Partouf · 6 years ago
  63. b0326ca Use https for fmt lib url by Rubén Rincón Blanco · 6 years ago
  64. 9e98ffc added self to contributors by Luka Prebil Grintal · 6 years ago
  65. 9a0b129 Implemented feature by Luka Prebil Grintal · 6 years ago
  66. dbea59a Add WebAssembly clang target by Sam Clegg · 6 years ago
  67. 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
  68. 95b935d Very unlikely possible fix for WINE by Matt Godbolt · 6 years ago
  69. 5bee837 Fix log message by Matt Godbolt · 6 years ago
  70. 0f58f16 Use a different wine by Matt Godbolt · 6 years ago
  71. e1795ca Fix sentry logging; formatting by Matt Godbolt · 6 years ago
  72. 3bb8360 Whoops; bit of a nasty parenthesis mistake by Matt Godbolt · 6 years ago
  73. 1f6e4c8 Log updates; lots of logging was missing since we moved to the new logger by Matt Godbolt · 6 years ago
  74. bebd447 Misc tidyups in exec by Matt Godbolt · 6 years ago
  75. 4bcffc9 Make output available to/from wine server and log exit by Matt Godbolt · 6 years ago
  76. 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
  77. 65d9d7b Remove c-preload compiler wrapper in favour of firejail. See #429 by Matt Godbolt · 6 years ago
  78. c327df8 Fix equals by Matt Godbolt · 6 years ago
  79. 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
  80. 31404db Fix pascal to use customCwd appropriately by Matt Godbolt · 6 years ago
  81. 6a2a914 Tidy up log message by Matt Godbolt · 6 years ago
  82. fc97769 Reduce amount of blacklisting required by Matt Godbolt · 6 years ago
  83. 8807b6a Ensure objdump runs in the right directory by Matt Godbolt · 6 years ago
  84. ef26016 Configurable in-app logging by Matt Godbolt · 6 years ago
  85. 7eb3af3 Add zig 040 to the list by Matt Godbolt · 6 years ago
  86. fd4c5c5 Blacklist the /compiler-explorer-image dir by Matt Godbolt · 6 years ago
  87. 4a1db6c Run firejail in quiet mode by Matt Godbolt · 6 years ago
  88. 5517dac More changes for beta by Matt Godbolt · 6 years ago
  89. 9c0cd14 Config changes for new wine, and beta by Matt Godbolt · 6 years ago
  90. 3f138b1 Culmination of several days' worth of work towards running WINE under firejail. See #429 by Matt Godbolt · 6 years ago
  91. 0db213e Fixes Bootstrap 4.3.1 problems with Share button by RabsRincon · 6 years ago
  92. 546a692 Fix dev overlay not being displayed by RabsRincon · 6 years ago
  93. 0eedd0a Merge pull request #1366 from mattgodbolt/libffixes by Patrick Quist · 6 years ago
  94. bc4e0e8 Merge pull request #1374 from Quuxplusone/g0 by Rubén Rincón Blanco · 6 years ago
  95. 4128fcc Add "-g0" to the P1144 compiler's command line, until I figure out what's wrong with DWARF. by Arthur O'Dwyer · 6 years ago
  96. bf61974 Tweak to get more compilers working in firejail. They love to use mmap, and like to make it executable. That's probably ok by Matt Godbolt · 6 years ago
  97. 26984ce Move all execution to optionally run in firejail (disabled by default) by Matt Godbolt · 6 years ago
  98. 55ec58e Minor reformatting and error handling tweak by Matt Godbolt · 6 years ago
  99. fe84d58 Update bootstrap by Matt Godbolt · 6 years ago
  100. c7c6f21 Support staging environment by Matt Godbolt · 6 years ago