Commit Graph

21223 Commits

Author SHA1 Message Date
murgatroid99 e8ec16da0e Fix binding.gyp syntax 2017-01-13 11:00:53 -08:00
murgatroid99 b19ac96487 Fix electron artifact builds 2017-01-13 10:56:36 -08:00
murgatroid99 e8b1fd0cba Merge branch 'master' into node_electron_build 2017-01-13 09:48:55 -08:00
murgatroid99 972b7975a6 Fixed package name in dockerfile 2017-01-13 09:28:09 -08:00
murgatroid99 a7fa10005a Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build 2017-01-13 09:06:40 -08:00
Jan Tattermusch 6b6954050c Merge pull request #9335 from jtattermusch/vsproject_improvements
Make grpc.sln compile
2017-01-13 08:21:51 +01:00
Jan Tattermusch 9752569376 Merge pull request #9333 from emmenlau/emmenlau_fix_some_variable_names
Makefile.template: fixed variables names, and added a missing one
2017-01-13 07:40:24 +01:00
Stanley Cheung 782724ba67 Merge pull request #9321 from stanley-cheung/fix-various-php-bugs
Fix various php bugs
2017-01-12 18:37:29 -08:00
murgatroid99 93d0b580a5 Properly generate electron dependencies in test Dockerfile from template 2017-01-12 17:57:36 -08:00
Michael Lumish 88162f82c4 Do not use OPENSSL_NO_THREAD normally for Node on Windows 2017-01-12 17:37:58 -08:00
Stanley Cheung 50c878088a Use tmp file instead of writing to current directory 2017-01-12 15:49:56 -08:00
Michael Lumish 5868c8335c Merge pull request #8895 from murgatroid99/node_artifact_build_fix
Drop support for Node 0.12 and io.js 1.0
2017-01-12 13:07:34 -08:00
Mario Emmenlauer abe9757da1 Makefile: fixed a few variables names, and added a missing variable on dll name 2017-01-12 22:06:04 +01:00
murgatroid99 c518198d9a run_tests: set Node runtime variable when using default compiler 2017-01-12 12:40:11 -08:00
murgatroid99 433d3f1d42 Merge branch 'master' into node_electron_build 2017-01-12 12:39:25 -08:00
Stanley Cheung 03b22ecbe6 Merge pull request #9329 from stanley-cheung/php-fix-config-m4
PHP: use a macro to specify extension src dir
2017-01-12 12:29:03 -08:00
Stanley Cheung fe71d7fc5f Fix the template as well 2017-01-12 11:13:23 -08:00
makdharma 468690fa92 Merge pull request #9298 from makdharma/http2_badserver_interop
added ability to run bad-server http2 tests
2017-01-12 09:23:24 -08:00
Noah Eisen a5faf9968c Merge pull request #9149 from ncteisen/rst_stream_error_code_fix
Fix RST_STREAM(0) inconsistency
2017-01-12 08:00:30 -08:00
Noah Eisen 36c799b37a Merge pull request #9299 from grpc/ncteisen-patch-1
Update negative-http2-interop-test-descriptions.md
2017-01-12 07:59:37 -08:00
lyuxuan def69b3075 Merge pull request #8816 from lyuxuan/cpu_usage2
sending cpu load latency performance test results to big query
2017-01-12 06:27:19 -08:00
Jan Tattermusch c79da7b383 fix compilation of grpc_dll project 2017-01-12 14:57:24 +01:00
Jan Tattermusch 34f58fe42c remove not-yet-useful projects from grpc.sln 2017-01-12 14:14:05 +01:00
Mario Emmenlauer 8e883b23ba Makefile.template: fixed a few variables names, and added a missing variable on dll name 2017-01-12 11:45:52 +01:00
Jan Tattermusch af7b87f8eb remove unneeded/broken targets from CMakeLists.exe 2017-01-12 10:23:48 +01:00
Jan Tattermusch 3aab96f56c successfuly compile gRPC with cmake+Ninja 2017-01-12 10:23:48 +01:00
lyuxuan 3cdf729eb0 Merge pull request #8770 from lyuxuan/channel_args1
configurable channel args for performance benchmarking
2017-01-11 23:36:52 -08:00
Yang Gao 21b6a6805a Merge pull request #9315 from yang-g/fuzzer_load
Remove unused load
2017-01-11 23:17:34 -08:00
Yang Gao 23d5081958 Merge pull request #9314 from yang-g/infolog
Promote dns resolution failure message to INFO
2017-01-11 23:17:09 -08:00
Yang Gao 6b7f2f1fa6 Merge pull request #9324 from yang-g/include_fix
Add missing include for GPRAPI
2017-01-11 23:10:23 -08:00
Yang Gao 8bddea1c94 Merge pull request #9327 from yang-g/include_fix2
Add missing include for size_t
2017-01-11 23:03:59 -08:00
Stanley Cheung 90cd278945 PHP: use a macro to specify extension src dir 2017-01-11 21:38:33 -08:00
Stanley Cheung 122c687d61 Fix various PHP bugs 2017-01-11 19:36:32 -08:00
adelez 1b59bfc52b Merge pull request #8987 from adelez/add_perf_link
Add perf link
2017-01-11 17:50:04 -08:00
Adele Zhou 015998f770 Add perf link 2017-01-11 17:48:50 -08:00
Eric Gribkoff ebb3d5d4fc Merge pull request #9139 from ericgribkoff/http2_client
Add HTTP/2 interop test client

Known failures: https://github.com/grpc/grpc/issues/8629
2017-01-11 17:45:30 -08:00
yang-g d36a53156c Add missing include for size_t 2017-01-11 16:14:44 -08:00
Noah Eisen 4314043e40 Update negative-http2-interop-test-descriptions.md 2017-01-11 15:59:33 -08:00
yang-g 8ad258a450 Add missing include for GPRAPI 2017-01-11 15:22:29 -08:00
Stanley Cheung 4fe4f4bf37 Merge pull request #8154 from thinkerou/fix_php_mem_leak
PHP: attempt to fix mem leaks
2017-01-11 15:11:25 -08:00
ncteisen 1a75c546d0 Merge branch 'master' of https://github.com/grpc/grpc into rst_stream_error_code_fix 2017-01-11 14:47:10 -08:00
Yang Gao 1d8db03492 Merge pull request #9317 from yang-g/test_credentials
manual revert of #8901
2017-01-11 14:23:39 -08:00
Noah Eisen 3d11a912f3 Merge pull request #9297 from ncteisen/include-new-ruby-interop-tests
Change Interop Test Infrastructure to Run New Ruby Tests
2017-01-11 13:14:01 -08:00
yang-g cc5910228d manual revert of #8901 2017-01-11 11:10:43 -08:00
yang-g 1da20c10b0 Remove unused load 2017-01-11 10:50:26 -08:00
yang-g b8c5fe1e62 Promote dns resolution failure message to INFO 2017-01-11 10:47:35 -08:00
Makarand Dharmapurikar 6bbd95e4a3 minor fix 2017-01-11 09:35:09 -08:00
Eric Gribkoff c344e87449 Adds HTTP/2 interop test client 2017-01-11 09:14:28 -08:00
Jan Tattermusch 3c42128a35 Merge pull request #9307 from jtattermusch/emmenlau_mingw32
Emmenlau's mingw32 fixes
2017-01-11 13:26:00 +01:00
Yuxuan Li ac87a46225 enable uploading server cpu usage data from performance tests to big query 2017-01-11 10:01:16 +00:00