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.github.spotbugs-6.1.0
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
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.mockito-mockito-core-5.15.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
/
crypt
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
50
-7539
/
+0
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
2
-9
/
+9
*
Sonar fixes
Andreas Beeker
2021-01-17
1
-2
/
+2
*
Sonar fixes
Andreas Beeker
2020-12-26
2
-1
/
+2
*
avoid string concats
PJ Fanning
2020-12-17
2
-2
/
+2
*
Sonar fixes - a few "Try-with-resources should be used"
Andreas Beeker
2020-10-24
1
-9
/
+7
*
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
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
19
-47
/
+1960
*
Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...
Andreas Beeker
2020-04-16
1
-2
/
+1
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-12
2
-2
/
+2
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
1
-1
/
+1
*
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
4
-108
/
+107
*
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
2
-2
/
+2
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-09-11
5
-7
/
+102
*
Bug 63431 -- unbug ChunkedCipherInputStream's read()
Tim Allison
2019-05-15
1
-2
/
+1
*
Code-style: Unify how arrays are specified from C-style to normal Java-style
Dominik Stadler
2018-12-25
21
-144
/
+144
*
#62994 - IBM JCE workarounds
Andreas Beeker
2018-12-09
2
-2
/
+32
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
6
-74
/
+26
*
#62649 - Remove OPOIFS
Andreas Beeker
2018-08-26
5
-70
/
+49
*
#62564 - replace Thread.currentThread().getContextClassLoader() with getClass...
Andreas Beeker
2018-07-24
2
-2
/
+2
*
sonar fixes - null dereference
Andreas Beeker
2018-05-21
2
-5
/
+13
*
#59893 - Forbid calls to InputStream.available
Andreas Beeker
2018-04-27
1
-9
/
+5
*
#62159 - Support XML signature over windows certificate store
Andreas Beeker
2018-03-06
1
-18
/
+35
*
use StandardCharsets
PJ Fanning
2017-12-19
1
-3
/
+3
*
cleanup for r1812476: avoid NPEs from string.isEmpty()
Javen O'Neal
2017-10-18
1
-0
/
+8
*
replace "".equals(string) with string.isEmpty() to avoid null strings silentl...
Javen O'Neal
2017-10-18
2
-3
/
+3
*
Bug 61349 -- add more sanity checks when allocating byte[]
Tim Allison
2017-09-21
4
-6
/
+24
*
Remove unnecessary local variables
Dominik Stadler
2017-09-16
5
-10
/
+5
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
5
-12
/
+12
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-15
1
-17
/
+0
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-15
1
-10
/
+1
*
javadoc: replace invalid self enclosing elements
PJ Fanning
2017-07-17
1
-3
/
+3
*
some javadoc fixes
PJ Fanning
2017-07-15
1
-2
/
+2
*
#61162 - En-/decryption support for HWPF
Andreas Beeker
2017-06-14
2
-29
/
+16
*
#61162 - En-/decryption support for HWPF
Andreas Beeker
2017-06-06
2
-4
/
+15
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-04-17
2
-2
/
+2
*
bug 59893: fix a few forgotten unrelated changes
Javen O'Neal
2017-02-17
1
-2
/
+2
*
bug 59893: commit the changes from attachment 34068 that were unrelated to av...
Javen O'Neal
2017-02-17
2
-5
/
+11
*
Convert all *.java files to use native end of line character(s)
Javen O'Neal
2017-02-08
25
-3679
/
+3679
*
SonarQube fixes
Andreas Beeker
2017-01-06
2
-2
/
+2
*
SonarQube fixes
Andreas Beeker
2017-01-05
1
-9
/
+19
*
SonarQube fixes
Andreas Beeker
2017-01-04
2
-31
/
+40
*
Sonarqube fixes - Cast one of the operands of this multiplication operation t...
Andreas Beeker
2017-01-01
1
-1
/
+1
*
Ensure streams are closed always, reformat code somewhat
Dominik Stadler
2016-12-30
2
-10
/
+15
[next]