History log of /external/conscrypt/build.gradle
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a679eec4ca62c3d0704986d86e77f39da974c6e7 16-Mar-2017 Kenny Root <kenny@the-b.org> Add error-prone and fix all the errors (#146)
/external/conscrypt/build.gradle
45b3c34b8ebb789b6ea27b63af60b694d9e728c3 01-Mar-2017 Nathan Mittler <nathanmittler@google.com> Support deployment of android archives to Maven (#123)

Fixes #117
/external/conscrypt/build.gradle
ee6f578fc88be846a6b002b491c1d9dabf34c2ee 27-Feb-2017 Nathan Mittler <nathanmittler@google.com> Adding boringssl version to manifest (#120)

Fixes #116
/external/conscrypt/build.gradle
ad6f617201bc63c1f1006593cf7d5f186107e3c0 23-Feb-2017 Nathan Mittler <nathanmittler@google.com> Add javadoc JARs to distribution. (#110)

This is required when releasing to Maven Central.
/external/conscrypt/build.gradle
1fd40992104b6a5c4bb19085f4ffe0d4249a9569 21-Feb-2017 Nathan Mittler <nathanmittler@google.com> Begin 1.1.x development cycle (#101)
/external/conscrypt/build.gradle
f278d12179ba83a42829ad2db877017ab5f6d938 15-Feb-2017 Nathan Mittler <nathanmittler@google.com> Specifying JMH dependencies for latest version (#90)

This seems to be needed for running in IntelliJ, which is really handy. I recall that the JMH configuration was a bit touchy so we may need to try this out on a few platforms to make sure it doesn't break anything.
/external/conscrypt/build.gradle
c58d52620b66bfee6298d0ca58540fcdaa469c8c 10-Feb-2017 Nathan Mittler <nathanmittler@google.com> Adding engine support to server socket. (#81)

* Adding engine support to server socket.

Also adding simple unit test for server socket. This required moving some more test classes to the testing module.

* fixing import.
/external/conscrypt/build.gradle
0c6f7671f35af188bcfd7cf84f9c46f72a25ccff 04-Feb-2017 Nathan Mittler <nathanmittler@google.com> Adding benchmarks for socket implementations. (#75)
/external/conscrypt/build.gradle
f998b647db185031273998cc91735b93c289932c 01-Feb-2017 Nathan Mittler <nathanmittler@google.com> Adding JMH benchmarks (#72)

* Adding JMH benchmarks

Fixes #9
/external/conscrypt/build.gradle
f4570d73ba06a792ecc01c77442ec021b5528977 31-Jan-2017 Nathan Mittler <nathanmittler@google.com> Updating gradle version (#70)

Also doing some minor cleanup in the android build.
/external/conscrypt/build.gradle
160e730a8666ecd1cd362ed6cb5e9c032ed2bff0 23-Jan-2017 Nathan Mittler <nathanmittler@google.com> Adding support for Java 8 static linking. (#50)

* Adding support for Java 8 static linking.

I'm not really sure of an easy way to test this ATM, since the library would have to be statically linked with the JVM. I think for now, we should just get this in and cross the testing bridge when we get there.

Fixes #33
/external/conscrypt/build.gradle
f476535106012eeaf28e73a8121bb6fe2d2caee9 12-Jan-2017 Kenny Root <kenny@the-b.org> Use the Windows 8.0 SDK instead of 7.1a (#40)

The inet_ntop function is first defined in Windows 8.0 SDK.

Change-Id: Ib15ff5091127e6df06d2b75365c20acddbd96598
/external/conscrypt/build.gradle
0327d94171e05a04581b59fd9c1ca9ca7e92b136 12-Jan-2017 Kenny Root <kenny@the-b.org> Allow building both 32-bit and 64-bit JNI libraries (#36)

Allow building both 32-bit and 64-bit JNI libraries

Since we will be distributing this as an uberjar, we need to be able to
build both 32-bit and 64-bit versions of the libraries.

Update the documentation to match.
/external/conscrypt/build.gradle
36311a3465910ef899d58e71e324fb49fe271b4a 22-Dec-2016 Nathan Mittler <nathanmittler@google.com> Various changes toward building on windows (#14)

* Various changes toward building on windows

Next issue after this: poll is not supported.

* fixing comments.

* fixing comments.
/external/conscrypt/build.gradle
6403f9c09eae4c3234ae2c3e6686cad561769b59 22-Dec-2016 Nathan Mittler <nathanmittler@google.com> Moving android SDK checks to android module. (#13)

This allows us to build openjdk without requiring installation of android sdk.
/external/conscrypt/build.gradle
b4eb816bef12d57d242014023338edc3016a94a4 21-Dec-2016 nmittler <nathanmittler@google.com> Update version to 1.0.0-SNAPSHOT
/external/conscrypt/build.gradle
1864f965419c5b14ac9317c576c8a0f7169c067e 14-Dec-2016 nmittler <nathanmittler@google.com> Adding tests for openjdk

Change-Id: I070a81882f8738125a6e7e15c927b9ac96583249
/external/conscrypt/build.gradle
4040643cf8a77b3eb4539ac92636fc85036f9919 15-Dec-2016 Kenny Root <kroot@google.com> Remove unused androidJreHome

This is no longer used in the gradle file, but failure to set it causes
build failures. Remove it.

Test: ./gradlew build
Change-Id: I31b22940d7a3ca7d75a1c62174aa8996b3a3da99
/external/conscrypt/build.gradle
7ec6fc77bbf547ae018178262453f38ff3b45974 12-Dec-2016 nmittler <nathanmittler@google.com> Preparing for move to github.

Change-Id: Icc28dd498c5facd4b22e3ee24a8363f01ec681ea
/external/conscrypt/build.gradle
7782d132fab6ac9f30b97d76ed3a51126ed3e6d1 22-Nov-2016 nmittler <nathanmittler@google.com> Restructuring conscrypt into submodules

Change-Id: I2a4dea5d2a5f35b29fdbb96bcdae1888a4fe2b7e
/external/conscrypt/build.gradle
a958f457db904d87ef20f76830a9e76dcb85efb0 01-Jul-2015 Jie Dai <jied@google.com> Update conscrypt build.gradle for the native generator

Change-Id: Ifd5ae43f09eafe11f54acc6dd66c55e4b52b5e30
/external/conscrypt/build.gradle
62190cd439f163c7a53604b01836a576ef88013a 03-Apr-2015 Chad Brubaker <cbrubaker@google.com> Add Platform adapter around unbundled conscrypt

This wraps the conscrypt OpenSSLSocketImpl with an adapter that is a
subclass of the platform's OpenSSLSocketImpl in order to support old
code that does casts to the platform OpenSSLSocketImpl in order to set
things like SNI.

Until KK the platform OpenSSLSocketImpl was
org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl, in KK it became
com.android.org.conscrypt.OpenSSLSocketImpl. As of L MR1 the platform
HTTP stack no longer casts to the platform OpenSSLSocketImpl and this
work around is not needed on those devices.

Change-Id: I196ad957eabfc70246d9c01aa12855a8eab036f0
/external/conscrypt/build.gradle
ba94b3df4c261993ba3428f679bd796efa90933c 10-Jun-2014 Justin Morey <jmorey@google.com> Build conscrypt_unbundled using Gradle

Change-Id: I96ae5539b6195ccbeb92af1beb7e78660ef757a1
/external/conscrypt/build.gradle