1. 0b33657 Make UI Reset work again by RabsRincon · 6 years ago
  2. 4b4cefd Add missing path to 404 error message by RabsRincon · 6 years ago
  3. ebabfe8 Store short urls and use them if state matches by RabsRincon · 6 years ago
  4. 9764a0f Clear status on state change & fix file-saver by RabsRincon · 6 years ago
  5. b34a6fb Set current url to last short link & optimize gl by RabsRincon · 6 years ago
  6. c89a1cd Create error handlerss by RabsRincon · 6 years ago
  7. 349bbd4 Improve 404 message by RabsRincon · 6 years ago
  8. 9d388f0 Properly handle request ip logging by RabsRincon · 6 years ago
  9. 4d85929 Fix reset UI link & pending request on error by RabsRincon · 6 years ago
  10. 7c96d25 Fix sharing icon size by RabsRincon · 6 years ago
  11. 420ad7b Make Short links default choice by RabsRincon · 6 years ago
  12. 1a060bc Implement crazy idea to fix anchor links problems by RabsRincon · 6 years ago
  13. e31daa7 Try to fix page reload behaviour seen in beta by RabsRincon · 6 years ago
  14. 466a532 Move metadata to top level to make it indexable by RabsRincon · 6 years ago
  15. 3618455 Merge branch 'master' into storage by Rubén · 6 years ago
  16. 7c2e678 Bring back Full urls by RabsRincon · 6 years ago
  17. 482f388 Add more metadata to each link by RabsRincon · 6 years ago
  18. 5545cf5 Specify that closing the motd does not close all by RabsRincon · 6 years ago
  19. 45d6a74 Simplify /z/ handling by RabsRincon · 6 years ago
  20. 3be2096 Fix abnormal size of share icons by RabsRincon · 6 years ago
  21. 4dfcf29 Try to fix beta file access with httpRoot by RabsRincon · 6 years ago
  22. da35eff Activate s3 links on beta by RabsRincon · 6 years ago
  23. 7a277b4 Rephrase privacy policy for new behaviour of link shortening by Matt Godbolt · 6 years ago
  24. 5525b8f Tweak to linkable popup code (fixes an IntelliJ warning) by Matt Godbolt · 6 years ago
  25. 56e1f14 Remove message support by Matt Godbolt · 6 years ago
  26. ff28920 Shorten links to `/z/BLAH` by Matt Godbolt · 6 years ago
  27. d33afe1 Add some tests. Fiddle around AWS stuff by Matt Godbolt · 6 years ago
  28. b538ab0 Store to s3 at the same time we write to dynamo. Wait for both before we return 'ok' to user by Matt Godbolt · 6 years ago
  29. 5d000c4 Make s3 storage configurable; configure for live site by Matt Godbolt · 6 years ago
  30. 9af0b20 Add share metadata (og, twitter) for named links by RabsRincon · 6 years ago
  31. dc82bbf Make GCC 8.2 the default C compiler by RabsRincon · 6 years ago
  32. b48958d Properly set item share icon size by RabsRincon · 6 years ago
  33. 93b9db2 Merge branch 'master' into storage by Rubén · 6 years ago
  34. af14e8a Rename shortener path from /s to /shortener by RabsRincon · 6 years ago
  35. 4cffd13 * Set S3 as our own default short link handler by RabsRincon · 6 years ago
  36. e885c80 Improve URL get param handling by RabsRincon · 6 years ago
  37. a5610c1 Fix cause for second GET request being sent to / by RabsRincon · 6 years ago
  38. e27ed3f Ensure removal of full story cookie by RabsRincon · 6 years ago
  39. 0ab9cfd Make S3 store fullHash to support named links by RabsRincon · 6 years ago
  40. d27740f Implement Query approach to s3 link storage db by RabsRincon · 6 years ago
  41. 6536b18 Implement DB with Scan as testing form by RabsRincon · 6 years ago
  42. 41b46b6 * Add Boost 1.68.0 by RabsRincon · 6 years ago
  43. 6e5a543 Merge pull request #1038 from tambry/s3_ipv6_fix by Rubén · 6 years ago
  44. 1404d63 * Add GCC 8.2 C version by RabsRincon · 6 years ago
  45. e4959f3 Merge pull request #1039 from mattgodbolt/share-updates by jaredwy · 6 years ago
  46. db325b2 fix ordering of MSVC functions when inlining by Nicole Mazzuca · 6 years ago
  47. 14b825e Updating some settings in the dark theme, giving the community notification a darker green to make the close button stand out by Jared Wyles · 6 years ago
  48. fca9484 Some color changes to make the close button a little more obvious. Some padding changes to make the share buttons a little nicer on osx at least by Jared Wyles · 6 years ago
  49. e99f60a Add event label to ad hiding by RabsRincon · 6 years ago
  50. dcf960a Change S3 endpoints to dualstack by Raul Tambre · 6 years ago
  51. 6fa6a24 Optimize local storage unique subhash finding by RabsRincon · 6 years ago
  52. 81a392d Remove .json ext on filenames in local storage by RabsRincon · 6 years ago
  53. 8f82c34 Add S3 machinery to S3 storage solution by RabsRincon · 6 years ago
  54. b4b5a00 Begin s3 implementation by RabsRincon · 6 years ago
  55. e87c19a Use full fs-extra & apply more of Matt comments by RabsRincon · 6 years ago
  56. 418bff3 Separate s3 and local. Implement some Matt ideas by RabsRincon · 6 years ago
  57. a3c4665 Add comments to local storage strategy by RabsRincon · 6 years ago
  58. 21a6c7c Improve subhash finding & error reporting by RabsRincon · 6 years ago
  59. 90d60d6 Small ids for hash support by RabsRincon · 6 years ago
  60. ce246b4 Merge branch 'master' into storage by RabsRincon · 6 years ago
  61. 2e757ed Fix ads without filters by RabsRincon · 6 years ago
  62. 32cd969 Add custom error message when url is too big by RabsRincon · 6 years ago
  63. 22b0481 Cut back number of dom finds on toggle.js by RabsRincon · 6 years ago
  64. adc0606 Fix function typo by RabsRincon · 6 years ago
  65. 1d54ec3 Stop showing documentation pane on disabled intel by RabsRincon · 6 years ago
  66. 0c253ce Merge pull request #1033 from hanickadot/personal/ctre-versions by Matt Godbolt · 6 years ago
  67. 290c734 CTRE with two different branches (for backward compatibility) by Hana Dusíková · 6 years ago
  68. ab93511 Update CONTRIBUTORS.md & generator script by RabsRincon · 6 years ago
  69. 65425ff Remove beta specific menu by RabsRincon · 6 years ago
  70. f8d90eb Merge pull request #987 from shubhdev/master by Rubén · 6 years ago
  71. 6174449 * Fix nlohmann/json@2.1.1 include path by Rubén · 6 years ago
  72. b3b5582 Merge pull request #1032 from mattgodbolt/community_ads by Rubén · 6 years ago
  73. e8053a1 Send href with ad event by RabsRincon · 6 years ago
  74. c55dee0 Move colours to theme and add ga events by RabsRincon · 6 years ago
  75. bbb0c94 More thanks (Aug 1st Patreon update) by Matt Godbolt · 6 years ago
  76. a702947 Make filter property an array by RabsRincon · 6 years ago
  77. 9f923af Update our lovely legend-level supporter, Aras by Matt Godbolt · 6 years ago
  78. 2583e58 Add postfix to prod motd url by RabsRincon · 6 years ago
  79. 74ca290 Make beta point to different motd by RabsRincon · 6 years ago
  80. bea13c5 Finish up community ads setup by RabsRincon · 6 years ago
  81. aa4305a * Add Rust 1.28.0 by RabsRincon · 6 years ago
  82. 2a19f99 Merge pull request #1029 from vtjnash/patch-1 by Rubén · 6 years ago
  83. 1887bbf fix typo in llvm.default.properties by Jameson Nash · 6 years ago
  84. 5a9b19c * Add proper MSVC/Windows support (Thanks @ubsan & Microsoft!) by Rubén · 6 years ago
  85. 95658a3 Merge branch 'master' into community_ads by Matt Godbolt · 6 years ago
  86. 4d00413 Add YARN_FLAGS so @mattgodbolt can work on his laptop on the train by doing `YARN_FLAGS=--offline` by Matt Godbolt · 6 years ago
  87. e634d11 fix @RabsRincon's comments by Nicole Mazzuca · 6 years ago
  88. 9a1b66e Merge pull request #1 from partouf/ubsannew by nicole mazzuca · 6 years ago
  89. 6656d9e Merge pull request #2 from partouf/wslprop by nicole mazzuca · 6 years ago
  90. 6128b3b wsl prop suggestion by Partouf · 6 years ago
  91. a8ba1fc c++ amazon demangler fix by Partouf · 6 years ago
  92. a58f503 regex fix by Partouf · 6 years ago
  93. 7db6a5d Merge branch 'remote-compile' into new-master by Nicole Mazzuca · 6 years ago
  94. 43ced93 Merge remote-tracking branch 'upstream/master' into new-master by Nicole Mazzuca · 6 years ago
  95. 9df57de fix the version regex for vc by Nicole Mazzuca · 6 years ago
  96. cca7396 Merge remote-tracking branch 'upstream/master' into remote-compile by Nicole Mazzuca · 6 years ago
  97. 21ee0df fix the amazon*.properties files by Nicole Mazzuca · 6 years ago
  98. 4d2296f Make ads message obey user settings by RabsRincon · 6 years ago
  99. ba56619 Stop showing asmtooltip if Intel filtr is disabled by RabsRincon · 6 years ago
  100. 5e131d6 Add initial own storage work by RabsRincon · 6 years ago