aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* add encryption supportAndreas Beeker2016-08-1911-117/+328
* merge down trunkAndreas Beeker2016-08-081-12/+14
* HSSF CryptoAPI decryption supportAndreas Beeker2016-08-0812-60/+592
* Preparations for hssf_cryptoapi:Andreas Beeker2016-08-0325-461/+877
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-212-2/+52
* If doing an in-place write, update the properties tooNick Burch2016-07-201-0/+2
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-201-2/+2
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-201-1/+18
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-201-0/+22
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-171-0/+15
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-0/+4
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-31/+36
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-15/+34
* bug 59830: attach context to any IOException (likely a result of reaching EOF...Javen O'Neal2016-07-091-44/+69
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-1/+5
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* sonar fixesAndreas Beeker2016-07-013-3/+3
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-185-141/+1
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-17/+22
* 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