aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/compression
Commit message (Collapse)AuthorAge
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* 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
|\
| * Remove compression_rubyGravatar 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
| * Fix inline/refcounted slice problem in gzipGravatar Muxi Yan2017-12-13
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-08
|\| | | | | | | fix-stream-compression-config-interface
* | Do not separate message/stream compression levelsGravatar Muxi Yan2017-12-07
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\ \ | | | | | | | | | fix-stream-compression-config-interface
* \ \ Merge commit 'b0bad8f' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* | | | clang-formatGravatar Muxi Yan2017-12-06
| | | |
* | | | Merge e759d2a^Gravatar 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
| | | |
| | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | |\
| | | * | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | | |
| | | | * clang fmtGravatar ncteisen2017-11-20
| | | | |
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | | | |\ | | | |_|/ | | |/| |
| | | | * Fix windows buildGravatar ncteisen2017-11-17
| | | | |
| | | | * clang fmtGravatar ncteisen2017-11-17
| | | | |
| | | | * Remove all extern CGravatar ncteisen2017-11-17
| | | |/ | | |/|
| | | * 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
| | | |
| | * | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | | |
| | | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | | |\ | | | |/ | | |/|
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |/ /
| | * 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.
* | update ruby extension to compression changesGravatar Alexander Polcyn2017-10-11
| |
* | Add ruby-specific compression name conversion APIGravatar Muxi Yan2017-10-11
| |
* | 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.
| * Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-10-06
|\| | | | | | | fix-stream-compression-config-interface
* | Make the names of compression algorithms backwards compatible at surface APIGravatar Muxi Yan2017-10-06
| |
| * Rebasing on master for easier merging and testingGravatar Yash Tibrewal2017-10-02
| |
| * Windows definition/declaration bugsGravatar Yash Tibrewal2017-10-02
| |
| * More build errorsGravatar Yash Tibrewal2017-10-02
| |
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | Also converting to .cc
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
* | 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
| | |