aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-231-4/+9
* [github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHt...PJ Fanning2019-05-261-0/+468
* fix result of multiplication cast to wider typeAlain Béarez2019-05-211-1/+1
* fix boxed variable is never nullAlain Béarez2019-05-211-7/+21
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-041-0/+3
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-103-4/+9
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-221-1/+1
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-314-204/+145
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-254-11/+15
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-163-9/+157
|\
| * merge trunkAndreas Beeker2018-12-143-4/+4
| * merge trunkAndreas Beeker2018-11-021-0/+16
| |\
| * \ merge trunkAndreas Beeker2018-10-061-3/+4
| |\ \
| * | | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-141-0/+73
| * | | Buffered LittleEndianInputStreamAndreas Beeker2018-09-142-9/+81
* | | | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-091-1/+1
* | | | lgtm issuesPJ Fanning2018-12-081-1/+1
* | | | Add test for FileMagicDominik Stadler2018-11-251-2/+2
| |_|/ |/| |
* | | bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...Tim Allison2018-10-311-0/+16
| |/ |/|
* | add stax entries to forbidden apis due to android issuesPJ Fanning2018-10-061-2/+2
* | change method to get XMLEventFactory due to issues seen on Android SDKPJ Fanning2018-10-031-1/+2
|/
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-4/+6
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-6/+35
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-15/+13
* Add a test with a threaded TempFileCreationStrategy, remove duplicated constant.Dominik Stadler2018-07-051-3/+2
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-18/+56
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-201-0/+72
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-7/+46
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-1/+2
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-3/+11
* use StandardCharsetsPJ Fanning2017-12-193-10/+9
* use codepoint iterator in a few placesPJ Fanning2017-11-222-3/+60
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-446/+470
* Remove more deprecated codePJ Fanning2017-10-231-5/+0
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-31/+4
* Fix some IntelliJ warningsDominik Stadler2017-09-221-1/+1
* Javadoc fixNick Burch2017-09-211-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-214-8/+68
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-171-7/+23
* Some more code cleanupDominik Stadler2017-09-171-0/+6
* Fix some warnings in unit testsDominik Stadler2017-09-161-3/+0
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-8/+8
* Remove unnecessary initialization of membersDominik Stadler2017-09-167-9/+9
* Java 8: Deprecate some methods in IOUtilsDominik Stadler2017-09-151-11/+31
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-1/+1
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-5/+5