15 Commits (a881c381db69aeb4cf8622c57dfff247fc084c60)

Author SHA1 Message Date
  Andreas Beeker a881c381db #65908 - XAdES-XL modifications due to specification check errors 2 years ago
  PJ Fanning b7c2cabf3f change error message to suggest large files will need overrides 2 years ago
  PJ Fanning 82f29944d3 add extra max size config 2 years ago
  PJ Fanning 699d71e524 add extra max size config 2 years ago
  PJ Fanning 0482dc61e1 revert IOUtils change 2 years ago
  PJ Fanning a02df8a2c8 [bug-65639] take BYTE_ARRAY_MAX_OVERRIDE into account in IOUtils#toByteArray 2 years ago
  PJ Fanning 8e9496a475 [bug-65639] take BYTE_ARRAY_MAX_OVERRIDE into account in IOUtils#toByteArray 2 years ago
  PJ Fanning 220fabc7ae javadoc 2 years ago
  Dominik Stadler 3ef9605d29 Fix issues found when fuzzing Apache POI via Jazzer 2 years ago
  Andreas Beeker f71cebcce5 sonar fixes 2 years ago
  Andreas Beeker 0614835c55 #65304 - Add commons-io as a dependency 3 years ago
  Dominik Stadler 0484610a9c Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolation 3 years ago
  Andreas Beeker bb5d321b79 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) 3 years ago
  Andreas Beeker 382714eccd :poi - fix javadocs - link to dependent/external project javadocs 3 years ago
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 years ago
  Dominik Stadler 82bf04669f Enhance javadoc and coverage for IOUtils 3 years ago
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging 3 years ago
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 years ago
  Dominik Stadler c1397afbf3 Slightly adjust error message if requested allocations are too big 3 years ago
  Andreas Beeker d121353f61 Sonar fixes 3 years ago
  PJ Fanning 0e0d1d56da avoid string concats 3 years ago
  PJ Fanning 78596d7891 remove more deprecated code 3 years ago
  Tim Allison f28dc4d0ad improve memory safety in HWPFDocumentCore 4 years ago
  Andreas Beeker 7daeb4278c Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyClone 4 years ago
  Dominik Stadler befd31663f Bug 63569: Adjust handling of check for max allocation of byte array 4 years ago
  Andreas Beeker 34fc1a45fe Bug 60656 - Emf image support in slideshows 4 years ago
  Dominik Stadler c218c3cbc4 Add some simple coverage of HSLF-Dev-Tools 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Tim Allison f695914e89 bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity checks. 5 years ago
  Andreas Beeker 33a4b2f3fb Buffered LittleEndianInputStream 5 years ago
  Dominik Stadler c383144c39 Adjust comments and IDE warnings, duplicate code reduction 6 years ago
  Andreas Beeker 1e5697909e add additional exception info to failing IOUtils.toByteArray 6 years ago
  Andreas Beeker f94245e9d8 #59893 - Forbid calls to InputStream.available 6 years ago
  Dominik Stadler 62c8296c70 Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat 6 years ago
  Dominik Stadler 4ac6800974 Fix some IntelliJ warnings 6 years ago
  Tim Allison 53b55eb4c3 Bug 61349 -- add more sanity checks when allocating byte[] 6 years ago
  Dominik Stadler ade4aec2dd Fix some warnings in OOXMLLite and move copyFile to IOUtils 6 years ago
  Dominik Stadler ec42ec1053 Some more code cleanup 6 years ago
  Dominik Stadler a1eccf570b Java 8: Deprecate some methods in IOUtils 6 years ago
  Dominik Stadler df06e47470 Verify that bug 61294 is fixed now, add some more coverage for IOUtils in general 6 years ago
  Tim Allison a9c4072071 61346 add more sanity checks before allocating byte arrays in emf/wmf 6 years ago
  Tim Allison d320b2ea4a bug 61300 -- prevent really long (infinite?) loop on corrupt file 7 years ago
  Tim Allison 1a8b5234ec bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/paste from commons-io. 7 years ago
  Tim Allison 34cb860998 bug 61294 -- prevent infinite loop in IOUtils' skipFully. 7 years ago
  Javen O'Neal 5c2267081d replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") 7 years ago
  Nick Burch 065888c921 Javadoc fix 7 years ago
  Javen O'Neal 8358a80a14 bug 57919: close opened resources 7 years ago
  Javen O'Neal b761cbb7b9 bug 57919: add functions to write and close a POIDocument, guaranteeing closure of the output stream and document. 7 years ago
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability 7 years ago