aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/openxml4j/opc/ZipPackage.java
Commit message (Expand)AuthorAgeFilesLines
* bug 60128: remove forbidden-api Exception.printStackTrace()Javen O'Neal2016-09-141-1/+0
* javadocsJaven O'Neal2016-09-141-0/+2
* bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...Javen O'Neal2016-09-141-2/+2
* make logger finalJaven O'Neal2016-09-141-1/+1
* bug 60128: close opened resources to avoid leaks; add exception as cause wher...Javen O'Neal2016-09-141-25/+29
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-141-34/+82
* bug 59170: remove deprecated o.a.p.openxml4j.opc.PackageJaven O'Neal2016-06-151-2/+1
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-081-2/+18
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-281-19/+24
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-151-0/+8
* Push all the zip opening logic into ZipHelperNick Burch2016-03-151-5/+2
* Fix inconsistent indentsNick Burch2016-03-151-244/+244
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-151-0/+22
* No need to wrap OpenXML4JRuntimeException in another instance of itself and f...Dominik Stadler2016-02-151-10/+9
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-5/+1
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-3/+5
* Ensure that the core properties are there before saving them, in case they ha...Nick Burch2015-02-281-1/+3
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-1/+2
* Bug 56468 - Writing a workbook more than once corrupts the fileAndreas Beeker2014-05-141-4/+2
* Correct an eclipse warning around close(), and a related bug that this identi...Nick Burch2014-04-241-0/+4
* More JavaDoc tweaks, and suppress deprecated warnings where these are expectedNick Burch2013-11-121-4/+9
* Consistent indenting, based on current POI style guideNick Burch2013-11-121-104/+101
* Fix some JavaDocs, and add a generic constructor based on ZipEntrySourceNick Burch2013-11-121-3/+22
* Add File based constructor to OPCPackage, alongside existing String one (whic...Nick Burch2012-06-191-24/+49
* OPC: add original IOException to chain on open file errorsMaxim Valyanskiy2012-03-201-4/+9
* Bug 51444 - Prevent corrupted output when saving files created by LibreOffic...Yegor Kozlov2011-06-301-6/+7
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-041-3/+6
* do case-insensitive comparison when detecting Content_Types part, tolerate ba...Yegor Kozlov2010-07-181-3/+3
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-161-2/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-1/+1
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-1/+1
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-201-465/+460
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-201-11/+11
* added to-do commentJosh Micich2009-02-121-1/+2
* import OpenXML4j codebaseYegor Kozlov2009-01-291-0/+464