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.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.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
/
hpsf
Commit message (
Expand
)
Author
Age
Files
Lines
*
44694 - HPSF: Support for property sets without sections
Rainer Klute
2008-04-02
2
-3
/
+9
*
- Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...
Rainer Klute
2008-02-08
3
-72
/
+112
*
Restored the cast: JDK 1.4 needs it. :-(
Rainer Klute
2007-06-26
1
-2
/
+2
*
Removed unnecessary cast.
Rainer Klute
2007-06-25
1
-2
/
+2
*
Consistency check added when reading property set stream. An IllegalPropertyD...
Rainer Klute
2007-06-23
1
-0
/
+24
*
Add standard licence header for src/java directory
Mark Thomas
2007-01-15
2
-3
/
+35
*
License comment fixed.
Rainer Klute
2007-01-15
1
-17
/
+16
*
Applying the copy2license.pl script (with tiny modification to allow for more...
Henri Yandell
2006-12-22
34
-170
/
+204
*
Forgot to check in my nit-picking grammatical changes in comments.
Rainer Klute
2006-05-06
1
-27
/
+27
*
Support for many, many character encodings added. Thanks to Trejkaz
Rainer Klute
2006-05-06
2
-2
/
+162
*
* Writing support added to the SummaryInformation and DocumentSummaryInformat...
Rainer Klute
2006-03-03
31
-265
/
+2115
*
- Added support for the Korean character set MS949. Thanks again to Ralf Terd...
Rainer Klute
2005-04-29
2
-4
/
+9
*
- Added a couple of Macintosh codepage numbers to Java encoding names.
Rainer Klute
2005-04-23
2
-4
/
+84
*
- Support for variant type VT_R8 added.
Rainer Klute
2005-04-13
2
-3
/
+32
*
Bug 34247 fixed. Dictionaries are read with the specified codepage now.
Rainer Klute
2005-04-01
2
-30
/
+59
*
- Added support for the MacRoman codepage (10000). Thanks to Mikael Puittinen...
Rainer Klute
2005-02-13
2
-0
/
+5
*
Fixed bugzilla references
Glen Stampoultzis
2005-01-01
1
-1
/
+1
*
- Links to outdated information deleted.
Rainer Klute
2004-12-29
1
-10
/
+0
*
- Outdated links to Microsoft documentation removed.
Rainer Klute
2004-12-28
2
-17
/
+4
*
- A section's size is a multiple of 4 now. The Windows explorer seems to be c...
Rainer Klute
2004-08-31
2
-30
/
+63
*
- Adjusting the variant type moved to Property.
Rainer Klute
2004-08-31
1
-9
/
+3
*
- Two properties are regarded as equal now if one of them is a Variant.VT_LPW...
Rainer Klute
2004-08-31
1
-4
/
+18
*
- Bug 30954 fixed.
Rainer Klute
2004-08-31
1
-0
/
+5
*
- Bug 30953 fixed: Method toString() now delivers all sections instead of the...
Rainer Klute
2004-08-31
1
-1
/
+1
*
Some code and documentation cleanup.
Rainer Klute
2004-08-15
4
-22
/
+52
*
Fixed a bug where the logical comparison of two sections returned false only ...
Rainer Klute
2004-08-15
2
-4
/
+25
*
Fixed a bug where a mutable section's format ID was written in the wrong byte...
Rainer Klute
2004-08-13
2
-2
/
+22
*
- Fix: HPSF now ensures that string properties are always written with the ty...
Rainer Klute
2004-06-22
12
-79
/
+217
*
- Write properties sorted by property ID now. This hopefully fixes M$ Word co...
Rainer Klute
2004-06-09
1
-2
/
+20
*
- Support for SJIS encoding added.
Rainer Klute
2004-06-02
1
-0
/
+2
*
New licence changes.
Glen Stampoultzis
2004-04-09
31
-1559
/
+497
*
Buf fix plus testcasde: Reading property values failed with a StringIndexOutO...
Rainer Klute
2004-01-08
1
-1
/
+1
*
HPSF: new testcase to check the new codepage support - plus a fix to correct ...
Rainer Klute
2003-12-03
2
-13
/
+5
*
HPSF: codepage support added
Rainer Klute
2003-12-02
7
-40
/
+129
*
Superfluous import statements removed
Rainer Klute
2003-11-24
1
-2
/
+0
*
*** empty log message ***
Rainer Klute
2003-11-07
1
-18
/
+22
*
bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verify
Avik Sengupta
2003-10-31
1
-1
/
+23
*
- Added Robert Flaherty's method getCustomProperties() (refactored)
Rainer Klute
2003-10-23
6
-22
/
+45
*
- Comparing sections refined: For the dictionary (property 0) only the value ...
Rainer Klute
2003-09-20
2
-2
/
+76
*
These changes introduce the following HPSF enhancements and fixes:
Rainer Klute
2003-09-18
8
-22
/
+215
*
*** empty log message ***
Rainer Klute
2003-09-16
1
-0
/
+1
*
- PropertySetFactory.create(InputStream) no longer throws an UnexpectedProper...
Rainer Klute
2003-09-13
6
-31
/
+65
*
Writing: API enhanced, bugs fixed, performance improvements, code simplificat...
Rainer Klute
2003-09-04
7
-91
/
+172
*
*** empty log message ***
Rainer Klute
2003-09-04
1
-0
/
+113
*
*** empty log message ***
Rainer Klute
2003-09-01
1
-2
/
+0
*
Property ID handling fixed (long vs. int).
Rainer Klute
2003-09-01
3
-5
/
+5
*
New method toInputStream() added.
Rainer Klute
2003-09-01
1
-0
/
+30
*
Bug fixed in writing Unicode strings.
Rainer Klute
2003-09-01
1
-4
/
+3
*
HPSF writing capability added.
Rainer Klute
2003-08-30
25
-196
/
+1417
*
Apache license added.
Rainer Klute
2003-08-25
2
-0
/
+124
[next]