aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/dev
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-276-558/+0
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-6/+5
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-292-3/+3
* fix potential input resource leaks (LGTM)Alain BĂ©arez2019-05-211-4/+6
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-252-2/+2
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-313-44/+29
* #62649 - Remove OPOIFSAndreas Beeker2018-08-262-202/+11
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-0/+2
* on Windows, a directory cannot contain a file and a directory with the same nameJaven O'Neal2016-10-191-1/+3
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
* DumpPOIFS: Create a separate named sub-directory for each file to not overwri...Dominik Stadler2016-03-291-17/+21
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-1/+1
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-1/+1
* findbugs fixes - RR_NOT_CHECKEDAndreas Beeker2016-03-211-3/+5
* Findbugs fixesDominik Stadler2016-03-121-8/+11
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-112-26/+5
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-26/+12
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-061-0/+1
* Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
* Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
* Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
* Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ...Nick Burch2015-06-281-6/+34
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-112-9/+6
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-5/+9
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-263-13/+16
* Allow POIFSLister to switch between the two different POIFS implementations w...Nick Burch2010-12-281-51/+66
* Output the correct header valueNick Burch2010-12-231-1/+1
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-201-4/+1
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-191-27/+21
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-051-0/+2
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-251-0/+159
* Skip warnings we can't avoidNick Burch2010-01-071-2/+2
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-132-0/+0
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-64/+55
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-74/+74
* utility to dump POIFS into filesystemYegor Kozlov2008-08-291-0/+74
* Few little tweaks to dev helpersNick Burch2008-08-171-8/+25
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-111-0/+81
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
* 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-223-15/+18
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-021-2/+0
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-0/+1
* New licence changes.Glen Stampoultzis2004-04-094-156/+46
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-051-1/+0
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-303-3/+3