Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
brotli
/
063009029ebc9e611f455712090846b2985049be
0630090
add support for Appveyor CI
by Cosimo Lupo
· 9 years ago
d811b18
Merge pull request #133 from anthrotype/py27win
by szabadka
· 9 years ago
d2c8b27
[setup.py] retrieve version string from brotlimodule.cc so we don't need to modify it more than once
by Cosimo Lupo
· 9 years ago
8c7edd3
[bro.py] print --version as brotli.__version__
by Cosimo Lupo
· 9 years ago
ac33d35
[brotlimodule.cc] add __version__ string attribute to brotli module
by Cosimo Lupo
· 9 years ago
54baf43
[setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statically link libgcc and libstdc++
by Cosimo Lupo
· 9 years ago
c3540e2
[setup.py] use MSVC 10.0 when compiling for Windows Python 2.7
by Cosimo Lupo
· 9 years ago
f141729
[brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated
by Cosimo Lupo
· 9 years ago
55a40ce
Merge pull request #135 from szabadka/master
by szabadka
· 9 years ago
7de70db
Add missing <stdlib.h> to streams.cc
by Zoltan Szabadka
· 9 years ago
944c3b8
Remove non-standard <malloc.h> from decode.c
by Zoltan Szabadka
· 9 years ago
421e4ed
Merge pull request #132 from szabadka/master
by szabadka
· 9 years ago
4b2fd00
Use a single lookup table for insert/copy offsets and extra bits.
by Zoltan Szabadka
· 9 years ago
da11e91
Merge pull request #131 from anthrotype/py-deprecated
by szabadka
· 9 years ago
08212db
[brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *'
by Cosimo Lupo
· 9 years ago
d3dfc68
[brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling
by Cosimo Lupo
· 9 years ago
45c3893
Enable little endian support also for visual studio
by lvandeve
· 9 years ago
ef186ba
Merge pull request #130 from lvandeve/master
by lvandeve
· 9 years ago
fee303f
fix brotli decoder MSVC compilation error
by Lode Vandevenne
· 9 years ago
4c22a3d
Merge pull request #128 from lvandeve/master
by lvandeve
· 9 years ago
94cd708
brotli decoder performance improvements
by Lode Vandevenne
· 9 years ago
06fff86
Merge pull request #127 from lvandeve/master
by lvandeve
· 9 years ago
17ed258
msan bugfixes to the brotli encoder
by Lode Vandevenne
· 9 years ago
afbec11
Add -O2 flag
by lvandeve
· 9 years ago
13f0a9b
Merge pull request #124 from szabadka/master
by szabadka
· 9 years ago
29c2679
Fix encoder bug.
by Zoltan Szabadka
· 9 years ago
9c9bb00
Merge pull request #123 from szabadka/master
by szabadka
· 9 years ago
95ddb48
Fix some VS compilation errors in the encoder.
by Zoltan Szabadka
· 9 years ago
9fa3016
Merge pull request #121 from lvandeve/master
by lvandeve
· 9 years ago
bad0f4e
Brotli Bug Fixes
by Lode Vandevenne
· 9 years ago
67d26e0
Merge pull request #119 from szabadka/master
by szabadka
· 9 years ago
618287b
Deprecate greedy_block_split and enable_context_modeling brotli params.
by Zoltan Szabadka
· 9 years ago
981ca6e
Merge pull request #118 from szabadka/master
by szabadka
· 9 years ago
6609883
Use a static hash table to look up dictionary words and transforms.
by Zoltan Szabadka
· 9 years ago
0fd2df4
Merge pull request #117 from szabadka/master
by szabadka
· 9 years ago
b3d3723
Add "zopfli"-style backward reference search to brotli.
by Zoltan Szabadka
· 9 years ago
94b3376
Merge pull request #116 from szabadka/master
by szabadka
· 9 years ago
835a774
Change the static dictionary hash table to take into
by Zoltan Szabadka
· 9 years ago
a0d0ecf
Merge pull request #115 from szabadka/master
by szabadka
· 9 years ago
65f3fc5
Bug fixes for the brotli encoder.
by Zoltan Szabadka
· 9 years ago
a13ea01
Merge pull request #114 from szabadka/master
by szabadka
· 9 years ago
b43df8f
Brotli custom LZ77 dictionary support.
by Zoltan Szabadka
· 9 years ago
631184d
Merge pull request #113 from szabadka/master
by szabadka
· 9 years ago
667f70a
Speedups to brotli quality 11.
by Zoltan Szabadka
· 9 years ago
af09ee7
Merge pull request #112 from szabadka/master
by szabadka
· 9 years ago
641bc15
Speedups and fixes to the decoder.
by Zoltan Szabadka
· 9 years ago
e0510a8
Update README.md
by lvandeve
· 9 years ago
996ec28
Merge pull request #111 from szabadka/master
by szabadka
· 10 years ago
ea35936
Change the expiration date and title of the -04 draft.
by Zoltan Szabadka
· 10 years ago
14ea2b5
Create -04 version of the draft.
by Zoltan Szabadka
· 10 years ago
6ee61e7
Merge pull request #110 from anthrotype/test_quality
by szabadka
· 10 years ago
e356b9b
[roundtrip_test.py] repeat test at different quality (1, 6, 9, 11)
by Cosimo Lupo
· 10 years ago
682face
Merge pull request #109 from szabadka/master
by szabadka
· 10 years ago
8d83839
Expose the quality parameter to the bro.cc tool.
by Zoltan Szabadka
· 10 years ago
463ceda
Merge pull request #108 from szabadka/master
by szabadka
· 10 years ago
6622355
Use the same hasher for text and font mode.
by Zoltan Szabadka
· 10 years ago
6bb4316
Merge pull request #107 from szabadka/master
by szabadka
· 10 years ago
cc8d64d
Fix broken quality 0, make it same as quality 1.
by Zoltan Szabadka
· 10 years ago
cc211b9
Merge pull request #105 from anthrotype/newparams
by szabadka
· 10 years ago
c93c0da
[bro.py] use brotli.MODE_GENERIC as default compression mode;
by Cosimo Lupo
· 10 years ago
aa6f7d8
[brotlimodule] add MODE_GENERIC constant
by Cosimo Lupo
· 10 years ago
b7e8291
[bro.py] remove debug print
by Cosimo Lupo
· 10 years ago
4106a40
[bro.py] use new optional encoder parameters when compressing;
by Cosimo Lupo
· 10 years ago
32c44ec
[bro.py] use argparse instead of getopt
by Cosimo Lupo
· 10 years ago
3351bb0
[brotlimodule] apply uniform docstring style
by Cosimo Lupo
· 10 years ago
6d935db
[brotlimodule] add quality, lgwin and lgblock parameters
by Cosimo Lupo
· 10 years ago
dbcb326
[brotlimodule] add enable_context_modeling parameter (defaults to True)
by Cosimo Lupo
· 10 years ago
4c1d069
[brotlimodule] add new keyword params docstring of brotli.compress
by Cosimo Lupo
· 10 years ago
6264bea
[brotlimodule] add greedy_block_split parameter (defaults to False);
by Cosimo Lupo
· 10 years ago
b2eba12
[brotlimodule] add enable_dictionary parameter (defautls to True)
by Cosimo Lupo
· 10 years ago
89c74d6
[brotlimodule] use keyword arguments for mode and enable_transforms;
by Cosimo Lupo
· 10 years ago
621cd0c
Merge pull request #106 from szabadka/master
by szabadka
· 10 years ago
aa853f3
Add a MODE_GENERIC compression mode to the interface.
by Zoltan Szabadka
· 10 years ago
288f70d
Merge pull request #104 from anthrotype/py3split
by szabadka
· 10 years ago
e6913b2
[python] use built-in split instead of 'string' module for py23
by Cosimo Lupo
· 10 years ago
4e94277
Merge pull request #103 from szabadka/master
by szabadka
· 10 years ago
10a2f37
Handle multiple compressed files per original in the test.
by Zoltan Szabadka
· 10 years ago
7ee6449
Merge pull request #102 from szabadka/master
by szabadka
· 10 years ago
bef6938
Restrict the ARM optimizations to little endian architectures.
by Zoltan Szabadka
· 10 years ago
14c571c
Merge pull request #101 from szabadka/master
by szabadka
· 10 years ago
78350a9
Add an Acknowledgements section to the spec.
by Zoltan Szabadka
· 10 years ago
f050026
Merge pull request #100 from szabadka/master
by szabadka
· 10 years ago
f3e71e4
Fix 32bit build.
by Zoltan Szabadka
· 10 years ago
7c277c3
Merge pull request #99 from szabadka/master
by szabadka
· 10 years ago
54f69c9
Support window bits 10 - 15 in the decoder.
by Zoltan Szabadka
· 10 years ago
7bbfd5d
Merge pull request #98 from szabadka/master
by szabadka
· 10 years ago
12eb9bf
Align distance code meaning in the brotli encoder.
by Zoltan Szabadka
· 10 years ago
fa2c6df
Merge pull request #97 from szabadka/master
by szabadka
· 10 years ago
7cde616
Faster encoding for low quality settings.
by Zoltan Szabadka
· 10 years ago
e4a309a
Merge pull request #96 from szabadka/master
by szabadka
· 10 years ago
945b0d0
Use a static context map with two buckets for UTF8 data.
by Zoltan Szabadka
· 10 years ago
762f9ba
Merge pull request #95 from szabadka/master
by szabadka
· 10 years ago
5f39d60
Decoder optimizations for ARM architecture.
by Zoltan Szabadka
· 10 years ago
500c85a
Merge pull request #94 from szabadka/master
by szabadka
· 10 years ago
83aa24d
Speed and memory usage improvements for the decoder.
by Zoltan Szabadka
· 10 years ago
47ea761
Merge pull request #93 from szabadka/master
by szabadka
· 10 years ago
0f726df
Don't do any block splitting for quality 1.
by Zoltan Szabadka
· 10 years ago
344ea8e
Merge pull request #92 from szabadka/master
by szabadka
· 10 years ago
fe14d7b
Fix an error propagation bug in the decoder.
by Zoltan Szabadka
· 10 years ago
4f902dc
Merge pull request #91 from szabadka/master
by szabadka
· 10 years ago
Next »