| Commit message (Expand) | Author | Age | Files | Lines |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 1 | -947/+0 |
* | Bug 61349 -- add more sanity checks when allocating byte[] | Tim Allison | 2017-09-21 | 1 | -2/+6 |
* | Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem | Dominik Stadler | 2017-09-17 | 1 | -84/+19 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -4/+4 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-09-16 | 1 | -3/+3 |
* | Update third party libs to latest versions | Dominik Stadler | 2017-09-15 | 1 | -13/+5 |
* | #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes | Andreas Beeker | 2017-08-11 | 1 | -28/+21 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -1/+1 |
* | Sonarqube fixes - Cast one of the operands of this multiplication operation t... | Andreas Beeker | 2017-01-01 | 1 | -2/+2 |
* | Provide a createOrUpdateDocument method at the POIFS level, and use to simpli... | Nick Burch | 2016-07-21 | 1 | -2/+20 |
* | If doing an in-place write, update the properties too | Nick Burch | 2016-07-20 | 1 | -0/+2 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 1 | -0/+15 |
* | 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 | 1 | -3/+4 |
* | #58597: Remove setAccessible (more coming soon) | Uwe Schindler | 2015-11-11 | 1 | -0/+11 |
* | Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win... | Nick Burch | 2015-07-29 | 1 | -8/+9 |
* | Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader | Dominik Stadler | 2015-07-20 | 1 | -3/+7 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 1 | -3/+4 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 1 | -6/+7 |
* | Fix NPOIFS to handle dodgy excel-95 file from bug #46904 | Nick Burch | 2015-05-26 | 1 | -1/+1 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -0/+9 |
* | If an empty stream or file is given to WorkbookFactory.create, give a more in... | Nick Burch | 2015-05-04 | 1 | -1/+8 |
* | More from Daniel Bonniot from bug #56956 - Make the FileChannel default read-... | Nick Burch | 2014-09-11 | 1 | -3/+3 |
* | Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem constructo... | Nick Burch | 2014-09-11 | 1 | -2/+23 |
* | Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook | Dominik Stadler | 2014-07-02 | 1 | -1/+0 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 1 | -9/+12 |
* | Update the HPSF change properties example to use NPOIFS + in-place writes, an... | Nick Burch | 2014-04-28 | 1 | -0/+6 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 1 | -4/+5 |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 1 | -3/+14 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -0/+5 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -6/+14 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 1 | -3/+9 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 1 | -16/+16 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 1 | -12/+30 |
* | An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta... | Nick Burch | 2013-02-04 | 1 | -1/+7 |
* | bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT | Maxim Valyanskiy | 2012-01-30 | 1 | -1/+1 |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 1 | -10/+28 |
* | NPOIFS and OPC both support close(), so mark them as such | Nick Burch | 2011-05-06 | 1 | -1/+2 |
* | Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-... | Nick Burch | 2011-03-25 | 1 | -0/+3 |
* | In NPOIFS, close the file we opened in more exception cases | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -1/+1 |
* | Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ... | Nick Burch | 2010-12-31 | 1 | -15/+64 |
* | NPOIFS needs an explicit close, as it has to keep the File / buffer around to... | Nick Burch | 2010-12-30 | 1 | -1/+14 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 1 | -1/+5 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 1 | -41/+55 |
* | XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin... | Nick Burch | 2010-12-29 | 1 | -7/+17 |
* | Add NPOIFS high level Document implementation | Nick Burch | 2010-12-28 | 1 | -2/+2 |
* | Start on refactoring ready to support NPOIFS Directory/Document nodes | Nick Burch | 2010-12-28 | 1 | -11/+23 |
* | Partial NPOIFS write implementation, and tidy up of methods around this | Nick Burch | 2010-12-28 | 1 | -169/+51 |