Kornel
|
d2b1d56e8b
|
Improved limiting of max gzip size (#116)
|
2018-07-10 22:36:43 -04:00 |
|
Kornel
|
67fd229f20
|
CLI args value names (#114)
|
2018-07-10 18:42:55 -04:00 |
|
Kornel
|
55a095d536
|
Enum for stdout writing flag (#110)
|
2018-07-10 18:41:06 -04:00 |
|
myfreeweb
|
ae65e4be8d
|
Make Rayon an optional dependency (#112)
On WebAssembly, Rayon does not work (thread pool fails to initialize since threads are stubbed out).
|
2018-07-06 10:50:36 -04:00 |
|
Kornel
|
2d303f5dc2
|
Avoid double glob processing on unix (#111)
|
2018-07-06 08:11:42 -04:00 |
|
Kornel
|
e83762d3b1
|
Remove deprecated Error::description (#109)
|
2018-07-06 07:26:49 -04:00 |
|
Kornel
|
442eaf766c
|
Bail early (#104)
|
2018-06-08 00:09:22 -04:00 |
|
Kornel
|
3e5b61e0c8
|
Compare images without allocating memory (#107)
|
2018-06-06 21:59:43 -04:00 |
|
magicgoose
|
5570a24781
|
allow listing more than 2 filters (#105)
Closes #101
|
2018-06-06 21:10:20 -04:00 |
|
Kornel
|
e472c82876
|
Option to use Cloudflare's zlib for compression (#103)
Behind the nightly feature flag for now--stable ASM is coming in Rust 1.27
|
2018-06-04 15:39:51 -04:00 |
|
Josh Holmer
|
a857cfcc1e
|
Merge pull request #102 from kornelski/bintest
Small tweaks
|
2018-06-01 08:34:24 -04:00 |
|
Kornel Lesiński
|
ef763a8550
|
Return result from bench iter to avoid unused results
|
2018-06-01 12:18:39 +01:00 |
|
Kornel Lesiński
|
a846f9da53
|
Disallow building of broken binary
|
2018-05-31 15:18:04 +01:00 |
|
Josh Holmer
|
cff34358d7
|
Bump dependencies for 1.0.4
|
2018-05-01 20:52:32 -04:00 |
|
Josh Holmer
|
8a2bdcd133
|
Version 1.0.3
|
2018-04-03 19:03:15 -04:00 |
|
Josh Holmer
|
4e6188919f
|
Bump dependencies
|
2018-04-03 18:56:43 -04:00 |
|
Josh Holmer
|
d7369707ba
|
Fix a change that breaks itertools with newer versions of Rust nightly
|
2018-03-04 23:47:06 -05:00 |
|
Josh Holmer
|
88636d269d
|
Actually these need to be under the badges section
|
2018-02-23 21:45:01 -05:00 |
|
Josh Holmer
|
4a0445b663
|
Add a couple of new Cargo tags
|
2018-02-23 20:56:00 -05:00 |
|
Josh Holmer
|
10123daad2
|
Version 1.0.1
|
2018-02-21 18:36:56 -05:00 |
|
Josh Holmer
|
c5b08c225c
|
Merge pull request #99 from cuviper/rayon1
Update to rayon 1.0
|
2018-02-21 10:30:06 -05:00 |
|
Josh Stone
|
6f123c6382
|
Update to rayon 1.0
|
2018-02-20 14:14:45 -08:00 |
|
Josh Holmer
|
27e6dfeaab
|
Version 1!
There should not be any more breaking changes for a long time.
|
2018-01-31 18:57:52 -05:00 |
|
Josh Holmer
|
3d643b16b2
|
Adjust spacing in help command
|
2018-01-31 14:10:03 -05:00 |
|
Josh Holmer
|
d614bba3ac
|
Adjust command line presets to take advantage of the 50% speedup gained by removing memory options
|
2018-01-31 14:07:03 -05:00 |
|
Josh Holmer
|
66c1662537
|
Remove unused libc dependency
|
2018-01-30 23:54:30 -05:00 |
|
Josh Holmer
|
fe9cd01b82
|
Replace miniz_sys with miniz_oxide, a Rust implementation of miniz
This also improves decompression performance by 15%, and obsoletes the
`--zm` parameter.
Closes #57
|
2018-01-30 23:52:37 -05:00 |
|
Josh Holmer
|
0c2e3777b1
|
Refactor an if statement
|
2018-01-30 22:27:34 -05:00 |
|
Josh Holmer
|
348c7dbc56
|
Extract a function into a submodule
|
2018-01-30 22:21:31 -05:00 |
|
Josh Holmer
|
3497040b78
|
Remove useless annotation
|
2018-01-30 22:18:22 -05:00 |
|
Josh Holmer
|
cf5b90b444
|
Preallocate vector on reading in file
Provides 1.5% overall speedup on -o4
|
2018-01-30 22:15:03 -05:00 |
|
Josh Holmer
|
eb739c9ff9
|
Implement unix-specific permissions copying
Closes #4
|
2018-01-30 10:13:29 -05:00 |
|
Josh Holmer
|
b971b362c2
|
Bump clippy
|
2018-01-30 09:38:03 -05:00 |
|
Josh Holmer
|
ece85e6d15
|
Refactoring of internal code into smaller chunks.
There is still more to be done.
|
2018-01-30 09:35:03 -05:00 |
|
Josh Holmer
|
4d81e23542
|
Fix the benchmarking script to not overwrite the test file
|
2018-01-19 18:29:41 -05:00 |
|
Josh Holmer
|
aa8b58628e
|
Fix spacing of line breaks in the rendered documentation
Closes #94
|
2018-01-18 17:30:51 -05:00 |
|
Josh Holmer
|
9de0eeaf51
|
Compare performance of oxipng vs optipng
This adds a script to automate this process and add it to the README.
I'll just run it manually after a version release, for now.
Closes #81
|
2018-01-18 13:58:05 -05:00 |
|
Josh Holmer
|
8270254823
|
Version 0.19.0
|
2018-01-10 20:56:23 -05:00 |
|
Josh Holmer
|
e3ba535a79
|
Add some changes and fixes around how the output file is handled
See changelog for details
|
2018-01-10 20:54:15 -05:00 |
|
Josh Holmer
|
d204427f73
|
Refactor options presets
|
2018-01-10 11:22:52 -05:00 |
|
Josh Holmer
|
88f5bb0931
|
Hide modules from documentation, and only export structs used in options or return types
|
2018-01-10 10:37:01 -05:00 |
|
Josh Holmer
|
fe9fd95b21
|
Update some old documentation
|
2018-01-10 10:26:12 -05:00 |
|
Josh Holmer
|
4016202806
|
Bump clippy again
|
2018-01-10 09:57:27 -05:00 |
|
Josh Holmer
|
215b3d3d59
|
Bump dependencies
|
2018-01-09 23:30:56 -05:00 |
|
Josh Holmer
|
9bb60794da
|
Release version 0.18.3
|
2017-12-27 17:23:28 -05:00 |
|
Josh Holmer
|
32e3d245f9
|
Run latest rustfmt
|
2017-12-27 17:21:21 -05:00 |
|
Josh Holmer
|
bb6a2513eb
|
Return exit code of 1 if error occurs while processing a file using the CLI
Closes #93
|
2017-12-27 17:20:12 -05:00 |
|
Josh Holmer
|
30ecc0cc05
|
Version 0.18.2
|
2017-12-23 00:43:23 -05:00 |
|
Josh Holmer
|
f8c62de6c0
|
Fix unfiltering of first scan line in each pass of an interlaced input file
Closes #92
|
2017-12-23 00:36:41 -05:00 |
|
Josh Holmer
|
833611ba2f
|
Bump image
|
2017-12-22 23:22:25 -05:00 |
|