murgatroid99
|
3368ba1b9f
|
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
|
2016-05-09 15:08:47 -07:00 |
Stanley Cheung
|
fa135621ae
|
node: fix math server minor bug
|
2016-05-06 10:40:41 -07:00 |
Nicolas "Pixel" Noble
|
dd566ee5a6
|
Merge remote-tracking branch 'google/release-0_14'
Conflicts:
Makefile
build.yaml
package.json
src/core/lib/surface/version.c
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/build_packages.bat
src/node/tools/package.json
src/python/grpcio/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-05-06 03:15:57 +02:00 |
Nicolas "Pixel" Noble
|
66458fa188
|
Master is now 0.15.0-dev.
|
2016-05-06 03:02:51 +02:00 |
Nicolas "Pixel" Noble
|
b28ffe9b3a
|
The release branch is now 0.14.0-pre1.
|
2016-05-06 03:00:51 +02:00 |
murgatroid99
|
02a0140934
|
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
|
2016-05-04 12:54:14 -07:00 |
murgatroid99
|
6eb07870fd
|
Node tools: use the right extension for running protoc on Windows
|
2016-05-02 14:01:46 -07:00 |
Jan Tattermusch
|
92432a67e4
|
Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging
Added node plugin to grpc-tools npm package, updated build_package_node
|
2016-04-29 08:21:19 -07:00 |
Jan Tattermusch
|
c3cca0f0a8
|
Merge pull request #6325 from murgatroid99/node_default_roots
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
|
2016-04-28 18:35:08 -07:00 |
Jan Tattermusch
|
fe44f92c7c
|
Merge pull request #6322 from murgatroid99/node_service_default_method
Make Node servers warn instead of fail when a method is missing a handler
|
2016-04-28 18:34:40 -07:00 |
murgatroid99
|
f93da5341c
|
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
|
2016-04-27 16:38:33 -07:00 |
Jan Tattermusch
|
b3816a846e
|
Merge pull request #6300 from dmitriykovalev/master
Fixing invalid usage of getProtobufServiceAttrs() function.
|
2016-04-27 16:29:51 -07:00 |
murgatroid99
|
6ad92b2399
|
Make Node servers warn instead of fail when a method is missing a handler
|
2016-04-27 14:55:13 -07:00 |
murgatroid99
|
a2a3b729ae
|
Fixed minor Node compilation issue
|
2016-04-27 14:54:40 -07:00 |
murgatroid99
|
3a1946a98f
|
Added node plugin to grpc-tools npm package, updated build_package_node
|
2016-04-26 17:20:10 -07:00 |
Jan Tattermusch
|
d4b8a08eb6
|
Merge pull request #5445 from murgatroid99/node_protoc_plugin
Create a protoc plugin for Node.js gRPC
|
2016-04-26 13:03:02 -07:00 |
Dmitry Kovalev
|
849fcbadcd
|
Fixing invalid usage of getProtobufServiceAttrs() function.
getProtobufServiceAttrs(service, options) must be called with 2 arguments.
|
2016-04-21 23:32:30 -07:00 |
murgatroid99
|
8794abc80c
|
Added file that lets generated code import grpc
|
2016-04-20 12:51:48 -07:00 |
murgatroid99
|
12dde7c809
|
Use math test to test generated code
|
2016-04-20 10:52:31 -07:00 |
Deepak Lukose
|
0c82e79880
|
Add various options to verify ssl/tls client cert including letting the
application handle the authentication.
|
2016-04-19 15:02:06 -07:00 |
Jan Tattermusch
|
0c2a7efc2c
|
add some console messages to node qps worker
|
2016-04-14 13:13:24 -07:00 |
Nicolas "Pixel" Noble
|
6d10047c13
|
Upmerge the version bump from 0.13
|
2016-04-08 00:30:02 +02:00 |
Nicolas Noble
|
4527036ab4
|
Merge pull request #6109 from murgatroid99/node_grpc_tools_package
Created node tools package to distribute protoc and eventually the plugin
|
2016-04-07 14:57:21 -07:00 |
murgatroid99
|
5107ae9080
|
Created node tools package to distribute protoc and eventually the plugin
|
2016-04-06 14:39:52 -07:00 |
Sree Kuchibhotla
|
29b678099a
|
address code review comments
|
2016-04-06 09:43:28 -07:00 |
Sree Kuchibhotla
|
d860fe3d6d
|
Correct a typo in the spec
|
2016-04-05 16:33:44 -07:00 |
Jan Tattermusch
|
cf50956a5d
|
Merge pull request #6032 from murgatroid99/node_stress_client
Node stress test client and metrics client
|
2016-04-01 11:20:59 -07:00 |
murgatroid99
|
9fcf98db86
|
Remove some debug logging from 0.13-branch node
|
2016-04-01 09:33:55 -07:00 |
murgatroid99
|
7a7471c92a
|
Expanded comment about Client class in stress_client
|
2016-03-31 10:41:22 -07:00 |
Craig Tiller
|
789bed102e
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
murgatroid99
|
4a1e692a50
|
Fixed minor bug in metrics server, added metrics client
|
2016-03-30 17:05:13 -07:00 |
murgatroid99
|
11b98bd9d5
|
Node stress test client
|
2016-03-30 16:17:52 -07:00 |
Nicolas Noble
|
4b24af0d66
|
Merge pull request #5900 from murgatroid99/node_callback_convention
Follow Node's callback-last convention for client calls
|
2016-03-28 22:25:25 -07:00 |
murgatroid99
|
9f7a63ca21
|
Make option passing down to the client constructor more consistent
|
2016-03-28 12:46:42 -07:00 |
Jan Tattermusch
|
e65ecaf2ae
|
Merge pull request #5934 from murgatroid99/node_performance_test_improvements
Added generic service client and server to Node perf tests
|
2016-03-25 19:28:47 -07:00 |
Jan Tattermusch
|
a723cd6e4b
|
Merge pull request #5941 from murgatroid99/node_error_code_compliance_2
Fix Node status code usage to match spec
|
2016-03-24 16:16:43 -07:00 |
Jan Tattermusch
|
182376ddf4
|
Merge pull request #5837 from sreecha/grpc_fixit_node
DocFixit: Troubleshooting info for Windows and some minor tweaks
|
2016-03-24 07:12:34 -07:00 |
murgatroid99
|
a1c6f889b7
|
Fix Node status code usage to match spec
|
2016-03-23 15:36:51 -07:00 |
Sree Kuchibhotla
|
0bc1d258fc
|
Fix the link again: Third time's a charm!
|
2016-03-23 14:59:41 -07:00 |
Sree Kuchibhotla
|
9b9bdfb518
|
Try fixing the link again
|
2016-03-23 14:36:46 -07:00 |
Sree Kuchibhotla
|
f3cf213d60
|
Fix broken link
|
2016-03-23 14:30:23 -07:00 |
Sree Kuchibhotla
|
e832131540
|
Address review feedback
|
2016-03-23 14:28:53 -07:00 |
murgatroid99
|
2a43154668
|
Fixed import
|
2016-03-23 14:21:25 -07:00 |
murgatroid99
|
a4c0d29b8e
|
Added generic service client and server to Node perf tests
|
2016-03-23 11:18:15 -07:00 |
murgatroid99
|
2c2940227f
|
Add option to use old client method argument order for now
|
2016-03-22 14:46:37 -07:00 |
murgatroid99
|
419d729a08
|
Fixed copyright
|
2016-03-21 17:17:01 -07:00 |
murgatroid99
|
3b20f2f89b
|
Follow Node's callback-last convention for client calls
|
2016-03-21 15:50:39 -07:00 |
Sree Kuchibhotla
|
28d06237b1
|
DocFixit: Troubleshooting info for Windows and some minor tweaks
|
2016-03-18 14:44:31 -07:00 |
murgatroid99
|
4a7a8ba3a7
|
Unref uv_async after construction to avoid blocking at shutdown
|
2016-03-17 11:49:24 -07:00 |
murgatroid99
|
9142cccec5
|
Fixed copyright
|
2016-03-16 16:00:07 -07:00 |