aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* findbugs fixesAndreas Beeker2016-05-172-2/+16
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* fix javadocs and findbugs warningsJaven O'Neal2016-04-122-19/+80
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-8/+35
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-103-16/+38
* Javadoc tweaksNick Burch2016-04-102-3/+3
* Make the extractor exactly that, powered by the reader #52949Nick Burch2016-04-101-154/+55
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-105/+123
* Start to refactor VBAMacroExtractor into a more general classNick Burch2016-04-101-0/+199
* VBA extraction support from bug #52949 from Barry LagerweijNick Burch2016-04-101-0/+188
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-063-74/+72
* Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse...Nick Burch2016-04-061-1/+1
* DumpPOIFS: Create a separate named sub-directory for each file to not overwri...Dominik Stadler2016-03-291-17/+21
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-1/+1
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-1/+1
* findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLEAndreas Beeker2016-03-211-2/+3
* findbugs fixes - RR_NOT_CHECKEDAndreas Beeker2016-03-211-3/+5
* fix eclipse warningsAndreas Beeker2016-03-215-21/+26
* findbugs fixesAndreas Beeker2016-03-161-2/+3
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-151-1/+3
* Escape spaces in the URLNick Burch2016-03-131-1/+1
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-131-96/+135
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-121-0/+116
* Findbugs fixesDominik Stadler2016-03-121-8/+11
* More helpful exception message if POIFS is given a raw XML file (eg an Office...Nick Burch2016-03-092-0/+12
* Include stacktrace of inner exception when block-positions are invalid in POI...Dominik Stadler2016-02-211-1/+3
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-102-4/+5
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+3
* Sonar fixes, direct array parameterAndreas Beeker2015-12-014-15/+15
* #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