aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* show full exception stack-trace if zip-bomb detection test failsDominik Stadler2015-06-241-5/+13
* Removed Java7 callsAndreas Beeker2015-06-241-12/+0
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-2311-50/+427
* Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-232-5/+26
* Add public key of Dominik Stadler (centic)Dominik Stadler2015-06-221-1/+56
* Bug 58040 - Log ForgingAndreas Beeker2015-06-216-1043/+184
* Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...Dominik Stadler2015-06-212-8/+36
* fixed javadoc links after imports have been organizedAndreas Beeker2015-06-202-2/+2
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-205-88/+203
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-203-2/+17
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-174-145/+367
* Make setLandscape(false) and setLeftToRight(false) do what one would expectDominik Stadler2015-06-172-6/+44
* Add settings for the Eclipse plugin "moreunit"Dominik Stadler2015-06-171-0/+4
* Bug 57963: Add a task to the integration-test build which verifies that most ...Dominik Stadler2015-06-161-3/+85
* remove some older jacoco jars from the lib-directories to avoid loading outda...Dominik Stadler2015-06-161-0/+3
* Whitespace seems to be confusing the license header check; try pasting one of...David North2015-06-151-18/+16
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
* add missing license headerDominik Stadler2015-06-151-0/+18
* Add explicit test for NPE only caught by other tests. Test '97 fallback behav...David North2015-06-121-0/+5
* My own patch to fix #56328David North2015-06-125-12/+125
* Add my PGP key to the list.David North2015-06-031-0/+290
* Use a different arbitrary value for the ID of the comment shape type. This ap...David North2015-06-032-3/+4
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-014-10/+46
* Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ...Nick Burch2015-05-312-7/+99
* Add missing license headerDominik Stadler2015-05-311-0/+18
* Bug 57904: Add full source build from dist-packages to CI buildsDominik Stadler2015-05-311-0/+45
* List more targets in help, make jar-src work standaloneDominik Stadler2015-05-311-1/+3
* Set version to 3.13-beta1Dominik Stadler2015-05-311-2/+2
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2984-6306/+6485
* POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed...Tim Allison2015-05-282-15/+9
* Note on why ooxml needs scratchpad, for one part onlyNick Burch2015-05-281-2/+2
* Correct packageNick Burch2015-05-282-2/+2
* Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co...Nick Burch2015-05-284-41/+65
* #57963 Move the WP and SL interface definitions to core from scratchpad, so t...Nick Burch2015-05-2824-0/+0
* Fix inconsistent indentsNick Burch2015-05-281-15/+16
* #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, t...Nick Burch2015-05-271-3/+20
* Fix inconsistent indentsNick Burch2015-05-271-17/+17
* Add WorkbookFactory.create() with a flag to allow to open files read-only, ke...Dominik Stadler2015-05-262-40/+129
* Make POIXMLDocument implement Closeable as it holds an OCPPackage with open r...Dominik Stadler2015-05-263-18/+12
* Add ignore - file has no content streamsNick Burch2015-05-261-0/+1
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-263-13/+18
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-9/+9
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-2/+2
* Remove a long-deprecated OPOIFS related methodNick Burch2015-05-261-10/+0
* Fix warningsNick Burch2015-05-261-2/+10
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-263-8/+35
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-262-4/+1
* More 0 byte stream testsNick Burch2015-05-264-5/+40
* Add verification unit test for bug 47169Dominik Stadler2015-05-201-1/+10