Log

Author Commit Date CI Message
eustas bac060f1 2016-06-16T17:25:26 Fix library path
eustas cac71ca2 2016-06-16T17:23:21 Put library also to bin
eustas 41e4fb8b 2016-06-16T15:36:11 Reroute -t parameter to build_ext
eustas 198b51d9 2016-06-16T15:31:09 Place binary output to bin/
eustas 7152be88 2016-06-16T15:30:18 Remove deleted files
eustas b4d12191 2016-06-16T14:34:41 Merge pull request #377 from eustas/master Update build system. Now libraries are produced as build artifacts.
Eugene Kliuchnikov f9ab24a7 2016-06-16T11:06:47 Fix gitignore
Eugene Kliuchnikov 378485b0 2016-06-16T10:52:57 Update build system. Now libraries are produced as build artifacts. There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects
eustas 4a8bb6a2 2016-06-16T10:08:38 Merge pull request #376 from PiotrSikora/cpp_constants Restore C++ constants in "brotli" namespace.
Piotr Sikora 629d01cc 2016-06-15T14:25:46 Restore C++ constants in "brotli" namespace. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
eustas e4c89142 2016-06-15T12:04:04 Merge pull request #375 from google/v0.5 Update to v0.5
eustas cd33d275 2016-06-14T16:06:45 Merge pull request #373 from eustas/v0.5 Rebase
eustas 95151f95 2016-06-14T16:05:49 Update version to 0.5.0
Eugene Kliuchnikov ee6bb315 2016-06-14T16:03:51 Merge branch 'v0.5' of https://github.com/eustas/brotli into v0.5
Eugene Kliuchnikov 986aa099 2016-06-14T13:42:47 Fix VS compilation warnings; cleanup API.
Eugene Kliuchnikov f1c9ab29 2016-06-03T10:51:04 Extract common parts: constants, dictionary, etc.
eustas 048b14c6 2016-06-13T16:46:25 Fix declaration / instruction mixture
eustas 999a3ce9 2016-06-13T16:44:52 Fix implicit 32->64 bit conversion
eustas 514941ad 2016-06-13T16:30:17 Fix implicit 32->64 bit conversion
eustas 7d928f47 2016-06-13T16:28:19 Fix implicit 32->64 bit conversion
eustas 3bb19efb 2016-06-13T15:54:57 Fix double constant literal
eustas d7d59462 2016-06-13T15:50:15 Backport MSVC log2 fix
eustas 918ddd31 2016-06-13T15:40:45 Fix kInfinity definition INFINITY is legal only in C++11
Eugene Kliuchnikov 8872d7b4 2016-06-13T15:22:13 Fix CI build.
Eugene Kliuchnikov 3ccbf05d 2016-06-13T11:01:04 Convert encoder to plain C.
Eugene Kliuchnikov c2a9b2d2 2016-06-03T16:29:37 Step 3: change file extension C++ -> C This will break the build.
eustas 55bd78fb 2016-06-03T12:31:02 Fix test file path
eustas ab53fc31 2016-06-03T12:30:45 Fix test file path
eustas 98bc7fcc 2016-06-03T12:30:12 Fix test file path
eustas e208eff3 2016-06-14T13:54:11 Fix: declare variables before code
Eugene Kliuchnikov 2a6b041a 2016-06-03T12:02:01 Update setup.py
Eugene Kliuchnikov 58a3023e 2016-06-03T11:19:23 Transform most of C++ comments to C-style.
eustas 34bfe2a6 2016-06-14T15:53:06 Add Travis status
eustas 29d31d59 2016-06-14T15:07:13 Prepare to release 0.4.0
eustas 89803b95 2016-06-14T15:06:36 Prepare to release 0.4.0
eustas 22f7e3c1 2016-06-14T14:44:01 Merge pull request #372 from eustas/to-v0.4 Fix VS compilation warnings; cleanup API.
eustas e96b7db0 2016-06-14T13:54:11 Fix: declare variables before code
Eugene Kliuchnikov be1a53a6 2016-06-14T13:42:47 Fix VS compilation warnings; cleanup API.
eustas 2b4bdc4b 2016-06-13T17:18:13 Merge pull request #371 from eustas/to-v0.4 Fix CI build.
eustas 48da49b0 2016-06-13T16:46:25 Fix declaration / instruction mixture
eustas 40101bb9 2016-06-13T16:44:52 Fix implicit 32->64 bit conversion
eustas 85712c66 2016-06-13T16:30:17 Fix implicit 32->64 bit conversion
eustas a08c36bd 2016-06-13T16:28:19 Fix implicit 32->64 bit conversion
eustas bc7f0f83 2016-06-13T15:54:57 Fix double constant literal
eustas 8d14bed2 2016-06-13T15:50:15 Backport MSVC log2 fix
eustas 18dc8eab 2016-06-13T15:40:45 Fix kInfinity definition INFINITY is legal only in C++11
Eugene Kliuchnikov db3a1162 2016-06-13T15:22:13 Fix CI build.
eustas 0747bda5 2016-06-13T11:53:23 Merge pull request #370 from eustas/to-v0.4 Convert encoder to plain C.
Eugene Kliuchnikov b972c677 2016-06-13T11:01:04 Convert encoder to plain C.
eustas 9bce220b 2016-06-10T11:06:15 Fix windows builds
eustas 63111b21 2016-06-06T12:00:07 Merge pull request #367 from google/master Merge upstream changes
eustas 09543b5f 2016-06-06T11:58:55 Merge pull request #366 from eustas/master Fix "unused function" warning.
Eugene Kliuchnikov 639fdaf6 2016-06-06T11:19:09 Fix "unused function" warning.
eustas ae80e76c 2016-06-03T16:31:07 Merge pull request #364 from eustas/to-v0.4 Step 3: change file extension C++ -> C
Eugene Kliuchnikov 582ecab3 2016-06-03T16:29:37 Step 3: change file extension C++ -> C This will break the build.
eustas 2f87a5ae 2016-06-03T12:41:12 Merge pull request #363 from eustas/to-v0.4 Update setup.py
eustas b73ebe32 2016-06-03T12:31:02 Fix test file path
eustas 66606e7d 2016-06-03T12:30:45 Fix test file path
eustas 9dd7e38b 2016-06-03T12:30:12 Fix test file path
Eugene Kliuchnikov 11d1337b 2016-06-03T12:02:01 Update setup.py
eustas 5a206dd9 2016-06-03T11:36:21 Merge pull request #362 from google/master Pick-up pyhton build script update
eustas 6e356105 2016-06-03T11:32:32 Merge pull request #361 from eustas/to-v0.4 Step 2: update comments
Eugene Kliuchnikov 352b0b28 2016-06-03T11:19:23 Transform most of C++ comments to C-style.
eustas bb6f5fea 2016-06-03T11:12:12 Merge pull request #336 from anthrotype/upload-sdist appveyor: also upload source distribution packages to Github Releases
eustas 7cdcbd72 2016-06-03T10:58:24 Merge pull request #360 from eustas/master Step 1: extract common
Eugene Kliuchnikov 02829186 2016-06-03T10:51:04 Extract common parts: constants, dictionary, etc.
eustas 37984adb 2016-06-02T11:36:28 Merge pull request #358 from eustas/master Update decoder
szabadka c6d38e94 2016-06-01T17:00:37 Merge pull request #357 from sebmarchand/master Fix an unitialized variable warning in encode.cc
Sebastien Marchand a33fc249 2016-06-01T10:29:15 Fix
eustas 384c595d 2016-05-31T16: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...
Eugene Kliuchnikov 755b9094 2016-05-31T15:40:59 Update decoder * More discreet trivial literal context detection * Make total_out parameter nullable * More strict stream validity check * Added BrotliErrorString
Sebastien Marchand 7fd82d46 2016-05-28T12:12:20 Fix an unitialized variable warning in encode.cc
szabadka 3e528595 2016-05-26T13:32:09 Merge pull request #355 from szabadka/master Update the spec to latest published version.
Zoltan Szabadka 5f02d612 2016-05-26T12:20:42 Update the spec to latest published version.
Zoltan Szabadka 1841f7cc 2016-05-26T12:19:31 Create -11 version of the spec.
Zoltan Szabadka d34ff954 2016-05-26T11:52:48 Merge remote-tracking branch 'upstream/master'
eustas 4836af6e 2016-05-20T10:49:18 Merge pull request #350 from google/last-error-code Add BROTLI_LAST_ERROR_CODE definition
eustas f4376d08 2016-05-20T10:22:03 Add BROTLI_LAST_ERROR_CODE definition
eustas b00b0008 2016-05-18T13:39:53 Merge pull request #348 from google/safe-api Make encoder API more safe
eustas f40caec7 2016-05-18T11:13:01 Fix C -> C++
eustas 8c5ab0f3 2016-05-18T11:04:50 Make encoder API more safe Track and use "last_block_emitted" state flag
eustas 226d21c4 2016-05-18T11:01:16 Make encoder API more safe Add flag to check if "last" block has been already processed
eustas 4cc756ec 2016-05-11T16:42:10 Merge pull request #345 from eustas/master Update decoder
Eugene Kliuchnikov 021f6fe3 2016-05-11T15:23:07 Update decoder: * Added BrotliGetErrorCode * fixed check of padding bits after last block
Zoltan Szabadka 3a9032ba 2016-05-04T21:27:56 Address the DISCUSS ballot position from the IESG review of the spec.
Zoltan Szabadka 136d39bd 2016-05-04T21:25:37 Create -10 version of the specification.
eustas 45f130ac 2016-04-29T15:39:29 Merge pull request #344 from eustas/master Fix Issue #327
Eugene Kliuchnikov a6ab7bc8 2016-04-29T15:37:52 Fix Issue #327
eustas 022666fc 2016-04-29T14:16:26 Merge pull request #343 from eustas/master Update decoder
Eugene Kliuchnikov 043a99e0 2016-04-29T13:44:16 Update decoder: * make InverseMoveToFrontTransform more standards compliant * simplify BrotliCalculateRingBufferSize
eustas ff58c04d 2016-04-27T20:20:44 Merge pull request #342 from eustas/master Limit |size| in BrotliSetCustomDictionary
Eugene Kliuchnikov ab858a9f 2016-04-27T16:52:24 Limit |size| in BrotliSetCustomDictionary
eustas b7823ddc 2016-04-22T11:24:32 Merge pull request #341 from 1100101/fix_vs2012_compilation Fix compilation with VS2012
Frank Aurich d9a268c6 2016-04-22T10:55:31 Fix compilation with VS2012
eustas 510131d1 2016-04-21T17:50:53 Merge pull request #338 from eustas/master Update decoder. Add encoder interface wrapper.
szabadka 769308d6 2016-04-20T11:23:04 Merge pull request #339 from szabadka/master Address review comments in the specification.
Zoltan Szabadka e96d5b29 2016-04-20T10: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.
Zoltan Szabadka 26cf47f3 2016-04-20T10:45:40 Create -09 version of the draft.
eustas 75c6c1ab 2016-04-19T16:43:42 Fix brotlimodule
Eugene Kliuchnikov 00128ded 2016-04-19T16:29:38 Merge branch 'master' of https://github.com/eustas/brotli