aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
...
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-241-0/+5
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-241-6/+14
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-3/+9
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-214-91/+159
* FindBugs fixAndreas Beeker2014-02-161-1/+2
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-011-327/+363
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-266-42/+53
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-271-15/+12
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-132-119/+202
* An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta...Nick Burch2013-02-041-1/+7
* 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-051-1/+1
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
* 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
* Further tests for NPOIFS document input stream reading, and fix a NPOIFS skip...Nick Burch2011-06-121-1/+4
* cleaned javadocs warningsYegor Kozlov2011-06-061-1/+1
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-042-3/+7
* 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
* 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
* 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-291-1/+5
* More NPOIFS XBAT updatesNick Burch2010-12-291-41/+55
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-292-9/+17
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-285-6/+337
* Add NPOIFS high level Document implementationNick Burch2010-12-283-9/+210
* 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-282-170/+62
* Add TODOs for further stream writing workNick Burch2010-12-282-3/+6
* More NPOIFSStream tests, and explicit free support+testNick Burch2010-12-281-5/+26
* Add tests for the NPOIFS mini streamNick Burch2010-12-271-2/+4
* Start to support the MiniStream, by extracting out the BlockStore superclass ...Nick Burch2010-12-274-60/+385