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.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
/
filesystem
/
Ole10Native.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
1
-494
/
+0
*
64512 - Ole10Native aka embedded / object packager - handle UTF16 variants
Andreas Beeker
2020-06-11
1
-154
/
+218
*
Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...
Andreas Beeker
2020-04-16
1
-42
/
+40
*
Sonar fixes - use try-with-resources
Andreas Beeker
2019-11-30
1
-7
/
+5
*
Code-style: Unify how arrays are specified from C-style to normal Java-style
Dominik Stadler
2018-12-25
1
-1
/
+1
*
#61941 - Move Ole marker generation to Ole10Native
Andreas Beeker
2017-12-31
1
-2
/
+31
*
Bug 61349 -- add more sanity checks when allocating byte[]
Tim Allison
2017-09-21
1
-3
/
+7
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
1
-2
/
+2
*
Convert all *.java files to use native end of line character(s)
Javen O'Neal
2017-02-08
1
-401
/
+401
*
add length sanity check for length of embedded OLE10Native (BUG 60256)
Tim Allison
2016-10-14
1
-1
/
+4
*
sonar fixes
Andreas Beeker
2016-07-01
1
-1
/
+1
*
bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF
Javen O'Neal
2016-06-18
1
-14
/
+0
*
Code cleanup via IntelliJ: Remove unnecessary semicolon
Dominik Stadler
2016-04-06
1
-71
/
+71
*
FindBugs fix
Andreas Beeker
2014-02-16
1
-1
/
+2
*
Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...
Andreas Beeker
2014-02-01
1
-327
/
+363
*
Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF
Yegor Kozlov
2013-10-13
1
-118
/
+199
*
optimized unused imports and removed deprecation warnings in poi-main
Yegor Kozlov
2012-03-05
1
-1
/
+1
*
fixed javadoc warnings
Yegor Kozlov
2011-12-09
1
-1
/
+1
*
Allow Ole10Native to be created from a DirectoryNode, not only a a POIFS
Nick Burch
2011-10-15
1
-18
/
+33
*
Fix 1.6ism
Nick Burch
2010-09-21
1
-1
/
+4
*
Add license headers to Ole10Native-related classes
Maxim Valyanskiy
2010-09-09
1
-0
/
+17
*
Add code for reading Ole10Native data
Maxim Valyanskiy
2010-09-09
1
-0
/
+259