aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-114-13/+18
* Add checks for invalid row number in RowRecord to find corrupted files earlierDominik Stadler2015-05-111-0/+6
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-17/+9
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1134-150/+220
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-112-496/+10
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1115-92/+80
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1110-64/+89
* Add a deep re-write NPOIFS testNick Burch2015-05-111-3/+33
* Correct zero byte entry support in NPOIFSNick Burch2015-05-112-3/+6
* Disabled NPOIFS unit test - problem with 0 length entries discovered working ...Nick Burch2015-05-111-0/+61
* More NPOIFS ministore testsNick Burch2015-05-111-0/+48
* Add a (disabled) failing unit test on heavily nested NPOIFS copies, found wor...Nick Burch2015-05-111-4/+50
* #56791 Remove long-deprecated OPOIFS related methodsNick Burch2015-05-111-51/+0
* #56791 Default to NPOIFSNick Burch2015-05-111-1/+1
* Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
* external unpinningAndreas Beeker2015-05-090-0/+0
* external pinning for 3.12 (RC3)Andreas Beeker2015-05-090-0/+0
* #57907 Fix DOAP syntax, and add missing final releasesNick Burch2015-05-081-0/+27
* Make source-build from a fresh repository work, compile-lib was not created.Dominik Stadler2015-05-081-0/+1
* Refactor common default styles code to use the new helpersNick Burch2015-05-071-52/+17
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-074-26/+65
* Fix inconsistent whitespace/indentsNick Burch2015-05-072-276/+275
* Start on XWPFStyles support for document default stylesNick Burch2015-05-075-13/+105
* Begin on test for going from xwpf text to styleNick Burch2015-05-072-4/+55
* Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributesAndreas Beeker2015-05-061-2/+2
* unpin documentationAndreas Beeker2015-05-060-0/+0
* tag 1678083 as 3.12-finalAndreas Beeker2015-05-060-0/+0
* Try to fix flaky test by waiting for a switch of the second to ensure that we...Dominik Stadler2015-05-061-1/+17
* OOM fix for gump runAndreas Beeker2015-05-051-1/+13
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-053-3/+121
* removed because of late TIKA-1315 fixAndreas Beeker2015-05-040-0/+0
* Release preparationAndreas Beeker2015-05-040-0/+0
* Release preparationAndreas Beeker2015-05-041-2/+2
* javadoc fix ... trying to get rid of the "Error fetching URL" warningAndreas Beeker2015-05-041-1/+1
* Fix inconsistent whitespaceNick Burch2015-05-041-127/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-045-17/+93
* New EmptyFileException, and fix serial warningNick Burch2015-05-042-1/+30
* Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPack...Nick Burch2015-05-034-24/+153
* Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format sup...Nick Burch2015-05-034-0/+64
* Ensure consistent ordering when writing out formats following changes in r167...Nick Burch2015-05-031-4/+6
* Fix inconsistent indentsNick Burch2015-05-031-448/+447
* Somewhat speed up creating data formats with large counts, and add maximum fo...Nick Burch2015-05-031-14/+24
* Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved...Dominik Stadler2015-04-302-2/+167
* Remove Eclipse warnings in testsDominik Stadler2015-04-302-19/+25
* Adjust test to handle a file correctly which works for normal handling but fa...Dominik Stadler2015-04-301-2/+3
* Skip the new password protected file, and re-org a little bit some other fail...Nick Burch2015-04-291-2/+5
* Allow WorkbookFactory.create to open xlsx files protected with the default pa...Nick Burch2015-04-292-32/+49
* #57593 Complete create overloading in WorkbookFactory to take passwordsNick Burch2015-04-292-6/+77
* Fix inconsistent indentsNick Burch2015-04-291-103/+103
* #57593 Begin adding overloaded WorkbookFactory.create methods which take the ...Nick Burch2015-04-292-2/+149