aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-121-10/+18
* Further simplification to RecordInputStream. Mostly regarding Strings, Conti...Josh Micich2008-10-251-3/+5
* Optimisation of RecordInputStream - removed intermediate 8K byte buffer. Exp...Josh Micich2008-10-242-428/+353
* Simplification and code clean-upJosh Micich2008-10-241-598/+444
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-141-4/+5
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-102-10/+28
* Make a start on handling different big block sizes in POIFS, but work isn't c...Nick Burch2008-03-131-6/+20
* Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ...Nick Burch2008-02-211-16/+100
* Tidy up the imports, remove accidental link to xmlbeansNick Burch2008-01-161-8/+10
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-0/+33
* 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/+36
* 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-2215-75/+90
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-291-4/+0
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-021-4/+2
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-4/+5
* New licence changes.Glen Stampoultzis2004-04-0916-780/+226
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How...Rainer Klute2003-12-061-6/+4
* getters and setters for ClassID - addendum to bug 22195, by Kirill JacobsonAvik Sengupta2003-11-013-0/+40
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-3015-15/+15
* vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi...Andrew C. Oliver2002-09-161-0/+3
* Applied patches from Loiec LefeavreAndrew C. Oliver2002-03-152-5/+5
* packge docsAndrew C. Oliver2002-03-101-0/+19
* fix bug in read() methodMark Johnson2002-02-201-1/+1
* Initial revisionAndrew C. Oliver2002-01-3115-0/+3901