| Commit message (Expand) | Author | Age | Files | Lines |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 17 | -523/+389 |
* | Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional) | Andreas Beeker | 2020-12-12 | 1 | -8/+9 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 2 | -196/+103 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 1 | -3/+3 |
* | Sonar Fixes and remove obsolete classes | Andreas Beeker | 2020-04-01 | 1 | -474/+438 |
* | [bug-64108] unsafe pipe character ( | PJ Fanning | 2020-01-30 | 1 | -1/+2 |
* | Fix some IDE warnings, Sonar fixes and some missing closing of resources in u... | Dominik Stadler | 2020-01-27 | 1 | -57/+63 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 7 | -162/+195 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 1 | -6/+4 |
* | Sonar Fixes + Refactor scattered XML initializations to XMLHelper | Andreas Beeker | 2019-12-03 | 1 | -10/+12 |
* | [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This c... | PJ Fanning | 2019-05-12 | 1 | -65/+66 |
* | Close file-handles for slideshows also when construction fails or when dual-s... | Dominik Stadler | 2019-02-23 | 3 | -152/+152 |
* | Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch... | Yegor Kozlov | 2019-02-13 | 1 | -1/+6 |
* | Bug 63029: OPCPackage Potentially clobbers files on close() | Yegor Kozlov | 2019-02-12 | 1 | -0/+38 |
* | IDE and JavaDoc fixes | Dominik Stadler | 2018-12-30 | 1 | -7/+9 |
* | Bug 62629: Allow to handle files with invalid content types for pictures | Dominik Stadler | 2018-12-27 | 1 | -15/+81 |
* | Fix various IDE warnings and some JavaDoc adjustments | Dominik Stadler | 2018-12-26 | 2 | -68/+69 |
* | Remove unnecesssary semicolons | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 2 | -8/+8 |
* | fix old xerces errors because of not available disallow-doctype parser feature | Andreas Beeker | 2018-12-19 | 3 | -9/+33 |
* | [bug-63005] disable the reading of DTDs altogether | PJ Fanning | 2018-12-17 | 3 | -165/+131 |
* | IDE warnings, slightly more tests and fix test to not leave a modified file b... | Dominik Stadler | 2018-10-26 | 1 | -6/+2 |
* | fix more LGTM alerts, in tests | Alain BĂ©arez | 2018-10-11 | 1 | -116/+120 |
* | small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test... | PJ Fanning | 2018-10-05 | 1 | -1/+1 |
* | use jaxp transformer instead of dom serializer to try fix old-xerces test fai... | PJ Fanning | 2018-10-05 | 1 | -2/+2 |
* | Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency now... | Dominik Stadler | 2018-08-23 | 1 | -43/+50 |
* | bug 62592 -- prevent StackOverflowError on corrupt thmx | Tim Allison | 2018-08-08 | 1 | -0/+15 |
* | #59268 - remove duplicated typeloader in POI and use fixed XmlBeans implement... | Andreas Beeker | 2018-06-23 | 1 | -2/+2 |
* | #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output... | Andreas Beeker | 2018-06-14 | 1 | -0/+23 |
* | [bug-62438] remove nullable class (and use java.util.Optional). This closes #111 | PJ Fanning | 2018-06-13 | 2 | -74/+67 |
* | #62187 - Compiling with Java 10 fails with ClassCastException / use commons-c... | Andreas Beeker | 2018-06-03 | 4 | -26/+26 |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 1 | -4/+4 |
* | #59893 - Forbid calls to InputStream.available | Andreas Beeker | 2018-04-27 | 1 | -2/+4 |
* | Bug 62187 - commit Commons Compress unrelated changes | Andreas Beeker | 2018-04-25 | 4 | -426/+373 |
* | Close resources in tests and in case of Exceptions and use try-with-resources... | Dominik Stadler | 2018-04-02 | 1 | -10/+10 |
* | Reduce testcase some more, add missing license header | Dominik Stadler | 2018-03-05 | 1 | -6/+22 |
* | Add unit test which verifies that ThresholdInputStream can be used. This curr... | Dominik Stadler | 2018-03-04 | 1 | -0/+32 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-22 | 1 | -69/+41 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-19 | 1 | -24/+13 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 5 | -17/+17 |
* | Remove unused imports | Dominik Stadler | 2017-09-16 | 2 | -8/+0 |
* | #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes | Andreas Beeker | 2017-08-11 | 1 | -28/+68 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -1/+1 |
* | bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre... | Javen O'Neal | 2017-07-14 | 1 | -1/+1 |
* | Move one testcase with incorrect source location | Dominik Stadler | 2017-06-09 | 2 | -4/+71 |
* | Adjust checking for Zip-Bomb errors so it also works on JDK >= 8 | Dominik Stadler | 2017-04-07 | 1 | -7/+4 |
* | Test for another type of xml-bomb | Dominik Stadler | 2017-04-06 | 1 | -52/+57 |
* | store repeated expressions as temporary variables to make code shorter | Javen O'Neal | 2017-03-07 | 1 | -7/+9 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 1 | -139/+139 |
* | eclipse warnings - close resources | Andreas Beeker | 2016-12-13 | 1 | -55/+33 |