Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Windows printf formatting bug. | Mark D. Roth | 2016-09-19 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\ | |||
| * | Merge pull request #8069 from ↵ | Craig Tiller | 2016-09-16 |
| |\ | | | | | | | | | | | | | grpc/revert-8068-revert-7279-grand-unified-closures Revert "Revert "Grand unified closures"" | ||
| * \ | Merge pull request #8123 from ctiller/outstanding_sweeps | Nicolas Noble | 2016-09-16 |
| |\ \ | | | | | | | | | Add sweeps over outstanding request count | ||
| | * | | Allow more sync threads | Craig Tiller | 2016-09-16 |
| | | | | |||
| | * | | Fix sync/async | Craig Tiller | 2016-09-16 |
| | | | | |||
| * | | | Merge pull request #8118 from stanley-cheung/cpp-examples-missing-gpr-asserts | Stanley Cheung | 2016-09-16 |
| |\ \ \ | | | | | | | | | | | cpp examples missing gpr asserts | ||
| * \ \ \ | Merge pull request #8112 from dgquintas/lb_proto_sync | David G. Quintas | 2016-09-16 |
| |\ \ \ \ | | | | | | | | | | | | | Synchronized tag number with that of authoritative copy | ||
| | | | * \ | Merge github.com:grpc/grpc into outstanding_sweeps | Craig Tiller | 2016-09-16 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #8120 from dgquintas/moar_grpclb_fixes | David G. Quintas | 2016-09-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | More gRPC LB bugfixes. | ||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\| | | | | | | |||
* | | | | | | | s/minor/major/ in API cleanups doc. | Mark D. Roth | 2016-09-16 |
| | | | | | | | |||
| | * | | | | | More gRPC LB bugfixes. | David Garcia Quintas | 2016-09-15 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Courtesy of more in depth testing. | ||
| * | | | | | Merge pull request #8114 from dgquintas/rr_user_data_fix | David G. Quintas | 2016-09-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Round Robin user_data fix | ||
| | | | * | | | cpp examples missing gpr asserts | Stanley Cheung | 2016-09-15 |
| | |_|/ / / | |/| | | | | |||
| * | | | | | Merge pull request #7891 from jboeuf/new_ssl_certs | Nicolas Noble | 2016-09-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Updating roots from Mozilla. | ||
| | | * | | | | Round Robin user_data fix | David Garcia Quintas | 2016-09-15 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #7996 from yang-g/canonical | Yang Gao | 2016-09-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add a helper to get canonical code from status | ||
| * \ \ \ \ \ | Merge pull request #8094 from ctiller/wait_to_start | Craig Tiller | 2016-09-15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Wait to start C++ clients until all connections are made | ||
| * \ \ \ \ \ \ | Merge pull request #7845 from yang-g/header | Yang Gao | 2016-09-15 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Include config file so that protobuf declarations can be found and overridden. | ||
| * \ \ \ \ \ \ \ | Merge pull request #8037 from adelez/known_failures | Nicolas Noble | 2016-09-15 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Escapt + | ||
| | | | | | | * | | | Synchronized tag number with that of authoritative copy | David Garcia Quintas | 2016-09-15 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| | * | | | | | | | Escapt + | Adele Zhou | 2016-09-15 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #7746 from dgquintas/lb_add_md | David G. Quintas | 2016-09-15 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Updates to gRPC LB | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #8065 from kpayson64/cygrpc_imports | kpayson64 | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make .pxi imports relative to _cython directory rather than root. | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #8108 from ctiller/one_at_a_time | Craig Tiller | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Shutdown & restart qps workers between benchmark runs | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #8109 from jboeuf/readme_roots | Nicolas Noble | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding README explaning how roots are generated. | ||
| | * | | | | | | | | | | | Adding README explaning how roots are generated. | Julien Boeuf | 2016-09-15 |
| |/ / / / / / / / / / / | |||
| * | | | | | | | | | | | Merge pull request #4955 from ejona86/http-grpc-status-mapping | Abhishek Kumar | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HTTP->gRPC status code mapping | ||
| | | | | * | | | | | | | | Don't assert on use of unsupported user_data for LB policies | David Garcia Quintas | 2016-09-15 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #8064 from kpayson64/cygrpc_remove_hardcode | kpayson64 | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load roots.pem relative to current file | ||
| | | | * | | | | | | | | | | Fix more things | Craig Tiller | 2016-09-15 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | Fix typo | Craig Tiller | 2016-09-15 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | Fix typo | Craig Tiller | 2016-09-15 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | Missed import | Craig Tiller | 2016-09-15 |
| | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Code review changes. | Mark D. Roth | 2016-09-15 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | Run QPS workers just for the scenario that we want, to avoid interference | Craig Tiller | 2016-09-15 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | | Fix comment | David Garcia Quintas | 2016-09-15 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Add doc listing API changes to clean up for the next minor-version release. | Mark D. Roth | 2016-09-15 |
| | | | | | | | | | | | | | |||
| | | | | * | | | | | | | | PR comments | David Garcia Quintas | 2016-09-15 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #8076 from jtattermusch/csharp_use_dotnetcli_nugets | Nicolas Noble | 2016-09-15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start using nuget packages built by dotnet CLI | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8078 from ctiller/somewhat_less_outstanding | Nicolas Noble | 2016-09-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce outstanding request count | ||
| | | | | | | * | | | | | | | | More PR comments | David Garcia Quintas | 2016-09-14 |
| | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | Merge pull request #7980 from thinkerou/fix_time_posix_conv | Craig Tiller | 2016-09-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix time posix convert | ||
| | | | * | | | | | | | | | | | | fix windows distribtest and add TODOs to remove hacks | Jan Tattermusch | 2016-09-14 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | * | | | | | Dont start requests until all clients have gotten connected | Craig Tiller | 2016-09-14 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | * | | | | | Add an initial mark that clients could use to delay startup of requests | Craig Tiller | 2016-09-14 |
| | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed references to public APIs from codegen/ | ||
| | | | | | | | | * | | | | | | | | More PR comments. | David Garcia Quintas | 2016-09-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly, removed all user_data memory management responsibilities from the round robin policy. | ||
* | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |