| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing close(), reduce output in unit tests and remove some other E... | Dominik Stadler | 2015-07-07 | 4 | -15/+33 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 4 | -5/+23 |
* | Helper method to report the number of blocks used in a BAT | Nick Burch | 2015-07-06 | 2 | -2/+69 |
* | Bug 57744: Fix parsing the email submission data when id contains a hyphen | Dominik Stadler | 2015-07-03 | 3 | -4/+72 |
* | Bug 57678: Apply patch to better handle years in mail-messages between 1980 a... | Dominik Stadler | 2015-07-03 | 3 | -4/+74 |
* | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 6 | -47/+36 |
* | To better match OPOIFS, pad to the end of a block with 0xFF/-1 | Nick Burch | 2015-07-01 | 2 | -0/+12 |
* | More NPOIFS ministream tests | Nick Burch | 2015-06-30 | 2 | -3/+95 |
* | Allow optional dumping of the raw ministream as well | Nick Burch | 2015-06-30 | 1 | -11/+38 |
* | Support optionally dumping the properties stream | Nick Burch | 2015-06-29 | 1 | -4/+45 |
* | Open file read-only in test to avoid making it dirty during running unit tests | Dominik Stadler | 2015-06-28 | 1 | -2/+2 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 4 | -142/+140 |
* | Print mini stream information, and property entries | Nick Burch | 2015-06-28 | 1 | -5/+12 |
* | Fix inconsistent whitespace | Nick Burch | 2015-06-28 | 1 | -134/+134 |
* | Refactor the small block reader creation, so that POIFSHeaderDumper can dump ... | Nick Burch | 2015-06-28 | 2 | -21/+93 |
* | Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files | Andreas Beeker | 2015-06-24 | 11 | -51/+199 |
* | Fix test to find the exception-text in all cases | Dominik Stadler | 2015-06-24 | 1 | -16/+26 |
* | show full exception stack-trace if zip-bomb detection test fails | Dominik Stadler | 2015-06-24 | 1 | -5/+13 |
* | Removed Java7 calls | Andreas Beeker | 2015-06-24 | 1 | -12/+0 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 11 | -50/+427 |
* | Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts | Andreas Beeker | 2015-06-23 | 2 | -5/+26 |
* | Bug 58040 - Log Forging | Andreas Beeker | 2015-06-21 | 6 | -1043/+184 |
* | Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid... | Dominik Stadler | 2015-06-21 | 2 | -8/+36 |
* | fixed javadoc links after imports have been organized | Andreas Beeker | 2015-06-20 | 2 | -2/+2 |
* | Bug 56655: Fix Sumifs for cases where the criteria is in error. | Dominik Stadler | 2015-06-20 | 5 | -88/+203 |
* | Bug 56420: Fix possible NullPointerException when empty cell is included in S... | Dominik Stadler | 2015-06-20 | 3 | -2/+17 |
* | Comment out writing to file in c:/temp which breaks the build now | Dominik Stadler | 2015-06-17 | 1 | -6/+6 |
* | Move more tests into base class and add a TestSXSSFBugs class to verify some ... | Dominik Stadler | 2015-06-17 | 4 | -145/+367 |
* | Make setLandscape(false) and setLeftToRight(false) do what one would expect | Dominik Stadler | 2015-06-17 | 2 | -6/+44 |
* | Bug 57963: Add a task to the integration-test build which verifies that most ... | Dominik Stadler | 2015-06-16 | 1 | -3/+85 |
* | Whitespace seems to be confusing the license header check; try pasting one of... | David North | 2015-06-15 | 1 | -18/+16 |
* | One more file with missing license header | Dominik Stadler | 2015-06-15 | 1 | -0/+18 |
* | add missing license header | Dominik Stadler | 2015-06-15 | 1 | -0/+18 |
* | Add explicit test for NPE only caught by other tests. Test '97 fallback behav... | David North | 2015-06-12 | 1 | -0/+5 |
* | My own patch to fix #56328 | David North | 2015-06-12 | 5 | -12/+125 |
* | Use a different arbitrary value for the ID of the comment shape type. This ap... | David North | 2015-06-03 | 2 | -3/+4 |
* | Bug 53109: Correctly handle unicode strings in NameCommentRecord | Dominik Stadler | 2015-06-01 | 2 | -10/+46 |
* | Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ... | Nick Burch | 2015-05-31 | 2 | -7/+99 |
* | Add missing license header | Dominik Stadler | 2015-05-31 | 1 | -0/+18 |
* | Bug 57904: Add full source build from dist-packages to CI builds | Dominik Stadler | 2015-05-31 | 1 | -0/+45 |
* | POI-57975: clean up white spaces and other style issues in XWPF | Tim Allison | 2015-05-29 | 84 | -6306/+6485 |
* | POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed... | Tim Allison | 2015-05-28 | 1 | -15/+9 |
* | Correct package | Nick Burch | 2015-05-28 | 2 | -2/+2 |
* | Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co... | Nick Burch | 2015-05-28 | 4 | -41/+65 |
* | #57963 Move the WP and SL interface definitions to core from scratchpad, so t... | Nick Burch | 2015-05-28 | 24 | -0/+0 |
* | #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, t... | Nick Burch | 2015-05-27 | 1 | -3/+20 |
* | Fix inconsistent indents | Nick Burch | 2015-05-27 | 1 | -17/+17 |
* | Add WorkbookFactory.create() with a flag to allow to open files read-only, ke... | Dominik Stadler | 2015-05-26 | 2 | -40/+129 |
* | Make POIXMLDocument implement Closeable as it holds an OCPPackage with open r... | Dominik Stadler | 2015-05-26 | 3 | -18/+12 |
* | Add ignore - file has no content streams | Nick Burch | 2015-05-26 | 1 | -0/+1 |