50 コミット (9bba7be882981a6c1478ba5a1291d0e9308b672a)

作成者 SHA1 メッセージ 日付
  yegor 9bba7be882 Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build 5年前
  yegor 7950b92da4 Bug 63029: OPCPackage Potentially clobbers files on close() 5年前
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments 5年前
  Andreas Beeker 3c3f2a3fe3 sonar fixes - blocker 5年前
  Tim Allison 070e815109 bug 62592 -- prevent StackOverflowError on corrupt thmx 5年前
  Andreas Beeker d8d076b73a #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection 6年前
  Andreas Beeker 7088a68f1d sonar fixes and 6年前
  Andreas Beeker 2d6380833a Bug 62187 - commit Commons Compress unrelated changes 6年前
  Javen O'Neal 5fb4887907 replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already 6年前
  Dominik Stadler 29dbeb51ad Bug 59747: Adjust order of first two entries in the resulting Zip to try to enable some external tools to auto-detect the file-type 6年前
  Javen O'Neal 5c62492ffb github-54: when adding a picture to an XSSFWorkbook, reduce memory consumption by 100x and increase speed by 10x based on OpenJDK JMH benchmarking. Thanks to Tim Helmstedt! This closes #54. 7年前
  Andreas Beeker d7da7a0ff4 SonarQube fixes 7年前
  Andreas Beeker 8973c2fe07 SonarQube fixes 7年前
  centic 9a04e2dd07 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch 7年前
  Andreas Beeker cda4f20482 merge trunk to branch 7年前
  Javen O'Neal 03b5dc68eb bug 60128: remove forbidden-api Exception.printStackTrace() 7年前
  Javen O'Neal 97b94f5dcd javadocs 7年前
  Javen O'Neal 753ca9b811 bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available until Java 7 7年前
  Javen O'Neal 6ed8aaada6 make logger final 7年前
  Javen O'Neal 2104b1d585 bug 60128: close opened resources to avoid leaks; add exception as cause where available for more context for raised exceptions. 7年前
  Javen O'Neal ed5cd06fb7 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open 7年前
  Javen O'Neal 9b217ab2da bug 59170: remove deprecated o.a.p.openxml4j.opc.Package 8年前
  Tim Allison a060c664a1 close fileinputstream on second exception in ZipPackage 8年前
  Andreas Beeker f8767e3981 some zips can't be opened via ZipFile in JDK6, as the central directory 8年前
  Nick Burch 7112835d90 Before opening an OOXML file, check the first few bytes, and give helpful exceptions for common mistakes 8年前
  Nick Burch 700fe05e34 Push all the zip opening logic into ZipHelper 8年前
  Nick Burch 5f2f0adfae Fix inconsistent indents 8年前
  Nick Burch 4d7955d6b5 Start to give more helpful Exceptions from OPCPackage when non-OOXML files are passed to it 8年前
  Dominik Stadler 63a7f89342 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings 8年前
  Dominik Stadler b2bd6a0a4c Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... 8年前
  Andreas Beeker c0cb680292 Bug 56865 - Limit number of bytes (by counting them) while opening office docs 9年前
  Nick Burch 3ba7b59afc Ensure that the core properties are there before saving them, in case they have not yet been lazy-created 9年前
  Nick Burch 4c98f1db45 Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10年前
  Andreas Beeker d0320ad77d Bug 56468 - Writing a workbook more than once corrupts the file 10年前
  Nick Burch 67d97d8894 Correct an eclipse warning around close(), and a related bug that this identified 10年前
  Nick Burch 16eb9990bc More JavaDoc tweaks, and suppress deprecated warnings where these are expected 10年前
  Nick Burch c6dde74f4f Consistent indenting, based on current POI style guide 10年前
  Nick Burch 381cc611d7 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource 10年前
  Nick Burch 7aea48961d Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) 12年前
  Maxim Valyanskiy c0571bdce3 OPC: add original IOException to chain on open file errors 12年前
  Yegor Kozlov 793d119eed Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 13年前
  Nick Burch 3c4946472b Improve handling and warnings when closing OPCPackage objects 14年前
  Yegor Kozlov 8047e7e84d do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 14年前
  Yegor Kozlov a584c030ff removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite 14年前
  Yegor Kozlov bd966f208b removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14年前
  Josh Micich 9926c89006 Fixed compiler warnings - unnecessary throws declaration 15年前
  Josh Micich c83d6bfa24 Fixing compiler warnings - unnecessary typecasts 15年前
  Josh Micich 7b5b57423f Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15年前
  Yegor Kozlov bd27fe48ad replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet 15年前
  Josh Micich aff4bd4023 added to-do comment 15年前