| Commit message (Expand) | Author | Age | Files | Lines |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 2 | -2/+2 |
* | Sonar fixes | Andreas Beeker | 2021-01-08 | 2 | -8/+8 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 3 | -52/+10 |
* | [github-182] Fix root property size calculation. Thanks to netmackan. This cl... | PJ Fanning | 2020-06-10 | 1 | -186/+247 |
* | Sonar fixes | Andreas Beeker | 2020-04-19 | 1 | -46/+3 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 1 | -5/+4 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 1 | -4/+6 |
* | Remove references to DatatypeConverter | Andreas Beeker | 2019-10-25 | 1 | -4/+3 |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 11 | -2034/+30 |
* | #62649 - Remove OPOIFS | Andreas Beeker | 2018-08-26 | 6 | -883/+35 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 6 | -7/+7 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 2 | -4/+4 |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 1 | -0/+33 |
* | Eclipse automated refactor/cleanup: add final modifier to private fields to u... | Javen O'Neal | 2016-10-20 | 2 | -4/+4 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-20 | 1 | -3/+2 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 4 | -20/+15 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 3 | -3/+11 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 2 | -103/+111 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 3 | -47/+44 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 1 | -3/+1 |
* | Try to make Sonar builds run again: add missing dependency, add ooxml-schema-... | Dominik Stadler | 2015-08-16 | 2 | -19/+1 |
* | Helper method to report the number of blocks used in a BAT | Nick Burch | 2015-07-06 | 1 | -0/+54 |
* | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 1 | -17/+14 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -14/+14 |
* | Fix usage of Generics in some classes | Dominik Stadler | 2015-04-20 | 1 | -1/+1 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 1 | -2/+12 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 2 | -21/+18 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 1 | -16/+16 |
* | More BATBlock related methods for identifying size and list offsets, plus tests | Nick Burch | 2010-12-22 | 1 | -0/+174 |
* | More PropertyTable refactoring - pull common code out into a Base, so we can ... | Nick Burch | 2010-12-20 | 1 | -1/+3 |
* | POIFS Property refactoring ready for NIO support | Nick Burch | 2010-12-20 | 1 | -1/+5 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 4 | -12/+16 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 13 | -67/+89 |
* | Lots more documentation on how we read in POIFS files and process the sectors... | Nick Burch | 2010-04-13 | 1 | -0/+4 |
* | Added missing license headers to 5 files. Removed dist target from howtobuild... | Dave Fisher | 2009-12-13 | 1 | -0/+16 |
* | Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra... | Josh Micich | 2009-11-03 | 1 | -0/+45 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 2 | -38/+22 |
* | Clean-up in POIFS unit tests - compacted raw data declaration | Josh Micich | 2009-06-13 | 5 | -4414/+918 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 12 | -848/+305 |
* | set forkmode=once for junit tests, it made the build process faster by 5x | Yegor Kozlov | 2009-04-10 | 2 | -11/+14 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 1 | -1/+1 |
* | Fix bug #45290 - Support odd files where the POIFS header block comes after t... | Nick Burch | 2008-11-12 | 2 | -2/+2 |
* | Optimisation of RecordInputStream - removed intermediate 8K byte buffer. Exp... | Josh Micich | 2008-10-24 | 2 | -165/+13 |
* | Fixed test suite name | Josh Micich | 2008-10-24 | 1 | -18/+18 |
* | Update a test to match the new warning on short files | Nick Burch | 2008-05-07 | 1 | -1/+1 |
* | Fix bug #44627 - improve the thread safety of POILogFactory | Nick Burch | 2008-03-19 | 2 | -17/+16 |
* | Make a start on handling different big block sizes in POIFS, but work isn't c... | Nick Burch | 2008-03-13 | 3 | -5/+9 |
* | Change the behaviour on short last blocks to be a warning not an exception, a... | Nick Burch | 2008-03-06 | 2 | -31/+88 |