| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -0/+5 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -6/+14 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 1 | -3/+9 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 4 | -91/+159 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -1/+2 |
* | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing... | Andreas Beeker | 2014-02-01 | 1 | -327/+363 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 6 | -42/+53 |
* | Re-use functionality from HSSFWorkbook in dev-tools to find the | Dominik Stadler | 2013-10-27 | 1 | -15/+12 |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 2 | -119/+202 |
* | An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta... | Nick Burch | 2013-02-04 | 1 | -1/+7 |
* | Bug 52628 - Replace System.err info messages with a POILogger | Yegor Kozlov | 2012-11-16 | 1 | -1/+1 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -1/+1 |
* | bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT | Maxim Valyanskiy | 2012-01-30 | 1 | -1/+1 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 3 | -10/+8 |
* | Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,... | Nick Burch | 2011-11-28 | 1 | -8/+57 |
* | Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories... | Nick Burch | 2011-11-28 | 1 | -4/+5 |
* | Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a... | Nick Burch | 2011-11-28 | 1 | -0/+211 |
* | Unit tests for POIFS EntryUtils | Nick Burch | 2011-11-28 | 1 | -4/+9 |
* | Start on a new method for POIFS EntryUtils for checking to see if the two Dir... | Nick Burch | 2011-11-25 | 1 | -0/+117 |
* | Allow Ole10Native to be created from a DirectoryNode, not only a a POIFS | Nick Burch | 2011-10-15 | 1 | -18/+33 |
* | move poi.util.POIUtils to poi.poifs.filesystem.EntryUtils | Sergey Vladimirov | 2011-08-23 | 1 | -0/+99 |
* | Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re... | Nick Burch | 2011-08-11 | 1 | -2/+5 |
* | Add Word-to-Text converter and use it as replacement for WordExtractor | Sergey Vladimirov | 2011-08-09 | 2 | -20/+32 |
* | Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip... | Nick Burch | 2011-06-12 | 1 | -1/+4 |
* | cleaned javadocs warnings | Yegor Kozlov | 2011-06-06 | 1 | -1/+1 |
* | Work on NPOIFS document read/mark/reset work for bug #51318, including enabli... | Nick Burch | 2011-06-04 | 2 | -3/+7 |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 1 | -10/+28 |
* | Finish NPOIFS support for writing to mini streams where the big block stream ... | Nick Burch | 2011-05-12 | 1 | -3/+32 |
* | The NPOIFS mini stream blocks need to be writable, correct that and add some ... | Nick Burch | 2011-05-12 | 1 | -7/+4 |
* | NPOIFS and OPC both support close(), so mark them as such | Nick Burch | 2011-05-06 | 1 | -1/+2 |
* | Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-... | Nick Burch | 2011-03-25 | 3 | -3/+14 |
* | Fix up constructor to ensure that the filesystem objects are around when we n... | Nick Burch | 2011-03-25 | 1 | -5/+8 |
* | In NPOIFS, close the file we opened in more exception cases | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -1/+1 |
* | Add unit test for using HSSF with both POIFS and NPOIFS | Nick Burch | 2011-01-01 | 1 | -1/+1 |
* | Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ... | Nick Burch | 2010-12-31 | 1 | -15/+64 |
* | NPOIFS needs an explicit close, as it has to keep the File / buffer around to... | Nick Burch | 2010-12-30 | 1 | -1/+14 |
* | Refactor DocumentInputStream so that it can transparently handle both old sty... | Nick Burch | 2010-12-29 | 4 | -273/+409 |
* | Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use... | Nick Burch | 2010-12-29 | 1 | -4/+35 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 1 | -1/+5 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -41/+55 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 2 | -9/+17 |
* | Implement a NPOIFS document reader, and add tests which use it | Nick Burch | 2010-12-28 | 5 | -6/+337 |
* | Add NPOIFS high level Document implementation | Nick Burch | 2010-12-28 | 3 | -9/+210 |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 3 | -26/+89 |
* | Partial NPOIFS write implementation, and tidy up of methods around this | Nick Burch | 2010-12-28 | 2 | -170/+62 |
* | Add TODOs for further stream writing work | Nick Burch | 2010-12-28 | 2 | -3/+6 |
* | More NPOIFSStream tests, and explicit free support+test | Nick Burch | 2010-12-28 | 1 | -5/+26 |
* | Add tests for the NPOIFS mini stream | Nick Burch | 2010-12-27 | 1 | -2/+4 |
* | Start to support the MiniStream, by extracting out the BlockStore superclass ... | Nick Burch | 2010-12-27 | 4 | -60/+385 |