26 Commits (ec49866463f84d10533a8d88bdd07aa6923d3be7)

Author SHA1 Message Date
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Craig Tiller c545350633
Reland: [promises] Compression filter conversion (#31686) 2 years ago
Craig Tiller fa31b36cb1
Revert "[promises] Compression filter conversion (#31204)" (#31682) 2 years ago
Craig Tiller a8c983528a
[promises] Compression filter conversion (#31204) 2 years ago
Craig Tiller 8174a75079
[iwyu] Add more test directories (#30952) 3 years ago
Esun Kim 57de9d7353
gtestify test/core/compression (#30204) 3 years ago
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
Craig Tiller 264c321d83
Move compression related metadata to the new system (#28223) 3 years ago
Craig Tiller 672f31c6ac
Channel args preconditioning (#28132) 3 years ago
Craig Tiller b669a3c521
Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 4 years ago
Craig Tiller 5db17f7350
Revert "a useful change (#27381)" (#27411) 4 years ago
Craig Tiller 11eb70bbed
a useful change (#27381) 4 years ago
Esun Kim 315caf5d05 Added grpc::testing::TestEnvironment 5 years ago
Vijay Pai 3c7b035ca6 Remove unused parameter warning (4 of 20) 6 years ago
Juanli Shen 67e6b03e92 Fix compression algorithm parsing 6 years ago
Mark D. Roth eccfecd6a6 Move functions for individual args out of channel_args.{h,cc}. 6 years ago
Muxi Yan 931f68ec56 regenerate metadata 7 years ago
Muxi Yan 3db2caaf2e Replace message/deflate,gzip with deflate,gzip 7 years ago
Muxi Yan 6f0b195d20 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* 7 years ago
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Muxi Yan fe1e05e75b Fix build error in compression_test.cc 7 years ago
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 8 years ago
Muxi Yan 4c7bc85bd8 Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API 8 years ago
Muxi Yan 6360274841 Make the names of compression algorithms backwards compatible at surface API 8 years ago
Muxi Yan 68ee7ce732 clang-format 8 years ago
Muxi Yan e6d888d0a0 Change C core surface API 8 years ago
Yash Tibrewal 9eb8672bbe Removing deprecated string to char * conversions 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 8 years ago
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 8 years ago
Craig Tiller 7d4116fa44 All core tests compile without grpc_mdstr 9 years ago
David Garcia Quintas 2d02456e78 got rid of grpc_compression_options 9 years ago
David Garcia Quintas a301eaade8 Allow servers to select compression level via initial MD. 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
David Garcia Quintas 13c2f6e69d Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer. 9 years ago
Craig Tiller 620e965c1b clang-format after last weeks test-fest 10 years ago
David Garcia Quintas 48ec806249 Done! 10 years ago
David Garcia Quintas 5e0da5845e More coverage 10 years ago
Craig Tiller 34eb4b110f This is needed to link on mac 10 years ago
Craig Tiller a82950e683 clang-format all core files 10 years ago
Craig Tiller 45724b35e4 indent pass to get logical source lines on one physical line 10 years ago
Craig Tiller d6c98df792 clang-format all source 10 years ago
David Garcia Quintas 8ec09f6530 Added tests (and bugfix) for grpc_compression_algorithm_parse 10 years ago
David Garcia Quintas e3988dbbbd Added more tests for GPR_BITCOUNT 10 years ago
David Garcia Quintas 541d5823d2 rewrote bitcount function as a macro 10 years ago
David Garcia Quintas 6b8d1aef89 rewrote bitcount function as a macro 10 years ago
David Garcia Quintas b80479ec27 Added population count function 10 years ago
David Garcia Quintas 699b0f999e Require a pointer + macro arg protection 10 years ago
David Garcia Quintas ed7e8550f5 Require a pointer + macro arg protection 10 years ago
David Garcia Quintas 305e3bd635 Added bitset macro ops 10 years ago