| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 2 | -119/+202 |
* | Support more hashing formats for OOXML protected documents, for bug #55544 | Nick Burch | 2013-09-11 | 1 | -8/+24 |
* | Avoid a NPE if no password was given - use the default office one instead | Nick Burch | 2013-06-19 | 1 | -0/+5 |
* | An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta... | Nick Burch | 2013-02-04 | 1 | -1/+7 |
* | Make the exception a bit more explicit about what is wrong | Nick Burch | 2012-12-20 | 1 | -2/+3 |
* | 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 | 2 | -2/+1 |
* | Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil... | Yegor Kozlov | 2012-02-26 | 3 | -14/+46 |
* | bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT | Maxim Valyanskiy | 2012-01-30 | 1 | -1/+1 |
* | Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr... | Nick Burch | 2012-01-11 | 1 | -1/+16 |
* | 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 |
* | cleanup sxxsf temp files after tests, remove non-ascii characters from source... | Yegor Kozlov | 2011-06-25 | 1 | -6/+5 |
* | 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 | 2 | -3/+3 |
* | Work on NPOIFS document read/mark/reset work for bug #51318, including enabli... | Nick Burch | 2011-06-04 | 2 | -3/+7 |
* | Put back the NPOIFS constructor that got lost in r1101397 | Nick Burch | 2011-05-19 | 1 | -1/+4 |
* | Add some more NPOIFS write related tests, some of which is disabled as the fu... | Nick Burch | 2011-05-19 | 1 | -1/+3 |
* | 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 |
* | bug#51165: Add support for OOXML Agile Encryption | Maxim Valyanskiy | 2011-05-10 | 6 | -139/+640 |
* | 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 |
* | More NPOIFS Constructor updates | Nick Burch | 2011-03-25 | 2 | -4/+23 |
* | 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 | 4 | -40/+34 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -41/+55 |
* | Fix the name of the RootProperty, as it never changes | Nick Burch | 2010-12-29 | 1 | -1/+11 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 3 | -32/+42 |
* | Implement a NPOIFS document reader, and add tests which use it | Nick Burch | 2010-12-28 | 5 | -6/+337 |
* | Allow POIFSLister to switch between the two different POIFS implementations w... | Nick Burch | 2010-12-28 | 1 | -51/+66 |
* | Add NPOIFS high level Document implementation | Nick Burch | 2010-12-28 | 4 | -9/+216 |
* | 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 | 8 | -174/+136 |