| Commit message (Expand) | Author | Age | Files | Lines |
* | Move test to correct package and add some more checks | Dominik Stadler | 2016-12-01 | 1 | -36/+0 |
* | 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParser | Tim Allison | 2016-10-28 | 1 | -0/+3 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 1 | -14/+11 |
* | bug 60128: close open file descriptors when exceptions are thrown from OPCPac... | Javen O'Neal | 2016-09-14 | 2 | -0/+24 |
* | Unit test for bug #60128, showing that calling close on a broken package clea... | Nick Burch | 2016-09-14 | 1 | -1/+51 |
* | IDE warnings and fix a few places where we do not close resources in tests | Dominik Stadler | 2016-07-31 | 1 | -10/+16 |
* | convert OPC Compliance unit tests to junit4 | Javen O'Neal | 2016-07-08 | 5 | -43/+44 |
* | whitespace and +svn:eol-style=native | Javen O'Neal | 2016-07-08 | 3 | -396/+396 |
* | AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because... | Javen O'Neal | 2016-07-08 | 1 | -2/+0 |
* | add crude unit test for ZipPackagePropertiesMarshaller | Javen O'Neal | 2016-07-08 | 1 | -0/+36 |
* | convert to junit4 | Javen O'Neal | 2016-07-08 | 2 | -45/+26 |
* | whitespace and +svn:eol-style=native | Javen O'Neal | 2016-07-08 | 1 | -77/+77 |
* | #59780 OPC support for a wider range of timezone'd created and modified date ... | Nick Burch | 2016-07-04 | 1 | -3/+34 |
* | Add ignored test for #59780, and specially-crafted test file | Nick Burch | 2016-07-04 | 1 | -0/+19 |
* | a few performance fixes to speed-up the tests | Andreas Beeker | 2016-06-30 | 1 | -2/+3 |
* | bug 59748: replace Hashtable with HashMap; contributed by Axel Howind | Javen O'Neal | 2016-06-24 | 1 | -30/+42 |
* | Adjust two tests slightly | Dominik Stadler | 2016-05-24 | 1 | -12/+7 |
* | close fileinputstream on second exception in ZipPackage | Tim Allison | 2016-04-08 | 1 | -0/+22 |
* | Prevent us from changing the file with every test-run | Dominik Stadler | 2016-04-02 | 1 | -1/+1 |
* | Fix some cases where file handles are not closed in OldExcelExtractor | Dominik Stadler | 2016-04-02 | 1 | -4/+24 |
* | Fix some compiler warnings, improve error message, cover some more code | Dominik Stadler | 2016-03-29 | 1 | -22/+67 |
* | some zips can't be opened via ZipFile in JDK6, as the central directory | Andreas Beeker | 2016-03-28 | 2 | -3/+12 |
* | 59183 - handle timezones (even with colons) in date parsing metadata in ooxml... | Tim Allison | 2016-03-16 | 1 | -2/+27 |
* | One final invalid file type check | Nick Burch | 2016-03-15 | 1 | -0/+15 |
* | Before opening an OOXML file, check the first few bytes, and give helpful exc... | Nick Burch | 2016-03-15 | 1 | -10/+32 |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 1 | -0/+46 |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 2 | -2/+5 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 2 | -6/+11 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 1 | -6/+3 |
* | Add some more tests for the checks for files that can cause large memory usage. | Dominik Stadler | 2015-11-08 | 1 | -1/+112 |
* | extended forbidden-apis-check to ooxml-tests | Andreas Beeker | 2015-11-05 | 1 | -33/+63 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 1 | -8/+10 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -77/+70 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 1 | -2/+3 |
* | Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex... | Dominik Stadler | 2015-08-11 | 2 | -1/+55 |
* | Open file read-only in test to avoid making it dirty during running unit tests | Dominik Stadler | 2015-06-28 | 1 | -2/+2 |
* | Fix test to find the exception-text in all cases | Dominik Stadler | 2015-06-24 | 1 | -16/+26 |
* | show full exception stack-trace if zip-bomb detection test fails | Dominik Stadler | 2015-06-24 | 1 | -5/+13 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 2 | -39/+179 |
* | More missing core properties unit tests, covering read-write without checks, ... | Nick Burch | 2015-02-28 | 1 | -7/+18 |
* | Unit tests for OPC handling of files without a Core Properties part | Nick Burch | 2015-02-23 | 1 | -0/+81 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 4 | -113/+166 |
* | Test from Tim to include PropertyList in poi-ooxml-schemas | Nick Burch | 2014-11-08 | 1 | -0/+19 |
* | More cleanups for bug #56814 and some more external entity leaks of #56164 | Uwe Schindler | 2014-08-13 | 1 | -2/+1 |
* | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 1 | -39/+33 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 2 | -6/+5 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 2 | -3/+75 |
* | Another content types test, for #55026 | Nick Burch | 2014-02-20 | 1 | -2/+24 |
* | Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper | Nick Burch | 2014-02-19 | 1 | -8/+16 |
* | Complete support for OOXML content types with parameters, including parts of ... | Nick Burch | 2014-02-19 | 1 | -14/+20 |