commons-crypto git commit: CRYPTO-45: Document how to build Commons Crypto

2016-05-04 Thread dianfu
ttp://git-wip-us.apache.org/repos/asf/commons-crypto/tree/3f835c2f Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/3f835c2f Branch: refs/heads/master Commit: 3f835c2f567c3ecb086b6ca0db84302c2b1fc63d Parents: d4c6b9f Author: dianfu Authored: Thu May 5 09:59:30 2016 +0800 Commit

commons-crypto git commit: CRYPTO-40: Remove the full qualified package name for shadowed classes (Xianda Ke via Dian Fu)

2016-05-03 Thread dianfu
pos/asf/commons-crypto/commit/2ad69f91 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/2ad69f91 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/2ad69f91 Branch: refs/heads/master Commit: 2ad69f91370a27d5fb935bfa47b7b5504eb6c051 Parents: 9aecd37 Author: dia

[3/3] commons-crypto git commit: CRYPTO-42: Remove the header files required for cross platform compilation

2016-04-29 Thread dianfu
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/03d0ea01 Branch: refs/heads/master Commit: 03d0ea013760a03c7b2c60b89bde13f770a96420 Parents: 1e78810 Author: dianfu Authored: Fri Apr 29 17:32:36 2016 +0800 Committer: dianfu Committed: Fri Apr 29 17:32:36 2016 +0800

[2/3] commons-crypto git commit: CRYPTO-42: Remove the header files required for cross platform compilation

2016-04-29 Thread dianfu
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/03d0ea01/lib/inc_mac/jni.h -- diff --git a/lib/inc_mac/jni.h b/lib/inc_mac/jni.h deleted file mode 100644 index 10070c0..000 --- a/lib/inc_mac/jni.h +++ /dev/null @@ -1

[1/3] commons-crypto git commit: CRYPTO-42: Remove the header files required for cross platform compilation

2016-04-29 Thread dianfu
Repository: commons-crypto Updated Branches: refs/heads/master 1e788102e -> 03d0ea013 http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/03d0ea01/lib/inc_win/jni.h -- diff --git a/lib/inc_win/jni.h b/lib/inc_win/jni.h d

commons-crypto git commit: CRYPTO-29: Make sure Cypher.ENCRYPT_MODE is consistent with JDK

2016-04-28 Thread dianfu
mit/b5322883 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/b5322883 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/b5322883 Branch: refs/heads/master Commit: b53228834059b6240326c56eee411b2808514956 Parents: 1baf9a8 Author: dianfu Authored: Fri Apr 29 10:50:13 2

commons-crypto git commit: CRYPTO-26: Utility classes should not have public constructors (Dapeng Sun via Dian Fu)

2016-04-25 Thread dianfu
asf/commons-crypto/commit/081284dc Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/081284dc Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/081284dc Branch: refs/heads/master Commit: 081284dce2be74f32502dec4a80e2fe28189dafb Parents: ad81d23 Author: dianfu Authored:

[2/3] commons-crypto git commit: CRYPTO-12: Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream (Xianda Ke via Dian Fu)

2016-04-25 Thread dianfu
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ad81d236/src/main/java/org/apache/commons/crypto/stream/CryptoOutputStream.java -- diff --git a/src/main/java/org/apache/commons/crypto/stream/CryptoOutputStream.java b/s

[3/3] commons-crypto git commit: CRYPTO-12: Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream (Xianda Ke via Dian Fu)

2016-04-25 Thread dianfu
-us.apache.org/repos/asf/commons-crypto/tree/ad81d236 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/ad81d236 Branch: refs/heads/master Commit: ad81d236a9e132f59486b5a73c347faabe329e9e Parents: f819dd4 Author: dianfu Authored: Tue Apr 26 11:27:08 2016 +0800 Committer: dianfu

[1/3] commons-crypto git commit: CRYPTO-12: Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream (Xianda Ke via Dian Fu)

2016-04-25 Thread dianfu
Repository: commons-crypto Updated Branches: refs/heads/master f819dd404 -> ad81d236a http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ad81d236/src/test/java/org/apache/commons/crypto/stream/PositionedCipherInputStreamTest.java -