Sree Kuchibhotla
5dbbbb1912
Merge branch 'master' into epoll_changes
9 years ago
David G. Quintas
2c57371b93
Merge pull request #6832 from grpc/sed-f-up-fix
...
Fix sed induced typo
9 years ago
David G. Quintas
dfff4de040
Fix sed induced typo
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
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
Sree Kuchibhotla
ad162ba5a9
Core review comments and remove 'kicked_specifically' field as its not
...
needed
9 years ago
Sree Kuchibhotla
e5012bac7a
Remove redundant code
9 years ago
Sree Kuchibhotla
d627c10584
Fix asan failures (i.e add pollset_global_shutdown), remove debug log
...
lines
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
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
Jan Tattermusch
a134fa7036
improve docs on ShutdownAsync() for servers and channels
9 years ago
Jan Tattermusch
6acc07d50d
improve the xmldocs on call cancellation and disposal
9 years ago
Jan Tattermusch
e1bee5bd59
improve comments in math.proto
9 years ago
Jan Tattermusch
49fb84ab64
rename ChannelState.FatalFailure to ChannelState.Shutdown
9 years ago
Nathaniel Manista
c09a3580a1
Route Python Beta API through Python GA API
9 years ago
Jan Tattermusch
87ec3b77b5
Merge pull request #6750 from makdharma/cronet
...
cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
9 years ago
Jan Tattermusch
7a952ad8e4
Merge pull request #6801 from jtattermusch/csharp_server_service_definition
...
Cleanup in C# generated code
9 years ago
Sree Kuchibhotla
1fd6235791
Merge branch 'master' into epoll_changes
9 years ago
Sree Kuchibhotla
9bc3d2d67f
Minor comments
9 years ago
Jan Tattermusch
fcc8d971ff
get rid of deprecated server and client interface
9 years ago
Jan Tattermusch
562cd05bc9
update C# codegen and regenerate
9 years ago
Jan Tattermusch
781720f82d
get rid of servicename argument for server service definition.
9 years ago
Sree Kuchibhotla
4c11a20bf0
Remove unused files
9 years ago
Craig Tiller
f805d0c7b6
Merge github.com:grpc/grpc into c++-is-people-too
9 years ago
Jan Tattermusch
37e26d922f
Merge pull request #6725 from nathanielmanistaatgoogle/read-some-but-not-all-responses
...
Add a Cython-layer read-not-all-responses test
9 years ago
Sree Kuchibhotla
79a6233bef
Fix a few bugs in ev_epoll_linux.c
...
1. pollset_add_fd: Add fd to epoll set if fd->polling_island == NULL
2. close(fd) in fd_orphan instead of polling_island_remove_fd_locked()
since fd->polling_island may be NULL
3. If pollset work() is interrupted, do a zero timeout epoll_wait().
pollset_work may be called without a polling island
9 years ago