| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+2 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -6/+6 |
* | Move test-case to location where the scratchpad-classes are available | Dominik Stadler | 2015-02-27 | 1 | -22/+0 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -54/+111 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 4 | -39/+42 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -0/+11 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 2 | -7/+7 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 1 | -173/+186 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 2 | -16/+41 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 2 | -4/+0 |
* | junit4 fix | Andreas Beeker | 2014-04-26 | 1 | -15/+14 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 1 | -4/+49 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 1 | -37/+85 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 1 | -2/+1 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 1 | -2/+134 |
* | Zero length code page fix has been committed, so this file can once again be ... | Nick Burch | 2014-02-20 | 1 | -3/+1 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 1 | -0/+23 |
* | Fix unit tests broken by newly added test-file, ignore TestFontRendering as i... | Dominik Stadler | 2014-02-16 | 3 | -228/+174 |
* | Fix unit test which failed after new corrupted file was added. | Dominik Stadler | 2014-02-16 | 1 | -17/+30 |
* | Deprecate the old HPSF codepage Constants list, and change the code to use th... | Nick Burch | 2013-06-26 | 3 | -18/+13 |
* | Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ... | Nick Burch | 2013-06-26 | 1 | -1/+13 |
* | Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig... | Nick Burch | 2013-06-25 | 1 | -0/+35 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -17/+0 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 1 | -0/+88 |
* | replace exception with warning | Sergey Vladimirov | 2011-10-29 | 1 | -10/+3 |
* | Improve HPSF test failure message | Nick Burch | 2011-10-15 | 1 | -1/+7 |
* | update testSectionMethods() test (due to padding) | Sergey Vladimirov | 2011-10-02 | 1 | -3/+2 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -2/+2 |
* | Add test which shows that bug #48832 is invalid | Nick Burch | 2010-05-26 | 2 | -0/+112 |
* | avoid creating unnecessary temp files, tighten up usage of temp files in unit... | Yegor Kozlov | 2010-01-14 | 1 | -2/+3 |
* | Remove some generics warnings from the HPSF custom properties and sections parts | Nick Burch | 2010-01-13 | 1 | -0/+17 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 2 | -21/+10 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 4 | -812/+703 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 22 | -47/+48 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 1 | -8/+8 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 1 | -1/+0 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 1 | -0/+10 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -34/+39 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 3 | -129/+26 |
* | removed '@version $Id:$' tags (all were in javadoc comments) | Josh Micich | 2009-06-01 | 10 | -176/+8 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 2 | -20/+19 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 2 | -20/+20 |
* | Fix a typo in the file name, and add a generic method to POITextExtractor to ... | Nick Burch | 2008-08-12 | 1 | -7/+7 |
* | New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra... | Nick Burch | 2008-08-12 | 1 | -0/+115 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 1 | -0/+0 |
* | Patch from Josh from bug #44437 - improved unit test for poifs | Nick Burch | 2008-02-21 | 1 | -0/+39 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 4 | -79/+110 |
* | Add (disabled) failing testcase for bug #44375 | Nick Burch | 2008-02-07 | 2 | -0/+38 |