aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* support GrpcEnvironment.KillServersAsyncGravatar Jan Tattermusch2016-06-06
|
* deduplicate server shutdown logicGravatar Jan Tattermusch2016-06-06
|
* Add ShutdownChannelsAsync apiGravatar Jan Tattermusch2016-06-06
|
* serverside shutdown hook testGravatar Jan Tattermusch2016-06-06
|
* make environment shutdown asynchronousGravatar Jan Tattermusch2016-06-06
|
* register appdomain eventsGravatar Jan Tattermusch2016-06-06
|
* Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-gaGravatar Jan Tattermusch2016-06-06
|\ | | | | Implement Python Beta API through GA API
* \ Merge pull request #6794 from jtattermusch/csharp_misc_fixesGravatar Jan Tattermusch2016-06-06
|\ \ | | | | | | C# assorted GA improvements (docs and polish)
* \ \ Merge pull request #6805 from jtattermusch/regenerate_to_fixGravatar Jan Tattermusch2016-06-06
|\ \ \ | | | | | | | | Regenerate projects to fix master
| * | | regenerate projects to fix masterGravatar Jan Tattermusch2016-06-06
|/ / /
| * | improve docs on ShutdownAsync() for servers and channelsGravatar Jan Tattermusch2016-06-06
| | |
| * | improve the xmldocs on call cancellation and disposalGravatar Jan Tattermusch2016-06-06
| | |
| * | improve comments in math.protoGravatar Jan Tattermusch2016-06-06
| | |
| * | rename ChannelState.FatalFailure to ChannelState.ShutdownGravatar Jan Tattermusch2016-06-06
|/ /
| * Route Python Beta API through Python GA APIGravatar Nathaniel Manista2016-06-06
| |
* | Merge pull request #6750 from makdharma/cronetGravatar Jan Tattermusch2016-06-06
|\ \ | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
* \ \ Merge pull request #6801 from jtattermusch/csharp_server_service_definitionGravatar Jan Tattermusch2016-06-06
|\ \ \ | | | | | | | | Cleanup in C# generated code
| * | | get rid of deprecated server and client interfaceGravatar Jan Tattermusch2016-06-06
| | | |
| * | | update C# codegen and regenerateGravatar Jan Tattermusch2016-06-06
| | | |
| * | | get rid of servicename argument for server service definition.Gravatar Jan Tattermusch2016-06-06
| | |/ | |/|
* | | Merge pull request #6725 from ↵Gravatar Jan Tattermusch2016-06-04
|\ \ \ | |/ / |/| | | | | | | | nathanielmanistaatgoogle/read-some-but-not-all-responses Add a Cython-layer read-not-all-responses test
* | | Merge pull request #6789 from jtattermusch/fix_make_options_propagationGravatar Jan Tattermusch2016-06-03
|\ \ \ | | | | | | | | Fix run_tests.py propagation of make options under docker
| | * | A Cython-layer read-not-all-responses testGravatar Nathaniel Manista2016-06-03
| |/ / |/| |
* | | Merge pull request #6254 from grpc/python_per_rpc_interopGravatar Jan Tattermusch2016-06-03
|\ \ \ | | | | | | | | Added google call creds/per_rpc interop tests
* \ \ \ Merge pull request #6306 from y-zeng/win32_suffixGravatar Jan Tattermusch2016-06-03
|\ \ \ \ | | | | | | | | | | Change win32 file suffix
* \ \ \ \ Merge pull request #6636 from yang-g/grpc_cliGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ | | | | | | | | | | | | Add proto file support in grpc_cli
* \ \ \ \ \ Merge pull request #6674 from murgatroid99/node_ruby_codegen_commentsGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add comments to generated code for Node and Ruby
* \ \ \ \ \ \ Merge pull request #6711 from thought-machine/fix_read_leakGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix memory leak reading from python ByteBuffer.
* \ \ \ \ \ \ \ Merge pull request #6731 from vjpai/beheaderGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove unused portions of C++ QPS testing
* \ \ \ \ \ \ \ \ Merge pull request #6762 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Python GA security API
* \ \ \ \ \ \ \ \ \ Merge pull request #6772 from ctiller/beefyGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Only send status and message with stream closure when needed
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6761 from ctiller/there-were-no-fatalitiesGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5901 from dgquintas/lr_hookGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Load Reporting hook
| | | | | | | | | | | * | fix propagation of make options under dockerGravatar Jan Tattermusch2016-06-03
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6664 from dklempner/server_builder_plugin_testGravatar Jan Tattermusch2016-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a missing initialization
| | | | * | | | | | | | | Only send status and message with stream closure when neededGravatar Craig Tiller2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's never needed if: - the stream hasn't been created on the wire - we are on a client
| | | | | * | | | | | | | Python GA security APIGravatar Nathaniel Manista2016-06-02
| | | | | | | | | | | | |
| | | * | | | | | | | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | | |/ / / / / / / / /
* | | | | | | | | | | | Merge pull request #6752 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | | Python GA channel and server
| | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | * fixed template to remove grpc_cronet.h as a dependencyGravatar Makarand Dharmapurikar2016-06-02
| | | | | | | | | | |
| | | | | * | | | | | Fix memory leak reading from python ByteBuffer.Gravatar alex2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5913. `grpc_byte_buffer_reader_next` is documented as 'Caller is responsible for calling gpr_slice_unref on the result', but that wasn't happening. This commit adds the missing call to `gpr_slice_unref`.
| | | | | | | | | | * fixed dependency problem in grpc_cronet by adding dep on chttp2Gravatar Makarand Dharmapurikar2016-06-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6667 from kpayson64/ruby_eventfd_bugGravatar Jan Tattermusch2016-06-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed ruby fd bug
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6707 from murgatroid99/makefile_warning_wordingGravatar Jan Tattermusch2016-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improve wording of protobuf warning in Makefile
| | | | | | | | | | | | * removed grpc_cronet.hGravatar Makarand Dharmapurikar2016-06-01
| | | | | | | | | | | | |
| | | * | | | | | | | | | Python GA channel and serverGravatar Nathaniel Manista2016-06-01
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | | | | * incremental fix - removed cronet dependency from grpc_secureGravatar Makarand Dharmapurikar2016-06-01
| | | | | | | | | | | |
| | | | | | | | | | | * cronet build related changesGravatar Makarand Dharmapurikar2016-06-01
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | * | | | | | | | | Fixed ruby fd bugGravatar Ken Payson2016-06-01
| |/ / / / / / / / / |/| | | | | | | | |