aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-041-20/+26
* some more checks for int overflowsPJ Fanning2019-04-152-2/+3
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-2/+2
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-152-2/+4
* Add missing license headerDominik Stadler2019-04-131-0/+16
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-131-1/+1
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-132-5/+42
* adjust formattingPJ Fanning2019-04-131-415/+389
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-102-4/+6
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-5/+16
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-194-18/+18
* Bug 62151: Fix warnings about illegal reflective access in Java 9+ byDominik Stadler2019-03-022-25/+214
* Remove some remnants of NFileSystemDominik Stadler2019-02-233-13/+2
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-0/+9
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-041-0/+4
* Simplify some string operationsDominik Stadler2018-12-261-2/+2
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2528-151/+151
* #62994 - IBM JCE workaroundsAndreas Beeker2018-12-092-2/+32
* #62951 - FileMagic not correctly identifiedAndreas Beeker2018-11-251-11/+13
* bug 62624 -- further cleanupTim Allison2018-11-011-29/+27
* bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ!Tim Allison2018-10-311-6/+9
* bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...Tim Allison2018-10-311-26/+34
* bug 62624 -- fix recursionTim Allison2018-10-301-14/+4
* bug 62625 -- clean up importsTim Allison2018-10-301-1/+0
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-301-4/+51
* bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...Tim Allison2018-10-291-16/+143
* sonar fixes - blockerAndreas Beeker2018-08-312-3/+14
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3143-4341/+1664
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2636-2995/+493
* bug 62608 -- avoid ioobe in VBAMacroReaderTim Allison2018-08-081-3/+5
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-242-2/+2
* use try with resourcesPJ Fanning2018-06-071-15/+15
* sonar fixes - null dereferenceAndreas Beeker2018-05-214-59/+50
* add convenience method for files to FileMagicAndreas Beeker2018-05-021-0/+19
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-273-19/+13
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-15/+27
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-022-1/+5
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-061-18/+35
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-2/+31
* use StandardCharsetsPJ Fanning2017-12-192-5/+5
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-0/+8
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-182-3/+3
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-072-42/+133
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-2115-22/+80
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-176-171/+48
* Remove unnecessary local variablesDominik Stadler2017-09-167-16/+9
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1620-40/+40
* Remove unnecessary initialization of membersDominik Stadler2017-09-169-17/+17
* Fix typos and warningsDominik Stadler2017-09-161-2/+3
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-164-36/+15