| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 3 | -189/+227 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 3 | -18/+46 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 3 | -11/+34 |
* | Generics warnings fixes | Nick Burch | 2014-05-02 | 1 | -12/+9 |
* | Provide a convenience method for creating a PropertySet from a Directory + Entry | Nick Burch | 2014-04-28 | 2 | -26/+43 |
* | Fix generics warnings | Nick Burch | 2014-04-28 | 1 | -10/+8 |
* | Update the HPSF change properties example to use NPOIFS + in-place writes, an... | Nick Burch | 2014-04-28 | 3 | -14/+18 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 4 | -18/+22 |
* | junit4 fix | Andreas Beeker | 2014-04-26 | 1 | -15/+14 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 3 | -4/+54 |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 2 | -37/+87 |
* | Stream tests for NDocumentOutputStream | Nick Burch | 2014-04-26 | 1 | -0/+194 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 5 | -14/+88 |
* | Fix inconsistent whitespace | Nick Burch | 2014-04-25 | 1 | -141/+141 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 5 | -3/+270 |
* | Support for replacing the contents of a Document in a NPOIFSFileSytem, in place | Nick Burch | 2014-04-25 | 1 | -24/+47 |
* | Complete NPOIFS write tests | Nick Burch | 2014-04-25 | 1 | -7/+122 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 3 | -10/+33 |
* | 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 |
* | Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi... | Nick Burch | 2014-04-25 | 3 | -0/+37 |
* | 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 | 2 | -38/+110 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 2 | -120/+95 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 2 | -19/+77 |
* | 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 | 2 | -4/+140 |
* | 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 | 2 | -3/+5 |
* | 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 | 2 | -34/+81 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 3 | -8/+24 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 4 | -4/+52 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 4 | -9/+12 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 4 | -3/+75 |
* | Correct an eclipse warning around close(), and a related bug that this identi... | Nick Burch | 2014-04-24 | 3 | -1/+11 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 6 | -111/+262 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 7 | -59/+60 |
* | Tweak 'assertAlmostEquals' bast on Jenkins results | Nick Burch | 2014-04-18 | 2 | -3/+3 |
* | Unit test for column autosizing of % values | Nick Burch | 2014-04-18 | 2 | -0/+71 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 4 | -17/+108 |
* | Try to exclude some generated files from Sonar runs | Dominik Stadler | 2014-04-18 | 1 | -0/+6 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 14 | -41/+83 |
* | More stax jar removal for Java 6 | Nick Burch | 2014-04-15 | 1 | -9/+2 |
* | Now that we require Java 1.6, we no longer need to include the STAX-API jar a... | Nick Burch | 2014-04-15 | 2 | -7/+1 |
* | Fix some Eclipse warnings | Dominik Stadler | 2014-04-04 | 6 | -6/+7 |
* | exclude new broken test-file for this test | Dominik Stadler | 2014-04-04 | 1 | -1/+2 |
* | Add another test file for bug #47251, from Joe Yuan, and a disabled test | Nick Burch | 2014-04-01 | 2 | -0/+5 |