Commit Graph

1670 Commits

Author SHA1 Message Date
Craig Tiller c75f9868c3 Fix benchmark builds 2017-09-05 11:34:57 -07:00
Craig Tiller 56a84848c7 Merge branch 'stats_histo_ints' into stats_histo 2017-09-01 16:36:52 -07:00
Craig Tiller 97ec5eb61e Add stats test 2017-09-01 12:57:36 -07:00
Craig Tiller 2897235609 Expose stats into qps_driver 2017-08-31 15:52:57 -07:00
Craig Tiller ccad38227f Merge github.com:grpc/grpc into stats 2017-08-31 12:23:53 -07:00
Craig Tiller 6e739745e2 Fix header location error 2017-08-31 11:22:52 -07:00
Mark D. Roth bf19961d0a Revert "Implement call combiner" 2017-08-29 16:59:07 -07:00
Craig Tiller 03c908fc9e Merge github.com:grpc/grpc into stats 2017-08-29 12:34:10 -07:00
apolcyn 6b3003fa5a Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_master
Fix build.yaml to expand nanopb headers filegroup, for master branch
2017-08-28 18:15:59 -07:00
Mark D. Roth ff4f2db4b9 Merge pull request #11566 from markdroth/call_combiner
Implement call combiner
2017-08-25 09:05:04 -07:00
Mark D. Roth 76e264b8df Implement call combiner. 2017-08-25 09:03:33 -07:00
Yang Gao 2921e1ea7d Merge pull request #12282 from yang-g/sync_thd_refactor
Refactor sync/thd headers
2017-08-24 15:47:33 -07:00
yang-g 9ff6031014 Add sync_custom.h 2017-08-24 09:08:21 -07:00
yang-g 98ad80a815 Remove stale file 2017-08-24 08:59:51 -07:00
Alexander Polcyn 02d1ff5eb2 fix build.yaml to expand nanopb headers filegroup 2017-08-23 14:43:57 -07:00
ncteisen c302eb9840 Microbenchmarks work with bazel 2017-08-22 12:24:54 -07:00
David Garcia Quintas 713597f1cd Master version bump to 1.7.x 2017-08-16 20:59:05 -07:00
jiangtaoli2016 25d6fd82d1 split tsi library into two 2017-08-09 11:15:04 -07:00
jiangtaoli2016 32f66e8a81 Update build rule 2017-08-07 13:33:37 -07:00
Jiangtao Li 0211cfb277 Revert "Revert "Add TSI zero-copy frame protector"" 2017-08-07 11:24:07 -07:00
Jiangtao Li f5504a3e43 Revert "Add TSI zero-copy frame protector" 2017-08-07 10:48:46 -07:00
jiangtaoli2016 72eeb3c6dd split tsi into two libraries: tsi_interface and tsi 2017-08-04 14:40:51 -07:00
jiangtaoli2016 f3f7d3ba6c Merge branch 'master' into tsi_grpc 2017-08-04 13:45:38 -07:00
Sree Kuchibhotla 1fb3b669f9 Merge pull request #11579 from sreecha/fix_alarm
Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
2017-08-04 13:16:13 -07:00
Mark D. Roth f9bf428489 Add support for service configs to c-ares resolver. 2017-08-03 14:47:23 -07:00
Sree Kuchibhotla 34989fdaae Merge branch 'master' into fix_alarm 2017-08-02 17:12:00 -07:00
jiangtaoli2016 3aaa5ea028 minor fix 2017-08-02 13:36:50 -07:00
Sree Kuchibhotla e70f3b2200 Merge branch 'master' into fix_alarm 2017-08-01 13:45:54 -07:00
ncteisen ab04027e47 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 2017-08-01 10:58:29 -07:00
Vijay Pai 168034b2f0 Test against grpc++_unsecure when possible. Provide unsecure version of test_util 2017-07-31 17:10:44 -07:00
jiangtaoli2016 79d9a8a7e0 Merge branch 'master' into tsi_grpc 2017-07-31 14:16:26 -07:00
Vijay Pai 4280725bb3 Clean up grpc++_unsecure so that it doesn't require secure content anymore 2017-07-30 23:53:27 -07:00
Yuchen Zeng e5cd1765ff Merge pull request #11927 from y-zeng/nameser
Add src/core/lib/iomgr/nameser.h
2017-07-28 18:26:59 -07:00
jiangtaoli2016 7001bc279b Add TSI zero-copy frame protector 2017-07-28 18:26:21 -07:00
ncteisen fb193a1e2f Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 2017-07-28 15:47:32 -07:00
Yuchen Zeng f630ff2555 Update build.yaml, fix format 2017-07-27 12:16:06 -07:00
Mark D. Roth 5794061764 Improvements to grpc_byte_stream API and handling.
- Add shutdown() method (to be used in forthcoming call combiner code).
- Use a vtable instead of storing method pointers in each instance.
- Check all callers of pull() to make sure that they are properly
  handling errors.
- Clarify ownership rules and attempt to adhere to them.
- Added a new grpc_caching_byte_stream implementation, which is used in
  http_client_filter to avoid having to read the whole send_message byte
  stream before passing control down the stack.  (This class may also be
  used in the retry code I'm working on separately.)
- As part of this, did a major rewrite of http_client_filter, which
  made the code more readable and fixed a number of potential bugs.

Note that some of this code is hard to test right now, due to the fact
that the send_message byte stream is always a slice_buffer stream, for
which next() is always synchronous and no destruction is needed.
However, some future work (specifically, my call combiner work and
Craig's incremental send work) will start leveraging this.
2017-07-26 14:29:52 -07:00
Sree Kuchibhotla 59beeff531 Merge branch 'master' into fix_alarm 2017-07-25 14:08:33 -07:00
Craig Tiller 39af3361ae Merge github.com:grpc/grpc into stats 2017-07-21 16:06:48 -07:00
Sree Kuchibhotla e8e05f90a4 Merge pull request #11816 from sreecha/sreek-epoll1
More changes to epoll1 poller  (not enabled in tests yet)
2017-07-21 15:33:09 -07:00
Craig Tiller b89304652b Build simplification 2017-07-19 16:24:19 -07:00
Sree Kuchibhotla 5d906568b4 Merge branch 'master' into sreek-epoll1 2017-07-19 11:20:33 -07:00
ncteisen 268a82398c Pull flow control into one module 2017-07-18 17:06:57 -07:00
Craig Tiller 280866817f Add a simple stats framework to gRPC C core 2017-07-18 14:22:19 -07:00
murgatroid99 75f678a5b2 Merge branch 'master' into uv_portability_fix 2017-07-18 14:11:07 -07:00
murgatroid99 79e2d8e89f libuv tests: skip a test that spawns a thread 2017-07-18 13:23:55 -07:00
murgatroid99 b8e07ad780 Add asserts that uv calls all run on the same thread 2017-07-18 13:20:55 -07:00
Mark D. Roth 65d447f2c3 Merge pull request #11454 from markdroth/server_cq_ok_semantics
Do not return calls on server when request proto fails to deserialize.
2017-07-18 12:19:45 -07:00
Mark D. Roth ea8f591b9d Merge pull request #11607 from yihuazhang/tsi_init
Add GTS plugin
2017-07-18 07:38:30 -07:00
Sree Kuchibhotla acbdc796fb Merge branch 'master' into sreek-epoll1 2017-07-17 14:58:18 -07:00