| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s... | Dominik Stadler | 2015-10-14 | 1 | -39/+144 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 3 | -47/+44 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 5 | -38/+65 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 1 | -3/+1 |
* | Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close... | Dominik Stadler | 2015-08-20 | 1 | -11/+16 |
* | Try to make Sonar builds run again: add missing dependency, add ooxml-schema-... | Dominik Stadler | 2015-08-16 | 2 | -19/+1 |
* | Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader | Dominik Stadler | 2015-07-20 | 1 | -4/+43 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 1 | -0/+4 |
* | Helper method to report the number of blocks used in a BAT | Nick Burch | 2015-07-06 | 1 | -0/+54 |
* | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 1 | -17/+14 |
* | To better match OPOIFS, pad to the end of a block with 0xFF/-1 | Nick Burch | 2015-07-01 | 1 | -0/+2 |
* | More NPOIFS ministream tests | Nick Burch | 2015-06-30 | 1 | -3/+80 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 3 | -136/+133 |
* | #56791 Make NPOIFS the default when POIFSFileSystem is requested | Nick Burch | 2015-05-26 | 1 | -7/+9 |
* | Force OPOIFS test to explicitly create OPOIFS instance | Nick Burch | 2015-05-26 | 1 | -9/+9 |
* | Force OPOIFS test to explicitly create OPOIFS instance | Nick Burch | 2015-05-26 | 1 | -2/+2 |
* | Fix warnings | Nick Burch | 2015-05-26 | 1 | -2/+10 |
* | Fix testing for NPOIFS zero-length stream writing | Nick Burch | 2015-05-26 | 1 | -2/+31 |
* | More 0 byte stream tests | Nick Burch | 2015-05-26 | 1 | -0/+32 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 4 | -33/+31 |
* | Add a deep re-write NPOIFS test | Nick Burch | 2015-05-11 | 1 | -3/+33 |
* | Correct zero byte entry support in NPOIFS | Nick Burch | 2015-05-11 | 1 | -2/+1 |
* | Disabled NPOIFS unit test - problem with 0 length entries discovered working ... | Nick Burch | 2015-05-11 | 1 | -0/+61 |
* | More NPOIFS ministore tests | Nick Burch | 2015-05-11 | 1 | -0/+48 |
* | Add a (disabled) failing unit test on heavily nested NPOIFS copies, found wor... | Nick Burch | 2015-05-11 | 1 | -4/+50 |
* | #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact... | Nick Burch | 2015-04-23 | 1 | -5/+25 |
* | Make the opening code generic | Nick Burch | 2015-04-23 | 1 | -18/+30 |
* | Make the test generic across POIFS and NPOIFS | Nick Burch | 2015-04-23 | 1 | -21/+33 |
* | Pull out a common NPOIFS/POIFS test to a decidated bugs test class | Nick Burch | 2015-04-23 | 2 | -41/+66 |
* | Fix usage of Generics in some classes | Dominik Stadler | 2015-04-20 | 1 | -1/+1 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 4 | -119/+140 |
* | Add missing license header | Dominik Stadler | 2014-11-27 | 1 | -0/+17 |
* | Add more output in case of unknown cipher-ids to aid in debugging bugs like 5... | Dominik Stadler | 2014-11-26 | 1 | -0/+42 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 3 | -1/+62 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 1 | -0/+1 |
* | Stream tests for NDocumentOutputStream | Nick Burch | 2014-04-26 | 1 | -0/+194 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 1 | -0/+37 |
* | Complete NPOIFS write tests | Nick Burch | 2014-04-25 | 1 | -7/+122 |
* | More progress with the write/read npoifs tests, but one bug still to go.... | Nick Burch | 2014-04-25 | 1 | -9/+71 |
* | Refactor some of the NPOIFS write tests, and begin on the last missing write ... | Nick Burch | 2014-04-25 | 1 | -78/+89 |
* | Finish off the next NPOIFS write text | Nick Burch | 2014-04-25 | 1 | -11/+36 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 1 | -5/+71 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 1 | -116/+88 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 1 | -19/+76 |
* | More npoifs write tests, some disabled as failing | Nick Burch | 2014-04-25 | 1 | -3/+74 |
* | Add common code for writing out and reading NPOIFS again, and add a disabled ... | Nick Burch | 2014-04-24 | 1 | -6/+57 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 1 | -3/+133 |
* | Add TODOs for the next set of NPOIFS write tests we need | Nick Burch | 2014-04-24 | 1 | -14/+58 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -3/+0 |
* | Update a test to use the existing EntryUtils to copy with, rather than duplci... | Nick Burch | 2014-04-24 | 1 | -30/+6 |