| Commit message (Expand) | Author | Age | Files | Lines |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -0/+5 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -6/+14 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 2 | -6/+12 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 5 | -96/+181 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 1 | -5/+6 |
* | Added MD4-option and some cleanups | Andreas Beeker | 2014-03-06 | 3 | -9/+5 |
* | Bug 56076 - Add document protection with password support to XWPF | Andreas Beeker | 2014-02-21 | 1 | -8/+151 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -1/+2 |
* | Instead of using initCause() when re-throwing exceptions, it leads to better ... | Dominik Stadler | 2014-02-15 | 1 | -1/+1 |
* | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing... | Andreas Beeker | 2014-02-01 | 1 | -327/+363 |
* | Ensure our package html files have consistent line endings, and the right svn... | Nick Burch | 2014-01-10 | 1 | -44/+44 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 12 | -70/+97 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 2 | -5/+4 |
* | JCE policy fix | Andreas Beeker | 2013-12-25 | 1 | -2/+9 |
* | Fix jdk-differences for encryption patch | Andreas Beeker | 2013-12-24 | 1 | -1/+1 |
* | Fix jdk-differences for encryption patch | Andreas Beeker | 2013-12-24 | 3 | -25/+40 |
* | Patch for Bug/Enhancement 55818 - add encryption support | Andreas Beeker | 2013-12-24 | 22 | -747/+2096 |
* | Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t... | Nick Burch | 2013-11-21 | 1 | -1/+7 |
* | Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,... | Nick Burch | 2013-11-12 | 6 | -86/+111 |
* | Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen... | Nick Burch | 2013-11-07 | 1 | -15/+22 |
* | Re-use functionality from HSSFWorkbook in dev-tools to find the | Dominik Stadler | 2013-10-27 | 1 | -15/+12 |
* | 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 |