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/bouncyCastleVersion-1.80
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.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
dependabot/gradle/com.github.spotbugs-6.1.3
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/commons-codec-commons-codec-1.18.0
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.pdfbox-pdfbox-3.0.4
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.cyclonedx.bom-2.0.0
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
/
nio
Commit message (
Expand
)
Author
Age
Files
Lines
*
sonar fixes - blocker
Andreas Beeker
2018-08-31
1
-3
/
+4
*
Bug 61349 -- add more sanity checks when allocating byte[]
Tim Allison
2017-09-21
1
-1
/
+7
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Add a possible future TODO
Nick Burch
2017-02-10
1
-0
/
+5
*
Adjust handling of ByteBuffer some more
Dominik Stadler
2016-09-20
1
-12
/
+11
*
POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer...
Tim Allison
2016-09-15
1
-3
/
+2
*
Sync the file-based "past-the-end" exception to match the stream one, so that...
Nick Burch
2016-07-20
1
-2
/
+2
*
sonar fixes
Andreas Beeker
2016-07-01
1
-1
/
+1
*
The changes for using AccessController/SecurityManager also added a log which...
Dominik Stadler
2016-06-01
1
-17
/
+22
*
Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapp...
Uwe Schindler
2015-11-09
1
-22
/
+25
*
Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...
Dominik Stadler
2015-10-14
1
-1
/
+49
*
The NPOIFS-classes result currently in left-over memory mapped buffers.
Andreas Beeker
2014-05-04
1
-7
/
+29
*
Update the HPSF change properties example to use NPOIFS + in-place writes, an...
Nick Burch
2014-04-28
1
-0
/
+4
*
Get NPOIFS in-place-write working!
Nick Burch
2014-04-28
1
-10
/
+17
*
More on the HPFS in-place NPOIFS write tests, and a note about what is still ...
Nick Burch
2014-04-26
1
-0
/
+4
*
Add some @Overrides suggested by Eclipse, generics and some warnings,
Dominik Stadler
2013-12-26
2
-9
/
+21
*
Partial NPOIFS write implementation, and tidy up of methods around this
Nick Burch
2010-12-28
3
-0
/
+20
*
Change how the NIO block read works, to re-use the byte array for the from-In...
Nick Burch
2010-12-19
3
-10
/
+19
*
Move CloseIgnoringInputStream out to its own class, and add more helper methods
Nick Burch
2010-12-19
1
-2
/
+5
*
Tests and tweaks to the NIO DataSource code
Nick Burch
2010-12-19
2
-9
/
+32
*
Start on lower memory POIFS implementation - data source to provide common ac...
Nick Burch
2010-12-18
3
-0
/
+162