| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix exception for old powerpoint documents without the usual stream name | Andreas Beeker | 2018-11-25 | 1 | -0/+1 |
* | Add test for FileMagic | Dominik Stadler | 2018-11-25 | 1 | -5/+4 |
* | Try to workaround/ignore kept open files of JaCoCo ant task | Andreas Beeker | 2018-11-19 | 1 | -1/+3 |
* | Remove/Minimize references to Scratchpad module from other modules | Andreas Beeker | 2018-11-19 | 1 | -13/+21 |
* | #62921 - Provide OOXMLLite alternative for Java 12+ | Andreas Beeker | 2018-11-18 | 2 | -18/+33 |
* | try to fix TestAllFiles | PJ Fanning | 2018-08-09 | 1 | -0/+1 |
* | exclude broken pptx file from integration test | PJ Fanning | 2018-07-30 | 1 | -0/+1 |
* | #59268 - Work on providing an updated version of XMLBeans | Andreas Beeker | 2018-06-22 | 1 | -2/+2 |
* | [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts | PJ Fanning | 2018-06-06 | 1 | -1/+1 |
* | [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds... | PJ Fanning | 2018-06-06 | 1 | -1/+1 |
* | #62187 - missing lib reference on integration build | Andreas Beeker | 2018-06-05 | 1 | -0/+1 |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 4 | -7/+6 |
* | #62355 - unsplit packages - 2 - modified classes (not only imports) | Andreas Beeker | 2018-05-27 | 1 | -6/+2 |
* | #62319 - Decommission XSLF-/PowerPointExtractor | Andreas Beeker | 2018-04-20 | 2 | -6/+12 |
* | Try to avoid one NPE that popped up in commoncrawl-corpus tests | Dominik Stadler | 2018-04-04 | 1 | -1/+1 |
* | Bug 61267: detect Word v2 files and report that they are not supported in Apa... | Dominik Stadler | 2018-04-02 | 2 | -1/+4 |
* | Bug 61911: Avoid IndexOutOfBounds access when reading pictures | Dominik Stadler | 2017-12-28 | 2 | -9/+10 |
* | Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t... | Dominik Stadler | 2017-12-28 | 16 | -139/+50 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -2/+2 |
* | remove package name to ease the output | Andreas Beeker | 2017-12-09 | 1 | -1/+1 |
* | Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ... | Dominik Stadler | 2017-11-05 | 1 | -16/+17 |
* | Add some more code from the separate integration test project to be able to p... | Dominik Stadler | 2017-10-04 | 3 | -4/+262 |
* | Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem | Dominik Stadler | 2017-09-17 | 1 | -5/+3 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 1 | -1/+1 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 5 | -8/+8 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 1 | -3/+3 |
* | Allow to produce a jar for the integration-test-code so we can use it directl... | Dominik Stadler | 2017-09-16 | 1 | -62/+65 |
* | Adjust local test in integration-test file-handler | Dominik Stadler | 2017-09-16 | 1 | -18/+17 |
* | Add .git as excluded dir for integration-tests and add a local test for XSSFB... | Dominik Stadler | 2017-09-16 | 2 | -6/+15 |
* | Update third party libs to latest versions | Dominik Stadler | 2017-09-15 | 1 | -9/+9 |
* | bug 61300 -- prevent really long (infinite?) loop on corrupt file | Tim Allison | 2017-07-14 | 2 | -7/+14 |
* | #61266 Test for old unsupported MS Write WRI files, and give a more helpful e... | Nick Burch | 2017-07-09 | 1 | -0/+1 |
* | add .ttf to ignored test integration resources | Andreas Beeker | 2017-07-08 | 1 | -0/+1 |
* | Improve error message if we encounter invalid/unexpected files in integration... | Dominik Stadler | 2017-06-19 | 1 | -0/+5 |
* | Don't try to clone a chart, this makes integration-tests work for a few more ... | Dominik Stadler | 2017-06-18 | 2 | -7/+8 |
* | Move one testcase with incorrect source location | Dominik Stadler | 2017-06-09 | 1 | -37/+37 |
* | Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No... | Dominik Stadler | 2017-06-09 | 1 | -2/+3 |
* | Ignore JCE restriction errors | Andreas Beeker | 2017-06-07 | 2 | -5/+21 |
* | Handle encrypted files with known password in integration tests | Andreas Beeker | 2017-06-06 | 3 | -31/+64 |
* | tweak to use platform line separator so tests can pass on Windows as well as ... | Greg Woolsey | 2017-05-12 | 1 | -1/+3 |
* | HPSF: Add CopyCompare to IntegrationTests | Andreas Beeker | 2017-05-02 | 1 | -8/+88 |
* | IntegrationTest - move excludes to file handler | Andreas Beeker | 2017-05-02 | 16 | -90/+123 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 1 | -2/+2 |
* | Test for another type of xml-bomb | Dominik Stadler | 2017-04-06 | 2 | -1/+3 |
* | bug 50955 -- word 6.0 charset fix | Tim Allison | 2017-04-04 | 1 | -0/+3 |
* | 60881 and 60891 -- on further look, no need to throw an exception for an encr... | Tim Allison | 2017-03-20 | 1 | -1/+1 |
* | 60879 -- figure out if we can support old beta xlsb or throw exception. For ... | Tim Allison | 2017-03-20 | 1 | -5/+2 |
* | Fix broken imports | Dominik Stadler | 2017-03-18 | 1 | -0/+11 |
* | Adjust integration-test files slightly, more failure-output, make it a bit ea... | Dominik Stadler | 2017-03-18 | 10 | -70/+147 |
* | Add docm-file which is actually a binary doc to check handling of wrong-forma... | Dominik Stadler | 2017-03-18 | 1 | -0/+1 |