aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
Commit message (Expand)AuthorAgeFilesLines
...
* Start on PropertyTable support for NPOIFS, and more NPOIFS testsNick Burch2010-12-232-10/+140
* Output the correct header valueNick Burch2010-12-231-1/+1
* Fix warnings, typos etcNick Burch2010-12-232-5/+5
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-233-11/+116
* More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of...Nick Burch2010-12-232-5/+33
* Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu...Nick Burch2010-12-222-12/+212
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-3/+67
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-204-112/+170
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-205-57/+53
* Bit more on NPOIFSFileSystem, and some typo fixes in documentationNick Burch2010-12-193-6/+31
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-194-17/+64
* Initial work on a NIO POIFSFileSystem. Currently is able to open the file and...Nick Burch2010-12-191-0/+655
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-193-20/+7
* Make BATBlock useful for read (was previously write only)Nick Burch2010-12-192-42/+113
* Move more of the logic from HeaderBlockWriter to HeaderBlockNick Burch2010-12-192-102/+91
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-194-87/+162
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-192-9/+32
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-184-25/+205
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* Fix bug #50118Nick Burch2010-10-221-3/+13
* Fix 1.6ismNick Burch2010-09-211-1/+4
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-092-0/+34
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-092-0/+266
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-0/+9
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+2
* Fix bug #49378 - correct 1.6ismNick Burch2010-06-031-11/+27
* Fix 1.6ismNick Burch2010-06-031-1/+9
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-274-0/+359
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-053-4/+19
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-031-1/+1
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2522-184/+518
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-137-16/+100
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-191-15/+19
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-071-1/+8
* Skip warnings we can't avoidNick Burch2010-01-072-4/+4
* Add in a few bits of Generics to avoid warningsNick Burch2010-01-032-9/+10
* 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-138-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-182-66/+32
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-37/+31
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-111/+68
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1811-301/+116
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-74/+74
* Fixed POIFSFileSystem to set CLSID of root when constructing instances from I...Yegor Kozlov2009-04-201-0/+3
* 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-127-27/+55
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-265-1121/+1006
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-291-0/+74