1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-25 16:01:38 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jesse Wilson
53ef23eae2 Don't sign artifacts in the default configuration. 2012-07-23 12:27:30 -04:00
Patrick Forhan
9284516489 Merge pull request #4 from square/jwilson/example
Don't connect to external hosts in unit tests.
2012-07-23 09:21:53 -07:00
Jesse Wilson
4425f3ec2b Don't connect to external hosts in unit tests. 2012-07-23 12:20:21 -04:00
Patrick Forhan
7781c0702e Merge pull request #3 from square/jwilson/java7
Enforce javac version 1.7 or better.
2012-07-23 07:57:26 -07:00
Jesse Wilson
fc01d7e54d Enforce javac version 1.7 or better.
We can't require 1.7 as a target or source language option
as that would break dx.
2012-07-23 10:56:32 -04:00
Patrick Forhan
4e80e4666b Merge pull request #2 from square/jwilson/snapshot
Give the in-progress code a SNAPSHOT version number.
2012-07-23 07:18:29 -07:00
Jesse Wilson
0ea4c8fc13 Give the in-progress code a SNAPSHOT version number. 2012-07-23 10:16:56 -04:00
Patrick Forhan
eba4ae53a8 Merge pull request #1 from square/jwilson/initialimport
Initial import.
2012-07-23 07:10:24 -07:00
Jesse Wilson
ea63463c2f Initial import.
This is a fork of okhttp from http://code.google.com/p/okhttp.
I'm moving it to Github since that's where my code reviewers
are. I've renamed the core package from com.google.okhttp to
com.squareup.okhttp because Square is where I expect ongoing
development of this project to take place.

All code in this project is subject to be contributed upstream
to AOSP. In particular, all code in the libcore package is
derived from AOSP and intended to be contributed back to AOSP
on an ongoing basis.
2012-07-23 10:02:28 -04:00
swankjesse
063964211c Initial commit 2012-07-23 06:42:55 -07:00