1. 12 7月, 2015 1 次提交
  2. 11 7月, 2015 4 次提交
  3. 27 6月, 2015 1 次提交
  4. 24 6月, 2015 1 次提交
    • D
      Remove HTTP server/client in favor of JSON-RPC · 7c8fd026
      Derek Parker 提交于
      Instead of maintaining two separate client / server implementations,
      maintain only the more lightweight JSON-RPC service. The reasoning
      behind the merging of the original HTTP service was ease of tooling, in
      other words low barrier of entry for external clients (editor
      integrations, etc...).
      
      I believe the JSON-RPC solution still satisfies that constraint while
      have the advantage of being a more lightweight solution. HTTP, while
      highly supported in most modern languages, carries with it too many
      features we would never take advantage of. The RPC architecture seems
      a more natural approach.
      
      The infrastructure set up during the initial HTTP service implementation
      was leveraged in the JSON-RPC implementation, so if any of those
      original authors are reading this commit message: thank you for that
      work, it was not in vain even if though the original HTTP service is not
      being removed.
      7c8fd026
  5. 22 6月, 2015 1 次提交
  6. 14 6月, 2015 1 次提交
  7. 09 5月, 2015 2 次提交
  8. 03 5月, 2015 1 次提交
  9. 30 4月, 2015 1 次提交
    • D
      Introduce client/server separation · 2954e03a
      Dan Mace 提交于
      Refactor to introduce client/server separation, including a typed
      client API and a HTTP REST server implementation.
      
      Refactor the terminal to be an API consumer.
      2954e03a
  10. 26 4月, 2015 1 次提交
  11. 09 3月, 2015 4 次提交
  12. 02 3月, 2015 1 次提交
    • D
      Bump version to 0.5.0.beta · 5705013f
      Derek Parker 提交于
      Notable changes:
      * OS X support
      * Pure Go readline library
      * Fixes issues debugged cgo enabled programs
      * Substantial refactoring / code cleanup
      
      Fixes #3 #29 #70
      5705013f
  13. 05 2月, 2015 1 次提交
  14. 27 1月, 2015 1 次提交
  15. 17 1月, 2015 1 次提交
  16. 18 12月, 2014 1 次提交
    • D
      Refactor: move cli logic into cli client · 7fec8251
      Derek Parker 提交于
      First of a few refactors to allow multiple clients / frontends for
      Delve. Current implementation now uses a cli client, but conceivably we
      could have an http or socket based client as well.
      7fec8251
  17. 12 12月, 2014 1 次提交
  18. 10 12月, 2014 1 次提交
  19. 03 12月, 2014 1 次提交
  20. 02 12月, 2014 1 次提交
  21. 29 11月, 2014 1 次提交
  22. 24 11月, 2014 1 次提交
  23. 15 11月, 2014 2 次提交
  24. 14 11月, 2014 1 次提交
  25. 13 11月, 2014 3 次提交
  26. 12 11月, 2014 1 次提交
  27. 11 11月, 2014 3 次提交
  28. 10 11月, 2014 1 次提交