summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tag r1791045 as 3.16REL_3_16_FINALAndreas Beeker2017-04-110-0/+0
* release prepare for 3.16 - updating build.xml and status.xmlAndreas Beeker2017-04-111-1/+1
* The new HeapDump class uses com.sun.* classes, which the previous settings fl...Greg Woolsey2017-04-111-1/+3
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-115-15/+127
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-103-5/+19
* Exclude some additional nodes from OpenJDK buildsDominik Stadler2017-04-071-1/+1
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
* Test for another type of xml-bombDominik Stadler2017-04-065-53/+61
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-063-1/+30
* Javadoc fixesNick Burch2017-04-052-2/+2
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-052-16/+2
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-0511-158/+593
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0424-64/+971
* Cater for two different locations of test-results in Gradle 2.x and 3.xDominik Stadler2017-04-021-1/+1
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
* Bug 60489 -- add @Test annotation so that this actually runs and includes Con...Tim Allison2017-03-231-0/+1
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-222-3/+5
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-212-4/+1
* 60881 -- fix new unit test. xlsb test file apparently requires unlimited jce...Tim Allison2017-03-211-2/+12
* 60881 and 60891 -- on further look, no need to throw an exception for an encr...Tim Allison2017-03-204-2/+58
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-204-6/+60
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-192-0/+7
* Bug 60810: Check for duplicate relation-names for notes similar to the fix fo...Dominik Stadler2017-03-193-39/+65
* Fix typo to "length", closes #51Dominik Stadler2017-03-193-11/+11
* 60823: DGET function, correct behavior with multiple result entries but only ...Dominik Stadler2017-03-192-3/+11
* Fix broken importsDominik Stadler2017-03-181-0/+11
* Adjust integration-test files slightly, more failure-output, make it a bit ea...Dominik Stadler2017-03-1810-70/+147
* Add docm-file which is actually a binary doc to check handling of wrong-forma...Dominik Stadler2017-03-182-0/+1
* Fix ROOT_DIRDominik Stadler2017-03-172-7/+2
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1736-246/+349
* 60826 -- update stress tests to handle xlsbTim Allison2017-03-163-20/+144
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1637-42/+2866
* add missing license headerGreg Woolsey2017-03-141-0/+19
* Fixed #60858, which showed a regression of the fix for #56420 introduced by m...Greg Woolsey2017-03-141-0/+0
* Fixed #60858, which showed a regression of the fix for #56420 introduced by m...Greg Woolsey2017-03-142-1/+33
* Fix some Sonar issues in sample "HSSFReadWrite" Dominik Stadler2017-03-133-147/+162
* Gradle Build: Try with setting baseDir for Sonar-runs, but likely still does ...Dominik Stadler2017-03-131-1/+11
* Jenkins DSL: Fix setting property for Sonar-Host-URLDominik Stadler2017-03-131-1/+1
* Add tests from bug 45353 to show that this now works fineDominik Stadler2017-03-103-0/+14
* HSSF: Try to handle cases where the length does not match the actual data whi...Dominik Stadler2017-03-102-8/+8
* Allow to enable Sonar as part of the Gradle build and add Jenkins DSL job to ...Dominik Stadler2017-03-102-5/+26
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-105-77/+69
* Jenkins DSL: Exclude some more slaves from building with OpenJDKDominik Stadler2017-03-091-1/+1
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-084-32/+85