Nicolas Noble
|
2ad245cb0c
|
Revert "Folding the Channel class into the grpc_impl namespace."
|
2019-02-15 09:52:15 -08:00 |
|
Nicolas "Pixel" Noble
|
2fd079ff7c
|
Channel folding.
|
2019-01-23 21:40:07 +01:00 |
|
ncteisen
|
7b81ae14a7
|
clang tidy and clang format
|
2018-12-07 14:59:04 -08:00 |
|
Yash Tibrewal
|
a60fd359cb
|
Modify remaining usecases in test/cpp
|
2018-11-16 11:42:31 -08:00 |
|
ncteisen
|
f53e6884b6
|
Fix two build breakages
|
2018-10-04 22:05:27 -07:00 |
|
ncteisen
|
e35f24da4d
|
reviewer feedback
|
2018-10-04 15:25:49 -07:00 |
|
Yash Tibrewal
|
a1598c5abf
|
Create interfaces and initial plumbing for interception API
|
2018-09-26 19:25:30 -07:00 |
|
Vijay Pai
|
9134639877
|
Warn on non-virtual destructor if class has virtual functions
|
2018-09-20 18:09:27 -07:00 |
|
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
2018-03-08 22:04:59 -08:00 |
|
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
2018-02-09 09:34:04 -08:00 |
|
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
2018-02-09 09:16:55 -08:00 |
|
Sree Kuchibhotla
|
3293da3ca3
|
Change the Fixture shutdown code so that the server fds are still polled
(to flush out any writes) when the server is shutdown.
|
2018-02-06 23:45:15 -08:00 |
|
Jan Tattermusch
|
889bb7fde4
|
calling create in default param is against code style
|
2018-01-31 23:21:41 +01:00 |
|
Jan Tattermusch
|
18f27376c5
|
avoid touching stats_ instance field before base constructor
|
2018-01-31 22:35:17 +01:00 |
|
Jan Tattermusch
|
12ba4b1e05
|
make grpc_passthru_endpoint_stats refcounted
|
2018-01-30 19:24:56 +01:00 |
|
Yash Tibrewal
|
8cf1470a51
|
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
|
2017-12-06 09:47:54 -08:00 |
|
Yash Tibrewal
|
ad4d2dde00
|
Revert "All instances of exec_ctx being passed around in src/core removed"
|
2017-12-06 09:05:05 -08:00 |
|
Yash Tibrewal
|
73bb67d054
|
Merge master into execctx
|
2017-12-05 17:49:11 -08:00 |
|
Yash Tibrewal
|
c354269ba7
|
Remove _ prefixed variable names
|
2017-11-29 19:07:44 -08:00 |
|
Mark D. Roth
|
aaad0c2e5a
|
clang-format
|
2017-11-27 08:31:50 -08:00 |
|
Yash Tibrewal
|
177039b2f8
|
Merge master
|
2017-11-16 19:31:28 -08:00 |
|
Mark D. Roth
|
03610f672e
|
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
|
2017-11-15 12:54:28 -08:00 |
|
Yash Tibrewal
|
6c26b16fe0
|
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes
|
2017-11-14 18:11:22 -08:00 |
|
Yash Tibrewal
|
75122c2357
|
Address some PR comments
|
2017-11-14 01:36:28 -08:00 |
|
Craig Tiller
|
be98d24841
|
clang-format after nullptr changes
|
2017-11-10 15:26:57 -08:00 |
|
Craig Tiller
|
4ac2b8e585
|
Enable clang-tidy as a sanity check, fix up all known failures
|
2017-11-10 14:14:17 -08:00 |
|
Yash Tibrewal
|
3150744c71
|
Removing more exec_ctx instances
|
2017-11-09 18:27:37 -08:00 |
|
Mark D. Roth
|
04c97d0e0d
|
Add notify_on_receive_settings closure to chttp2 transport.
|
2017-11-09 09:14:14 -08:00 |
|
Mark D. Roth
|
bcfd0f38fc
|
Bool-ify is_client param.
|
2017-11-09 08:04:47 -08:00 |
|
Yash Tibrewal
|
888691344e
|
Merge branch 'master' into testc++ize
|
2017-10-31 11:24:36 -07:00 |
|
Vijay Pai
|
f92b530068
|
Fix a data race in microbenchmark stats gathering
|
2017-10-30 15:10:56 -07:00 |
|
Yash Tibrewal
|
39aed1ae8b
|
Remove unnecessary extern Cs
|
2017-10-25 17:04:35 -07:00 |
|
Craig Tiller
|
f7225eb5f6
|
Fix some stalling in bm_fullstack_trickle, also switch to synthetic time
|
2017-09-21 14:59:28 -07:00 |
|
Alok Kumar
|
6b84005651
|
Add independent library targets for newly added .h files for microbenchmarks. Also fix includes in fullstack_fixtures.h
|
2017-09-13 13:34:45 -07:00 |
|
Vijay Pai
|
3d7d5f4ed2
|
Create inproc transport, add relevant tests, exclude irrelevant tests
|
2017-07-14 16:23:54 -07:00 |
|
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
|
Yuxuan Li
|
a33e2b27a1
|
add some comments
|
2017-05-04 16:13:49 -07:00 |
|
Yuxuan Li
|
28efff3e1e
|
clang-format
|
2017-05-03 22:50:56 -07:00 |
|
Yuxuan Li
|
999ac157e6
|
initial implementation.
|
2017-05-03 21:36:36 -07:00 |
|
Craig Tiller
|
9fd7cf5dc3
|
Recycle ports
|
2017-04-25 08:45:06 -07:00 |
|
Craig Tiller
|
5f399d173b
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-07 06:46:08 -07:00 |
|
Craig Tiller
|
7949527333
|
Actually instantiate minstack
|
2017-04-04 13:36:47 -07:00 |
|
Craig Tiller
|
1d77b44c00
|
Add representative benchmarks of minimal stacks on chttp2
|
2017-04-04 13:23:09 -07:00 |
|
Craig Tiller
|
5e17020d61
|
Fix compile
|
2017-03-31 07:30:35 -07:00 |
|
Craig Tiller
|
cc928d6b71
|
Cleanup
|
2017-03-03 11:06:40 -08:00 |
|
Craig Tiller
|
627a59892a
|
Prep for splitting bm_fullstack
|
2017-03-03 09:47:21 -08:00 |
|