1. 09 5月, 2016 2 次提交
  2. 06 5月, 2016 3 次提交
  3. 05 5月, 2016 1 次提交
  4. 04 5月, 2016 1 次提交
  5. 03 5月, 2016 1 次提交
  6. 29 4月, 2016 1 次提交
  7. 28 4月, 2016 2 次提交
  8. 27 4月, 2016 1 次提交
    • S
      Backport GitHub Enterprise import support from EE · eede0323
      Stan Hu 提交于
      These changes were pulled from GitLab EE to support configuring
      an alternative API URL than the default https://api.github.com.
      In addition, the `verify_ssl` flag allows users to disable SSL cert
      checking.
      
      One modification: add a default `args` option if it does not exist
      to avoid breaking existing configurations.
      eede0323
  9. 26 4月, 2016 1 次提交
  10. 25 4月, 2016 2 次提交
  11. 23 4月, 2016 7 次提交
  12. 22 4月, 2016 3 次提交
  13. 21 4月, 2016 6 次提交
  14. 20 4月, 2016 8 次提交
  15. 19 4月, 2016 1 次提交
    • Y
      Configuring of points per UDP packet · 229f3ce9
      Yorick Peterse 提交于
      This allows users to configure the number of points stored in a single
      UDP packet. This in turn can be used to reduce the number of UDP packets
      being sent at the cost of these packets being somewhat larger.
      
      The default setting is 1 point per packet so nothing changes for
      existing users.
      229f3ce9