aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-032-91/+93
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-28/+9
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-187-131/+28
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-4/+10
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-242-0/+12
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-291-164/+171
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-124-12/+32
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-263-97/+209
* More helpful error messages when you try to give POIFS an OOXML fileNick Burch2008-07-311-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-202-11/+22
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-162-3/+5
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-292-20/+48
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-081-3/+9
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-2/+5
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-091-19/+27
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+3
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-231-0/+8
* Add standard licence header for src/java directoryMark Thomas2007-01-151-1/+18
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2219-95/+114
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-291-1/+0
* Bug 17890: Corrected exception text for zero byte file.Jason Height2006-07-252-0/+7
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-021-3/+0
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-0/+1
* New licence changes.Glen Stampoultzis2004-04-0920-988/+286
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How...Rainer Klute2003-12-062-6/+0
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-051-1/+0
* Slow input stream patch, bug 13478Avik Sengupta2003-07-313-3/+6
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-3019-19/+19
* vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi...Andrew C. Oliver2002-09-163-10/+37
* Applied patches from Loiec LefeavreAndrew C. Oliver2002-03-1510-47/+47
* added package docAndrew C. Oliver2002-03-101-0/+21
* Initial revisionAndrew C. Oliver2002-01-3119-0/+3317