aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Collapse)AuthorAgeFilesLines
...
* Detect some HTML files as separate invalid filetypeDominik Stadler2017-09-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808507 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808483 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libs to latest versionsDominik Stadler2017-09-152-13/+6
| | | | | | | Start updating build to Java 8 Set version to 4.0-beta1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808472 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808455 13f79535-47bb-0310-9956-ffa450edef68
* 60279 -- back off to brute-force search for macro content if offset ↵Tim Allison2017-09-141-105/+361
| | | | | | information is not correct git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808301 13f79535-47bb-0310-9956-ffa450edef68
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-117-200/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804854 13f79535-47bb-0310-9956-ffa450edef68
* Reformat code slightlyDominik Stadler2017-08-011-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803612 13f79535-47bb-0310-9956-ffa450edef68
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68
* some javadoc fixesPJ Fanning2017-07-152-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802035 13f79535-47bb-0310-9956-ffa450edef68
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-142-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801989 13f79535-47bb-0310-9956-ffa450edef68
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful ↵Nick Burch2017-07-091-0/+13
| | | | | | exception if found, plus unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801376 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-142-29/+16
| | | | | | | | - encryption support for HWPF - refactor/unify EncryptionInfo handling in H**F classes - remove Iterable interface from WorkbookRecordList - use getRecords() instead, to prevent modifications over the Iterator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798722 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-4/+15
| | | | | | Decryption for Binary RC4 and CryptoAPI (... XOR is missing) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797837 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-021-16/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793600 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ cleanup some code-warnings across the whole code-base: ↵Dominik Stadler2017-04-172-2/+2
| | | | | | unnecessary toString or semicolon git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791720 13f79535-47bb-0310-9956-ffa450edef68
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783356 13f79535-47bb-0310-9956-ffa450edef68
* bug 59893: commit the changes from attachment 34068 that were unrelated to ↵Javen O'Neal2017-02-176-23/+43
| | | | | | available() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783347 13f79535-47bb-0310-9956-ffa450edef68
* Add a possible future TODONick Burch2017-02-101-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782472 13f79535-47bb-0310-9956-ffa450edef68
* If a property refers to an invalid index, log + ignore rather than failing ↵Nick Burch2017-02-101-2/+18
| | | | | | with a IndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782461 13f79535-47bb-0310-9956-ffa450edef68
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782454 13f79535-47bb-0310-9956-ffa450edef68
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0827-4170/+4170
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-063-29/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777669 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-051-9/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777526 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-042-31/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68
* Sonarqube fixes - Cast one of the operands of this multiplication operation ↵Andreas Beeker2017-01-014-5/+5
| | | | | | to a ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776894 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Findbugs reportsDominik Stadler2016-12-311-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776714 13f79535-47bb-0310-9956-ffa450edef68
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-302-10/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776647 13f79535-47bb-0310-9956-ffa450edef68
* report size of entries for POIFSViewerAndreas Beeker2016-12-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775992 13f79535-47bb-0310-9956-ffa450edef68
* Fix 0-pointer on unset documentAndreas Beeker2016-12-211-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775565 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774969 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - raw list accessAndreas Beeker2016-12-131-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773909 13f79535-47bb-0310-9956-ffa450edef68
* - SonarCube fixesAndreas Beeker2016-11-1112-178/+176
| | | | | | - moved SecureTempFile classes to OOXML, because of duplicated code in test and examples packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769363 13f79535-47bb-0310-9956-ffa450edef68
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, ↵Javen O'Neal2016-11-021-20/+0
| | | | | | DirectoryEntry, List<String> excepts). Use EntryUtils.copyNodes( FilteringDirectoryEntry, FilteringDirectoryEntry ) instead. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767716 13f79535-47bb-0310-9956-ffa450edef68
* show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ↵Javen O'Neal2016-11-021-9/+3
| | | | | | instead of DirectoryNode with excepts list git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767715 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-014-2/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767399 13f79535-47bb-0310-9956-ffa450edef68
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to ↵Tim Allison2016-10-191-1/+8
| | | | | | Andreas Beeker for this patch. Problems are mine. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765696 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings/javadoc/...Dominik Stadler2016-10-199-64/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765538 13f79535-47bb-0310-9956-ffa450edef68
* on Windows, a directory cannot contain a file and a directory with the same nameJaven O'Neal2016-10-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765531 13f79535-47bb-0310-9956-ffa450edef68
* add data type to UTF_16LEJaven O'Neal2016-10-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765529 13f79535-47bb-0310-9956-ffa450edef68
* remove java.nio.charset.StandardCharsets which is not available until Java 7Javen O'Neal2016-10-191-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765528 13f79535-47bb-0310-9956-ffa450edef68
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765490 13f79535-47bb-0310-9956-ffa450edef68
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765479 13f79535-47bb-0310-9956-ffa450edef68
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765468 13f79535-47bb-0310-9956-ffa450edef68
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765433 13f79535-47bb-0310-9956-ffa450edef68
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764927 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it ↵Andreas Beeker2016-10-091-1/+1
| | | | | | fails with latest code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764008 13f79535-47bb-0310-9956-ffa450edef68
* bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run ↵Javen O'Neal2016-10-091-0/+19
| | | | | | EncryptionModes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763944 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesNick Burch2016-09-302-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762875 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to branchAndreas Beeker2016-09-281-12/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762709 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to branchAndreas Beeker2016-09-191-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1761376 13f79535-47bb-0310-9956-ffa450edef68