aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* #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
* Detect some HTML files as separate invalid filetypeDominik Stadler2017-09-161-0/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-17/+0
* Update third party libs to latest versionsDominik Stadler2017-09-152-13/+6
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-10/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-105/+361
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-117-200/+251
* Reformat code slightlyDominik Stadler2017-08-011-9/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-9/+9
* some javadoc fixesPJ Fanning2017-07-152-4/+3
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-142-0/+11
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-091-0/+13
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-142-29/+16
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-4/+15
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-16/+29
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-172-2/+2
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-171-2/+2
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-176-23/+43