aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1196 from vjpai/fix-time-raceGravatar Nicolas Noble2015-04-04
|\ | | | | Remove the racy check added in commit 74c14e5a
| * Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.Gravatar Vijay Pai2015-04-04
|/ | | | | This is potentially unsafe since checking the deadline involves more than 1 word read.
* Merge pull request #1189 from soltanmm/remove-semicolonsGravatar Nathaniel Manista2015-04-03
|\ | | | | Satisfy C90 requirements in Python C code.
* \ Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_versionGravatar Jorge Canizales2015-04-03
|\ \ | | | | | | Grpc tools deb builder configure version
| * | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | |
| * | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | |
* | | Merge pull request #1140 from murgatroid99/node_trailing_metadataGravatar Tim Emiola2015-04-03
|\ \ \ | | | | | | | | Node trailing metadata
* \ \ \ Merge pull request #1190 from nicolasnoble/shared-cleanupGravatar Jan Tattermusch2015-04-03
|\ \ \ \ | |_|/ / |/| | | Actually removing shared project files now.
| | * | Reworded test case descriptionsGravatar murgatroid992015-04-03
| | | |
* | | | Merge pull request #1178 from murgatroid99/php_camel_case_methodsGravatar Tim Emiola2015-04-03
|\ \ \ \ | | | | | | | | | | Change PHP method names to camel case
* \ \ \ \ Merge pull request #1181 from murgatroid99/php_gen_code_test_updateGravatar Tim Emiola2015-04-03
|\ \ \ \ \ | | | | | | | | | | | | Updated GeneratedCodeTest to match (not so) recent stub changes
| | | | | * Satisfy C90 pedantry in Python adapterGravatar Masood Malekghassemi2015-04-03
| |_|_|_|/ |/| | | |
| | | * | Actually removing shared project files now.Gravatar Nicolas "Pixel" Noble2015-04-03
| |_|/ / |/| | |
* | | | Merge pull request #1180 from vjpai/perf-0402Gravatar Yang Gao2015-04-03
|\ \ \ \ | | | | | | | | | | Trace and trim locks, properly handle SIGINT
| * | | | Add in a racy check for min deadline in run_some_expired_alarms beforeGravatar Vijay Pai2015-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 changesGravatar murgatroid992015-04-02
| |/ / / |/| | |
* | | | Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ \ \ \ | | | | | | | | | | Created Visual Studio 2010 project files.
| | * | | Eliminate a redundant unlock-lock pair since this code is only invoked fromGravatar Vijay Pai2015-04-02
| | | | | | | | | | | | | | | | | | | | one place
| | * | | Add new CONFIG for building with mutraceGravatar Vijay Pai2015-04-02
| | | | |
| | * | | Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
| |/ / / |/| | |
* | | | Merge pull request #1177 from yang-g/bugfixGravatar Vijay Pai2015-04-02
|\ \ \ \ | | | | | | | | | | Bug fix. User can destroy status after calling Finish and we should keep...
| | * | | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | | | | | | | | | | | | | Also removed the unused shared projects.
| * | | | resolve commentGravatar Yang Gao2015-04-02
| | | | |
* | | | | Merge pull request #1172 from nicolasnoble/warningsGravatar Vijay Pai2015-04-02
|\ \ \ \ \ | | | | | | | | | | | | Shutting off warnings about control paths.
| | | | * | Updated PHP files to new method namesGravatar murgatroid992015-04-02
| | | | | |
| | | | * | Changed C files to have camelCase method namesGravatar murgatroid992015-04-02
| |_|_|/ / |/| | | |
| | * | | Bug fix. User can destroy status after calling Finish and we should keep a ↵Gravatar Yang Gao2015-04-02
| | | | | | | | | | | | | | | | | | | | copy of it instead of a pointer
* | | | | Merge pull request #1129 from nicolasnoble/scan-buildGravatar Tim Emiola2015-04-02
|\ \ \ \ \ | | | | | | | | | | | | Adding Dockerfile for grpc/scan-build.
* \ \ \ \ \ Merge pull request #1166 from murgatroid99/docker_php_regen_codeGravatar Tim Emiola2015-04-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Generate interop-related code in PHP docker build
* \ \ \ \ \ \ Merge pull request #1153 from murgatroid99/php_interop_selector_fixGravatar Tim Emiola2015-04-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Minor fix to test case switch statement, to fix a false negative
* \ \ \ \ \ \ \ Merge pull request #1170 from murgatroid99/php_external_includesGravatar Tim Emiola2015-04-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make PHP library work with PHP 5.6
* \ \ \ \ \ \ \ \ Merge pull request #1169 from yang-g/pickportGravatar Nicolas Noble2015-04-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a macro to enable support of custom port picker.
| | | | | | * | | | Shutting off warnings about control paths.Gravatar Nicolas "Pixel" Noble2015-04-01
| | | | | | | |/ / | | | | | | |/| |
* | | | | | | | | Merge pull request #1163 from soltanmm/metadataGravatar Nathaniel Manista2015-04-01
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Add metadata support to low-level Python _adapter
| * | | | | | | | Add metadata support to low-level Python frameworkGravatar Masood Malekghassemi2015-04-01
| | | | | | | | |
| | | * | | | | | Fixed scripts again for PHP 5.5Gravatar murgatroid992015-04-01
| | | | | | | | |
| | | * | | | | | Updated scripts with PHP 5.6's build locationGravatar murgatroid992015-04-01
| | | | | | | | |
| | | * | | | | | Removed pedantic flag from PHP buildGravatar murgatroid992015-04-01
| | | | | | | | |
| | * | | | | | | make target of port.c depend on test_configGravatar Yang Gao2015-04-01
| | | | | | | | |
| | | * | | | | | Made external header includes use angle bracketsGravatar murgatroid992015-04-01
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | add missing header into build.json and regenerate projectGravatar Yang Gao2015-04-01
| | | | | | | |
| | * | | | | | Add a macro to enable replacing the default with a custom port pickerGravatar Yang Gao2015-04-01
| | | |_|_|/ / | | |/| | | |
| | | | * | | Generate interop-related code in docker buildGravatar murgatroid992015-04-01
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1162 from murgatroid99/php_add_protosGravatar donnadionne2015-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace generated code with proto files in PHP library
* \ \ \ \ \ \ Merge pull request #1164 from murgatroid99/php_metadata_expectationsGravatar donnadionne2015-04-01
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Do not expect metadata until expecting first read
| * | | | | | Do not expect metadata until expecting first readGravatar murgatroid992015-04-01
| | | | | | |
* | | | | | | Merge pull request #1158 from vjpai/perf-0331Gravatar Yang Gao2015-04-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Re-enable profiling on QPS client and server tests
| | * | | | | Re-added overzealously removed fileGravatar murgatroid992015-03-31
| | | | | | |
| | * | | | | Removed generated code filesGravatar murgatroid992015-03-31
| | | | | | |
| | * | | | | Updated generated code to match protosGravatar murgatroid992015-03-31
| | | | | | |