Adam Michalik
bf10c82bf8
implement support for adding external fd to server
9 years ago
Adam Michalik
4023382294
Add support for establishing server channel using existing FD
9 years ago
Adam Michalik
1f23865622
code formatting
9 years ago
Adam Michalik
f31a7ff597
added missing include
9 years ago
Adam Michalik
a1f8b141f6
revert grpc.h
9 years ago
Adam Michalik
8cf5303e8c
more separation
9 years ago
Adam Michalik
3a3e14ca09
revert channel_create.c
9 years ago
Adam Michalik
321b1fb1c2
separate posix functionality to grpc_posix.h
9 years ago
Adam Michalik
46cc2acc3e
add tests
9 years ago
Adam Michalik
d9b8db6c17
Create channel directly.
9 years ago
Adam Michalik
6e9fab5ed6
Add support for establishing client channel using existing FD
9 years ago
Yuchen Zeng
d23710787b
Merge remote-tracking branch 'upstream/master' into reflection_separate_lib
9 years ago
Makarand Dharmapurikar
150e5025cb
added ** for doc autogen.
9 years ago
Yuchen Zeng
c6bf5f79b2
Use deps instead of uses in build.yaml
9 years ago
Makarand Dharmapurikar
b43bda43ec
added comment about host parameter format (issue 4147)
9 years ago
Makarand Dharmapurikar
5cdc9b9181
added comment about host parameter format (issue 4147)
9 years ago
yang-g
000aa457dc
add a test with empty request
9 years ago
Jan Tattermusch
d30d4e279c
Merge pull request #6190 from dgquintas/lb_pollset_propagation
...
Enable use of pollset_set for a channel call
9 years ago
Jan Tattermusch
570408fd4c
Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call
...
Let Next set ok=true when receiving error status
9 years ago
Jan Tattermusch
3c267368fd
Merge pull request #6792 from yang-g/build_clean
...
Make grpc++ independent of protobuf
9 years ago
Jan Tattermusch
be59629736
Merge pull request #6758 from ctiller/c++-is-people-too
...
Automatically capture transitive dependencies for Visual Studio solution files
9 years ago
Jan Tattermusch
fa430fdec9
Merge pull request #6809 from jtattermusch/csharp_channel_server_constructors
...
Add more Channel and Server constructor overloads
9 years ago
Ken Payson
571c12ef18
Remove AsyncStreaming client from python qps tests
9 years ago
Masood Malekghassemi
d4b4009c37
Use Python namespace packages
...
Before, namespace packages would break in auditwheel due to a
superfluous check (fixed in the commit referenced in the Dockerfiles).
Now, the auditwheel used in the manylinux1-support Docker images can
handle namespace packages, and we may thus use them. This should
alleviate future user pain w.r.t. installation of grpcio-tools causing
loss of grpcio files and vice versa (e.g. requiring a reinstall of
grpcio following installation of grpcio-tools).
9 years ago
Craig Tiller
fe1f4aeb23
Merge github.com:grpc/grpc into c++-is-people-too
9 years ago
Jan Tattermusch
8d829d0d6d
Add more Channel and Server constructor overloads
9 years ago
David Garcia Quintas
4461da702c
regenerated projects
9 years ago
David Garcia Quintas
69ff63d158
clang-format
9 years ago
David Garcia Quintas
1cf4ec7ad0
merge leftover
9 years ago
Jan Tattermusch
d941fd8786
Merge pull request #6754 from jtattermusch/csharp_better_shutdown
...
C#: don't require Channel.ShutdownAsync() and Server.ShutdownAsync() to be able to exit.
9 years ago
David Garcia Quintas
a0d7491e62
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
9 years ago
Yuchen Zeng
a2bc0ccb50
Get transport from transport global
...
Avoid introducing cancel_stream_cb_arg
9 years ago
David Garcia Quintas
222563ceef
Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type
9 years ago
Jan Tattermusch
ed5af1c623
update tests
9 years ago
Jan Tattermusch
bdccdef0c6
autoregister grpc shutdown hooks
9 years ago
Jan Tattermusch
2f7414117c
add appdomain unload test
9 years ago
Jan Tattermusch
018cfb8c14
update tests
9 years ago
Jan Tattermusch
25e3ba57b1
improve shutdown tests
9 years ago
Jan Tattermusch
739ee1b159
support GrpcEnvironment.KillServersAsync
9 years ago
Jan Tattermusch
63386a1064
deduplicate server shutdown logic
9 years ago
Jan Tattermusch
4aea5281de
Add ShutdownChannelsAsync api
9 years ago
Jan Tattermusch
703c042ec0
serverside shutdown hook test
9 years ago
Jan Tattermusch
5858441a2c
make environment shutdown asynchronous
9 years ago
Jan Tattermusch
85030e31a5
register appdomain events
9 years ago
David Garcia Quintas
c4d5112719
moar renamings
9 years ago
Jan Tattermusch
3e82244615
Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga
...
Implement Python Beta API through GA API
9 years ago
Yuchen Zeng
7ae31a8898
Add more comments, fix format issues
9 years ago
Jan Tattermusch
dda1aed92a
Merge pull request #6794 from jtattermusch/csharp_misc_fixes
...
C# assorted GA improvements (docs and polish)
9 years ago
Jan Tattermusch
c3a8307c4b
Merge pull request #6805 from jtattermusch/regenerate_to_fix
...
Regenerate projects to fix master
9 years ago
Jan Tattermusch
2f7f85684c
regenerate projects to fix master
9 years ago