aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-111-1/+1
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-115-28/+26
* Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapp...Uwe Schindler2015-11-091-22/+25
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-1/+49
* sonar fixes and closing resources after useAndreas Beeker2015-10-062-2/+2
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-26/+12
* sonar fixesAndreas Beeker2015-10-043-7/+18
* sonar fixesAndreas Beeker2015-09-302-2/+2
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-283-11/+8
* - a few findbugs/sonar fixesAndreas Beeker2015-09-231-3/+21
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-22/+21
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-0/+17
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-293-54/+22
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-152-3/+2
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-154-15/+8
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-031-4/+4
* Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win...Nick Burch2015-07-291-8/+9
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-3/+7
* Bug 58133 - Agile encryption - wrong checksum calculationAndreas Beeker2015-07-131-1/+1
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-063-5/+19
* Helper method to report the number of blocks used in a BATNick Burch2015-07-061-2/+15
* Fix OPOIFS generics warningsNick Burch2015-07-025-30/+22
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-011-0/+10
* Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
* Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-281-6/+7
* Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
* Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ...Nick Burch2015-06-282-21/+93
* fixed javadoc links after imports have been organizedAndreas Beeker2015-06-201-1/+1
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-262-6/+9
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-262-6/+4
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-1/+1
* More 0 byte stream testsNick Burch2015-05-262-5/+8
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-119-15/+34
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-112-496/+10
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1110-58/+49
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-4/+35
* Correct zero byte entry support in NPOIFSNick Burch2015-05-111-1/+5
* Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-042-16/+28
* Use a constant for the name of the OOXML encrypted package nodeNick Burch2015-04-297-6/+10
* #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact...Nick Burch2015-04-231-0/+5
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-5/+9
* Link to the replacement constructions for the deprecated ones, and a few extr...Nick Burch2015-02-281-8/+20
* The default for standard encryption cipher algorithm was wrongly set to rc4Andreas Beeker2015-01-261-1/+7
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-276-49/+39
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-2524-108/+1746
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-3/+3