aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2728-5634/+0
* try to re-enable new getBlockAt codePJ Fanning2021-03-191-2/+2
* add back some new codePJ Fanning2021-03-151-0/+45
* revert recent changesPJ Fanning2021-03-151-68/+30
* [bug-65184] revert due to integration test failuresPJ Fanning2021-03-141-15/+11
* reformat filePJ Fanning2021-03-141-203/+203
* [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sitsPJ Fanning2021-03-142-21/+63
* [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sitsPJ Fanning2021-03-131-153/+151
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-212-7/+7
* Sonar fixesAndreas Beeker2021-01-171-1/+1
* Include file-name in EmptyFileExceptionDominik Stadler2021-01-061-4/+1
* Sonar fixesAndreas Beeker2020-12-262-19/+23
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-141-3/+10
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-113-163/+243
* [github-182] Fix root property size calculation. Thanks to netmackan. This cl...PJ Fanning2020-06-101-1/+1
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-161-5/+0
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-284-27/+46
* Sonar fixesAndreas Beeker2020-04-191-7/+7
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-188/+62
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-42/+40
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-143-67/+72
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-202-3/+3
* Handle empty files correctly when looking for FileMagic to avoid NegativeArra...Dominik Stadler2020-01-271-2/+5
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-19/+13
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-7/+5
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-292-2/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-4/+1
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-081-0/+2
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-011-1/+10
* fix result of multiplication cast to wider typeAlain BĂ©arez2019-05-211-1/+5
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-4/+19
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-041-20/+26
* some more checks for int overflowsPJ Fanning2019-04-151-1/+1
* 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-101-0/+5
* 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-192-15/+15
* 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
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-253-3/+3
* #62951 - FileMagic not correctly identifiedAndreas Beeker2018-11-251-11/+13
* sonar fixes - blockerAndreas Beeker2018-08-311-0/+10
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3113-1775/+1361
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2611-1800/+239