| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the SBAT/BAT cutoff constant to POIFSConstants | Nick Burch | 2010-12-27 | 1 | -1/+1 |
* | More NPOIFS tests | Nick Burch | 2010-12-27 | 1 | -4/+8 |
* | Start on PropertyTable support for NPOIFS, and more NPOIFS tests | Nick Burch | 2010-12-23 | 1 | -10/+12 |
* | Add NPOIFSFileSystem support for identifying free blocks, along with partial ... | Nick Burch | 2010-12-23 | 2 | -9/+85 |
* | More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of... | Nick Burch | 2010-12-23 | 2 | -5/+33 |
* | Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu... | Nick Burch | 2010-12-22 | 2 | -12/+212 |
* | More PropertyTable refactoring - pull common code out into a Base, so we can ... | Nick Burch | 2010-12-20 | 2 | -4/+6 |
* | POIFS Property refactoring ready for NIO support | Nick Burch | 2010-12-20 | 1 | -3/+1 |
* | Bit more on NPOIFSFileSystem, and some typo fixes in documentation | Nick Burch | 2010-12-19 | 1 | -4/+29 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 1 | -7/+45 |
* | Initial work on a NIO POIFSFileSystem. Currently is able to open the file and... | Nick Burch | 2010-12-19 | 1 | -0/+655 |
* | Move CloseIgnoringInputStream out to its own class, and add more helper methods | Nick Burch | 2010-12-19 | 1 | -17/+1 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 1 | -12/+12 |
* | Fix bug #50118 | Nick Burch | 2010-10-22 | 1 | -3/+13 |
* | Fix 1.6ism | Nick Burch | 2010-09-21 | 1 | -1/+4 |
* | Add license headers to Ole10Native-related classes | Maxim Valyanskiy | 2010-09-09 | 2 | -0/+34 |
* | Add code for reading Ole10Native data | Maxim Valyanskiy | 2010-09-09 | 2 | -0/+266 |
* | Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg | Nick Burch | 2010-08-04 | 1 | -0/+9 |
* | Add DISABLED test which shows the latest problem relating to bug #49139 | Nick Burch | 2010-05-03 | 1 | -1/+1 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 2 | -40/+89 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 1 | -15/+19 |
* | Start on major HSMF refactoring. Should compile, but not quite all tests pass... | Nick Burch | 2010-01-07 | 1 | -1/+8 |
* | Skip warnings we can't avoid | Nick Burch | 2010-01-07 | 1 | -2/+2 |
* | Add in a few bits of Generics to avoid warnings | Nick Burch | 2010-01-03 | 2 | -9/+10 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -38/+23 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -37/+31 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -52/+51 |
* | Fixed POIFSFileSystem to set CLSID of root when constructing instances from I... | Yegor Kozlov | 2009-04-20 | 1 | -0/+3 |
* | Fix bug #45290 - Support odd files where the POIFS header block comes after t... | Nick Burch | 2008-11-12 | 1 | -10/+18 |
* | Further simplification to RecordInputStream. Mostly regarding Strings, Conti... | Josh Micich | 2008-10-25 | 1 | -3/+5 |
* | Optimisation of RecordInputStream - removed intermediate 8K byte buffer. Exp... | Josh Micich | 2008-10-24 | 2 | -428/+353 |
* | Simplification and code clean-up | Josh Micich | 2008-10-24 | 1 | -598/+444 |
* | Switch to using our own logger, rather than the commons one | Nick Burch | 2008-04-14 | 1 | -4/+5 |
* | Improve how POIFS works with directory entries, and update HWPFDocument to su... | Nick Burch | 2008-04-10 | 2 | -10/+28 |
* | Make a start on handling different big block sizes in POIFS, but work isn't c... | Nick Burch | 2008-03-13 | 1 | -6/+20 |
* | Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ... | Nick Burch | 2008-02-21 | 1 | -16/+100 |
* | Tidy up the imports, remove accidental link to xmlbeans | Nick Burch | 2008-01-16 | 1 | -8/+10 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 1 | -0/+33 |
* | replace Jakarta POI --> Apache POI in package.html files | Yegor Kozlov | 2007-06-06 | 1 | -1/+1 |
* | Detect, and report a meaningful error, if we come across an Office 2007 XML d... | Nick Burch | 2007-04-23 | 1 | -0/+36 |
* | Add standard licence header for src/java directory | Mark Thomas | 2007-01-15 | 1 | -1/+18 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 15 | -75/+90 |
* | Just removed a bunch of unused imports etc. Reduces eclipse warnings | Jason Height | 2006-08-29 | 1 | -4/+0 |
* | - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a... | Rainer Klute | 2005-01-02 | 1 | -4/+2 |
* | Merged REL_2_BRANCH to head. | Glen Stampoultzis | 2004-08-23 | 1 | -4/+5 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 16 | -780/+226 |
* | More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How... | Rainer Klute | 2003-12-06 | 1 | -6/+4 |
* | getters and setters for ClassID - addendum to bug 22195, by Kirill Jacobson | Avik Sengupta | 2003-11-01 | 3 | -0/+40 |
* | Changed copyright from 2002 to 2003 | Glen Stampoultzis | 2003-04-30 | 15 | -15/+15 |