Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
Yash Tibrewal
6fbe010851
minor objc test change
7 years ago
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
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.
7 years ago
Muxi Yan
4c7bc85bd8
Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API
...
This reverts commit 6360274841
.
This reverts commit 33d7a7aa5a
.
7 years ago
Muxi Yan
6360274841
Make the names of compression algorithms backwards compatible at surface API
7 years ago
Yash Tibrewal
bc460fa3c4
Rebasing on master for easier merging and testing
7 years ago
Yash Tibrewal
547653ebdb
some build changes, some unresolved dependencies
7 years ago
Yash Tibrewal
19f0a909ac
pointer conversion for libuv build. gen_stats_data.py to generate .cc
7 years ago
Yash Tibrewal
90adcf5e98
gen_static_metadata.py would generate .cc now. Also fixed asan build failures
7 years ago
Craig Tiller
2477cf3778
Revert "General executor speedups, introspection"
7 years ago
Muxi Yan
e6d888d0a0
Change C core surface API
7 years ago
Craig Tiller
7fcdd7add0
Really spell out code generation
7 years ago
Yash Tibrewal
067611f192
static metadata and clang format
7 years ago
Craig Tiller
70bbb6b117
Fix schema generation
7 years ago
Craig Tiller
27147b85f8
Review feedback
7 years ago
Craig Tiller
73a6170896
Upload core stats to qps_test
7 years ago
Craig Tiller
5d6156033e
Review feedback
7 years ago
Craig Tiller
f11a40d23b
Upload core stats to qps_test
7 years ago
Craig Tiller
4b7fe94a97
Automatically generate BigQuery schema details for all counters
7 years ago
Craig Tiller
eda90974b4
Add a documentation field to stats, enforce its usage
7 years ago
Craig Tiller
3e3dd08087
Bounds fixes
7 years ago
Craig Tiller
07530dbbeb
Fixup bounds
7 years ago
Craig Tiller
cd0a91e4e1
Fix some rounding bugs
7 years ago
Flavio Medeiros
89e68acb50
Trying to make the code more readable.
7 years ago
Craig Tiller
e4605634a7
Cleanup intification
7 years ago
Craig Tiller
40bca8468e
Fix one rounding bug
7 years ago
Craig Tiller
97ec5eb61e
Add stats test
7 years ago
Craig Tiller
da5cd59ed3
Restrict histograms to integral boundaries
7 years ago
Mark D. Roth
9e3a19ee95
Use a separate table to determine which callouts are default.
7 years ago
Craig Tiller
5489d41c15
Expose histograms via microbenchmarks
7 years ago
Craig Tiller
520d76d698
Compile fix
7 years ago
Craig Tiller
640dfe499e
Histogram support
7 years ago
Muxi Yan
68760439e7
Resolve performance
7 years ago
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
7 years ago
Craig Tiller
33aeabad66
begin building out histogram support
7 years ago
Craig Tiller
280866817f
Add a simple stats framework to gRPC C core
7 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
7 years ago
Muxi Yan
59827dd739
generate project
7 years ago
Noah Eisen
e7ba3e91f8
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
David Garcia Quintas
a818f72c0c
Load Reporting back to using metadata
8 years ago
Bogdan Drutu
c2b1f1672d
Change metadata names used by the instrumentation.
8 years ago
Craig Tiller
12d716c88c
add nl
8 years ago
Craig Tiller
bee6a33c5c
Fix include guards
8 years ago
Craig Tiller
dd2f706b8b
Generate slightly more efficient code
8 years ago
Craig Tiller
3d13d7e162
Update copyright, choose a better sort order for our enum
8 years ago