1. 10 6月, 2021 1 次提交
  2. 09 6月, 2021 9 次提交
  3. 14 5月, 2021 2 次提交
  4. 24 4月, 2021 1 次提交
  5. 17 3月, 2021 1 次提交
    • A
      Replace fs-extra with fs.promises · 964ebe8d
      Asher 提交于
      Remove the Mac directory copy instead of refactoring it since we've had
      this for a long time now and I think it's safe to assume that users
      running code-server on Mac don't have the old directory anymore.
      964ebe8d
  6. 22 1月, 2021 1 次提交
  7. 04 11月, 2020 1 次提交
  8. 31 10月, 2020 4 次提交
  9. 10 10月, 2020 1 次提交
  10. 14 8月, 2020 2 次提交
  11. 19 5月, 2020 1 次提交
  12. 14 5月, 2020 1 次提交
  13. 13 5月, 2020 2 次提交
  14. 27 4月, 2020 1 次提交
  15. 17 3月, 2020 1 次提交
  16. 20 2月, 2020 1 次提交
    • A
      Add binary extraction · 51a5c77c
      Asher 提交于
      I temporarily removed this during the refactor so it needed to be added
      back. This time I bundled it with the nbin loader code since it's all
      related (will also make it easier to remove).
      51a5c77c
  17. 15 2月, 2020 1 次提交
  18. 06 2月, 2020 1 次提交
  19. 05 2月, 2020 1 次提交
  20. 08 11月, 2019 1 次提交
    • A
      Hash password · 20180248
      Asher 提交于
      Fixes issues with unexpected characters breaking things when setting the
      cookie (like semicolons).
      
      This change as-is does not affect the security of code-server
      itself (we've just replaced the static password with a static hash) but
      if we were to add a salt in the future it would let us invalidate keys
      by rehashing with a new salt which could be handy.
      20180248
  21. 25 10月, 2019 1 次提交
  22. 05 10月, 2019 1 次提交
  23. 05 9月, 2019 1 次提交
  24. 28 8月, 2019 1 次提交
  25. 10 8月, 2019 1 次提交
  26. 01 8月, 2019 1 次提交