Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Satisfy C90 pedantry in Python adapter | Masood Malekghassemi | 2015-04-03 |
| | |||
* | Merge pull request #1180 from vjpai/perf-0402 | Yang Gao | 2015-04-03 |
|\ | | | | | Trace and trim locks, properly handle SIGINT | ||
| * | Add in a racy check for min deadline in run_some_expired_alarms before | Vijay Pai | 2015-04-02 |
| | | | | | | | | | | attempting the trylock. This shaves the number of g_mu and g_checker_mu uses dramatically in perf test workload and all tests still pass. | ||
* | | Merge pull request #1173 from nicolasnoble/vs2010 | Jan Tattermusch | 2015-04-02 |
|\ \ | | | | | | | Created Visual Studio 2010 project files. | ||
| | * | Eliminate a redundant unlock-lock pair since this code is only invoked from | Vijay Pai | 2015-04-02 |
| | | | | | | | | | | | | one place | ||
| | * | Add new CONFIG for building with mutrace | Vijay Pai | 2015-04-02 |
| | | | |||
| | * | Revive proper SIGINT handling | Vijay Pai | 2015-04-02 |
| |/ |/| | |||
* | | Merge pull request #1177 from yang-g/bugfix | Vijay Pai | 2015-04-02 |
|\ \ | | | | | | | Bug fix. User can destroy status after calling Finish and we should keep... | ||
| | * | Created Visual Studio 2010 project files. | Nicolas "Pixel" Noble | 2015-04-02 |
| | | | | | | | | | | | | Also removed the unused shared projects. | ||
| * | | resolve comment | Yang Gao | 2015-04-02 |
| | | | |||
* | | | Merge pull request #1172 from nicolasnoble/warnings | Vijay Pai | 2015-04-02 |
|\ \ \ | | | | | | | | | Shutting off warnings about control paths. | ||
| | * | | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | Yang Gao | 2015-04-02 |
| | | | | | | | | | | | | | | | | copy of it instead of a pointer | ||
* | | | | Merge pull request #1129 from nicolasnoble/scan-build | Tim Emiola | 2015-04-02 |
|\ \ \ \ | | | | | | | | | | | Adding Dockerfile for grpc/scan-build. | ||
* \ \ \ \ | Merge pull request #1166 from murgatroid99/docker_php_regen_code | Tim Emiola | 2015-04-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Generate interop-related code in PHP docker build | ||
* \ \ \ \ \ | Merge pull request #1153 from murgatroid99/php_interop_selector_fix | Tim Emiola | 2015-04-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Minor fix to test case switch statement, to fix a false negative | ||
* \ \ \ \ \ \ | Merge pull request #1170 from murgatroid99/php_external_includes | Tim Emiola | 2015-04-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make PHP library work with PHP 5.6 | ||
* \ \ \ \ \ \ \ | Merge pull request #1169 from yang-g/pickport | Nicolas Noble | 2015-04-01 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a macro to enable support of custom port picker. | ||
| | | | | | * | | | Shutting off warnings about control paths. | Nicolas "Pixel" Noble | 2015-04-01 |
| | | | | | | |/ | | | | | | |/| | |||
* | | | | | | | | Merge pull request #1163 from soltanmm/metadata | Nathaniel Manista | 2015-04-01 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Add metadata support to low-level Python _adapter | ||
| * | | | | | | | Add metadata support to low-level Python framework | Masood Malekghassemi | 2015-04-01 |
| | | | | | | | | |||
| | | * | | | | | Fixed scripts again for PHP 5.5 | murgatroid99 | 2015-04-01 |
| | | | | | | | | |||
| | | * | | | | | Updated scripts with PHP 5.6's build location | murgatroid99 | 2015-04-01 |
| | | | | | | | | |||
| | | * | | | | | Removed pedantic flag from PHP build | murgatroid99 | 2015-04-01 |
| | | | | | | | | |||
| | * | | | | | | make target of port.c depend on test_config | Yang Gao | 2015-04-01 |
| | | | | | | | | |||
| | | * | | | | | Made external header includes use angle brackets | murgatroid99 | 2015-04-01 |
| |_|/ / / / / |/| | | | | | | |||
| | * | | | | | add missing header into build.json and regenerate project | Yang Gao | 2015-04-01 |
| | | | | | | | |||
| | * | | | | | Add a macro to enable replacing the default with a custom port picker | Yang Gao | 2015-04-01 |
| | | |_|_|/ | | |/| | | | |||
| | | | * | | Generate interop-related code in docker build | murgatroid99 | 2015-04-01 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge pull request #1162 from murgatroid99/php_add_protos | donnadionne | 2015-04-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace generated code with proto files in PHP library | ||
* \ \ \ \ \ | Merge pull request #1164 from murgatroid99/php_metadata_expectations | donnadionne | 2015-04-01 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Do not expect metadata until expecting first read | ||
| * | | | | | Do not expect metadata until expecting first read | murgatroid99 | 2015-04-01 |
| | | | | | | |||
* | | | | | | Merge pull request #1158 from vjpai/perf-0331 | Yang Gao | 2015-04-01 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Re-enable profiling on QPS client and server tests | ||
| | * | | | | Re-added overzealously removed file | murgatroid99 | 2015-03-31 |
| | | | | | | |||
| | * | | | | Removed generated code files | murgatroid99 | 2015-03-31 |
| | | | | | | |||
| | * | | | | Updated generated code to match protos | murgatroid99 | 2015-03-31 |
| | | | | | | |||
| | * | | | | Added proto files | murgatroid99 | 2015-03-31 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #1159 from soltanmm/fmt | Nathaniel Manista | 2015-03-31 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Reformat style of using PyObject_HEAD | ||
| * | | | | Reformat style of using PyObject_HEAD | Masood Malekghassemi | 2015-03-31 |
|/ / / / | |||
| * | | | Put in calls to profiling | Vijay Pai | 2015-03-31 |
| | | | | |||
| * | | | Remove unused header file for profiler | Vijay Pai | 2015-03-31 |
| | | | | |||
| * | | | Remove outdated file | Vijay Pai | 2015-03-31 |
|/ / / | |||
* | | | Merge pull request #1157 from murgatroid99/node_interop_auth_bugfix | donnadionne | 2015-03-31 |
|\ \ \ | | | | | | | | | Reverse accidentally swapped auth test cases | ||
| * | | | Reversed accidentally swapped test cases | murgatroid99 | 2015-03-31 |
|/ / / | |||
* | | | Merge pull request #1155 from nicolasnoble/bazel | Yang Gao | 2015-03-31 |
|\ \ \ | | | | | | | | | Early support for Bazel. | ||
| * | | | Early support for Bazel. | Nicolas "Pixel" Noble | 2015-03-31 |
|/ / / | |||
* | | | Merge pull request #1152 from murgatroid99/docker_php_composer | Tim Emiola | 2015-03-30 |
|\ \ \ | | | | | | | | | Update PHP Dockerfiles with composer changes | ||
* \ \ \ | Merge pull request #1148 from nathanielmanistaatgoogle/construction-functions | Masood Malekghassemi | 2015-03-30 |
|\ \ \ \ | | | | | | | | | | | Unify early_adopter construction functions | ||
| | | * | | Minor fix to test case switch statement, to fix a false negative | murgatroid99 | 2015-03-30 |
| | | | | | |||
* | | | | | Merge pull request #1110 from yang-g/cancel | Vijay Pai | 2015-03-30 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Set cq_ on servercontext | ||
| * | | | | Add tests with delayed cancellation from client and server | Yang Gao | 2015-03-30 |
| | | | | |