Jesse Wilson
|
6a2242ce30
|
Import mimecraft as-is.
|
2014-06-09 00:53:51 -04:00 |
|
Jake Wharton
|
349251ffb6
|
Merge pull request #900 from square/jwilson_0608_nullable_content_type
Make the content type optional.
|
2014-06-08 21:46:08 -07:00 |
|
Jake Wharton
|
b4a3ce52b6
|
Merge pull request #901 from square/jwilson_0608_headers_recipe
Add a Headers recipe.
|
2014-06-08 11:22:51 -07:00 |
|
Jesse Wilson
|
5641d02a8d
|
Add a Headers recipe.
|
2014-06-08 12:47:10 -04:00 |
|
Jesse Wilson
|
baba1c090d
|
Make the content type optional.
https://github.com/square/okhttp/issues/899
|
2014-06-08 11:29:41 -04:00 |
|
Jake Wharton
|
ab9e16026c
|
Merge pull request #897 from square/jwilson_0605_regression_connection_close
Fix a regression in connection cleanup.
|
2014-06-06 07:51:41 -07:00 |
|
Jesse Wilson
|
30b0fd62d2
|
Fix a regression in connection cleanup.
We don't test that connections actually get closed, and this was
broken by a refactoring that dropped close() on Connection.
|
2014-06-06 00:29:19 -07:00 |
|
Adrian Cole
|
c89ca72a9c
|
Merge pull request #887 from square/adrian.write-continuations
Write continuation frames when hpacked data is larger than 16383 bytes.
|
2014-06-04 09:20:55 -07:00 |
|
Adrian Cole
|
0c837a4f1c
|
Write continuation frames when hpacked data is larger than 16383 bytes.
Change max frame size to a constant.
|
2014-06-04 07:47:08 -07:00 |
|
Jake Wharton
|
848ad4a5c3
|
Merge pull request #893 from square/jwilson_0603_configure_timeouts_recipe
Recipe for configuring timeouts.
|
2014-06-03 23:51:35 -07:00 |
|
Jake Wharton
|
896f4fd0ce
|
Merge pull request #892 from square/jwilson_0603_per_call_recipe
Recipe to clone OkHttpRequest for per-request config changes.
|
2014-06-03 23:51:10 -07:00 |
|
Jesse Wilson
|
ea9103a243
|
Recipe for configuring timeouts.
|
2014-06-03 23:39:22 -07:00 |
|
Jesse Wilson
|
22bb048e13
|
Recipe to clone OkHttpRequest for per-request config changes.
|
2014-06-03 23:32:10 -07:00 |
|
Jesse Wilson
|
f17f74f894
|
Merge pull request #889 from square/jwilson_0601_cancel_example
Cancel recipe.
|
2014-06-02 03:49:00 -04:00 |
|
Jesse Wilson
|
4c77a1cc53
|
Cancel recipe.
|
2014-06-02 00:48:12 -07:00 |
|
Jesse Wilson
|
3af2131c72
|
Merge pull request #888 from square/jwilson_0601_file_per_example
Give each recipe its own file.
|
2014-06-02 03:38:28 -04:00 |
|
Jesse Wilson
|
f7c3bad89f
|
Give each recipe its own file.
|
2014-06-01 19:31:13 -04:00 |
|
Adrian Cole
|
ae8d33170e
|
Merge pull request #886 from square/jwilson_0531_post_recipes
Some POST samples.
|
2014-05-31 19:03:06 -07:00 |
|
Jesse Wilson
|
1ba78fa29d
|
Some POST samples.
|
2014-05-31 10:01:19 -04:00 |
|
Jake Wharton
|
6a3bdc60a9
|
Merge pull request #882 from square/jw/okio-low-hanging-fruit
Leverage Okio for yanking a full byte[].
|
2014-05-30 18:36:25 -07:00 |
|
Jake Wharton
|
9598d1dec5
|
Merge pull request #883 from square/jw/code-style
Update test to JUnit 4, Square code style.
|
2014-05-30 18:35:40 -07:00 |
|
Jake Wharton
|
f83d7befce
|
Merge pull request #884 from square/jwilson_0529_is_successful
Add missing copyright headers.
|
2014-05-30 18:34:59 -07:00 |
|
Jesse Wilson
|
2ec2027fc0
|
Add missing copyright headers.
https://github.com/square/okhttp/issues/880
|
2014-05-30 21:05:57 -04:00 |
|
Jake Wharton
|
91f36c75af
|
Update test to JUnit 4, Square code style.
|
2014-05-30 16:08:49 -07:00 |
|
Jake Wharton
|
3226432039
|
Leverage Okio for yanking a full byte[].
|
2014-05-30 15:57:02 -07:00 |
|
Jake Wharton
|
32c75ea09f
|
Merge pull request #874 from square/jw/response-source-header
Expose backwards-compatible response source header.
|
2014-05-29 22:01:21 -07:00 |
|
Jake Wharton
|
e31b737763
|
Expose backwards-compatible response source header.
|
2014-05-29 21:58:21 -07:00 |
|
Jesse Wilson
|
92f12ecafa
|
Merge pull request #878 from square/jwilson_0529_is_successful
Response.isSuccessful().
|
2014-05-30 00:23:09 -04:00 |
|
Jesse Wilson
|
b398a4073d
|
Response.isSuccessful().
|
2014-05-30 00:10:17 -04:00 |
|
Jake Wharton
|
7822967b9d
|
Merge pull request #877 from square/jw/java-seven
Restore Java 7-specific override annotation.
|
2014-05-29 17:27:35 -07:00 |
|
Jake Wharton
|
8f6a21e864
|
Restore Java 7-specific override annotation.
We require Java 7 to build now and this doesn't affect Java 6 at runtime.
|
2014-05-29 13:52:36 -07:00 |
|
Jesse Wilson
|
051715f97a
|
Merge pull request #872 from square/jwilson_0527_recipes
Recipes for Gson and Caching.
|
2014-05-28 00:36:35 -04:00 |
|
Jesse Wilson
|
84ba90faf8
|
Recipes for Gson and Caching.
|
2014-05-28 00:31:16 -04:00 |
|
Jake Wharton
|
740de60b1a
|
Merge pull request #868 from square/jwilson_0527_dont_lose_uncaught_exceptions
Don't lose uncaught exceptions.
|
2014-05-27 08:27:42 -07:00 |
|
Jesse Wilson
|
f6a46b8992
|
Don't lose uncaught exceptions.
|
2014-05-27 09:33:46 -04:00 |
|
Jake Wharton
|
241ea05d30
|
Merge pull request #867 from square/jwilson_0526_first_recipes
First couple recipes.
|
2014-05-26 21:30:55 -07:00 |
|
Jesse Wilson
|
95ea889b5b
|
First couple recipes.
|
2014-05-26 23:15:58 -04:00 |
|
Jesse Wilson
|
1a1cc18f26
|
Update samples and marketing site.
|
2014-05-25 10:01:37 -04:00 |
|
Jesse Wilson
|
7c26ec5bfa
|
Merge pull request #863 from square/jwilson_0524_javadoc
Build Javadoc for OkUrlFactory and OkApacheClient.
|
2014-05-24 17:35:35 -04:00 |
|
Jesse Wilson
|
e870d2645a
|
Build Javadoc for OkUrlFactory and OkApacheClient.
Also create a permanent URL for 1.x Javadoc.
|
2014-05-24 17:35:20 -04:00 |
|
Jesse Wilson
|
cc92c4cecc
|
[maven-release-plugin] prepare for next development iteration
|
2014-05-24 02:03:47 -04:00 |
|
Jesse Wilson
|
8dcc74d339
|
[maven-release-plugin] prepare release parent-2.0.0-RC1
parent-2.0.0-RC1
|
2014-05-24 02:03:37 -04:00 |
|
Jake Wharton
|
d7b6ee2be8
|
Merge pull request #862 from square/jwilson_0524_bootclasspath_collision
Don't use the property bootclasspath; that collides with the javadoc plugin
|
2014-05-23 22:32:58 -07:00 |
|
Jesse Wilson
|
dbbdcd3a39
|
Don't use the property bootclasspath; that collides with the javadoc plugin.
|
2014-05-24 01:28:15 -04:00 |
|
Jesse Wilson
|
abdf14c400
|
Depend on Okio 1.0.0.
|
2014-05-24 00:31:13 -04:00 |
|
Jesse Wilson
|
5d15902743
|
Changelog for 1.6.0.
|
2014-05-23 15:59:04 -04:00 |
|
Adrian Cole
|
1364bf70f5
|
Merge pull request #858 from square/adrian.fixedContentLength0
In HttpURLConnection, pay attention when fixedContentLength is set to zero
|
2014-05-22 09:30:02 -07:00 |
|
Adrian Cole
|
5648a6868d
|
In HttpURLConnection, pay attention when fixedContentLength is set to zero.
|
2014-05-22 08:48:40 -07:00 |
|
Jesse Wilson
|
21f81403b4
|
Merge pull request #854 from square/jw/rename-fix
Correct accidental rename of reflected method.
|
2014-05-21 13:17:14 -04:00 |
|
Jesse Wilson
|
efa4f6d10a
|
Merge pull request #851 from square/jwilson_0521_v2_changelog
OkHttp/2 changelog.
|
2014-05-21 13:15:50 -04:00 |
|