1. f38272f Apply upstream commit: Allow HTAB in header values. by Tobias Thierer · 8 years ago
  2. da03960 Use different URL encoding for single quote in query by Neil Fuller · 8 years ago
  3. cd57d9e Fix regression in the HTTP request line by Neil Fuller · 8 years ago
  4. 75687ca Relax validation of HTTP header values to retain L/M behavior by Neil Fuller · 8 years ago
  5. 4c52173 Reapply an upstream OkHttp change to Android for HttpUrl by Neil Fuller · 9 years ago
  6. 469258d Reapply an upstream OkHttp change to Android for HttpUrl by Neil Fuller · 9 years ago
  7. 6dde4fd Apply upstream OkHttp HttpUrl fix by jwilson · 9 years ago
  8. e31a2f4 Apply upstream OkHttp HttpUrl fix by jwilson · 9 years ago
  9. 49e7226 Apply upstream OkHttp HttpUrl fix by Isaac Green · 9 years ago
  10. 2d6bab1 okhttp: add workaround in RequestTest for \r by Sergio Giro · 9 years ago
  11. c06ef25 Workaround for request header values with trailing '\r' or '\r\n' by Sergio Giro · 9 years ago
  12. 3ddb382 Temporary workaround for whatsapp issues. by Narayan Kamath · 9 years ago
  13. 65f07be Permit space to be encoded as + or %20. by Narayan Kamath · 9 years ago
  14. 28c5794 Workaround for request header values with trailing '\n' by Neil Fuller · 9 years ago
  15. a51d868 Merge "Fix URLConnectionTest.writeTimeouts with large receive buffers" by Neil Fuller · 9 years ago
  16. d22dae2 Fix URLConnectionTest.writeTimeouts with large receive buffers by Neil Fuller · 9 years ago
  17. 92b46ba Merge "Fix visibility of test method that prevents tests running" am: 77cc4fcff2 by Neil Fuller · 9 years ago
  18. c4c05ff Fix visibility of test method that prevents tests running by Neil Fuller · 9 years ago
  19. 8edcad6 Merge "Fix Http(s)URLConnectionImpl.getInstanceFollowsRedirects()" by Neil Fuller · 9 years ago
  20. ceafaf3 Fix Http(s)URLConnectionImpl.getInstanceFollowsRedirects() by Neil Fuller · 9 years ago
  21. 1b4af3d resolved conflicts for 14053454 to mnc-dr-dev-plus-aosp by Neil Fuller · 9 years ago
  22. e0d02d7 Reduce the memory requirements of a test by Neil Fuller · 9 years ago
  23. 36132b3 Android modifications to OkHttp by Neil Fuller · 9 years ago
  24. 71b9f47 Pull latest code from upstream okhttp and okio by Neil Fuller · 9 years ago
  25. df2c498 Apply upstream changes for timeout / pooled connection issue by Neil Fuller · 9 years ago
  26. 54ee864 Merge "Apply upstream changes for timeout / pooled connection issue" by Neil Fuller · 9 years ago
  27. ed07861 Apply upstream changes for timeout / pooled connection issue by Neil Fuller · 9 years ago
  28. ba6e9e9 Fix for HttpURLConnection not always throwing SocketTimeoutException by Neil Fuller · 9 years ago
  29. b5f9076 Fix for HttpURLConnection not always throwing SocketTimeoutException by Neil Fuller · 9 years ago
  30. e968913 Fix flaky test Spdy3ConnectionTest.receiveGoAway(). by jwilson · 9 years ago
  31. d6ed2ae Fix flaky test Spdy3ConnectionTest.receiveGoAway(). by jwilson · 9 years ago
  32. 781c9c2 Rollup of upstream OkHttp and Okio changes by Neil Fuller · 9 years ago
  33. 7aeaaef Rollup of upstream OkHttp and Okio changes by Neil Fuller · 9 years ago
  34. a2cab72 Roll-up of upstream OkHttp and Okio changes by Neil Fuller · 9 years ago
  35. 63e93d4 am b3ed2930: Merge "A rollup of recent upstream commits for OkHttp" by Neil Fuller · 10 years ago
  36. 3be78b8 A rollup of recent upstream commits for OkHttp by Neil Fuller · 10 years ago
  37. 74a968d am 75a7afac: Reduce flakiness of OkHttp tests by Neil Fuller · 10 years ago
  38. 75a7afa Reduce flakiness of OkHttp tests by Neil Fuller · 10 years ago
  39. 1af6ab7 am e1c47bc5: Merge "Pull latest OkHttp code from upstream" by Neil Fuller · 10 years ago
  40. e78f117 Pull latest OkHttp code from upstream by Neil Fuller · 10 years ago
  41. 48c97b4 am 342d21a7: Fix DisconnectTest for devices with large socket buffers by Neil Fuller · 10 years ago
  42. 342d21a Fix DisconnectTest for devices with large socket buffers by Neil Fuller · 10 years ago
  43. dd6543e Merge "Avoid a reverse DNS-lookup for a numeric proxy address" into lmp-mr1-dev by Neil Fuller · 10 years ago
  44. 2ed0095 Avoid a reverse DNS-lookup for a numeric proxy address by Neil Fuller · 10 years ago
  45. 8d3b260 am 29bc9ccd: Merge "Avoid a reverse DNS-lookup for a numeric proxy address" by Neil Fuller · 10 years ago
  46. 29bc9cc Merge "Avoid a reverse DNS-lookup for a numeric proxy address" by Neil Fuller · 10 years ago
  47. e06cad9 resolved conflicts for merge of 51f523b9 to lmp-mr1-dev-plus-aosp by Alex Klyubin · 10 years ago
  48. 797fdc6 Avoid a reverse DNS-lookup for a numeric proxy address by Neil Fuller · 10 years ago
  49. 5759201 Strict, modern HostnameVerifier. by Alex Klyubin · 10 years ago
  50. afcb402 am 0f102f51: Add further handling for when a CONNECT incorrectly returns a body. by Neil Fuller · 10 years ago
  51. 0f102f5 Add further handling for when a CONNECT incorrectly returns a body. by Neil Fuller · 10 years ago
  52. f239872 am 442180cd: Merge "Switch over to a new TLS fallback strategy" by Neil Fuller · 10 years ago
  53. ce98042 am 80a1db28: Merge "Changes for dealing with more granular TLS connection fallback" by Neil Fuller · 10 years ago
  54. ede2bf1 Switch over to a new TLS fallback strategy by Neil Fuller · 10 years ago
  55. 9bc151d am fcc9fffc: Merge "Improve tests for TLS fallback." by Neil Fuller · 10 years ago
  56. bcce0a3 Changes for dealing with more granular TLS connection fallback by Neil Fuller · 10 years ago
  57. 00407a7 Merge "Fix for a socket leak in OkHttp on Android" into lmp-mr1-dev by Neil Fuller · 10 years ago
  58. 20cce1f am 08d4640f: Merge "Fix for a socket leak in OkHttp on Android" by Neil Fuller · 10 years ago
  59. d7254e3 Improve tests for TLS fallback. by Neil Fuller · 10 years ago
  60. f3bcd0c Fix for a socket leak in OkHttp on Android by Neil Fuller · 10 years ago
  61. ff345b6 Fix for a socket leak in OkHttp on Android by Neil Fuller · 10 years ago
  62. 466ef07 am db7edbf1: am 200d28a2: am e82a7960: Fix a bug in OkHostnameVerifier wildcard handling. by Alex Klyubin · 10 years ago
  63. f13329c am a03ec4ce: Fix a bug in OkHostnameVerifier wildcard handling. by Alex Klyubin · 10 years ago
  64. a03ec4c Fix a bug in OkHostnameVerifier wildcard handling. by Alex Klyubin · 10 years ago
  65. 007b88a Add further handling for when a CONNECT incorrectly returns a body. by Neil Fuller · 10 years ago
  66. 602d5e4 New disconnect strategy. by Jesse Wilson · 10 years ago
  67. 87ed724 New disconnect strategy. by Jesse Wilson · 10 years ago
  68. 0600043 Fixing broken OkHttp CTS test by Neil Fuller · 10 years ago
  69. 80dc43a Fix OkHttp test failure for fast devices by Neil Fuller · 10 years ago
  70. 95d1a13 Fixing broken OkHttp CTS test by Neil Fuller · 10 years ago
  71. e3bfefb Fix OkHttp test failure for fast devices by Neil Fuller · 10 years ago
  72. 807414a Fix knock-ons from upstream okhttp pull #1011 by Neil Fuller · 10 years ago
  73. 5093c4f Apply okhttp upstream pull request #1011 by Neil Fuller · 10 years ago
  74. 2ee2999 Fix transparent gzip for basic auth. by Neil Fuller · 10 years ago
  75. f6af62d Fix transparent gzip for basic auth. by Neil Fuller · 10 years ago
  76. 7c7f22d Allow callers to pass in a custom host resolver implementation. by Lorenzo Colitti · 10 years ago
  77. 2695578 Allow callers to pass in a custom host resolver implementation. by Lorenzo Colitti · 10 years ago
  78. 1410c75 Use the socket factory for direct connections as well. by Lorenzo Colitti · 10 years ago
  79. a83ddf1 Use the socket factory for direct connections as well. by Lorenzo Colitti · 10 years ago
  80. 3f968ac Allow specifying a socket factory for connections. by Jake Wharton · 10 years ago
  81. e5baca5 Allow specifying a socket factory for connections. by Jake Wharton · 10 years ago
  82. 78092f3 Pull upstream fixes from OkHttp by Neil Fuller · 10 years ago
  83. 4944713 Pull upstream fixes from OkHttp by Neil Fuller · 11 years ago
  84. c6bd683 Upgrade OkHttp to newer code by Neil Fuller · 11 years ago
  85. 3c938a3 Update okhttp to a more recent commit. by Neil Fuller · 11 years ago