aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-960/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-4/+4
* Include file-name in EmptyFileExceptionDominik Stadler2021-01-061-4/+1
* Sonar fixesAndreas Beeker2020-12-261-0/+1
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-281-4/+10
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-201-1/+1
* fix result of multiplication cast to wider typeAlain Béarez2019-05-211-1/+5
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-2/+2
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-1/+3
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-131-5/+9
* adjust formattingPJ Fanning2019-04-131-415/+389
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-1/+1
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-54/+880
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-1/+1
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-9/+2
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-21/+0
* Reformat code slightlyDominik Stadler2017-08-011-9/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-2/+3
* Fix some Findbugs reportsDominik Stadler2016-12-311-14/+12
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-201-1/+18
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-201-0/+22
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-0/+17
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-261-3/+3
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-111-495/+9
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-8/+8
* Begin making NPOIFS the default #56791Nick Burch2015-05-111-0/+1
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-041-15/+20
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-20/+10
* More PropertyTable refactoring - pull common code out into a Base, so we can ...Nick Burch2010-12-201-1/+2
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-201-3/+1
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-191-17/+1
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-191-12/+12
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-251-9/+19
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-37/+31
* Fixed POIFSFileSystem to set CLSID of root when constructing instances from I...Yegor Kozlov2009-04-201-0/+3
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-121-10/+18
* 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-101-10/+3
* 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
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* getters and setters for ClassID - addendum to bug 22195, by Kirill JacobsonAvik Sengupta2003-11-011-0/+2
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* 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-151-1/+1
* Initial revisionAndrew C. Oliver2002-01-311-0/+519