projects
/
io-compress-brotli.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
io-compress-brotli.git
2016-08-27
Marius Gavrilescu
Fix Time:HiRes -> Time::HiRes in Makefile.PL
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Add all contributors to the POD
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Consistency between encoder/decoder boilerplate
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Consistent whitespace in t/02-roundtrip.t
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Remove Getopt::Long from README, it's been along since...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Drop version requirements in PREREQ_PM to 0
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Use ALIAS: for setting encoder parameters too
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Don't leak memory on encoder DESTROY
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Use ALIAS: for [compress] [flush] [finish] encoder...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Whitespace
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-27
Marius Gavrilescu
Don't import bytes and be consistent with dying in...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-17
Quim Rovira
Remove the generated README.md, which was accidentally...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-17
Quim Rovira
Merge pull request #1 from avar/master
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-17
Ævar Arnfjörð...
Migrate 3 functions in the *.pm to *.xs
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-17
Quim Rovira
Remove leftover param from test
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-16
Quim Rovira
Remove NYI from IO::Compress::Brotli pod header
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-16
Quim Rovira
Use typemaps instead of manually managing the SVs
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-15
Quim Rovira
Allow only window values between kBrotliMinWindowBits...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-15
Quim Rovira
Fix leak of encoded_buffer on bro() spotted by mattia
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-15
Quim Rovira
Add missing brotli/Makefile file to the MANIFEST
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Use the decoded size to measure the throughput, same...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Add .bak files to .gitignore
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Add --repeat and --verbose options to bro-perl
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Update MANIFEST
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Add travis.yml file
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Update README
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Add tests for compression, and a CLI tool for manual...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Initial brotli compressor bindings
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Use a local temporary buffer for decompression instead...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Remove unuser var total_out
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-14
Quim Rovira
Break down the long call to BrotliDecoderDecompressStream
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Forgot to rename the decoder custom dictionary func
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Update use of deprecated brotli decoder APIs
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Add libbrotli.a to the clean targets
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Update MANIFEST
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Another missing gitignore
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Point the tests to the brotli test data
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Add some gitignores before i go crazy
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Remove old decoder files
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-08-13
Quim Rovira
Add a submodule for the official brotli repo, and use...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-01-01
Marius Gavrilescu
Bump version and update Changes
0.001001
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2016-01-01
Marius Gavrilescu
Add BUILD_REQUIRES
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2015-12-31
Marius Gavrilescu
Initial commit
0.001
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
This page took
0.035521 seconds
and
4
git commands to generate.