Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add TSI test library and SSL and fake TSI tests | Yihua Zhang | 2017-08-22 |
* | Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-prot... | Muxi Yan | 2017-08-22 |
|\ | |||
* \ | Merge pull request #12246 from yang-g/epoll1 | Yang Gao | 2017-08-22 |
|\ \ | |||
| * | | Add timer annotations in epoll1 | yang-g | 2017-08-21 |
* | | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbr | David G. Quintas | 2017-08-21 |
|\ \ \ | |||
* \ \ \ | Merge pull request #12243 from matt-kwong/kokoro_flags2 | Matt Kwong | 2017-08-21 |
|\ \ \ \ | |_|/ / |/| | | | |||
| * | | | Add max_time flag to Kokoro PR jobs | Matt Kwong | 2017-08-21 |
* | | | | Merge pull request #12224 from matt-kwong/kokoro_flags | Matt Kwong | 2017-08-21 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #12169 from muxi/improve-objc-test-info | Muxi Yan | 2017-08-21 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #11936 from sreecha/fix-end2end-test | Sree Kuchibhotla | 2017-08-19 |
|\ \ \ \ \ | |||
| | | * | | | Allow Kokoro Mac worker to find correct six Python module | Matt Kwong | 2017-08-18 |
| |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #12152 from matt-kwong/kokoro_flags | Matt Kwong | 2017-08-17 |
|\ \ \ \ \ | |||
| | * | | | | disable epoll1 by default (just enable tests) | Sree Kuchibhotla | 2017-08-17 |
* | | | | | | Merge pull request #12206 from mdzoba/mdzoba-add-gyp-build | Nicolas Noble | 2017-08-17 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 | Nicolas Noble | 2017-08-17 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #12188 from michaelbausor/add-async-support | Stanley Cheung | 2017-08-17 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #12218 from dgquintas/v1.6.x-first-upmerge | David G. Quintas | 2017-08-17 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | First upmerge after v1.6.x branch cut | David Garcia Quintas | 2017-08-17 |
|/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #12213 from dgquintas/v1.7.x-version-bump | David G. Quintas | 2017-08-17 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error | apolcyn | 2017-08-16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #12158 from jboeuf/fix_mem_leak | jboeuf | 2017-08-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | | | | Version bump to 1.6 | David Garcia Quintas | 2017-08-16 |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| | | | | * | | | | | | Regenerated grpc.gyp with grrpc/third_party dependencies. | Maxim Dzoba | 2017-08-16 |
| | | | | * | | | | | | Merge branch 'master' into mdzoba-add-gyp-build | Maxim Dzoba | 2017-08-16 |
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuations | apolcyn | 2017-08-16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | | | Adding a build template for generic GYP build. | Maxim Dzoba | 2017-08-16 |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
| | | | | * | | | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 | Maxim Dzoba | 2017-08-16 |
| |_|_|_|/ / / / / / |/| | | | | | | | | | |||
| | | | | | * | | | | initialize pollset struct. Ideally not needed since we do zalloc but some cod... | Sree Kuchibhotla | 2017-08-16 |
| | | | | | * | | | | Enable epoll1 by default (and move epollsig as second choice) | Sree Kuchibhotla | 2017-08-16 |
| | | | * | | | | | | Remove assignment | Michael Bausor | 2017-08-16 |
| | | | * | | | | | | Remove metadata set | Michael Bausor | 2017-08-16 |
| | | | | | * | | | | Merge branch 'master' into fix-end2end-test | Sree Kuchibhotla | 2017-08-16 |
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #12197 from dgquintas/detect_flakes_3 | David G. Quintas | 2017-08-16 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Fix handling of no new flakes | David Garcia Quintas | 2017-08-16 |
| | * | | | | | | | | | give C# continuations 10 secs to finish on shutdown | Jan Tattermusch | 2017-08-16 |
| | * | | | | | | | | | wait for queued continuation to finish | Jan Tattermusch | 2017-08-16 |
| | * | | | | | | | | | more correct atomic counter | Jan Tattermusch | 2017-08-16 |
| |/ / / / / / / / / |/| | | | | | | | | | |||
| | | * | | | | | | | Catch NotImplementedError exceptions and forward them to the client. | John Millikin | 2017-08-16 |
| | | | | * | | | | | Don't rerun flakes when uploading results to BQ | Matt Kwong | 2017-08-16 |
| | | | |/ / / / / | | | |/| | | | | | |||
* | | | | | | | | | Merge pull request #12195 from stanley-cheung/bump-protobuf-3_4 | Stanley Cheung | 2017-08-16 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| | | * | | | | | | Fixing memory leak and removing unneeded NULL checks. | Julien Boeuf | 2017-08-16 |
| |_|/ / / / / / |/| | | | | | | | |||
| * | | | | | | | Bump Protobuf to v3.4.0 | Stanley Cheung | 2017-08-16 |
|/ / / / / / / | |||
* | | | | | | | Merge pull request #11714 from muxi/port-11712 | Muxi Yan | 2017-08-15 |
|\ \ \ \ \ \ \ | |||
| | | | * | | | | Modify run_tests.py to accept a list of polling engines | Sree Kuchibhotla | 2017-08-15 |
| | | | * | | | | Merge branch 'master' into fix-end2end-test | Sree Kuchibhotla | 2017-08-15 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #12127 from jtattermusch/csharp_warningsaserrors | Jan Tattermusch | 2017-08-15 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #12177 from jtattermusch/run_tests_better_flake_query | Jan Tattermusch | 2017-08-15 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | Move OP_RECV_INITIAL_METADATA out of start() methods | Michael Bausor | 2017-08-15 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | | | | * | | Added missing call to grpc_byte_buffer_reader_destroy() | David Garcia Quintas | 2017-08-14 |
| |_|_|_|_|_|/ / |/| | | | | | | |