jwilson
edaa258106
[maven-release-plugin] prepare release parent-2.7.4
2016-02-07 22:21:10 -05:00
jwilson
831230aaf6
[maven-release-plugin] prepare for next development iteration
2016-02-06 22:13:31 -05:00
jwilson
2df2565bba
[maven-release-plugin] prepare release parent-2.7.3
2016-02-06 22:13:28 -05:00
jwilson
6b98d856e6
[maven-release-plugin] prepare for next development iteration
2016-01-08 00:27:51 -05:00
jwilson
abf0341402
[maven-release-plugin] prepare release parent-2.7.2
2016-01-08 00:27:47 -05:00
jwilson
a62836f2da
[maven-release-plugin] prepare for next development iteration
2016-01-01 11:13:40 -05:00
jwilson
e871c6068a
[maven-release-plugin] prepare release parent-2.7.1
2016-01-01 11:13:35 -05:00
jwilson
dbb2327f42
Prepare to cut the 2.7.1 release.
2016-01-01 10:59:42 -05:00
jwilson
a36b1fb73c
[maven-release-plugin] prepare release parent-2.7.0
2015-12-13 20:35:26 -05:00
jwilson
94ca8566b2
[maven-release-plugin] prepare for next development iteration
2015-11-22 12:30:35 -05:00
jwilson
d0a381edc1
[maven-release-plugin] prepare release parent-2.6.0
2015-11-22 12:30:31 -05:00
Jake Wharton
a9015ebe7d
Add a strict mode of sorts to InMemoryFileSystem to detect handle leaks.
2015-10-08 02:11:44 -04:00
jwilson
8efaead13d
[maven-release-plugin] prepare for next development iteration
2015-08-25 21:11:25 -04:00
jwilson
f36bed41a8
[maven-release-plugin] prepare release parent-2.5.0
2015-08-25 21:11:22 -04:00
jwilson
a560f72193
Expose internal APIs for pluggable file systems.
...
We aren't yet ready to make FileSystem a public type, but I don't mind
making it _almost_ available via an internal API for those brave enough
to try that.
Also migrate all of our tests to use the in memory file system. It's simpler.
https://github.com/square/okhttp/issues/1459
2015-08-01 11:56:40 -07:00
jwilson
d6be7545e6
[maven-release-plugin] prepare for next development iteration
2015-05-22 19:47:49 -04:00
jwilson
7298bee253
[maven-release-plugin] prepare release parent-2.4.0
2015-05-22 19:47:47 -04:00
jwilson
805076f68a
Accept ws: URLs in Request.Builder.
...
I contemplated supporting them in HttpUrl, but then realized I'd
either need to document that behavior (which is weird behavior)
or return ws from the scheme (which seems arbitrary.)
Doing it in Request seems less bad: we support websockets requests.
2015-05-18 20:40:48 -04:00
jwilson
a96c439a91
[maven-release-plugin] prepare for next development iteration
2015-05-16 17:03:20 -04:00
jwilson
5cc7dba3ad
[maven-release-plugin] prepare release parent-2.4.0-RC1
2015-05-16 17:03:16 -04:00
Neil Fuller
4e08085cc8
Install an UncaughtExceptionHandler during tests
...
This is to make the tests more brittle around uncaught exceptions
as they are on Android. No uncaught exceptions should escape.
2015-04-14 16:55:26 +01:00