aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java
Commit message (Expand)AuthorAgeFilesLines
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-13/+13
* Remove some remnants of NFileSystemDominik Stadler2019-02-231-11/+0
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-0/+9
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-9/+9
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-114/+27
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-8/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-3/+3
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-2/+2
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-211-0/+32
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-261-3/+6
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-3/+3
* Begin making NPOIFS the default #56791Nick Burch2015-05-111-9/+16
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-251-7/+11
* Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi...Nick Burch2014-04-251-0/+15
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-1/+5
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-3/+2
* Re-use functionality from HSSFWorkbook in dev-tools to find theDominik Stadler2013-10-271-15/+12
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-091-16/+21
* cleaned javadocs warningsYegor Kozlov2011-06-061-1/+1
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-041-1/+5
* Fix up constructor to ensure that the filesystem objects are around when we n...Nick Burch2011-03-251-5/+8
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-291-14/+3
* Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use...Nick Burch2010-12-291-4/+35
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-2/+1
* Add NPOIFS high level Document implementationNick Burch2010-12-281-7/+23
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-281-14/+65
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-0/+9
* 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-071-2/+2
* Add in a few bits of Generics to avoid warningsNick Burch2010-01-031-8/+9
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-101-0/+25
* 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/+21
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Initial revisionAndrew C. Oliver2002-01-311-0/+446