aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* Detect some HTML files as separate invalid filetypeDominik Stadler2017-09-161-0/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-17/+0
* Update third party libs to latest versionsDominik Stadler2017-09-152-13/+6
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-10/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-105/+361
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-117-200/+251
* Reformat code slightlyDominik Stadler2017-08-011-9/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-9/+9
* some javadoc fixesPJ Fanning2017-07-152-4/+3
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-142-0/+11
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-091-0/+13
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-142-29/+16
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-4/+15
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-16/+29
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-172-2/+2
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-171-2/+2
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-176-23/+43
* Add a possible future TODONick Burch2017-02-101-0/+5
* If a property refers to an invalid index, log + ignore rather than failing wi...Nick Burch2017-02-101-2/+18
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-2/+3
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0827-4170/+4170
* SonarQube fixesAndreas Beeker2017-01-063-29/+22
* SonarQube fixesAndreas Beeker2017-01-051-9/+19
* SonarQube fixesAndreas Beeker2017-01-042-31/+40
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-014-5/+5
* Fix some Findbugs reportsDominik Stadler2016-12-311-14/+12
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-302-10/+15
* report size of entries for POIFSViewerAndreas Beeker2016-12-251-1/+2
* Fix 0-pointer on unset documentAndreas Beeker2016-12-211-1/+3
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-0/+2
* eclipse warnings - raw list accessAndreas Beeker2016-12-131-6/+2
* - SonarCube fixesAndreas Beeker2016-11-1112-178/+176
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE...Javen O'Neal2016-11-021-20/+0
* show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ...Javen O'Neal2016-11-021-9/+3
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-014-2/+38
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-1/+8
* Fix some IDE warnings/javadoc/...Dominik Stadler2016-10-199-64/+31
* on Windows, a directory cannot contain a file and a directory with the same nameJaven O'Neal2016-10-191-1/+3
* add data type to UTF_16LEJaven O'Neal2016-10-191-1/+1
* remove java.nio.charset.StandardCharsets which is not available until Java 7Javen O'Neal2016-10-191-2/+3
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-1/+2
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-1/+1
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-0/+17
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-0/+3
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-1/+4
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...Andreas Beeker2016-10-091-1/+1
* bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run Encr...Javen O'Neal2016-10-091-0/+19
* Javadoc fixesNick Burch2016-09-302-2/+0
* merge trunk to branchAndreas Beeker2016-09-281-12/+11
* merge trunk to branchAndreas Beeker2016-09-191-3/+2