aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #12180 from ↵Gravatar Muxi Yan2017-08-22
|\ | | | | | | | | grpc/revert-12086-revert-11832-objc-oauth-protocol Revert "Revert "Add OAuth2 protocol in GRPCClient""
* \ Merge pull request #12246 from yang-g/epoll1Gravatar Yang Gao2017-08-22
|\ \ | | | | | | Add timer annotations in epoll1
| * | Add timer annotations in epoll1Gravatar yang-g2017-08-21
| | |
* | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbrGravatar David G. Quintas2017-08-21
|\ \ \ | | | | | | | | Added missing call to grpc_byte_buffer_reader_destroy()
* \ \ \ Merge pull request #12243 from matt-kwong/kokoro_flags2Gravatar Matt Kwong2017-08-21
|\ \ \ \ | |_|/ / |/| | | Add max_time flag to Kokoro PR jobs
| * | | Add max_time flag to Kokoro PR jobsGravatar Matt Kwong2017-08-21
| | | |
* | | | Merge pull request #12224 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-21
|\ \ \ \ | | | | | | | | | | Allow Kokoro Mac worker to find correct six Python module
* \ \ \ \ Merge pull request #12169 from muxi/improve-objc-test-infoGravatar Muxi Yan2017-08-21
|\ \ \ \ \ | |_|/ / / |/| | | | Improve objc test info
* | | | | Merge pull request #11936 from sreecha/fix-end2end-testGravatar Sree Kuchibhotla2017-08-19
|\ \ \ \ \ | | | | | | | | | | | | Fix streaming_response_error end2end test in epoll1
| | | * | | Allow Kokoro Mac worker to find correct six Python moduleGravatar Matt Kwong2017-08-18
| |_|/ / / |/| | | |
* | | | | Merge pull request #12152 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-17
|\ \ \ \ \ | | | | | | | | | | | | Don't rerun flakes when uploading results to BQ
| | * | | | disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
| | | | | |
* | | | | | Merge pull request #12206 from mdzoba/mdzoba-add-gyp-buildGravatar Nicolas Noble2017-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding a build template for generic GYP build.
* \ \ \ \ \ \ Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix assert in grpc_timer_init().
* \ \ \ \ \ \ \ Merge pull request #12188 from michaelbausor/add-async-supportGravatar Stanley Cheung2017-08-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: Move OP_RECV_INITIAL_METADATA out of start() methods
* \ \ \ \ \ \ \ \ Merge pull request #12218 from dgquintas/v1.6.x-first-upmergeGravatar David G. Quintas2017-08-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | V1.6.x first upmerge
| * | | | | | | | | First upmerge after v1.6.x branch cutGravatar David Garcia Quintas2017-08-17
|/| | | | | | | | |
* | | | | | | | | | Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Master version bump to 1.7.x
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-errorGravatar apolcyn2017-08-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Catch NotImplementedError exceptions and forward them to the client.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12158 from jboeuf/fix_mem_leakGravatar jboeuf2017-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing memory leak and removing unneeded NULL checks.
| | | | * | | | | | | | | Version bump to 1.6Gravatar David Garcia Quintas2017-08-16
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Regenerated grpc.gyp with grrpc/third_party dependencies.Gravatar Maxim Dzoba2017-08-16
| | | | | | | | | | |
| | | | | * | | | | | Merge branch 'master' into mdzoba-add-gyp-buildGravatar Maxim Dzoba2017-08-16
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuationsGravatar apolcyn2017-08-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Wait for queued continuations when shutting down GrpcThreadPool
| | | | | | * | | | | | Adding a build template for generic GYP build.Gravatar Maxim Dzoba2017-08-16
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | | * | | | initialize pollset struct. Ideally not needed since we do zalloc but some ↵Gravatar Sree Kuchibhotla2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code may directly call gpr_malloc to create pollset
| | | | | | * | | | Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
| | | | | | | | | |
| | | | * | | | | | Remove assignmentGravatar Michael Bausor2017-08-16
| | | | | | | | | |
| | | | * | | | | | Remove metadata setGravatar Michael Bausor2017-08-16
| | | | | | | | | |
| | | | | | * | | | Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-08-16
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #12197 from dgquintas/detect_flakes_3Gravatar David G. Quintas2017-08-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix handling of no new flakes
| * | | | | | | | | | Fix handling of no new flakesGravatar David Garcia Quintas2017-08-16
| | | | | | | | | | |
| | * | | | | | | | | give C# continuations 10 secs to finish on shutdownGravatar Jan Tattermusch2017-08-16
| | | | | | | | | | |
| | * | | | | | | | | wait for queued continuation to finishGravatar Jan Tattermusch2017-08-16
| | | | | | | | | | |
| | * | | | | | | | | more correct atomic counterGravatar Jan Tattermusch2017-08-16
| |/ / / / / / / / / |/| | | | | | | | |
| | | * | | | | | | Catch NotImplementedError exceptions and forward them to the client.Gravatar John Millikin2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code only caught `StandardError`, which doesn't include `NotImplementedError`. Despite the name, this error indicates a failure of low-level OS interaction rather than unimplemented user code. Any errors not caught by this section will cause the server to terminate, which is generally undesirable because it might be happily handling other requests.
| | | | | * | | | | Don't rerun flakes when uploading results to BQGravatar Matt Kwong2017-08-16
| | | | |/ / / / / | | | |/| | | | |
* | | | | | | | | Merge pull request #12195 from stanley-cheung/bump-protobuf-3_4Gravatar Stanley Cheung2017-08-16
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Bump Protobuf to v3.4.0
| | | * | | | | | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
| |_|/ / / / / / |/| | | | | | |
| * | | | | | | Bump Protobuf to v3.4.0Gravatar Stanley Cheung2017-08-16
|/ / / / / / /
* | | | | | | Merge pull request #11714 from muxi/port-11712Gravatar Muxi Yan2017-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Port #11712: Fix the nanopb's header include issue
| | | | * | | | Modify run_tests.py to accept a list of polling enginesGravatar Sree Kuchibhotla2017-08-15
| | | | | | | |
| | | | * | | | Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-08-15
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #12127 from jtattermusch/csharp_warningsaserrorsGravatar Jan Tattermusch2017-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# treat compiler warnings as error.
* \ \ \ \ \ \ \ \ Merge pull request #12177 from jtattermusch/run_tests_better_flake_queryGravatar Jan Tattermusch2017-08-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | auto_set_flakes should respect platform
| | | | | * | | | | Move OP_RECV_INITIAL_METADATA out of start() methodsGravatar Michael Bausor2017-08-15
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves the OP_RECV_INITIAL_METADATA out of the start() methods for UnaryCall and ServerStreamingCall, and adds a check so that the getMetadata methods for those objects will always contain the metadata.
| | | | | | | * | Added missing call to grpc_byte_buffer_reader_destroy()Gravatar David Garcia Quintas2017-08-14
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | | * Revert "Revert "Add OAuth2 protocol in GRPCClient""Gravatar Muxi Yan2017-08-14
| |_|_|_|_|_|/ |/| | | | | |