| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with trunk for NPOIFSNIO_32_BRANCH | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | Port more NIO changes over from trunk | Nick Burch | 2011-01-05 | 2 | -17/+66 |
* | Backport the latest POIFS/NPOIFS code from trunk, along with Util to power it... | Nick Burch | 2010-12-30 | 52 | -2392/+5639 |
* | utility to dump POIFS into filesystem | Yegor Kozlov | 2008-08-29 | 1 | -0/+74 |
* | Few little tweaks to dev helpers | Nick Burch | 2008-08-17 | 1 | -8/+25 |
* | Fix bug 44898 - Correctly handle short last blocks in POIFS | Nick Burch | 2008-05-20 | 2 | -11/+22 |
* | Add disabled test for bug #44898, and slightly improve a few poifs related er... | Nick Burch | 2008-05-06 | 2 | -3/+5 |
* | Switch to using our own logger, rather than the commons one | Nick Burch | 2008-04-14 | 1 | -4/+5 |
* | Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and... | Nick Burch | 2008-04-11 | 1 | -0/+81 |
* | 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 | 5 | -27/+73 |
* | Change the behaviour on short last blocks to be a warning not an exception, a... | Nick Burch | 2008-03-06 | 1 | -3/+9 |
* | 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 | 3 | -2/+41 |
* | Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ... | Nick Burch | 2008-01-09 | 1 | -19/+27 |
* | SBAT fix from bug #11744 | Nick Burch | 2007-12-04 | 1 | -0/+3 |
* | replace Jakarta POI --> Apache POI in package.html files | Yegor Kozlov | 2007-06-06 | 7 | -7/+7 |
* | Detect, and report a meaningful error, if we come across an Office 2007 XML d... | Nick Burch | 2007-04-23 | 2 | -0/+44 |
* | Add standard licence header for src/java directory | Mark Thomas | 2007-01-15 | 7 | -7/+126 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 51 | -255/+306 |
* | When sorting the contents of a directory, do so in a way that doesn't upset E... | Nick Burch | 2006-12-12 | 1 | -3/+30 |
* | Just removed a bunch of unused imports etc. Reduces eclipse warnings | Jason Height | 2006-08-29 | 2 | -5/+0 |
* | Bug 17890: Corrected exception text for zero byte file. | Jason Height | 2006-07-25 | 2 | -0/+7 |
* | - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a... | Rainer Klute | 2005-01-02 | 4 | -12/+2 |
* | Merged REL_2_BRANCH to head. | Glen Stampoultzis | 2004-08-23 | 4 | -4/+8 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 58 | -2652/+773 |
* | More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How... | Rainer Klute | 2003-12-06 | 3 | -12/+4 |
* | Javadoc references to empty packages are not possible. I removed them. | Rainer Klute | 2003-12-05 | 3 | -3/+0 |
* | getters and setters for ClassID - addendum to bug 22195, by Kirill Jacobson | Avik Sengupta | 2003-11-01 | 3 | -0/+40 |
* | bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verify | Avik Sengupta | 2003-10-31 | 1 | -1/+34 |
* | Slow input stream patch, bug 13478 | Avik Sengupta | 2003-07-31 | 3 | -3/+6 |
* | Changed copyright from 2002 to 2003 | Glen Stampoultzis | 2003-04-30 | 51 | -51/+51 |
* | vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi... | Andrew C. Oliver | 2002-09-16 | 4 | -10/+40 |
* | First HPSF test cases added. | Rainer Klute | 2002-07-22 | 1 | -4/+0 |
* | Oh, well... | Rainer Klute | 2002-03-15 | 1 | -3/+2 |
* | *** empty log message *** | Rainer Klute | 2002-03-15 | 1 | -71/+0 |
* | Renamed from PoiFSConstants | Rainer Klute | 2002-03-15 | 1 | -0/+70 |
* | Applied patches from Loiec Lefeavre | Andrew C. Oliver | 2002-03-15 | 16 | -64/+64 |
* | added javadoc package descripts | Andrew C. Oliver | 2002-03-10 | 1 | -0/+20 |
* | javadoc package descriptions | Andrew C. Oliver | 2002-03-10 | 2 | -0/+39 |
* | oops wrong package in the see | Andrew C. Oliver | 2002-03-10 | 1 | -1/+1 |
* | packge docs | Andrew C. Oliver | 2002-03-10 | 1 | -0/+19 |
* | added package doc | Andrew C. Oliver | 2002-03-10 | 1 | -0/+21 |
* | added package descriptions | Andrew C. Oliver | 2002-03-10 | 1 | -0/+19 |
* | javadoc pacakge file | Andrew C. Oliver | 2002-03-10 | 1 | -0/+21 |
* | fix bug in read() method | Mark Johnson | 2002-02-20 | 1 | -1/+1 |
* | Initial revision | Andrew C. Oliver | 2002-01-31 | 51 | -0/+10351 |