aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #6791 from soltanmm/painGravatar kpayson642016-07-06
|\ | | | | Make running individual Python tests less painful
* \ Merge pull request #7210 from ctiller/no-more-zookeeperGravatar Nicolas Noble2016-07-01
|\ \ | | | | | | Expunge all references to zookeeper
* \ \ Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ \ | | | | | | | | Add http2 status code in error_message if it's not 200
| | * | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| |/ / |/| |
| | * Regenerate project filesGravatar Masood Malekghassemi2016-07-01
| | |
| | * Remove toxGravatar Masood Malekghassemi2016-07-01
| | |
| | * Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
| |/ |/| | | | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
* | Merge pull request #7176 from ctiller/deflakeGravatar Craig Tiller2016-06-30
|\ \ | | | | | | Fix memory leak, fix error.c refcount reporting
| | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| | |\ | |_|/ |/| |
* | | Merge pull request #6992 from y-zeng/auto-build-exampleGravatar makdharma2016-06-30
|\ \ \ | | | | | | | | Build objective-c examples as part of automatic tests
* \ \ \ Merge pull request #6378 from jcanizales/let-invalidate-channelsGravatar Jan Tattermusch2016-06-30
|\ \ \ \ | | | | | | | | | | Add a maybe-temporary way for apps to clear the channel cache
* \ \ \ \ Merge pull request #7120 from makdharma/issue6746Gravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ | | | | | | | | | | | | fix for working with compressed data. Fixes #6746.
* \ \ \ \ \ Merge pull request #7109 from soltanmm/toolismGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use open-source defaults to propagate Python plugin configuration
* \ \ \ \ \ \ Merge pull request #7092 from ctiller/dont_create_redundant_errorsGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Dont create errors redundently in chttp2_transport.c
* \ \ \ \ \ \ \ Merge pull request #7151 from dgquintas/eventfdGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | implemented eventfd_check_availability
* \ \ \ \ \ \ \ \ Merge pull request #7152 from nathanielmanistaatgoogle/interopGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Python server interop spec noncompliance
* \ \ \ \ \ \ \ \ \ Merge pull request #7155 from stanley-cheung/php-fix-call-destroyGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP: fix shutdown hang issue
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7161 from dgquintas/use_releaseGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updated git clone URL
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7091 from kpayson64/python_str_stuffGravatar Nicolas Noble2016-06-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Changed default string type to be str
| | | | | | | | | | | * | Fix memory leak, fix error.c refcount reportingGravatar Craig Tiller2016-06-30
| | | | | | | | | | | | |
| | | | | | | | | | * | | Add comments in build_example_test.shGravatar Yuchen Zeng2016-06-30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7144 from jtattermusch/coreclr_packagesGravatar Jan Tattermusch2016-06-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | Build experimental nugets with dotnet CLI
* | | | | | | | | | | | | Merge pull request #7025 from ctiller/%sGravatar Craig Tiller2016-06-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make transport-level errors be reflected in status messages on calls
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7125 from murgatroid99/node_unskip_creds_testsGravatar Jan Tattermusch2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable two Node credentials tests
| | | | | | | | | | | | | * | Use protoc and objc plugins built by run_testGravatar Yuchen Zeng2016-06-29
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Changed default string type to be strGravatar Ken Payson2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type
| | | | | * | | | | | | | | | Updated git clone URLGravatar David Garcia Quintas2016-06-29
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | php: fix shutdown hang, call was never destroyedGravatar Stanley Cheung2016-06-29
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | implemented eventfd_check_availabilityGravatar David Garcia Quintas2016-06-29
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Fix Python server interop spec noncomplianceGravatar Nathaniel Manista2016-06-29
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix spelling mistakes in the spec itself.
* | | | | | | | | | | | | Merge pull request #7116 from kpayson64/python_windows_fixGravatar Jan Tattermusch2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert windows dll filename to bytes
| | | | | | | | | | * | | | fixed compiler warning #2Gravatar Makarand Dharmapurikar2016-06-29
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #7081 from y-zeng/build-example-travisGravatar Jan Tattermusch2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build ObjC examples in travis
| | | | | * | | | | | | | | | regenerateGravatar Jan Tattermusch2016-06-29
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | fix files/mappings in Grpc.Core nugetGravatar Jan Tattermusch2016-06-29
| | | | | | |_|/ / / / / / / | | | | | |/| | | | | | | |
* | | | | | | | | | | | | | Merge pull request #7086 from kpayson64/remove_python_beta_testGravatar Jan Tattermusch2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | Removed _connectivity_channel tests
| | | | | | | | | * | | | | Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #7123 from sreecha/epoll_perfGravatar Jan Tattermusch2016-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recent perf regression)
| | | | | | | | | | * | | | fixed a compiler warningGravatar Makarand Dharmapurikar2016-06-29
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Reduce the number of kicksGravatar Sree Kuchibhotla2016-06-29
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Minor format fixGravatar Sree Kuchibhotla2016-06-28
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Removed _connectivity_channel.ChannelConnectivityTest testGravatar Ken Payson2016-06-28
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| | | | | * | | | | | | | Re-enable two Node credentials testsGravatar murgatroid992016-06-28
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #7066 from y-zeng/ios-testGravatar Jan Tattermusch2016-06-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix InteropTests.m
| | | | | | | | | * | | | Added another commentGravatar Makarand Dharmapurikar2016-06-28
| | | | | | | | | | | | |
| | * | | | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recentGravatar Sree Kuchibhotla2016-06-28
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf regression)
| | | | | | * | | | | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | | | | | * | | | Added a commentGravatar Makarand Dharmapurikar2016-06-28
| | | | | | | | | | | |
| | | | | | | | * | | | fix for working with compressed data. Fixes #6746.Gravatar Makarand Dharmapurikar2016-06-28
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated.
* | | | | | | | | | | Merge pull request #7087 from makdharma/signature_mismatch_issue7051Gravatar Jan Tattermusch2016-06-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Changed return type to GRPCCall * from ProtoRPC * to prevent compiler warnings. fixes #7051