Tim Emiola
|
300ebc4c62
|
Merge pull request #1140 from murgatroid99/node_trailing_metadata
Node trailing metadata
|
10 years ago |
Jan Tattermusch
|
ef38504ddd
|
Merge pull request #1190 from nicolasnoble/shared-cleanup
Actually removing shared project files now.
|
10 years ago |
murgatroid99
|
49388b31a0
|
Reworded test case descriptions
|
10 years ago |
Tim Emiola
|
8be9887f0b
|
Merge pull request #1178 from murgatroid99/php_camel_case_methods
Change PHP method names to camel case
|
10 years ago |
Tim Emiola
|
3a00f60c0b
|
Merge pull request #1181 from murgatroid99/php_gen_code_test_update
Updated GeneratedCodeTest to match (not so) recent stub changes
|
10 years ago |
Nicolas "Pixel" Noble
|
ad1d7d9343
|
Actually removing shared project files now.
|
10 years ago |
Yang Gao
|
a4b0909db9
|
Merge pull request #1180 from vjpai/perf-0402
Trace and trim locks, properly handle SIGINT
|
10 years ago |
Vijay Pai
|
74c14e5ac7
|
Add in a racy check for min deadline in run_some_expired_alarms before
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.
|
10 years ago |
murgatroid99
|
e80fdd3740
|
Updated GeneratedCodeTest to match (not so) recent stub changes
|
10 years ago |
Jan Tattermusch
|
1fa0c0881f
|
Merge pull request #1173 from nicolasnoble/vs2010
Created Visual Studio 2010 project files.
|
10 years ago |
Vijay Pai
|
7d3d9ca24c
|
Eliminate a redundant unlock-lock pair since this code is only invoked from
one place
|
10 years ago |
Vijay Pai
|
dc7110fdc5
|
Add new CONFIG for building with mutrace
|
10 years ago |
Vijay Pai
|
f2554d051b
|
Revive proper SIGINT handling
|
10 years ago |
Vijay Pai
|
63adffe3f4
|
Merge pull request #1177 from yang-g/bugfix
Bug fix. User can destroy status after calling Finish and we should keep...
|
10 years ago |
Nicolas "Pixel" Noble
|
a727fe22b6
|
Created Visual Studio 2010 project files.
Also removed the unused shared projects.
|
10 years ago |
Yang Gao
|
e9866e977e
|
resolve comment
|
10 years ago |
Vijay Pai
|
bd946ebcd7
|
Merge pull request #1172 from nicolasnoble/warnings
Shutting off warnings about control paths.
|
10 years ago |
murgatroid99
|
10286d3f60
|
Updated PHP files to new method names
|
10 years ago |
murgatroid99
|
c1d7e24751
|
Changed C files to have camelCase method names
|
10 years ago |
Yang Gao
|
b53af532af
|
Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer
|
10 years ago |
Tim Emiola
|
e8d6c5b573
|
Merge pull request #1129 from nicolasnoble/scan-build
Adding Dockerfile for grpc/scan-build.
|
10 years ago |
Tim Emiola
|
78023cea65
|
Merge pull request #1166 from murgatroid99/docker_php_regen_code
Generate interop-related code in PHP docker build
|
10 years ago |
Tim Emiola
|
bdf24cfceb
|
Merge pull request #1153 from murgatroid99/php_interop_selector_fix
Minor fix to test case switch statement, to fix a false negative
|
10 years ago |
Tim Emiola
|
a830d3c99f
|
Merge pull request #1170 from murgatroid99/php_external_includes
Make PHP library work with PHP 5.6
|
10 years ago |
Nicolas Noble
|
5228f62ed1
|
Merge pull request #1169 from yang-g/pickport
Add a macro to enable support of custom port picker.
|
10 years ago |
Nicolas "Pixel" Noble
|
7f13eb2348
|
Shutting off warnings about control paths.
|
10 years ago |
Nathaniel Manista
|
52bc8f962a
|
Merge pull request #1163 from soltanmm/metadata
Add metadata support to low-level Python _adapter
|
10 years ago |
Masood Malekghassemi
|
841f90f86f
|
Add metadata support to low-level Python framework
|
10 years ago |
murgatroid99
|
bfa9e4f822
|
Fixed scripts again for PHP 5.5
|
10 years ago |
murgatroid99
|
bbbb3a0016
|
Updated scripts with PHP 5.6's build location
|
10 years ago |
murgatroid99
|
9e0ee11756
|
Removed pedantic flag from PHP build
|
10 years ago |
Yang Gao
|
7eb76cc780
|
make target of port.c depend on test_config
|
10 years ago |
murgatroid99
|
8242ba74e3
|
Made external header includes use angle brackets
|
10 years ago |
Yang Gao
|
929481e107
|
add missing header into build.json and regenerate project
|
10 years ago |
Yang Gao
|
5a5032dd4c
|
Add a macro to enable replacing the default with a custom port picker
|
10 years ago |
murgatroid99
|
650b2c71b9
|
Generate interop-related code in docker build
|
10 years ago |
donnadionne
|
c7439042b1
|
Merge pull request #1162 from murgatroid99/php_add_protos
Replace generated code with proto files in PHP library
|
10 years ago |
donnadionne
|
fe77f081cf
|
Merge pull request #1164 from murgatroid99/php_metadata_expectations
Do not expect metadata until expecting first read
|
10 years ago |
murgatroid99
|
d8cc6b8e72
|
Do not expect metadata until expecting first read
|
10 years ago |
Yang Gao
|
1bd4736527
|
Merge pull request #1158 from vjpai/perf-0331
Re-enable profiling on QPS client and server tests
|
10 years ago |
murgatroid99
|
081cccc145
|
Re-added overzealously removed file
|
10 years ago |
murgatroid99
|
245a0ecae9
|
Removed generated code files
|
10 years ago |
murgatroid99
|
65dda6ca31
|
Updated generated code to match protos
|
10 years ago |
murgatroid99
|
a60dd3b7d5
|
Added proto files
|
10 years ago |
Nathaniel Manista
|
954177c9ef
|
Merge pull request #1159 from soltanmm/fmt
Reformat style of using PyObject_HEAD
|
10 years ago |
Masood Malekghassemi
|
5bf4d2ae36
|
Reformat style of using PyObject_HEAD
|
10 years ago |
Vijay Pai
|
54e16ee548
|
Put in calls to profiling
|
10 years ago |
Vijay Pai
|
49673133b3
|
Remove unused header file for profiler
|
10 years ago |
Vijay Pai
|
ce3bd9680b
|
Remove outdated file
|
10 years ago |
donnadionne
|
7a6ecc2f91
|
Merge pull request #1157 from murgatroid99/node_interop_auth_bugfix
Reverse accidentally swapped auth test cases
|
10 years ago |