aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 4 - open HPSFAndreas Beeker2018-05-2715-81/+63
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-2/+2
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-4/+6
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-312-37/+188
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-247-140/+74
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-131-1/+1
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-113-22/+12
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-216-7/+30
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-161-195/+0
* Fix some warningsDominik Stadler2017-09-161-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-164-11/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1610-20/+20
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-162-2/+2
* Remove unnecessary semicolonsDominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-2/+2
* Fix typos and warningsDominik Stadler2017-09-161-1/+1
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-27/+0
* Remove javadoc references to removed classesNick Burch2017-09-151-5/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-1411-207/+13
* 61295 -- prevent potential oom in HPSF triggered by fuzzed fileTim Allison2017-07-251-3/+10
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-148-376/+331
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-032-122/+152
* #52372 - OutOfMemoryError parsing a word fileAndreas Beeker2017-05-021-228/+245
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-72/+141
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-027-302/+425
* HPSF: Use LittleEndianStream instead of offset calculationAndreas Beeker2017-05-0223-931/+804
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-173-6/+6
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-8/+12
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-2/+2
* EmbeddedExtractor (for *SSF) - added OOXML supportAndreas Beeker2017-01-051-11/+37
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-011-1/+1
* SonarCube fix - make members privateAndreas Beeker2016-12-072-2/+2
* SonarCube fix - make members privateAndreas Beeker2016-12-011-2/+2
* javadocs fixAndreas Beeker2016-11-281-7/+1
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-2716-3460/+2099
* SonarCube fixes - visibility of member attributesAndreas Beeker2016-11-271-47/+35
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE...Javen O'Neal2016-11-021-1/+4
* #57919 HPSF writing better error handling, and start prep for HSLF more write...Nick Burch2016-07-201-4/+12
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-201-4/+26
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-173-28/+36
* "cannot not" presumably means "cannot"David North2016-07-131-1/+1
* javadocs fixes (jdk8)Andreas Beeker2016-07-035-31/+80
* javadoc fixes (jdk8)Andreas Beeker2016-06-221-21/+47
* Provide an alternate method to get the OLE2 thumbnail that decodesNick Burch2016-06-211-4/+17
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-17/+0
* bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMapJaven O'Neal2016-06-151-32/+0
* bug 59170: remove deprecated hpsf.Constants classJaven O'Neal2016-06-151-195/+0
* fix findbugs issuesJaven O'Neal2016-06-131-0/+3
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-123-7/+3