aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-131-0/+16
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-17/+14
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-031-0/+45
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-135-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2313-6/+5
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-183-50/+32
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1225-1620/+491
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-102-11/+14
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-1/+1
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-191-1/+18
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-122-2/+2
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-264-269/+47
* More helpful error messages when you try to give POIFS an OOXML fileNick Burch2008-07-311-1/+2
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-164-1/+38
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1110-0/+0
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-073-82/+64
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-292-17/+16
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-294-6/+11
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-0812-34/+385
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-0/+22
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-091-0/+113
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+25
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-231-0/+50
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-221-5/+6
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-221-152/+152
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2234-170/+204
* When sorting the contents of a directory, do so in a way that doesn't upset E...Nick Burch2006-12-121-0/+152
* - Superflous statements removed.Rainer Klute2005-04-221-4/+0
* - Forgot the copyright. Here it is.Rainer Klute2004-12-281-1/+17
* - Test case for empty documents added.Rainer Klute2004-12-281-0/+130
* New licence changes.Glen Stampoultzis2004-04-0933-1716/+495
* bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verifyAvik Sengupta2003-10-312-2/+6
* Slow input stream patch, bug 13478Avik Sengupta2003-07-312-1/+77
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-3032-32/+32
* vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi...Andrew C. Oliver2002-09-161-6/+6
* Applied patches from Loiec LefeavreAndrew C. Oliver2002-03-154-8/+8
* fix bug in read() methodMark Johnson2002-02-201-1/+3
* Initial revisionAndrew C. Oliver2002-01-3132-0/+16375