1. 06 6月, 2019 3 次提交
  2. 05 6月, 2019 2 次提交
  3. 31 5月, 2019 1 次提交
    • S
      `URL` overload for `Retrofit.Builder#baseUrl` · ce6e0d17
      Syed Seth 提交于
      Functionally does nothing, just somewhat cleaner to be able to do `baseUrl(URL)` than `baseUrl(URL#toString());` if handling a `URL` rather than `String`.
      Used `HttpUrl.get(String)` as `HttpUrl.get(URL)` returns null instead of throwing an exception.
      ce6e0d17
  4. 16 4月, 2019 1 次提交
  5. 11 4月, 2019 1 次提交
  6. 04 4月, 2019 2 次提交
  7. 02 4月, 2019 2 次提交
  8. 19 3月, 2019 4 次提交
  9. 08 3月, 2019 5 次提交
  10. 07 3月, 2019 1 次提交
  11. 01 3月, 2019 3 次提交
  12. 21 2月, 2019 1 次提交
  13. 20 2月, 2019 1 次提交
    • J
      Do not leak body in intermediate buffers to converters · 0e57bbf9
      Jake Wharton 提交于
      Multiple calls to source() would create a new BufferedSource which, when a single byte was read, would cache data in its buffer which would be lost on a subsequent call to source(). Calls to source() will now always return the same BufferedSource ensuring data cannot be lost.
      0e57bbf9
  14. 16 2月, 2019 5 次提交
  15. 15 2月, 2019 1 次提交
  16. 13 2月, 2019 2 次提交
  17. 27 1月, 2019 1 次提交
  18. 23 1月, 2019 4 次提交