| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add encryption support | Andreas Beeker | 2016-08-19 | 11 | -117/+328 |
* | merge down trunk | Andreas Beeker | 2016-08-08 | 1 | -12/+14 |
* | HSSF CryptoAPI decryption support | Andreas Beeker | 2016-08-08 | 12 | -60/+592 |
* | Preparations for hssf_cryptoapi: | Andreas Beeker | 2016-08-03 | 25 | -461/+877 |
* | Provide a createOrUpdateDocument method at the POIFS level, and use to simpli... | Nick Burch | 2016-07-21 | 2 | -2/+52 |
* | If doing an in-place write, update the properties too | Nick Burch | 2016-07-20 | 1 | -0/+2 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 1 | -2/+2 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 1 | -1/+18 |
* | #57919 Start on support for writing to a new File (faster than OutputStream) | Nick Burch | 2016-07-20 | 1 | -0/+22 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 1 | -0/+15 |
* | bug 59858: describe why VBA macro reading failed | Javen O'Neal | 2016-07-15 | 1 | -0/+4 |
* | bug 52949,59830: move module storage and decompressing into a standalone func... | Javen O'Neal | 2016-07-09 | 1 | -31/+36 |
* | bug 52949,59830: move module storage and decompressing into a standalone func... | Javen O'Neal | 2016-07-09 | 1 | -15/+34 |
* | bug 59830: attach context to any IOException (likely a result of reaching EOF... | Javen O'Neal | 2016-07-09 | 1 | -44/+69 |
* | close streams if an exception is throw | Javen O'Neal | 2016-07-09 | 1 | -23/+28 |
* | bug 59830: add context to why no more bytes could be read from input stream | Javen O'Neal | 2016-07-09 | 1 | -1/+5 |
* | findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn... | Javen O'Neal | 2016-07-02 | 1 | -61/+69 |
* | whitespace and +svn:eol-style=native | Javen O'Neal | 2016-07-02 | 1 | -243/+243 |
* | sonar fixes | Andreas Beeker | 2016-07-01 | 3 | -3/+3 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 5 | -141/+1 |
* | The changes for using AccessController/SecurityManager also added a log which... | Dominik Stadler | 2016-06-01 | 1 | -17/+22 |
* | findbugs fixes | Andreas Beeker | 2016-05-17 | 2 | -2/+16 |
* | sonar fix - reduce complexity by using constants | Andreas Beeker | 2016-05-16 | 1 | -49/+68 |
* | fix javadocs and findbugs warnings | Javen O'Neal | 2016-04-12 | 2 | -19/+80 |
* | bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di... | Javen O'Neal | 2016-04-11 | 1 | -8/+35 |
* | bug 52949: add junit test for RLEDecompressingInputStream | Javen O'Neal | 2016-04-10 | 3 | -16/+38 |
* | Javadoc tweaks | Nick Burch | 2016-04-10 | 2 | -3/+3 |
* | Make the extractor exactly that, powered by the reader #52949 | Nick Burch | 2016-04-10 | 1 | -154/+55 |
* | Unit test for VBA macro reading #52949 | Nick Burch | 2016-04-10 | 1 | -105/+123 |
* | Start to refactor VBAMacroExtractor into a more general class | Nick Burch | 2016-04-10 | 1 | -0/+199 |
* | VBA extraction support from bug #52949 from Barry Lagerweij | Nick Burch | 2016-04-10 | 1 | -0/+188 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 3 | -74/+72 |
* | Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse... | Nick Burch | 2016-04-06 | 1 | -1/+1 |
* | DumpPOIFS: Create a separate named sub-directory for each file to not overwri... | Dominik Stadler | 2016-03-29 | 1 | -17/+21 |
* | Revert set of inadvertedly committed files/changes | Dominik Stadler | 2016-03-29 | 1 | -1/+1 |
* | Bug 58915: Add note about memory consumption and update changelog | Dominik Stadler | 2016-03-29 | 1 | -1/+1 |
* | findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | Andreas Beeker | 2016-03-21 | 1 | -2/+3 |
* | findbugs fixes - RR_NOT_CHECKED | Andreas Beeker | 2016-03-21 | 1 | -3/+5 |
* | fix eclipse warnings | Andreas Beeker | 2016-03-21 | 5 | -21/+26 |
* | findbugs fixes | Andreas Beeker | 2016-03-16 | 1 | -2/+3 |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 1 | -1/+3 |
* | Escape spaces in the URL | Nick Burch | 2016-03-13 | 1 | -1/+1 |
* | #59135 - Password gets truncated when using passwords longer than 15 characte... | Andreas Beeker | 2016-03-13 | 1 | -96/+135 |
* | Refactor some common code from the various Document-Factories into a helper c... | Dominik Stadler | 2016-03-12 | 1 | -0/+116 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 1 | -8/+11 |
* | More helpful exception message if POIFS is given a raw XML file (eg an Office... | Nick Burch | 2016-03-09 | 2 | -0/+12 |
* | Include stacktrace of inner exception when block-positions are invalid in POI... | Dominik Stadler | 2016-02-21 | 1 | -1/+3 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 2 | -4/+5 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+3 |
* | Sonar fixes, direct array parameter | Andreas Beeker | 2015-12-01 | 4 | -15/+15 |