Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4a8bb6a2 | 2016-06-16 10:08:38 | Merge pull request #376 from PiotrSikora/cpp_constants Restore C++ constants in "brotli" namespace. | ||
| 629d01cc | 2016-06-15 14:25:46 | Restore C++ constants in "brotli" namespace. Signed-off-by: Piotr Sikora <piotrsikora@google.com> | ||
| e4c89142 | 2016-06-15 12:04:04 | Merge pull request #375 from google/v0.5 Update to v0.5 | ||
| cd33d275 | 2016-06-14 16:06:45 | Merge pull request #373 from eustas/v0.5 Rebase | ||
| 95151f95 | 2016-06-14 16:05:49 | Update version to 0.5.0 | ||
| ee6bb315 | 2016-06-14 16:03:51 | Merge branch 'v0.5' of https://github.com/eustas/brotli into v0.5 | ||
| 986aa099 | 2016-06-14 13:42:47 | Fix VS compilation warnings; cleanup API. | ||
| 8872d7b4 | 2016-06-13 15:22:13 | Fix CI build. | ||
| 3ccbf05d | 2016-06-13 11:01:04 | Convert encoder to plain C. | ||
| 048b14c6 | 2016-06-13 16:46:25 | Fix declaration / instruction mixture | ||
| c2a9b2d2 | 2016-06-03 16:29:37 | Step 3: change file extension C++ -> C This will break the build. | ||
| 55bd78fb | 2016-06-03 12:31:02 | Fix test file path | ||
| 999a3ce9 | 2016-06-13 16:44:52 | Fix implicit 32->64 bit conversion | ||
| ab53fc31 | 2016-06-03 12:30:45 | Fix test file path | ||
| 98bc7fcc | 2016-06-03 12:30:12 | Fix test file path | ||
| 514941ad | 2016-06-13 16:30:17 | Fix implicit 32->64 bit conversion | ||
| 2a6b041a | 2016-06-03 12:02:01 | Update setup.py | ||
| 58a3023e | 2016-06-03 11:19:23 | Transform most of C++ comments to C-style. | ||
| 7d928f47 | 2016-06-13 16:28:19 | Fix implicit 32->64 bit conversion | ||
| f1c9ab29 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| 3bb19efb | 2016-06-13 15:54:57 | Fix double constant literal | ||
| e208eff3 | 2016-06-14 13:54:11 | Fix: declare variables before code | ||
| d7d59462 | 2016-06-13 15:50:15 | Backport MSVC log2 fix | ||
| 918ddd31 | 2016-06-13 15:40:45 | Fix kInfinity definition INFINITY is legal only in C++11 | ||
| 34bfe2a6 | 2016-06-14 15:53:06 | Add Travis status | ||
| 29d31d59 | 2016-06-14 15:07:13 | Prepare to release 0.4.0 | ||
| 89803b95 | 2016-06-14 15:06:36 | Prepare to release 0.4.0 | ||
| 22f7e3c1 | 2016-06-14 14:44:01 | Merge pull request #372 from eustas/to-v0.4 Fix VS compilation warnings; cleanup API. | ||
| e96b7db0 | 2016-06-14 13:54:11 | Fix: declare variables before code | ||
| be1a53a6 | 2016-06-14 13:42:47 | Fix VS compilation warnings; cleanup API. | ||
| 2b4bdc4b | 2016-06-13 17:18:13 | Merge pull request #371 from eustas/to-v0.4 Fix CI build. | ||
| 48da49b0 | 2016-06-13 16:46:25 | Fix declaration / instruction mixture | ||
| 40101bb9 | 2016-06-13 16:44:52 | Fix implicit 32->64 bit conversion | ||
| 85712c66 | 2016-06-13 16:30:17 | Fix implicit 32->64 bit conversion | ||
| a08c36bd | 2016-06-13 16:28:19 | Fix implicit 32->64 bit conversion | ||
| bc7f0f83 | 2016-06-13 15:54:57 | Fix double constant literal | ||
| 8d14bed2 | 2016-06-13 15:50:15 | Backport MSVC log2 fix | ||
| 18dc8eab | 2016-06-13 15:40:45 | Fix kInfinity definition INFINITY is legal only in C++11 | ||
| db3a1162 | 2016-06-13 15:22:13 | Fix CI build. | ||
| 0747bda5 | 2016-06-13 11:53:23 | Merge pull request #370 from eustas/to-v0.4 Convert encoder to plain C. | ||
| b972c677 | 2016-06-13 11:01:04 | Convert encoder to plain C. | ||
| 9bce220b | 2016-06-10 11:06:15 | Fix windows builds | ||
| 63111b21 | 2016-06-06 12:00:07 | Merge pull request #367 from google/master Merge upstream changes | ||
| 09543b5f | 2016-06-06 11:58:55 | Merge pull request #366 from eustas/master Fix "unused function" warning. | ||
| 639fdaf6 | 2016-06-06 11:19:09 | Fix "unused function" warning. | ||
| ae80e76c | 2016-06-03 16:31:07 | Merge pull request #364 from eustas/to-v0.4 Step 3: change file extension C++ -> C | ||
| 582ecab3 | 2016-06-03 16:29:37 | Step 3: change file extension C++ -> C This will break the build. | ||
| 2f87a5ae | 2016-06-03 12:41:12 | Merge pull request #363 from eustas/to-v0.4 Update setup.py | ||
| b73ebe32 | 2016-06-03 12:31:02 | Fix test file path | ||
| 66606e7d | 2016-06-03 12:30:45 | Fix test file path | ||
| 9dd7e38b | 2016-06-03 12:30:12 | Fix test file path | ||
| 11d1337b | 2016-06-03 12:02:01 | Update setup.py | ||
| 5a206dd9 | 2016-06-03 11:36:21 | Merge pull request #362 from google/master Pick-up pyhton build script update | ||
| 6e356105 | 2016-06-03 11:32:32 | Merge pull request #361 from eustas/to-v0.4 Step 2: update comments | ||
| 352b0b28 | 2016-06-03 11:19:23 | Transform most of C++ comments to C-style. | ||
| bb6f5fea | 2016-06-03 11:12:12 | Merge pull request #336 from anthrotype/upload-sdist appveyor: also upload source distribution packages to Github Releases | ||
| 7cdcbd72 | 2016-06-03 10:58:24 | Merge pull request #360 from eustas/master Step 1: extract common | ||
| 02829186 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| 37984adb | 2016-06-02 11:36:28 | Merge pull request #358 from eustas/master Update decoder | ||
| c6d38e94 | 2016-06-01 17:00:37 | Merge pull request #357 from sebmarchand/master Fix an unitialized variable warning in encode.cc | ||
| a33fc249 | 2016-06-01 10:29:15 | Fix | ||
| 384c595d | 2016-05-31 16:19:59 | Remove "inline" specification BrotliErrorString is an utility method. It is used in very specific cases -> should not be included in library. MSVC doesn't allow "inline" for C code... | ||
| 755b9094 | 2016-05-31 15:40:59 | Update decoder * More discreet trivial literal context detection * Make total_out parameter nullable * More strict stream validity check * Added BrotliErrorString | ||
| 7fd82d46 | 2016-05-28 12:12:20 | Fix an unitialized variable warning in encode.cc | ||
| 3e528595 | 2016-05-26 13:32:09 | Merge pull request #355 from szabadka/master Update the spec to latest published version. | ||
| 5f02d612 | 2016-05-26 12:20:42 | Update the spec to latest published version. | ||
| 1841f7cc | 2016-05-26 12:19:31 | Create -11 version of the spec. | ||
| d34ff954 | 2016-05-26 11:52:48 | Merge remote-tracking branch 'upstream/master' | ||
| 4836af6e | 2016-05-20 10:49:18 | Merge pull request #350 from google/last-error-code Add BROTLI_LAST_ERROR_CODE definition | ||
| f4376d08 | 2016-05-20 10:22:03 | Add BROTLI_LAST_ERROR_CODE definition | ||
| b00b0008 | 2016-05-18 13:39:53 | Merge pull request #348 from google/safe-api Make encoder API more safe | ||
| f40caec7 | 2016-05-18 11:13:01 | Fix C -> C++ | ||
| 8c5ab0f3 | 2016-05-18 11:04:50 | Make encoder API more safe Track and use "last_block_emitted" state flag | ||
| 226d21c4 | 2016-05-18 11:01:16 | Make encoder API more safe Add flag to check if "last" block has been already processed | ||
| 4cc756ec | 2016-05-11 16:42:10 | Merge pull request #345 from eustas/master Update decoder | ||
| 021f6fe3 | 2016-05-11 15:23:07 | Update decoder: * Added BrotliGetErrorCode * fixed check of padding bits after last block | ||
| 3a9032ba | 2016-05-04 21:27:56 | Address the DISCUSS ballot position from the IESG review of the spec. | ||
| 136d39bd | 2016-05-04 21:25:37 | Create -10 version of the specification. | ||
| 45f130ac | 2016-04-29 15:39:29 | Merge pull request #344 from eustas/master Fix Issue #327 | ||
| a6ab7bc8 | 2016-04-29 15:37:52 | Fix Issue #327 | ||
| 022666fc | 2016-04-29 14:16:26 | Merge pull request #343 from eustas/master Update decoder | ||
| 043a99e0 | 2016-04-29 13:44:16 | Update decoder: * make InverseMoveToFrontTransform more standards compliant * simplify BrotliCalculateRingBufferSize | ||
| ff58c04d | 2016-04-27 20:20:44 | Merge pull request #342 from eustas/master Limit |size| in BrotliSetCustomDictionary | ||
| ab858a9f | 2016-04-27 16:52:24 | Limit |size| in BrotliSetCustomDictionary | ||
| b7823ddc | 2016-04-22 11:24:32 | Merge pull request #341 from 1100101/fix_vs2012_compilation Fix compilation with VS2012 | ||
| d9a268c6 | 2016-04-22 10:55:31 | Fix compilation with VS2012 | ||
| 510131d1 | 2016-04-21 17:50:53 | Merge pull request #338 from eustas/master Update decoder. Add encoder interface wrapper. | ||
| 769308d6 | 2016-04-20 11:23:04 | Merge pull request #339 from szabadka/master Address review comments in the specification. | ||
| e96d5b29 | 2016-04-20 10:48:14 | Address review comments in the specification. This commit updates the draft to the ietf -09 version: https://www.ietf.org/id/draft-alakuijala-brotli-09.txt In this version review comments from Jean-loup Gailly and the ietf secdir review were addressed. | ||
| 26cf47f3 | 2016-04-20 10:45:40 | Create -09 version of the draft. | ||
| 75c6c1ab | 2016-04-19 16:43:42 | Fix brotlimodule | ||
| 00128ded | 2016-04-19 16:29:38 | Merge branch 'master' of https://github.com/eustas/brotli | ||
| e7e38498 | 2016-04-19 16:29:10 | Update decoder. Add encoder interface wrapper. * condense printf in port.h; use BROTLI_LOG everywhere * mark non-exported functions with BROTLI_INTERNAL * use BROTLI_DUMP instead of (void)(BROTLI_FAILURE()) * fix problems with CustomDictionary * make decode.h independent of state.h * fix "double-new-lines" * fix some strict compilation warnings * fix bro.cc compilation for MSVS * added compressor.h as a replacement for encode.h + streams.h | ||
| 70a36be5 | 2016-04-19 16:26:30 | Update decoder. Add encoder interface wrapper. * condense printf in port.h; use BROTLI_LOG everywhere * mark non-exported functions with BROTLI_INTERNAL * use BROTLI_DUMP instead of (void)(BROTLI_FAILURE()) * fix problems with CustomDictionary * make decode.h independent of state.h * fix "double-new-lines" * fix some strict compilation warnings * fix bro.cc compilation for MSVS * added compressor.h as a replacement for encode.h + streams.h | ||
| bd88e3cb | 2016-04-10 20:51:21 | add MANIFEST.in to ensure source distribution contains all required files Except tests as they are too big... | ||
| f66c7c54 | 2016-04-10 20:51:10 | python/tests: clean up generated files if successful | ||
| a8d1bf52 | 2016-04-10 19:36:02 | appveyor: also upload source distribution packages to Github Releases This is so that one can do: pip install --find-links https://github.com/google/brotli/releases/latest brotli on any platform, whether or not there are pre-compiled *.whl packages that match the user's python version and anchitecture (e.g. Linux). Pip automatically chooses the correct binary package, and if that isn't available the source distribution (*.tar.gz or *.zip) is downloaded. | ||
| 3a77ebe1 | 2016-03-22 15:55:01 | Merge pull request #331 from PiotrSikora/missing_declarations Fix build with -Wmissing-declarations. | ||
| 501cb861 | 2016-03-18 19:18:59 | Fix build with -Wmissing-declarations. While there, add -Wmissing-prototypes and -Wmissing-declarations to shared.mk in order to catch similar errors in the future. Signed-off-by: Piotr Sikora <piotrsikora@google.com> | ||
| f453b1bf | 2016-03-16 09:53:56 | Merge pull request #328 from szabadka/master Reduce memory usage of brotli encoder at quality 10 and 11. |