-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
28 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,8 @@ Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.<br/> | |
Copyright (C) 1995-1998 Eric Young ([email protected])<br/> | ||
See src/openssl/LICENCE<br/> | ||
|
||
### miniz (deflate.cpp) | ||
|
||
Public domain<br/> | ||
Rich Geldreich ([email protected])</br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ by _Jonas Minnberg_ ([email protected]) | |
|
||
* Parallell zip compression using *Info-ZIP* deflate or *Intel* fast deflate | ||
* On-the-fly Jar signing | ||
* Created with the goal of fast APK creation. | ||
* Created with the goal of fast APK creation | ||
|
||
* Check LICENCE.md for license | ||
* Check _LICENCE.md_ for license information | ||
|
||
## Build (Unix/OSX) | ||
|
||
* Make sure you have *yasm* and *openssl* installed. | ||
* `make` | ||
* `WITH_INTEL=0 make` - Build without Intel code | ||
* `WITH_INTEL=0 make` - Build without Intel code. | ||
* `./test.py` - Simple functional test | ||
|
||
## Build (Windows) | ||
|
@@ -25,6 +25,7 @@ by _Jonas Minnberg_ ([email protected]) | |
|
||
fastzip <directory> | ||
fastzip <file.zip> <paths>... | ||
fastzip --help | ||
|
||
## Speed Tests | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters