| Commit message (Expand) | Author | Age | Files | Lines |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 1 | -1797/+0 |
* | #62649 - Remove OPOIFS | Andreas Beeker | 2018-08-26 | 1 | -64/+74 |
* | Update some tests and IntelliJ warnings | Dominik Stadler | 2018-01-01 | 1 | -26/+8 |
* | 60325: Add commented out test that reproduces the performance issue | Dominik Stadler | 2017-04-30 | 1 | -37/+146 |
* | Use long for the dummy stream, to permit >2gb streams | Nick Burch | 2017-02-10 | 1 | -8/+17 |
* | Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs | Nick Burch | 2017-02-10 | 1 | -14/+3 |
* | Start on a unit test for #60670, work required to get it passing | Nick Burch | 2017-02-09 | 1 | -0/+137 |
* | fix eclipse warnings - close resources | Andreas Beeker | 2017-01-23 | 1 | -291/+311 |
* | Recursive delete unit test based on users@ query - working fine already | Nick Burch | 2016-12-06 | 1 | -0/+55 |
* | Use IOUtils.closeQuietly() in more places | Dominik Stadler | 2016-10-05 | 1 | -19/+20 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 1 | -0/+23 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 1 | -0/+4 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 1 | -75/+72 |
* | 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 |
* | 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 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 1 | -0/+20 |
* | 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 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -28/+67 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 1 | -15/+81 |
* | Add some more NPOIFS write related tests, some of which is disabled as the fu... | Nick Burch | 2011-05-19 | 1 | -3/+29 |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 1 | -1/+26 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -6/+73 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -1/+0 |
* | Implement a NPOIFS document reader, and add tests which use it | Nick Burch | 2010-12-28 | 1 | -3/+20 |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 1 | -16/+40 |
* | More NPOIFSStream unit tests | Nick Burch | 2010-12-28 | 1 | -0/+3 |
* | Add NPOIFS SBAT tests, and stub out a few future tests | Nick Burch | 2010-12-27 | 1 | -2/+69 |
* | More NPOIFS tests | Nick Burch | 2010-12-27 | 1 | -2/+106 |
* | Start on PropertyTable support for NPOIFS, and more NPOIFS tests | Nick Burch | 2010-12-23 | 1 | -61/+93 |
* | Add NPOIFSFileSystem support for identifying free blocks, along with partial ... | Nick Burch | 2010-12-23 | 1 | -0/+80 |
* | More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of... | Nick Burch | 2010-12-23 | 1 | -1/+29 |
* | Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu... | Nick Burch | 2010-12-22 | 1 | -11/+48 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 1 | -1/+26 |
* | Initial work on a NIO POIFSFileSystem. Currently is able to open the file and... | Nick Burch | 2010-12-19 | 1 | -0/+59 |