index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
poi
/
poifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add back some new code
PJ Fanning
2021-03-15
1
-0
/
+45
*
revert recent changes
PJ Fanning
2021-03-15
1
-68
/
+30
*
[bug-65184] revert due to integration test failures
PJ Fanning
2021-03-14
1
-15
/
+11
*
reformat file
PJ Fanning
2021-03-14
1
-203
/
+203
*
[bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits
PJ Fanning
2021-03-14
2
-21
/
+63
*
[bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits
PJ Fanning
2021-03-13
1
-153
/
+151
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
7
-38
/
+37
*
Sonar fixes
Andreas Beeker
2021-01-17
4
-15
/
+14
*
Include file-name in EmptyFileException
Dominik Stadler
2021-01-06
1
-4
/
+1
*
Sonar fixes
Andreas Beeker
2020-12-26
5
-28
/
+26
*
#65026 - Migrate tests to Junit 5
Andreas Beeker
2020-12-24
1
-1
/
+2
*
avoid string concats
PJ Fanning
2020-12-17
2
-2
/
+2
*
use less contentious language in code comments
PJ Fanning
2020-12-15
1
-1
/
+1
*
Fix file-handle-leaks when re-writing documents or slideshows
Dominik Stadler
2020-11-01
2
-14
/
+19
*
Sonar fixes - a few "Try-with-resources should be used"
Andreas Beeker
2020-10-24
2
-38
/
+30
*
Sonar fixes - a few "String literals should not be duplicated"
Andreas Beeker
2020-10-24
1
-1
/
+1
*
use the forbidden-apis policies corresponding to the JRE
Andreas Beeker
2020-08-15
3
-31
/
+21
*
also handle wrapped OOXML "Package" nodes inside of OLE2 containers
Andreas Beeker
2020-08-14
1
-3
/
+10
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
19
-47
/
+1960
*
64512 - Ole10Native aka embedded / object packager - handle UTF16 variants
Andreas Beeker
2020-06-11
5
-194
/
+269
*
[github-182] Fix root property size calculation. Thanks to netmackan. This cl...
PJ Fanning
2020-06-10
2
-2
/
+24
*
Fix some IDE warnings, make lock-objects final, use generics, remove unused a...
Dominik Stadler
2020-05-16
2
-29
/
+24
*
Bug 64322: Optimize performance of reading ole2 files
Dominik Stadler
2020-05-16
1
-2
/
+16
*
#64387 - Big POIFS stream result in OOM
Andreas Beeker
2020-04-28
5
-171
/
+195
*
Sonar fixes
Andreas Beeker
2020-04-19
1
-7
/
+7
*
Sonar fixes - Ignore System.out-calls and args checks in examples
Andreas Beeker
2020-04-18
1
-188
/
+62
*
Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...
Andreas Beeker
2020-04-16
3
-57
/
+47
*
#64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...
Andreas Beeker
2020-04-14
3
-67
/
+72
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-12
2
-2
/
+2
*
Sonar Fixes - "static" base class members should not be accessed via derived ...
Andreas Beeker
2020-04-02
1
-27
/
+28
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
1
-1
/
+1
*
replace some calls to Collection methods with shorter/more effective versions
Axel Howind
2020-02-20
3
-4
/
+4
*
Handle empty files correctly when looking for FileMagic to avoid NegativeArra...
Dominik Stadler
2020-01-27
1
-2
/
+5
*
BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSet
Tim Allison
2020-01-07
2
-7
/
+7
*
#64004 - Replace clone() with copy constructor - mainly HSSF classes
Andreas Beeker
2019-12-22
21
-264
/
+359
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
1
-4
/
+1
*
Sonar fixes - type: bugs / severity: major
Andreas Beeker
2019-12-08
5
-127
/
+120
*
Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"
Andreas Beeker
2019-12-01
2
-0
/
+2
*
Sonar fixes - use try-with-resources
Andreas Beeker
2019-11-30
5
-24
/
+21
*
Replace StringBuffer with StringBuilder
Andreas Beeker
2019-11-29
4
-5
/
+5
*
use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)
Axel Howind
2019-11-17
1
-4
/
+1
*
Bug 60656 - Emf image support in slideshows
Andreas Beeker
2019-11-08
1
-0
/
+2
*
#60656 - EMF image support in slideshows
Andreas Beeker
2019-11-01
1
-1
/
+10
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-09-11
5
-7
/
+102
*
fix result of multiplication cast to wider type
Alain Béarez
2019-05-21
1
-1
/
+5
*
fix potential input resource leaks (LGTM)
Alain Béarez
2019-05-21
1
-4
/
+6
*
FileMagic now has patterns with up to 12 bytes (JPG)
Dominik Stadler
2019-05-20
1
-4
/
+19
*
Bug 63431 -- unbug ChunkedCipherInputStream's read()
Tim Allison
2019-05-15
1
-2
/
+1
*
Bug 60656 - EMF image support in slideshows
Andreas Beeker
2019-05-04
1
-20
/
+26
*
some more checks for int overflows
PJ Fanning
2019-04-15
2
-2
/
+3
[next]