aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
|\
* | moar renamingsGravatar David Garcia Quintas2016-06-06
| |
| * Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-gaGravatar Jan Tattermusch2016-06-06
| |\ | | | | | | Implement Python Beta API through GA API
| * | 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
| | | |/ | | |/|
| * / | 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 #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
| | | | * | | | | | | | 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
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | | | | * | | | | 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
| | | | | | | | | |
| | * | | | | | | | 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
| |/ / / / / / /
| * | | | | | | Merge pull request #6702 from a-veitch/add_protoGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add census protos.
| * \ \ \ \ \ \ \ Merge pull request #6721 from vjpai/cleanupGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove some unused enums/structs
| * \ \ \ \ \ \ \ \ Merge pull request #5794 from chrisdunelm/WriteOptions_readonlyGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make WriteOptions flags field readonly
| * \ \ \ \ \ \ \ \ \ Merge pull request #6719 from murgatroid99/node_compressed_read_fixGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Node not segfault when it receives a compressed message
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #6724 from nathanielmanistaatgoogle/pausedGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add paused method to PauseFailControl
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6327 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-01
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interfaces of Python GA API
| | | | | | | | | | | | * | Change _win32 suffixes in src/python/grpcio/Gravatar Yuchen Zeng2016-05-31
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| | | | | | | | | | | | |\ \
| | * | | | | | | | | | | | | Interfaces of Python GA APIGravatar Nathaniel Manista2016-05-31
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Revert "Remove legacy poller"Gravatar Craig Tiller2016-05-31
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe.
| | | | | | | | * / / / / Deprecate perf_db useGravatar vjpai2016-05-31
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-27
| | | | | | |\ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | regenerate projectsGravatar Alistair Veitch2016-05-27
| | | | | | | | | | | |
| | * | | | | | | | | | Add block_until_paused method to PauseFailControlGravatar Nathaniel Manista2016-05-27
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method will be used in tests that want to ensure before proceeding that the system under test has progressed to the control point.