Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | | | | | | | | | | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 | |
| | | | | | | | | | | | * | | | | | | | fix compilation on windows | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | | | | * | | | | | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 | |
| | | | | | | | | | | | | | * | | | | | add unstarted server test | Jan Tattermusch | 2016-06-07 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | | | make Metadata.Entry a class | Jan Tattermusch | 2016-06-07 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | | fix windows build | Adam Michalik | 2016-06-07 | |
| | | | | | | | * | | | | | | | | | fix for issue 5548. Deprecated old classes and created subclasses. | Makarand Dharmapurikar | 2016-06-07 | |
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | | clang-format, fix headers, windows fixes | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | Add completion queue argument which is necessary after merge with master | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | Add support for establishing server channel using existing FD | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | more separation | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | revert channel_create.c | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | add tests | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | Create channel directly. | Adam Michalik | 2016-06-07 | |
| | | | | | | | | | * | | | | | | Add support for establishing client channel using existing FD | Adam Michalik | 2016-06-07 | |
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | added ** for doc autogen. | Makarand Dharmapurikar | 2016-06-07 | |
| | | | | | | | * | | | | | | | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 | |
| | | | | | | | * | | | | | | | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagation | Jan Tattermusch | 2016-06-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6792 from yang-g/build_clean | Jan Tattermusch | 2016-06-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | * | | | | | | | | | | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 | |
| | | | |/ / / / / / / / / / / | ||||
| * | | / / / / / / / / / / / | Add more Channel and Server constructor overloads | Jan Tattermusch | 2016-06-06 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | clang-format | David Garcia Quintas | 2016-06-06 | |
| | | * | | | | | | | | | | | merge leftover | David Garcia Quintas | 2016-06-06 | |
| | | * | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||
* | | | | | | | | | | | | | | | Core review comments and remove 'kicked_specifically' field as its not | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | | * | | | | Get transport from transport global | Yuchen Zeng | 2016-06-06 | |
* | | | | | | | | | | | | | | | Remove redundant code | Sree Kuchibhotla | 2016-06-06 | |
* | | | | | | | | | | | | | | | Fix asan failures (i.e add pollset_global_shutdown), remove debug log | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_c... | David Garcia Quintas | 2016-06-06 | |
| | | | | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | update tests | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | autoregister grpc shutdown hooks | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | add appdomain unload test | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | update tests | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | improve shutdown tests | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | support GrpcEnvironment.KillServersAsync | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | deduplicate server shutdown logic | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | Add ShutdownChannelsAsync api | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | serverside shutdown hook test | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | make environment shutdown asynchronous | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | register appdomain events | Jan Tattermusch | 2016-06-06 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | moar renamings | David Garcia Quintas | 2016-06-06 | |
| * | | | | | | | | | | | | | Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga | Jan Tattermusch | 2016-06-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | improve docs on ShutdownAsync() for servers and channels | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | improve the xmldocs on call cancellation and disposal | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | improve comments in math.proto | Jan Tattermusch | 2016-06-06 | |
| * | | | | | | | | | | | | | | rename ChannelState.FatalFailure to ChannelState.Shutdown | Jan Tattermusch | 2016-06-06 |