[commons-crypto] Git Push Summary

2016-05-05 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/CRYPTO-1.0.0 [created] 3f835c2f5

commons-crypto git commit: CRYPTO-50: Fix a typo in README

2016-05-03 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 04fe3daf1 -> 852f4f750 CRYPTO-50: Fix a typo in README Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/852f4f75 Tree: http://git-wip-us.apach

commons-crypto git commit: CRYPTO-41:Update user guide according to the renamed classes and API change

2016-05-03 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 95a8d486e -> f2b855cdf CRYPTO-41:Update user guide according to the renamed classes and API change Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/c

[1/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master e2cc6aeed -> 95a8d486e http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java -

[6/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java -- diff --git a/src/main/java/org/apache/commons/crypto/conf/ConfigurationKeys.java b/src/mai

[2/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/test/java/org/apache/commons/crypto/cipher/JceCipherTest.java -- diff --git a/src/test/java/org/apache/commons/crypto/cipher/JceCipherTest.java b/src/test/jav

[3/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/main/java/org/apache/commons/crypto/utils/NativeCodeLoader.java -- diff --git a/src/main/java/org/apache/commons/crypto/utils/NativeCodeLoader.java b/src/mai

[4/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/main/java/org/apache/commons/crypto/stream/PositionedCryptoInputStream.java -- diff --git a/src/main/java/org/apache/commons/crypto/stream/PositionedCryptoInp

[7/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/95a8d486 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/95a8d486 D

[5/7] commons-crypto git commit: CRYPTO-37: Change all the 2 spaces indent to 4 to comply Commons code style

2016-05-03 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/95a8d486/src/main/java/org/apache/commons/crypto/stream/CTRCryptoOutputStream.java -- diff --git a/src/main/java/org/apache/commons/crypto/stream/CTRCryptoOutputStream.jav

commons-crypto git commit: CRYPTO-28: Update the README.md of Apache Commons Crypto

2016-05-03 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master cec53815a -> 9aecd37f7 CRYPTO-28: Update the README.md of Apache Commons Crypto Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/9aecd37f Tree

commons-crypto git commit: CRYPTO-31: Make fields final wherever possible

2016-04-30 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master b08de7798 -> c0c2e6fb9 CRYPTO-31: Make fields final wherever possible Addressing further comments Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/c

commons-crypto git commit: CRYPTO-30: Mutable fields should be private

2016-04-28 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master d1fb85f7c -> 98bec4c43 CRYPTO-30: Mutable fields should be private Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/98bec4c4 Tree: http://git-

commons-crypto git commit: CRYPTO-3: Change default cipher as OpensslCipher

2016-04-25 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 081284dce -> c0df81587 CRYPTO-3: Change default cipher as OpensslCipher Addressing comments Handle the edge case at getCipherClassString and handle the null property for getInstance Project: http://git-wip-us.apache.org/repos/a

commons-crypto git commit: CRYPTO-10: Rename Chimera in makefile to Apache Common Crypto

2016-04-25 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 35c716304 -> f819dd404 CRYPTO-10: Rename Chimera in makefile to Apache Common Crypto Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/f819dd40

commons-crypto git commit: CRYPTO-9: Rename configuration name in Chimera to Apache name space

2016-04-25 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 7cefbf2a6 -> 35c716304 CRYPTO-9: Rename configuration name in Chimera to Apache name space Address comments Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/common

commons-crypto git commit: CRYPTO-5: Create site for apache commons crypto

2016-04-24 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 4920d2729 -> 8f888a572 CRYPTO-5: Create site for apache commons crypto add src/site to master branch add site fix comment delete the userguide.xml fix comment logo fix comments fix comment Project: http://git-wip-us.apache

[3/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/native/com/intel/chimera/cipher/OpensslNative.c -- diff --git a/src/main/native/com/intel/chimera/cipher/OpensslNative.c b/src/main/native/com/intel/chim

[8/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
CRYPTO-7: Rename source code in Chimera to Apache name space Update some typos in README Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/4920d272 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/t

[6/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/com/intel/chimera/stream/output/StreamOutput.java -- diff --git a/src/main/java/com/intel/chimera/stream/output/StreamOutput.java b/src/main/java/co

[1/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master 92d129aa5 -> 4920d2729 http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java --

[2/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/native/org/apache/commons/crypto/random/OpensslSecureRandomNative.c -- diff --git a/src/main/native/org/apache/commons/crypto/random/OpensslSecureRandomN

[5/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/org/apache/commons/crypto/cipher/OpensslNative.java -- diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpensslNative.java b/src/main/jav

[7/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/com/intel/chimera/random/OsSecureRandom.java -- diff --git a/src/main/java/com/intel/chimera/random/OsSecureRandom.java b/src/main/java/com/intel/ch

[4/8] commons-crypto git commit: CRYPTO-7: Rename source code in Chimera to Apache name space

2016-04-21 Thread xuf
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/org/apache/commons/crypto/stream/input/ChannelInput.java -- diff --git a/src/main/java/org/apache/commons/crypto/stream/input/ChannelInput.java b/s

commons-crypto git commit: Update mail address for Ferdinand Xu

2016-04-20 Thread xuf
Repository: commons-crypto Updated Branches: refs/heads/master de304d71f -> 92d129aa5 Update mail address for Ferdinand Xu Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/92d129aa Tree: http://git-wip-us.