aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-275/+0
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-6/+3
* Bug 63431 -- unbug ChunkedCipherInputStream's read()Tim Allison2019-05-151-2/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-9/+5
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+7
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-171-2/+2
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-5/+3
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-280/+280
* SonarQube fixesAndreas Beeker2017-01-041-1/+4
* - SonarCube fixesAndreas Beeker2016-11-111-48/+48
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...Andreas Beeker2016-10-091-1/+1
* Javadoc fixesNick Burch2016-09-301-1/+0
* add encryption supportAndreas Beeker2016-08-191-10/+19
* HSSF CryptoAPI decryption supportAndreas Beeker2016-08-081-27/+96
* Preparations for hssf_cryptoapi:Andreas Beeker2016-08-031-33/+92
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-0/+141