aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+30
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-281-0/+172
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-3/+130
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+38
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-1/+4
* Re-enable part of the test now that NPOIFS behaves for resetNick Burch2011-06-121-2/+0
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip...Nick Burch2011-06-121-2/+94
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-041-60/+110
* Add some more NPOIFS write related tests, some of which is disabled as the fu...Nick Burch2011-05-191-3/+29
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-122-9/+35
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-122-4/+131
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-121-0/+128
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-103-4/+56
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-251-0/+66
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-0/+46
* More NPOIFS testsNick Burch2011-01-011-6/+73
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-293-28/+87
* More NPOIFS XBAT updatesNick Burch2010-12-291-1/+0
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-16/+16
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-3/+20
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-283-18/+42
* More NPOIFSStream unit testsNick Burch2010-12-282-4/+79
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-282-6/+131
* Add NPOIFS SBAT tests, and stub out a few future testsNick Burch2010-12-271-2/+69
* Add tests for the NPOIFS mini streamNick Burch2010-12-271-0/+250
* More NPOIFSStream unit tests, and stub out a few future ones tooNick Burch2010-12-271-7/+138
* More NPOIFS testsNick Burch2010-12-271-2/+106
* Start on PropertyTable support for NPOIFS, and more NPOIFS testsNick Burch2010-12-231-61/+93
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-232-1/+114
* More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of...Nick Burch2010-12-232-1/+310
* Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu...Nick Burch2010-12-221-11/+48
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-0/+174
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-202-2/+5
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-202-3/+11
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-192-60/+80
* Initial work on a NIO POIFSFileSystem. Currently is able to open the file and...Nick Burch2010-12-193-0/+62
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-195-18/+22
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-191-5/+138
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+38
* Fix bug #50118Nick Burch2010-10-222-3/+57
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-091-0/+17
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-092-0/+20
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-272-0/+113
* Added loose tests to junit hierarchyJosh Micich2010-05-241-1/+2
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-051-3/+3
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-031-2/+19
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-031-4/+12
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2515-71/+128
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-132-0/+24