Craig Tiller
bcb4592ecb
Merge branch 'buffer_pools_for_realsies' into grpc_slice
2016-10-26 21:00:53 -07:00
Craig Tiller
d6813a8ee5
s/gpr_slice/grpc_slice, and move around tests, impls
2016-10-26 16:16:06 -07:00
Nicolas "Pixel" Noble
ead0505db5
Going 1.0.1.
2016-10-26 21:42:29 +02:00
murgatroid99
4f0ad464c0
Merge branch 'master' into node_electron_build
2016-10-26 10:31:14 -07:00
Noah Eisen
12b8b9f41d
Merge pull request #8449 from ncteisen/new_python_interop_tests
...
New python interop tests
2016-10-26 09:07:32 -07:00
Noah Eisen
ef116f0085
Remove status message check from node interop client
...
The node interop client was checking that the status message for
the test unimplemented_method was an empty string. This behavior
is not guaranteed, and thus the check should be removed.
2016-10-25 16:59:33 -07:00
murgatroid99
5eca1db662
Merge branch 'master' into uv_core_transport
2016-10-25 12:35:21 -07:00
Michael Lumish
0d67981587
Merge pull request #8220 from murgatroid99/node_remove_deprecated_function
...
Remove deprecated V8 function call in Node library
2016-10-25 08:57:52 -07:00
murgatroid99
f741272fd1
Remove deprecated V8 function call in Node library
2016-10-24 17:38:04 -07:00
murgatroid99
411c0193f0
Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates
2016-10-24 11:21:07 -07:00
Noah Eisen
6d754b22c5
added new test to interop_sanity_test.js
2016-10-24 11:11:54 -07:00
Noah Eisen
119fa4c33f
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
2016-10-21 17:32:33 -07:00
murgatroid99
413bc731ed
Merge branch 'master' into uv_core_transport
2016-10-21 15:54:42 -07:00
Tim Ryan
cd84e7368a
Compiles with npm install --debug option.
2016-10-21 10:13:46 -07:00
Michael Lumish
4c016b1602
Merge pull request #8208 from tcr/master
...
Compiles with npm install --debug option.
2016-10-21 10:12:52 -07:00
murgatroid99
5280def201
Fix issues with express benchmark and synchronize package.json with template
2016-10-18 15:56:44 -07:00
murgatroid99
77318b1121
Create benchmark client and server for Node Express
2016-10-18 09:55:28 -07:00
murgatroid99
e91c2554e7
Merge branch 'master' into uv_core_transport
2016-10-12 16:41:38 -07:00
Jan Tattermusch
50ac0470f2
Merge pull request #8354 from grpc/v1.0.x
...
Upmerge doc changes from v1.0.x
2016-10-12 18:44:15 +02:00
Jan Tattermusch
6ad03503ec
Update README.md
2016-10-12 18:03:00 +02:00
Michael Lumish
b9a367290c
Fix how Node touches an internal core header
2016-10-07 14:49:05 -07:00
murgatroid99
84505a9335
UV tests pass on linux
2016-10-07 09:55:35 -07:00
murgatroid99
780c16a1bc
Remove deprecated V8 function call in Node library
2016-09-27 14:33:06 -07:00
Tim Ryan
82f490c237
Compiles with npm install --debug option.
2016-09-26 19:14:21 -04:00
murgatroid99
be51c29e1c
Merge branch 'master' into uv_core_transport
2016-09-23 14:35:49 -07:00
murgatroid99
bc2693ee52
Fix mismatched new[] and delete in Node extension code
2016-09-20 09:55:33 -07:00
murgatroid99
e6d7d78bc8
Merge branch 'master' into uv_core_transport
2016-09-16 13:44:28 -07:00
murgatroid99
4159622a60
Add a libuv endpoint to the C core, for use in the Node library
2016-09-16 13:25:08 -07:00
Philipp Wahala
dc9eded992
Fix typo in node.js README
2016-09-07 20:22:51 +02:00
Nicolas "Pixel" Noble
83f5f393b6
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
2016-08-20 01:45:32 +02:00
Nicolas "Pixel" Noble
6a7a801d5b
Bumping version to 1.0.1-pre1.
2016-08-18 21:57:20 +02:00
Nicolas "Pixel" Noble
96f0b5ff59
Removing pre2 flag.
2016-08-16 03:07:09 +02:00
Nicolas "Pixel" Noble
b4828c3762
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
2016-08-16 01:54:33 +02:00
murgatroid99
5ebba7b69a
Update Node library dependencies and change deprecated function calls
2016-08-15 13:14:16 -07:00
Nicolas Noble
5f3d234698
Merge pull request #7681 from murgatroid99/node_tools_integrate_plugin
...
Make Node grpc-tools protoc automatically call the plugin
2016-08-11 15:36:20 -07:00
Nicolas Noble
465db73eac
Merge pull request #7577 from murgatroid99/node_dependency_update
...
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
2016-08-11 14:23:26 -07:00
Nicolas "Pixel" Noble
9474108971
Merge branch 'v1.0.x' into manual-upmerge
2016-08-11 21:00:08 +02:00
murgatroid99
bceacb5ed3
Make Node grpc-tools protoc automatically call the plugin
2016-08-09 11:35:19 -07:00
Nicolas "Pixel" Noble
2fc58ed286
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
...
Conflicts:
CMakeLists.txt
Makefile
build.yaml
package.json
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/health_check/package.json
src/node/tools/package.json
src/python/grpcio/grpc_version.py
src/python/grpcio_health_checking/grpc_version.py
src/python/grpcio_tests/grpc_version.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
2016-08-03 19:54:49 +02:00
murgatroid99
792ddf9ea8
Regenerate packages
2016-08-02 14:38:00 -07:00
murgatroid99
2732591d56
Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update
2016-08-02 14:37:05 -07:00
murgatroid99
7ca38bd5b8
Fix error handling authentication errors with non-numeric error codes
2016-08-02 13:07:35 -07:00
David Garcia Quintas
68089fa8f9
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
2016-08-01 11:02:22 -07:00
Nicolas "Pixel" Noble
a6451e93ab
Bumping to 1.0.0-pre2.
2016-07-29 22:56:12 +02:00
Nicolas "Pixel" Noble
d45aa8c411
Merge branch 'v1.0.x' into manual-upmerge
...
Conflicts:
src/ruby/pb/test/client.rb
src/ruby/pb/test/server.rb
tools/dockerfile/test/php7_jessie_x64/Dockerfile
2016-07-29 22:48:16 +02:00
murgatroid99
5812daa5e1
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
2016-07-29 10:44:01 -07:00
kpayson64
9326b8d9f7
Merge pull request #7394 from murgatroid99/node_client_creds_memory_leak
...
Fix a memory leak in Node call credentials
2016-07-25 14:24:42 -07:00
murgatroid99
8a0194d1da
Fixed typo in Node health check package.json
2016-07-21 11:28:35 -07:00
David Garcia Quintas
caead64200
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
2016-07-14 14:13:41 -07:00
murgatroid99
5fcc18197b
Fix a memory leak in Node call credentials
2016-07-14 13:22:22 -07:00