aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/storage
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-275-812/+0
* [github-182] Fix root property size calculation. Thanks to netmackan. This cl...PJ Fanning2020-06-101-1/+23
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-27/+28
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3114-2003/+35
* #62649 - Remove OPOIFSAndreas Beeker2018-08-266-580/+14
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-021-0/+3
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-213-4/+15
* Remove unnecessary local variablesDominik Stadler2017-09-161-3/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-164-4/+4
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-93/+30
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-172-3/+3
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-091-0/+13
* sonar fixesAndreas Beeker2016-07-011-1/+1
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* findbugs fixesAndreas Beeker2016-03-161-2/+3
* More helpful exception message if POIFS is given a raw XML file (eg an Office...Nick Burch2016-03-091-0/+9
* #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-112-2/+10
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-1/+1
* sonar fixesAndreas Beeker2015-10-041-4/+6
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-282-9/+6
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-11/+2
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-151-1/+1
* Helper method to report the number of blocks used in a BATNick Burch2015-07-061-2/+15
* Fix OPOIFS generics warningsNick Burch2015-07-023-27/+19
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ...Nick Burch2015-06-281-15/+59
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-2/+2
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-3/+3
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-301-7/+34
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-3/+3
* Make the exception a bit more explicit about what is wrongNick Burch2012-12-201-2/+3
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+0
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-6/+5
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-293-39/+29
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-23/+25
* Add NPOIFS high level Document implementationNick Burch2010-12-281-0/+6
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-283-4/+54
* Start to support the MiniStream, by extracting out the BlockStore superclass ...Nick Burch2010-12-271-3/+18
* Fix warnings, typos etcNick Burch2010-12-231-2/+1
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-231-2/+31
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-3/+67
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-191-1/+1
* Make BATBlock useful for read (was previously write only)Nick Burch2010-12-192-42/+113
* Move more of the logic from HeaderBlockWriter to HeaderBlockNick Burch2010-12-192-102/+91
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-191-36/+117
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-25/+43
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+2
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-051-4/+11
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2515-129/+187
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-136-15/+88