aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-303-16/+66
* Add more output in case of unknown cipher-ids to aid in debugging bugs like 5...Dominik Stadler2014-11-261-4/+2
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-151-2/+2
* Javadoc warnings fixed:Andreas Beeker2014-11-131-2/+2
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-13/+7
* Bug 57080 - IndexOutOfBoundsException in poi decryptorAndreas Beeker2014-10-131-1/+9
* more tests, some refactoringAndreas Beeker2014-09-281-16/+14
* merge with trunkAndreas Beeker2014-09-173-21/+98
* some changes because of test errorsAndreas Beeker2014-08-151-1/+3
* Xml signature support - version 1Andreas Beeker2014-08-103-14/+21
* Another test for NPOIFS in-place writing support - probably the deletion of a...Andreas Beeker2014-08-021-1/+7
* Bug 56537: Update javadoc to reflect the addition of Closeable to WorkbookDominik Stadler2014-07-021-1/+0
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-051-8/+79
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-042-16/+41
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-282-0/+10
* Get NPOIFS in-place-write working!Nick Burch2014-04-282-14/+22
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-261-0/+4
* Fix javadoc layoutNick Burch2014-04-261-15/+15
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-0/+2
* NDocumentOutputStream write logicNick Burch2014-04-252-4/+84
* Fix inconsistent whitespaceNick Burch2014-04-251-141/+141
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-253-1/+99
* Support for replacing the contents of a Document in a NPOIFSFileSytem, in placeNick Burch2014-04-251-24/+47
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-253-10/+33
* Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi...Nick Burch2014-04-253-0/+37
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-251-33/+39
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-251-4/+7
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-251-0/+1
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ...Nick Burch2014-04-241-1/+7
* 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