Juanli Shen
f5f1d57d7a
Add load reporting filter
2018-06-22 10:00:48 -07:00
Yash Tibrewal
0be746faff
Merge pull request #15823 from yashykt/writethroughdoc
...
Wire to socket doc change
2018-06-20 16:26:08 -07:00
Yash Tibrewal
73a124fcfb
Wire to socket doc change
2018-06-20 13:34:33 -07:00
ncteisen
1ab1287ac7
Reviewer feedback
2018-06-19 17:09:53 -07:00
ncteisen
68d4f50f77
Merge branch 'master' of https://github.com/grpc/grpc into channelz
2018-06-19 14:00:52 -07:00
Mark D. Roth
9e3e64604d
Merge pull request #15274 from JackOfMostTrades/verify-callback-core
...
Create verify_peer_options when creating ssl credentials to support a peer verification callback
2018-06-19 10:00:16 -07:00
Jim King
01cbab60f3
Merge pull request #15070 from Vizerai/filter_port
...
Adding opencensus grpc plugin with bazel support.
2018-06-18 17:01:26 -07:00
ncteisen
c7166ae67d
Make channelz an opt in feature
2018-06-15 11:04:37 -04:00
ncteisen
f92460e539
Merge branch 'master' of https://github.com/grpc/grpc into channelz
2018-06-13 23:00:07 -07:00
hcaseyal
9a2c0a8641
Merge pull request #15740 from hcaseyal/update_listening_port_documentation
...
Update AddListeningPort documentation in ServerBuilder
2018-06-13 17:58:09 -07:00
Hope Casey-Allen
90b4ef5be7
Update AddListeningPort documentation in ServerBuilder
2018-06-13 12:56:01 -07:00
Vizerai
f9f0b54d38
update
2018-06-12 23:06:26 -07:00
Yash Tibrewal
56e59ef6b0
Merge pull request #15699 from yashykt/noproxyarg
...
Add channel arg to enable/disable http proxy
2018-06-12 13:58:33 -07:00
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
2018-06-12 12:59:37 -07:00
Yash Tibrewal
17684374f5
Merge pull request #15717 from yashykt/sizedoc
...
Add documentation for default message sizes
2018-06-12 10:32:34 -07:00
Vijay Pai
500e3399b6
Address reviewer comments
2018-06-12 00:58:18 -07:00
Vijay Pai
1b8969b973
Add useful comment on ServerInterface::Shutdown
2018-06-12 00:53:19 -07:00
Yash Tibrewal
4e3835b36b
Add documentation for default message sizes
2018-06-11 15:10:21 -07:00
Yash Tibrewal
21dbaab4be
Add channel arg to enable/disable http proxy
2018-06-08 18:51:27 -07:00
yang-g
801e566622
handle empty slice explicitly
2018-06-08 10:29:07 -07:00
ncteisen
16280c7398
Remove unused API
2018-06-08 09:44:25 -07:00
ncteisen
d23739eda3
Reviewer feedback
2018-06-07 12:55:15 -07:00
Muxi Yan
d7728cda51
Merge pull request #15069 from muxi/prototype-cfstream
...
Implementation of CFStream
2018-06-07 10:45:10 -07:00
ncteisen
9a1bb05181
Build out the channelz unit test
2018-06-05 16:59:25 -07:00
ncteisen
c3c6e064b3
Add basic support for GetChannel
2018-06-05 16:59:25 -07:00
Vizerai
e501a3d3fd
Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port
2018-05-29 10:45:32 -07:00
Muxi Yan
4dbd18aec5
Make mobile log per-host and rename as context
2018-05-29 10:45:04 -07:00
Vizerai
e1d7deeb53
update
2018-05-25 14:11:49 -07:00
Vizerai
cb2767143c
update
2018-05-24 22:39:23 -07:00
Vizerai
60086793e0
update
2018-05-22 16:03:16 -07:00
Muxi Yan
ba221d0423
Merge branch 'master' into prototype-cfstream
2018-05-22 10:12:38 -07:00
Muxi Yan
a70102b1eb
Use cc rather than mm files and merge cfstream related files into core
2018-05-22 08:53:46 -07:00
Michael Rebello
9c926f325d
Resolve Swift warnings by specifying void arguments
...
The following functions in the `fork.h` file cause a `This function declaration is not a prototype` warning in Swift:
```
void grpc_prefork(void);
void grpc_postfork_parent(void);
void grpc_postfork_child(void);
void grpc_fork_handlers_auto_register(void);
```
Explicitly specifying `void` as the argument resolves the warnings.
Reproducible using Xcode 9.2 with `SwiftGRPC`/`gRPC-Core` via CocoaPods.
2018-05-10 13:27:23 -07:00
apolcyn
57ed055f2f
Merge pull request #15283 from apolcyn/server_consume_socket_mutator
...
Consume socket mutators on posix servers
2018-05-08 21:04:36 -07:00
Alexander Polcyn
ac8b72f75b
Add a test that tcp server posix consumes socket mutators
2018-05-08 11:49:55 -07:00
Yash Tibrewal
a3ba733a84
Add GPR_DEBUG_ASSERT
2018-04-26 16:35:41 -07:00
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
2018-04-16 15:11:32 -07:00
ncteisen
92c4e0fee0
Rename ProtoBuffer helpers
2018-04-12 17:19:54 -07:00
Yash Tibrewal
794edb3207
use GPR_UNLIKELY in GPR_ASSERT
2018-04-12 12:37:48 -07:00
Yash Tibrewal
344a2b2559
Merge pull request #15009 from yashykt/gprlikely
...
Add support for GPR_LIKELY and GPR_UNLIKELY
2018-04-12 12:32:42 -07:00
Jan Tattermusch
749f923c5b
Merge pull request #14945 from ara-ayvazyan/improve_log_perf
...
Avoid low severity log message construction
2018-04-12 08:56:40 +02:00
Yash Tibrewal
1ed62388dc
Revert change to GPR_ASSERT
2018-04-10 18:20:58 -07:00
Yash Tibrewal
e771f9ba84
Add mising GPR_UNLIKELY definition
2018-04-10 17:31:00 -07:00
Yash Tibrewal
20019ceef3
Add support for GPR_LIKELY and GPR_UNLIKELY
2018-04-10 17:21:03 -07:00
Noah Eisen
e91cfed3a2
Merge pull request #14934 from ncteisen/typos
...
Fix typos
2018-04-09 10:36:10 -07:00
ncteisen
cf5b2666e1
Make GrpcProtoBufferReaderWriter public
2018-04-06 07:05:27 -07:00
Ara Ayvazyan
e7995f213c
Avoid low severity log message construction
2018-04-04 17:37:40 -07:00
ncteisen
4a719088ca
Fix typos
2018-04-04 10:26:57 -07:00
Noah Eisen
0b49467404
Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebuffer
...
Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer
2018-04-02 13:56:31 -07:00
Ara Ayvazyan
2e3d410846
fixup! Use bbuf_ptr
2018-04-02 11:16:41 -07:00