Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| | |||
* | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | |||
* | Retry support. | Mark D. Roth | 2018-02-28 |
| | |||
* | Replace message/deflate,gzip with deflate,gzip | Muxi Yan | 2018-02-06 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\ | | | | | | | fix-stream-compression-config-interface | ||
| * | Upgrade yapf to 0.20.0 | Mehrdad Afshari | 2018-01-02 |
| | | | | | | | | Upgrade yapf version to 0.20.0 and reformat Python files. | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-13 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | Fix windows compile | ncteisen | 2017-12-13 |
| | | |||
| * | yapf tools/distrib | ncteisen | 2017-12-11 |
| | | |||
| * | yapf tools/codegen | ncteisen | 2017-12-11 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-08 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-06 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| |/ | | | | | | | removed"" | ||
| * | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | | |||
| * | minor objc test change | Yash Tibrewal | 2017-11-27 |
| | | |||
| * | Merge branch 'master' into execctx | Yash Tibrewal | 2017-11-27 |
| |\ | |||
| | * | Bump third_party/protobuf submodule to v3.5.0 | Mehrdad Afshari | 2017-11-24 |
| | | | |||
| * | | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-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 ↵ | Muxi Yan | 2017-10-11 |
| | | | | | | | | | | | | | | algorithm names at surface API This reverts commit 63602748415fb836afd7a9685fbe5e85bf5ebfed. This reverts commit 33d7a7aa5a7ff5230a654390779e5da56a7639f8. | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Make the names of compression algorithms backwards compatible at surface API | Muxi Yan | 2017-10-06 |
| | | |||
| * | Rebasing on master for easier merging and testing | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | some build changes, some unresolved dependencies | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | pointer conversion for libuv build. gen_stats_data.py to generate .cc | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | gen_static_metadata.py would generate .cc now. Also fixed asan build failures | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | Revert "General executor speedups, introspection" | Craig Tiller | 2017-09-26 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-09-25 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Change C core surface API | Muxi Yan | 2017-09-25 |
| | | |||
| * | Merge pull request #12624 from yashykt/ctocc6 | Yash Tibrewal | 2017-09-19 |
| |\ | | | | | | | C to C++ compilation | ||
| * | | Really spell out code generation | Craig Tiller | 2017-09-19 |
| | | | |||
| | * | static metadata and clang format | Yash Tibrewal | 2017-09-18 |
| |/ | |||
| * | Fix schema generation | Craig Tiller | 2017-09-13 |
| | | |||
| * | Merge github.com:grpc/grpc into stats_json | Craig Tiller | 2017-09-12 |
| |\ | |||
| * | | Review feedback | Craig Tiller | 2017-09-12 |
| | | | |||
| * | | Upload core stats to qps_test | Craig Tiller | 2017-09-12 |
|/ / | |||
| * | Automatically generate BigQuery schema details for all counters | Craig Tiller | 2017-09-11 |
|/ | |||
* | Add a documentation field to stats, enforce its usage | Craig Tiller | 2017-09-08 |
| | |||
* | Merge github.com:grpc/grpc into stats_histo | Craig Tiller | 2017-09-06 |
|\ | |||
* | | Bounds fixes | Craig Tiller | 2017-09-05 |
| | | |||
* | | Fixup bounds | Craig Tiller | 2017-09-05 |
| | | |||
| * | Merge pull request #12298 from markdroth/default_metadata_fix | Mark D. Roth | 2017-09-05 |
| |\ | | | | | | | Detect default metadata using the callout list. | ||
* | | | Fix some rounding bugs | Craig Tiller | 2017-09-02 |
| | | | |||
| * | | Trying to make the code more readable. | Flavio Medeiros | 2017-09-02 |
| | | | |||
* | | | Cleanup intification | Craig Tiller | 2017-09-01 |
| | | | |||
* | | | Merge branch 'stats_histo_ints' into stats_histo | Craig Tiller | 2017-09-01 |
|\ \ \ | |||
* | | | | Fix one rounding bug | Craig Tiller | 2017-09-01 |
| | | | | |||
* | | | | Add stats test | Craig Tiller | 2017-09-01 |
| | | | | |||
| * | | | Restrict histograms to integral boundaries | Craig Tiller | 2017-09-01 |
|/ / / | |||
| | * | Use a separate table to determine which callouts are default. | Mark D. Roth | 2017-09-01 |
| | | |