Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Load Reporting back to using metadata | David Garcia Quintas | 2017-04-15 |
| | |||
* | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-13 |
|\ | |||
| * | master to 1.4.0-dev | David Garcia Quintas | 2017-04-13 |
| | | |||
* | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-12 |
|\| | |||
| * | get rid of racey sleep 5 and use a cv to wait forever | Alexander Polcyn | 2017-04-11 |
| | | |||
| * | fix flakey race in ruby tests | Alexander Polcyn | 2017-04-10 |
| | | |||
* | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-07 |
|\| | |||
| * | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x | Jan Tattermusch | 2017-04-06 |
| |\ | |||
| | * | bump version to 1.2.2 | Jan Tattermusch | 2017-04-03 |
| | | | |||
| | * | Bump version to 1.2.1 | Ken Payson | 2017-03-28 |
| | | | |||
| | * | Merge pull request #10308 from apolcyn/bump_v12x_version | apolcyn | 2017-03-27 |
| | |\ | | | | | | | | | bump v1.2.x branch version to 1.2.1-pre2 | ||
* | | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-24 |
|\| | | | |||
| * | | | Merge pull request #7771 from y-zeng/cares_buildin | Yuchen Zeng | 2017-03-24 |
| |\ \ \ | | | | | | | | | | | Async DNS resolver with pre-configured c-ares | ||
| * \ \ \ | Merge pull request #10245 from sreecha/cq_factory_api | Sree Kuchibhotla | 2017-03-24 |
| |\ \ \ \ | | | | | | | | | | | | | Introduce grpc_completion_queue_factory API | ||
| | | | | * | bump v1.2.x branch version to 1.2.1-pre2 | Alexander Polcyn | 2017-03-24 |
| | | | | | | |||
* | | | | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-24 |
|\| | | | | | |||
| | | | * | | wording fix in comments | Alexander Polcyn | 2017-03-24 |
| | | | | | | |||
| | | | * | | malloc run_batch_stack after type checks | Alexander Polcyn | 2017-03-24 |
| | | | | | | |||
| | | | * | | conform test to formatter | Alexander Polcyn | 2017-03-24 |
| | | | | | | |||
| | | | * | | allocated run batch stack on the heap | Alexander Polcyn | 2017-03-23 |
| | | | | | | |||
| | | | * | | add test in that sends a sigint to client while its making an rpc ona | Alexander Polcyn | 2017-03-23 |
| | | | |/ | | | | | | | | | | | | | | | | child thread - segfaults on mac | ||
| * | | | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | * | | | add generated imports header to be able to build on mingw | Alexander Polcyn | 2017-03-23 |
| | | | | | |||
| | * | | | Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1 | apolcyn | 2017-03-23 |
| | |\ \ \ | | | | | | | | | | | | | bump v1.2.x branch to 1.2.1-pre1 | ||
| | * \ \ \ | Merge pull request #9986 from apolcyn/fix_connectivity | apolcyn | 2017-03-23 |
| | |\ \ \ \ | | | | | | | | | | | | | | | ruby add background channel state poller to handle disconnected transports | ||
| | | * | | | | fix mac crash on abruptly ended server thread | Alexander Polcyn | 2017-03-22 |
| | | | | | | | |||
* | | | | | | | Ruby changes | Sree Kuchibhotla | 2017-03-22 |
| | | | | | | | |||
| | | * | | | | get rid of time check increment in watch connectivity state loop | Alexander Polcyn | 2017-03-22 |
| | | | | | | | |||
* | | | | | | | Fix test bug and generate_projects.sh | Sree Kuchibhotla | 2017-03-22 |
| | | | | | | | |||
| | | * | | | | fix setting of time_check_increment in watch conn state loop | Alexander Polcyn | 2017-03-21 |
| | | | | | | | |||
| | | * | | | | make fewer lock/unlock calls and loop on cv_wait in watch conn state | Alexander Polcyn | 2017-03-21 |
| | | | | | | | |||
* | | | | | | | Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory | Sree Kuchibhotla | 2017-03-21 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Introduce grpc_completion_queue_factory API | Sree Kuchibhotla | 2017-03-21 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Just the API and a bare-bone implementation | ||
* | | | | | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-21 |
|\| | | | | | |||
| | | * | | | add passing test that kills a process while there are active watch chan ↵ | Alexander Polcyn | 2017-03-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | state calls | ||
| | | | * | | bump v1.2.x branch to 1.2.1-pre1 | Alexander Polcyn | 2017-03-20 |
| | | |/ / | | |/| | | |||
| | * | | | Going for 1.2.0 | David Garcia Quintas | 2017-03-20 |
| | | | | | |||
| | | * | | add end2end tests to formatter and adjust to formatter | Alexander Polcyn | 2017-03-20 |
| | | | | | |||
| | | * | | use RTEST with channel watch arg to capture larger set of truthy args | Alexander Polcyn | 2017-03-19 |
| | | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | | |\ | |||
| | * | | | | Bump 1.2.x version to pre-2 | Ken Payson | 2017-03-16 |
| | | | | | | |||
| | | * | | | add copyright header to fix failing sanity tests | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | remove now-unused channel completion queues | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | add a README for new test directory | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | add another currently failing test related to channels and deadlock | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | watch channel state without the gil to fix deadlock on abrupt SIGTERM | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | add failing test revealing bug in channel state api | Alexander Polcyn | 2017-03-15 |
| | | | | | | |||
| | | * | | | make end2end test ports dynamic and slight refactor | Alexander Polcyn | 2017-03-15 |
| | | | | | |