aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/compression
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* rename bazel stream_compress_test to stream_compression_testGravatar Jan Tattermusch2018-10-12
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Update prefix length in algorithm_testGravatar Muxi Yan2018-02-06
| |
| * regenerate metadataGravatar Muxi Yan2018-02-06
| |
| * Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
| |
| * Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| |
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|/
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
* | Fix stream compression test bazel buildGravatar Muxi Yan2017-12-11
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-08
|\| | | | | | | fix-stream-compression-config-interface
* | Fix build error in compression_test.ccGravatar Muxi Yan2017-12-08
| |
* | Fix bazel BUILDGravatar Muxi Yan2017-12-07
| |
* | Merge commit 'b0bad8f' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \
* \ \ Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* | | | clang-formatGravatar Muxi Yan2017-12-06
| | | |
| | | * Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | | | | | | | | | | | | | removed""
| | | * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| | | |
| | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | |
| | | * Merge masterGravatar Yash Tibrewal2017-11-16
| | | |\ | | | |/ | | |/|
| | | * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | | | | | ExecCtx and some minor changes
| | | * Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | | |
| | * | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |/ /
| | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | |\ | | |/ | |/|
| * | Merge masterGravatar Yash Tibrewal2017-11-06
| |\ \
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | | |
| * | | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | | |
| * | | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | | |
| * | | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| |/ /
| | * Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| |/ | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* | Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression ↵Gravatar Muxi Yan2017-10-11
| | | | | | | | | | | | | | algorithm names at surface API This reverts commit 63602748415fb836afd7a9685fbe5e85bf5ebfed. This reverts commit 33d7a7aa5a7ff5230a654390779e5da56a7639f8.
* | Fix algorithm_testGravatar Muxi Yan2017-10-09
| |
* | Make the names of compression algorithms backwards compatible at surface APIGravatar Muxi Yan2017-10-06
| |
* | fix test BUILDGravatar Muxi Yan2017-09-25
| |
* | clang-formatGravatar Muxi Yan2017-09-25
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-09-25
|\| | | | | | | fix-stream-compression-config-interface
* | Change C core surface APIGravatar Muxi Yan2017-09-25
| |
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-09-19
| |\ | | | | | | | | | fix-stream-compression-transport-duplicate
| | * Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |/ |/|
| * clang-formatGravatar Muxi Yan2017-09-07
| |
| * Build fixGravatar Muxi Yan2017-09-05
|/
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
|\ | | | | Implement stream compression lib module
| * Fix windows test failureGravatar Muxi Yan2017-07-09
| |
| * Comments and fixesGravatar Muxi Yan2017-07-08
| |