aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
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-242-6/+12
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-215-96/+181
* Some encryption fixes:Andreas Beeker2014-04-211-5/+6
* Added MD4-option and some cleanupsAndreas Beeker2014-03-063-9/+5
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-211-8/+151
* FindBugs fixAndreas Beeker2014-02-161-1/+2
* Instead of using initCause() when re-throwing exceptions, it leads to better ...Dominik Stadler2014-02-151-1/+1
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-011-327/+363
* Ensure our package html files have consistent line endings, and the right svn...Nick Burch2014-01-101-44/+44
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-2612-70/+97
* javadoc house-keepingAndreas Beeker2013-12-252-5/+4
* JCE policy fixAndreas Beeker2013-12-251-2/+9
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-1/+1
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-243-25/+40
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-2422-747/+2096
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t...Nick Burch2013-11-211-1/+7
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-126-86/+111
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen...Nick Burch2013-11-071-15/+22
* 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
* 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