index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
Age
Commit message (
Expand
)
Author
2023-08-22
Strip zip64 extras after writing local header when copying
Colin Cross
2023-07-20
Merge META-INF/services/* files in merge_zips -jar
Colin Cross
2023-06-22
Update directorySize check in TestZip64P7ZipRecords
Spandan Das
2022-12-02
Support robolectric zip expectations (similar to command line zip) am: e0c45a...
Rex Hoffman
2022-12-01
Support robolectric zip expectations (similar to command line zip)
Rex Hoffman
2022-08-17
Reformat build/soong for go 1.19
Colin Cross
2021-10-28
Make a pass over our codebase cleaning up non-precise / non-inclusive language.
Joe Onorato
2021-05-08
Store real number of records in regular end record when possible
Colin Cross
2021-02-06
Add LOCAL_LICENSE_KINDS to build/soong
Bob Badour
2020-12-17
Support writing a ZIP64 file header
Colin Cross
2020-08-06
Fix zip64 reader when file size is < 4GB and 32 bit fields are -1
Kelvin Zhang
2020-07-28
Inclusive fix: change the word dummy to fake in zip_test.go
Patrice Arruda
2017-09-19
Strip extended-timestap extra block in zip2zip.
Nan Zhang
2017-09-13
Don't add data_descripters when merging uncompress zip entries for merge_zips.
Nan Zhang
2017-08-24
Have soong_zip not write a data descriptor for non-compressed files
Jeff Gaston
2017-02-17
Fix Zip64 behavior in zip2zip
Dan Willemsen
2017-02-02
Fix zip tests
Colin Cross
2016-08-11
soong_jar: Parallel compression
Dan Willemsen
2016-08-10
Add zip2zip tool to copy zip entries from one file to another
Dan Willemsen
2016-08-10
Add archive/zip from go1.7rc5 tag
Dan Willemsen