1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 26 7月, 2019 1 次提交
  7. 16 7月, 2019 1 次提交
  8. 05 6月, 2019 1 次提交
  9. 03 6月, 2019 1 次提交
  10. 23 5月, 2019 1 次提交
  11. 21 5月, 2019 2 次提交
  12. 27 4月, 2019 1 次提交
  13. 26 2月, 2019 1 次提交
  14. 30 1月, 2019 1 次提交
  15. 26 1月, 2019 1 次提交
  16. 18 12月, 2018 1 次提交
  17. 13 12月, 2018 1 次提交
  18. 12 12月, 2018 1 次提交
  19. 16 11月, 2018 1 次提交
  20. 07 11月, 2018 1 次提交
  21. 06 11月, 2018 1 次提交
  22. 02 11月, 2018 1 次提交
  23. 01 11月, 2018 1 次提交
  24. 30 10月, 2018 5 次提交
  25. 20 10月, 2018 1 次提交
  26. 18 10月, 2018 1 次提交
  27. 11 10月, 2018 1 次提交
    • B
      Remove HAVE_OT · 1e8fdd28
      Behdad Esfahbod 提交于
      We never tested compiling without it.  Just kill it.  We always build
      our own shaper.
      1e8fdd28
  28. 08 10月, 2018 2 次提交
  29. 07 10月, 2018 1 次提交
  30. 04 10月, 2018 1 次提交
  31. 03 10月, 2018 1 次提交
  32. 01 10月, 2018 1 次提交
  33. 30 9月, 2018 2 次提交
    • B
      [util] Remove unneeded virtual · b5285b34
      Behdad Esfahbod 提交于
      clang warning:
      
      ../../util/options.hh:72:13: warning: destination for this 'memset' call is a pointer to dynamic class
            'option_parser_t'; vtable pointer will be overwritten [-Wdynamic-class-memaccess]
          memset (this, 0, sizeof (*this));
          ~~~~~~  ^
      ../../util/options.hh:72:13: note: explicitly cast the pointer to silence this warning
          memset (this, 0, sizeof (*this));
                  ^
                  (void*)
      b5285b34
    • B
      [util] Fix more non-virtual-destructor warnings · 89ed040b
      Behdad Esfahbod 提交于
      89ed040b