Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1196 from vjpai/fix-time-race | Nicolas Noble | 2015-04-04 |
|\ | | | | | Remove the racy check added in commit 74c14e5a | ||
| * | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. | Vijay Pai | 2015-04-04 |
|/ | | | | | This is potentially unsafe since checking the deadline involves more than 1 word read. | ||
* | Merge pull request #1189 from soltanmm/remove-semicolons | Nathaniel Manista | 2015-04-03 |
|\ | | | | | Satisfy C90 requirements in Python C code. | ||
* \ | Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_version | Jorge Canizales | 2015-04-03 |
|\ \ | | | | | | | Grpc tools deb builder configure version | ||
| * | | Add the version of the built deb to be configured by a file | Tim Emiola | 2015-04-03 |
| | | | |||
| * | | Add the version of the built deb to be configured by a file | Tim Emiola | 2015-04-03 |
| | | | |||
* | | | Merge pull request #1140 from murgatroid99/node_trailing_metadata | Tim Emiola | 2015-04-03 |
|\ \ \ | | | | | | | | | Node trailing metadata | ||
* \ \ \ | Merge pull request #1190 from nicolasnoble/shared-cleanup | Jan Tattermusch | 2015-04-03 |
|\ \ \ \ | |_|/ / |/| | | | Actually removing shared project files now. | ||
| | * | | Reworded test case descriptions | murgatroid99 | 2015-04-03 |
| | | | | |||
* | | | | Merge pull request #1178 from murgatroid99/php_camel_case_methods | Tim Emiola | 2015-04-03 |
|\ \ \ \ | | | | | | | | | | | Change PHP method names to camel case | ||
* \ \ \ \ | Merge pull request #1181 from murgatroid99/php_gen_code_test_update | Tim Emiola | 2015-04-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Updated GeneratedCodeTest to match (not so) recent stub changes | ||
| | | | | * | Satisfy C90 pedantry in Python adapter | Masood Malekghassemi | 2015-04-03 |
| |_|_|_|/ |/| | | | | |||
| | | * | | Actually removing shared project files now. | Nicolas "Pixel" Noble | 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. | ||
| | * | | | Updated GeneratedCodeTest to match (not so) recent stub changes | murgatroid99 | 2015-04-02 |
| |/ / / |/| | | | |||
* | | | | 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. | ||
| | | | * | | Updated PHP files to new method names | murgatroid99 | 2015-04-02 |
| | | | | | | |||
| | | | * | | Changed C files to have camelCase method names | murgatroid99 | 2015-04-02 |
| |_|_|/ / |/| | | | | |||
| | * | | | 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 |
| | | | | | | |