aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/crypt
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2750-7539/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-212-9/+9
* Sonar fixesAndreas Beeker2021-01-171-2/+2
* Sonar fixesAndreas Beeker2020-12-262-1/+2
* avoid string concatsPJ Fanning2020-12-172-2/+2
* Sonar fixes - a few "Try-with-resources should be used"Andreas Beeker2020-10-241-9/+7
* Sonar fixes - a few "String literals should not be duplicated"Andreas Beeker2020-10-241-1/+1
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-153-31/+21
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-2219-47/+1960
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-2/+1
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-122-2/+2
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-1/+1
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-072-7/+7
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-2221-264/+359
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-4/+1
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-084-108/+107
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-012-0/+2
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-302-2/+2
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-115-7/+102
* 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-2521-144/+144
* #62994 - IBM JCE workaroundsAndreas Beeker2018-12-092-2/+32
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-316-74/+26
* #62649 - Remove OPOIFSAndreas Beeker2018-08-265-70/+49
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-242-2/+2
* sonar fixes - null dereferenceAndreas Beeker2018-05-212-5/+13
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-9/+5
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-061-18/+35
* use StandardCharsetsPJ Fanning2017-12-191-3/+3
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-0/+8
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-182-3/+3
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-214-6/+24
* Remove unnecessary local variablesDominik Stadler2017-09-165-10/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-165-12/+12
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-17/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-10/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-3/+3
* some javadoc fixesPJ Fanning2017-07-151-2/+2
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-142-29/+16
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-4/+15
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-172-2/+2
* 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-172-5/+11
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0825-3679/+3679
* SonarQube fixesAndreas Beeker2017-01-062-2/+2
* SonarQube fixesAndreas Beeker2017-01-051-9/+19
* SonarQube fixesAndreas Beeker2017-01-042-31/+40
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-011-1/+1
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-302-10/+15