aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/main/java/org/apache/poi/hwpf
Commit message (Expand)AuthorAgeFilesLines
* PoiLogManagerPJ Fanning2024-11-2437-75/+75
* Apply some IDE suggestions, JavaDoc and GitHub PRDominik Stadler2024-11-201-1/+1
* Optimize generating numbers for bullets in WordDominik Stadler2024-07-151-3/+8
* Reformat and add more testsDominik Stadler2024-07-151-22/+17
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-151-155/+124
* Change one exception to warning-log to avoid regressions in mass-testsDominik Stadler2024-06-021-1/+4
* fix Logging issues:Axel Howind2024-02-212-7/+7
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-01-301-1/+4
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-301-0/+4
* try to javadoc more unsupported methodsPJ Fanning2023-12-192-0/+4
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-061-1/+3
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-204-9/+9
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-201-1/+1
* Adjust max recursion nestingDominik Stadler2023-09-181-1/+1
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-181-10/+12
* use files nio APIs in more placesPJ Fanning2023-09-172-4/+4
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-081-59/+30
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-08-101-61/+51
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-091-2/+5
* Bug 66425: Avoid a StackOverflowException found via oss-fuzzDominik Stadler2023-08-091-6/+26
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-1/+6
* apply some spelling fixesPJ Fanning2023-06-281-2/+2
* apply some spelling fixesPJ Fanning2023-06-272-3/+20
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-082-3/+4
* use 'an'PJ Fanning2023-03-181-2/+2
* revert use of ExceptionUtil on caught exceptions (not useful)PJ Fanning2023-02-145-29/+2
* fix up use of ExceptionUtil in main poi-scratchpad modulePJ Fanning2023-02-145-2/+29
* Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...Dominik Stadler2023-01-032-5/+25
* Prevent more cases of unbounded allocationDominik Stadler2023-01-011-15/+15
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-011-2/+2
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-143-3/+3
* [bug-63576] support capitalized text in WordExtractor (HWPF)PJ Fanning2022-08-281-0/+5
* some int narrowingPJ Fanning2022-08-192-3/+3
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-062-16/+8
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This clo...PJ Fanning2022-08-061-2/+1
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-171-21/+13
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-172-2/+4
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-162-5/+4
* [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345PJ Fanning2022-07-161-6/+11
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-151-3/+0
* use spaces for indentsPJ Fanning2022-03-202-15/+15
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-201-4/+17
* refactor some stream codePJ Fanning2022-02-191-3/+3
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-061-2/+6
* use isEmpty()PJ Fanning2021-12-303-3/+3
* code tidy upPJ Fanning2021-12-181-0/+6
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-131-0/+3
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-053-2/+14
* Apply IDE suggestions, adjust tests, ...Dominik Stadler2021-12-051-0/+1