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
/
testcases
/
org
/
apache
/
poi
/
poifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TestFileMagic
Dominik Stadler
2018-11-26
1
-4
/
+5
*
Add test for FileMagic
Dominik Stadler
2018-11-25
1
-0
/
+80
*
#62951 - FileMagic not correctly identified
Andreas Beeker
2018-11-25
1
-0
/
+15
*
bug 62625 -- add special handling for REFERENCE_NAME record that may only
Tim Allison
2018-10-30
1
-0
/
+17
*
bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...
Tim Allison
2018-10-29
1
-0
/
+14
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
28
-5821
/
+3234
*
#62649 - Remove OPOIFS
Andreas Beeker
2018-08-26
15
-1844
/
+718
*
add convenience method for files to FileMagic
Andreas Beeker
2018-05-02
1
-66
/
+74
*
Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...
Andreas Beeker
2018-05-01
3
-20
/
+19
*
#59893 - Forbid calls to InputStream.available
Andreas Beeker
2018-04-27
3
-54
/
+69
*
Update some tests and IntelliJ warnings
Dominik Stadler
2018-01-01
1
-26
/
+8
*
#61941 - Move Ole marker generation to Ole10Native
Andreas Beeker
2017-12-31
1
-1
/
+1
*
Apply patch from bug 61096: Add support for modules in VBAMacroReader
Dominik Stadler
2017-10-07
1
-56
/
+36
*
Adjust to make forbidden-api-check succeed again
Dominik Stadler
2017-09-19
1
-10
/
+3
*
60805 (partial) -- remove/suppress println in tests
Tim Allison
2017-09-19
1
-0
/
+23
*
Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
Dominik Stadler
2017-09-17
1
-18
/
+11
*
Various code cleanups, "final" for static methods is useless, for-loops, simp...
Dominik Stadler
2017-09-17
2
-3
/
+3
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
15
-18
/
+18
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
1
-1
/
+1
*
60279 -- back off to brute-force search for macro content if offset informati...
Tim Allison
2017-09-14
1
-0
/
+20
*
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
Andreas Beeker
2017-08-11
1
-4
/
+4
*
javadoc: replace invalid self enclosing elements
PJ Fanning
2017-07-17
4
-6
/
+6
*
#61266 Test for old unsupported MS Write WRI files, and give a more helpful e...
Nick Burch
2017-07-09
3
-0
/
+104
*
replace "String.indexOf(String) >= 1" with "String.contains(String)"
Javen O'Neal
2017-05-16
2
-5
/
+8
*
60325: Add commented out test that reproduces the performance issue
Dominik Stadler
2017-04-30
1
-37
/
+146
*
bug 59893: close open resources to prevent leaks
Javen O'Neal
2017-02-17
1
-1
/
+3
*
bug 59893: more unrelated changes from Andi
Javen O'Neal
2017-02-17
1
-2
/
+2
*
Use long for the dummy stream, to permit >2gb streams
Nick Burch
2017-02-10
1
-8
/
+17
*
Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs
Nick Burch
2017-02-10
1
-14
/
+3
*
Start on a unit test for #60670, work required to get it passing
Nick Burch
2017-02-09
1
-0
/
+137
*
Convert all *.java files to use native end of line character(s)
Javen O'Neal
2017-02-08
1
-75
/
+75
*
fix eclipse warnings - close resources
Andreas Beeker
2017-01-23
3
-303
/
+341
*
fix eclipse warnings / close resources in tests
Andreas Beeker
2017-01-16
1
-4
/
+13
*
fix eclipse warnings - close resources / type generics
Andreas Beeker
2017-01-15
1
-0
/
+33
*
eclipse warnings - raw list access
Andreas Beeker
2016-12-13
1
-17
/
+24
*
eclipse warnings - raw list access
Andreas Beeker
2016-12-13
2
-25
/
+23
*
Recursive delete unit test based on users@ query - working fine already
Nick Burch
2016-12-06
1
-0
/
+55
*
Add some missing close() calls
Dominik Stadler
2016-10-20
1
-11
/
+13
*
Eclipse automated refactor/cleanup: add final modifier to private fields to u...
Javen O'Neal
2016-10-20
7
-14
/
+14
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-20
2
-6
/
+4
*
remove *_dump directory
Andreas Beeker
2016-10-19
1
-10
/
+5
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-19
6
-38
/
+27
*
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...
Javen O'Neal
2016-10-19
13
-11
/
+35
*
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...
Tim Allison
2016-10-19
1
-2
/
+4
*
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
Tim Allison
2016-10-18
1
-0
/
+10
*
BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix un...
Tim Allison
2016-10-18
1
-3
/
+3
*
BUG 59858 -- avoid npe when there's a collision of record names
Tim Allison
2016-10-18
1
-16
/
+6
*
BUG 59830 -- incorrect reading of unicode stream name
Tim Allison
2016-10-18
1
-14
/
+7
*
BUG 60158 -- AIOOBE in VBAMacroReader
Tim Allison
2016-10-18
1
-9
/
+6
*
add length sanity check for length of embedded OLE10Native (BUG 60256)
Tim Allison
2016-10-14
1
-2
/
+8
[next]