commons-crypto git commit: CRYPTO-113 Improve error reporting by factories

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master bc7c11671 -> 79502d454 CRYPTO-113 Improve error reporting by factories Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/79502d45 Tree: http://g

commons-crypto git commit: And class name

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 64ad87d01 -> bc7c11671 And class name Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/bc7c1167 Tree: http://git-wip-us.apache.org/repos/asf/co

commons-crypto git commit: Fix file name

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master fab44563b -> 64ad87d01 Fix file name Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/64ad87d0 Tree: http://git-wip-us.apache.org/repos/asf/com

commons-crypto git commit: winutils.h not needed on Windows

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master f880ccff6 -> fab44563b winutils.h not needed on Windows Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/fab44563 Tree: http://git-wip-us.apach

commons-crypto git commit: Windows uses LoadLibrary/GetLastError

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master e8fd891f3 -> f880ccff6 Windows uses LoadLibrary/GetLastError Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/f880ccff Tree: http://git-wip-us.

commons-crypto git commit: Better fix for LoadLibrary parameter on Windows

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 5a4c8059f -> e8fd891f3 Better fix for LoadLibrary parameter on Windows Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/e8fd891f Tree: http://g

commons-crypto git commit: Undefine snprintf on MinGW

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 56894ba1f -> 5a4c8059f Undefine snprintf on MinGW Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/5a4c8059 Tree: http://git-wip-us.apache.org/

commons-crypto git commit: No need to save the libary pointer once initialised

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master b17af9d95 -> 56894ba1f No need to save the libary pointer once initialised Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/56894ba1 Tree: http

commons-crypto git commit: CRYPTO-112 OpenSslCipher.loadingFailureReason should be a Throwable

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master f4d5737e3 -> b17af9d95 CRYPTO-112 OpenSslCipher.loadingFailureReason should be a Throwable Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/b17

commons-crypto git commit: Also catch UnsatisfiedLinkError in case OpenSSL library cannot be found

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master a1089e1fa -> f4d5737e3 Also catch UnsatisfiedLinkError in case OpenSSL library cannot be found Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit

commons-crypto git commit: Syntax error: missing closing parenthesis

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 2d38230a3 -> a1089e1fa Syntax error: missing closing parenthesis Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/a1089e1f Tree: http://git-wip

commons-crypto git commit: Fix up Windows build:

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master de52abeff -> 2d38230a3 Fix up Windows build: Needs config.h Needs Unicode String Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/2d38230a Tre

commons-crypto git commit: /lib/ directory contains valid source files!

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 121448459 -> de52abeff /lib/ directory contains valid source files! Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/de52abef Tree: http://git-

commons-crypto git commit: Already included in org_apache_commons_crypto.h

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 999c0deee -> 121448459 Already included in org_apache_commons_crypto.h Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/12144845 Tree: http://g

commons-crypto git commit: Already included near top of file

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 47061e66d -> 999c0deee Already included near top of file Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/999c0dee Tree: http://git-wip-us.apac

commons-crypto git commit: It works on MacOSX

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master c4db965e3 -> 47061e66d It works on MacOSX Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/47061e66 Tree: http://git-wip-us.apache.org/repos/as

commons-crypto git commit: CRYPTO-110 Provide component version and name

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master d58e6f35f -> c4db965e3 CRYPTO-110 Provide component version and name Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/c4db965e Tree: http://git

commons-crypto git commit: Unused import

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master fd2b93472 -> d58e6f35f Unused import Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/d58e6f35 Tree: http://git-wip-us.apache.org/repos/asf/com

commons-crypto git commit: CRYPTO-103 NativeCodeLoader.getVersion() is not needed

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master 211498ebd -> fd2b93472 CRYPTO-103 NativeCodeLoader.getVersion() is not needed Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/fd2b9347 Tree: h

commons-crypto git commit: Javadoc

2016-07-09 Thread sebb
Repository: commons-crypto Updated Branches: refs/heads/master e5a6548f9 -> 211498ebd Javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/211498eb Tree: http://git-wip-us.apache.org/repos/asf/commons-c