aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a possible future TODONick Burch2017-02-101-0/+5
* If a property refers to an invalid index, log + ignore rather than failing wi...Nick Burch2017-02-101-2/+18
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-2/+3
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0827-4170/+4170
* SonarQube fixesAndreas Beeker2017-01-063-29/+22
* SonarQube fixesAndreas Beeker2017-01-051-9/+19
* SonarQube fixesAndreas Beeker2017-01-042-31/+40
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-014-5/+5
* Fix some Findbugs reportsDominik Stadler2016-12-311-14/+12
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-302-10/+15
* report size of entries for POIFSViewerAndreas Beeker2016-12-251-1/+2
* Fix 0-pointer on unset documentAndreas Beeker2016-12-211-1/+3
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-0/+2
* eclipse warnings - raw list accessAndreas Beeker2016-12-131-6/+2
* - SonarCube fixesAndreas Beeker2016-11-1112-178/+176