aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-132-119/+202
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-111-8/+24
* Avoid a NPE if no password was given - use the default office one insteadNick Burch2013-06-191-0/+5
* An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta...Nick Burch2013-02-041-1/+7
* Make the exception a bit more explicit about what is wrongNick Burch2012-12-201-2/+3
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-1/+1
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-2/+1
* Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil...Yegor Kozlov2012-02-263-14/+46
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
* Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr...Nick Burch2012-01-111-1/+16
* fixed javadoc warningsYegor Kozlov2011-12-093-10/+8
* Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,...Nick Burch2011-11-281-8/+57
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+5
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-281-0/+211
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-4/+9
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+117
* Allow Ole10Native to be created from a DirectoryNode, not only a a POIFSNick Burch2011-10-151-18/+33
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-231-0/+99
* Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re...Nick Burch2011-08-111-2/+5
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-092-20/+32
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-6/+5
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip...Nick Burch2011-06-121-1/+4
* cleaned javadocs warningsYegor Kozlov2011-06-062-3/+3
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-042-3/+7
* Put back the NPOIFS constructor that got lost in r1101397Nick Burch2011-05-191-1/+4
* Add some more NPOIFS write related tests, some of which is disabled as the fu...Nick Burch2011-05-191-1/+3
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-121-10/+28
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-121-3/+32
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-121-7/+4
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-106-139/+640
* NPOIFS and OPC both support close(), so mark them as suchNick Burch2011-05-061-1/+2
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-253-3/+14
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-5/+8
* More NPOIFS Constructor updatesNick Burch2011-03-252-4/+23
* In NPOIFS, close the file we opened in more exception casesNick Burch2011-01-051-0/+8
* More NPOIFS testsNick Burch2011-01-011-1/+1
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-011-1/+1
* Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ...Nick Burch2010-12-311-15/+64
* NPOIFS needs an explicit close, as it has to keep the File / buffer around to...Nick Burch2010-12-301-1/+14
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-294-273/+409
* Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use...Nick Burch2010-12-291-4/+35
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-294-40/+34
* More NPOIFS XBAT updatesNick Burch2010-12-291-41/+55
* Fix the name of the RootProperty, as it never changesNick Burch2010-12-291-1/+11
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-293-32/+42
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-285-6/+337
* Allow POIFSLister to switch between the two different POIFS implementations w...Nick Burch2010-12-281-51/+66
* Add NPOIFS high level Document implementationNick Burch2010-12-284-9/+216
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-283-26/+89
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-288-174/+136