Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
apache-commons-compress
/
0fc47a9c886a35f8a7c95991afbef7ccff40d3f9
0fc47a9
Add default implementation and spec entries to source jar
by Sebastian Bazley
· 15 years ago
307bf54
Fix test case to work even if test file has unexpected line endings
by Sebastian Bazley
· 15 years ago
7c10e83
[maven-release-plugin] prepare for next development iteration
by Christian Grobmeier
· 15 years ago
b4f8b10
[maven-release-plugin] prepare release commons-compress-1.0
by Christian Grobmeier
· 15 years ago
2f652b7
generated download page
by Christian Grobmeier
· 15 years ago
35ac05e
inital release
by Christian Grobmeier
· 15 years ago
3bb9282
COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier.
by Christian Grobmeier
· 16 years ago
f84dd36
Only use the zip-extra-field if configured to do so and the entry didn't set the EFS flag - COMPRESS-70
by Stefan Bodewig
· 16 years ago
13b90ae
Check for closing non-existent entry
by Sebastian Bazley
· 16 years ago
6a6d62d
Check for closing non-existent entry
by Sebastian Bazley
· 16 years ago
c304a63
Sequence checking found bug in testcase - wrong archive stream was being used.
by Sebastian Bazley
· 16 years ago
38118ec
Avoid NPE if closeArchiveEntry called with no active entry
by Sebastian Bazley
· 16 years ago
9b7db4e
Need to ensure that data is written to the file as some archives check this - take 2
by Sebastian Bazley
· 16 years ago
020bafa
Need to ensure that data is written to the file as some archives check this
by Sebastian Bazley
· 16 years ago
d17c68d
Add some more sequence tests - current causes test failures
by Sebastian Bazley
· 16 years ago
eebf2db
Typo
by Sebastian Bazley
· 16 years ago
a45e9cb
only write and close is allowed after the call of finish
by Christian Grobmeier
· 16 years ago
285ee87
added comments
by Christian Grobmeier
· 16 years ago
545bfa8
call of finish() is optional calling finish() twice causes an exception
by Christian Grobmeier
· 16 years ago
7fce030
fixed codeflow
by Christian Grobmeier
· 16 years ago
bcebf92
refined Exception catching
by Christian Grobmeier
· 16 years ago
1872885
Prevent instantiation of utility classes
by Sebastian Bazley
· 16 years ago
710b3ba
Fields might as well be final
by Sebastian Bazley
· 16 years ago
d6efcee
Close file so work directory can be deleted
by Sebastian Bazley
· 16 years ago
7ae0eec
Remove or document unused fields
by Sebastian Bazley
· 16 years ago
5ed6fa4
Protect against possible NPE
by Sebastian Bazley
· 16 years ago
ab26943
added byte counter
by Christian Grobmeier
· 16 years ago
68e7436
added field comment
by Christian Grobmeier
· 16 years ago
e2f8a9b
fixed code flow
by Christian Grobmeier
· 16 years ago
c9a47d0
improved docs
by Christian Grobmeier
· 16 years ago
7c44127
fixed codeflow
by Christian Grobmeier
· 16 years ago
4c9360e
COMPRESS-63: fields are stored in ASCII
by Christian Grobmeier
· 16 years ago
c69371b
COMPRESS-63: fields are stored in ASCII added javadoc
by Christian Grobmeier
· 16 years ago
1c3003b
COMPRESS-63: entry name is stored in ASCII
by Christian Grobmeier
· 16 years ago
ce5fdc1
added javadocs
by Christian Grobmeier
· 16 years ago
7989269
added asl
by Christian Grobmeier
· 16 years ago
6273f3a
COMPRESS-64: finish() does not close archive entries by default any longer
by Christian Grobmeier
· 16 years ago
d170f34
COMPRESS-64: finish() does not close archive entries by default any longer
by Christian Grobmeier
· 16 years ago
ddbd61f
moved one up due one test depends on the folder contents
by Christian Grobmeier
· 16 years ago
f5bb49c
moved one up due one test depends on the folder contents
by Christian Grobmeier
· 16 years ago
6dfdfb5
COMPRESS-64: added finish() as abstract method and implemented it empty for Ar-Archiver. Added Javadocs
by Christian Grobmeier
· 16 years ago
3608991
added javadocs counts read bytes
by Christian Grobmeier
· 16 years ago
a6537fc
added byte counter
by Christian Grobmeier
· 16 years ago
fc543bf
improved javadocs
by Christian Grobmeier
· 16 years ago
e80b954
added replace feature for Add-Changes
by Christian Grobmeier
· 16 years ago
835cc03
added javadocs
by Christian Grobmeier
· 16 years ago
72cc142
added test which reads the entries from a nested archive
by Christian Grobmeier
· 16 years ago
08c0502
added test which reads the entries from a nested archive
by Christian Grobmeier
· 16 years ago
a1e5831
added license header
by Christian Grobmeier
· 16 years ago
19360c3
Additions from ChangeSets replace entry which are allready in the stream. Test to do
by Christian Grobmeier
· 16 years ago
a438bdb
Added ChangeSetResults which reports what actually has happened while performing the changeset. Added Test.
by Christian Grobmeier
· 16 years ago
0139902
prevent adding an ArchiveEntry with same name twice to an ChangeSet
by Christian Grobmeier
· 16 years ago
28c23fb
added equals / hashCode based on the name property
by Christian Grobmeier
· 16 years ago
1a6cf43
added test: delete file and add another file under the same name.
by Christian Grobmeier
· 16 years ago
39fff76
made it possible to clean up resources manually
by Christian Grobmeier
· 16 years ago
631c1dd
Fix bug: deleteDir should not delete file with matching name
by Sebastian Bazley
· 16 years ago
4e9b504
Additional test cases
by Sebastian Bazley
· 16 years ago
e740b86
Extra test case
by Sebastian Bazley
· 16 years ago
c387c44
Should only delete directories if type = DELETE_DIRECTORY
by Sebastian Bazley
· 16 years ago
8619fdc
Javadoc
by Sebastian Bazley
· 16 years ago
d79270d
Javadoc
by Sebastian Bazley
· 16 years ago
4d75bd5
Move mutable rNums array into separate utility class
by Sebastian Bazley
· 16 years ago
325f002
Document why default charset usage is OK
by Sebastian Bazley
· 16 years ago
479a349
Missing/misplaced TODOs for default charset
by Sebastian Bazley
· 16 years ago
eca71f5
Javadoc correction. Align table entries
by Sebastian Bazley
· 16 years ago
673fd9b
document default encoding in ASi extra field
by Stefan Bodewig
· 16 years ago
b99befd
Remove TODO, see constructor's Javadoc
by Stefan Bodewig
· 16 years ago
df7f45f
Constants should be uppercase
by Sebastian Bazley
· 16 years ago
177483e
Remove unused code
by Sebastian Bazley
· 16 years ago
865686a
COMPRESS-63 - replace dependency on default charset with ASCII where appropriate;
by Sebastian Bazley
· 16 years ago
7155281
Typo
by Sebastian Bazley
· 16 years ago
b7bcdc2
Fix Javadoc markup
by Sebastian Bazley
· 16 years ago
70ce471
Fix Javadoc complaint
by Sebastian Bazley
· 16 years ago
5dd3a97
Typo
by Sebastian Bazley
· 16 years ago
8b2cfc2
Additional String <=> Byte array Ascii conversion methods + basic tests
by Sebastian Bazley
· 16 years ago
2f08020
Add svn:eol-style=native
by Sebastian Bazley
· 16 years ago
8d0334f
Javadoc fixes
by Sebastian Bazley
· 16 years ago
4638b0c
reduced method visibility to package
by Christian Grobmeier
· 16 years ago
4423573
added examples to javadoc
by Christian Grobmeier
· 16 years ago
0ef0fc4
added examples to javadoc
by Christian Grobmeier
· 16 years ago
c75d2d3
added javadocs. Moved CompressorException out of try/catch to avoid catching the newly thrown exception
by Christian Grobmeier
· 16 years ago
61ba3d9
added javadocs, removed constructor without parameters from CompressorException
by Christian Grobmeier
· 16 years ago
14c1830
organized imports
by Christian Grobmeier
· 16 years ago
c04eecc
COMPRESS-69: corrected class level java doc
by Christian Grobmeier
· 16 years ago
7314c60
COMPRESS-69: corrected class level java doc
by Christian Grobmeier
· 16 years ago
c547b85
COMPRESS-69: reenabled testcase
by Christian Grobmeier
· 16 years ago
cf64557
COMPRESS-69: Applied patch from Uwe Schindler. Writing magic BZ is now done by the stream again.
by Christian Grobmeier
· 16 years ago
3126e37
COMPRESS-69: Docs state BZ should be skipped by caller, but the Stream checks for it. Removed wrong docs.
by Christian Grobmeier
· 16 years ago
f2674c4
improved testcase for COMPRESS-69: currently commented out since it doesn't work as expected
by Christian Grobmeier
· 16 years ago
603116e
added deleteDir method to ChangeSet to avoid confusion with delete for files
by Christian Grobmeier
· 16 years ago
183688e
removed unnecessary methods from the old drafts
by Christian Grobmeier
· 16 years ago
b69329d
fixed inline docs
by Christian Grobmeier
· 16 years ago
c9affe0
added myself :-)
by Christian Grobmeier
· 16 years ago
9b0e917
removed copyEntryContents since it mixes up reading and writing
by Christian Grobmeier
· 16 years ago
4bce1fb
COMPRESS-56: enabled counting read bytes in InputStreams and added this information to exceptions, where it seems to fit.
by Christian Grobmeier
· 16 years ago
6c1ce16
fixed xml hierachy
by Christian Grobmeier
· 16 years ago
818b9a1
removed nightly build link - its outdated
by Christian Grobmeier
· 16 years ago
34bcc4f
added conventions page
by Christian Grobmeier
· 16 years ago
5dade73
corrected threading javadoc tags
by Christian Grobmeier
· 16 years ago
3bf9f75
added checkout location
by Christian Grobmeier
· 16 years ago
Next »