Commit Graph

694 Commits

Author SHA1 Message Date
murgatroid99 bcc60f75d4 Merge branch 'master' into uv_core_transport 2016-09-16 13:44:28 -07:00
murgatroid99 9030c81f20 Add a libuv endpoint to the C core, for use in the Node library 2016-09-16 13:25:08 -07:00
Philipp Wahala b72e78e23c Fix typo in node.js README 2016-09-07 20:22:51 +02:00
Nicolas "Pixel" Noble e1ee20bde6 Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge 2016-08-16 01:54:33 +02:00
Nicolas Noble c05df4f309 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 54d834784d 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 7f074e0e20 Merge branch 'v1.0.x' into manual-upmerge 2016-08-11 21:00:08 +02:00
murgatroid99 80db7f8c6e Make Node grpc-tools protoc automatically call the plugin 2016-08-09 11:35:19 -07:00
murgatroid99 7df3597eb0 Regenerate packages 2016-08-02 14:38:00 -07:00
murgatroid99 a1c442a203 Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update 2016-08-02 14:37:05 -07:00
murgatroid99 2db3d99269 Fix error handling authentication errors with non-numeric error codes 2016-08-02 13:07:35 -07:00
Nicolas "Pixel" Noble 3260a1731a Bumping to 1.0.0-pre2. 2016-07-29 22:56:12 +02:00
Nicolas "Pixel" Noble 8302b123de 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 fcb5271105 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 202ba4b019 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 bce3fb07ce Fixed typo in Node health check package.json 2016-07-21 11:28:35 -07:00
murgatroid99 ef55d7e02f Fix a memory leak in Node call credentials 2016-07-14 13:22:22 -07:00
Nicolas "Pixel" Noble 49bfb92dc1 Master is now 1.1.0-dev. 2016-07-12 09:31:41 +02:00
Nicolas "Pixel" Noble 8c72ae43f9 Flagging master as 1.0.0-pre1. 2016-07-12 09:18:18 +02:00
Nicolas Noble 2d5f853889 Merge pull request #7203 from murgatroid99/node_separate_health_check
Split Node health check code into a separate package and make it use static codegen
2016-07-08 13:34:12 -07:00
murgatroid99 611bfc21c4 Add Node health check generated code and license files 2016-07-06 09:25:47 -07:00
murgatroid99 88eb42b2cf Add grpc module pointer file for Node health check tests 2016-07-01 13:17:04 -07:00
murgatroid99 c9579be13f Add Node health check package.json 2016-07-01 10:02:32 -07:00
murgatroid99 356758a7ee Split Node health check code into a separate package and make it use static codegen 2016-07-01 09:56:50 -07:00
David Garcia Quintas 6721d4f0f1 Return success status of grpc_byte_buffer_reader 2016-06-30 17:30:08 -07:00
murgatroid99 eac6243d67 Re-enable two Node credentials tests 2016-06-28 14:22:21 -07:00
murgatroid99 7d315da83d Merge release-0_15 into master 2016-06-24 13:24:03 -07:00
murgatroid99 f519df8147 Update version to 0.15.0 2016-06-24 11:12:03 -07:00
murgatroid99 2dfcf14705 Fix Node Windows build error 2016-06-24 11:06:28 -07:00
murgatroid99 d29a3bf004 Update master branch to 0.16.0-dev 2016-06-24 10:26:14 -07:00
Jan Tattermusch 9cb96ba4f0 Merge pull request #6747 from murgatroid99/node_logger_customization
Allow Node users to set a custom logger and log verbosity.
2016-06-24 10:19:31 -07:00
Jan Tattermusch 00ab5304b7 Merge pull request #6839 from dgquintas/simplify_compression_interop
Revamped interop spec, especially wrt compression
2016-06-21 20:28:15 -07:00
David Garcia Quintas e89aad02bf updated node interop server 2016-06-21 16:43:31 -07:00
Jan Tattermusch 5988716d9d Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2
Add well known protos to Node and Ruby tools packages
2016-06-20 20:11:04 -07:00
murgatroid99 04e47f308e Direct additional log statement through custom logger 2016-06-20 11:03:15 -07:00
murgatroid99 40f5726579 Node QPS worker: wait for clients to be ready before making calls 2016-06-17 09:42:19 -07:00
murgatroid99 43b6373b42 Add well known protos to Node and Ruby tools packages 2016-06-15 11:19:29 -07:00
Jan Tattermusch 11ca9d8dc0 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
Add comments to generated code for Node and Ruby
2016-06-03 16:11:51 -04:00
murgatroid99 1d2f28913e Add timestamps to custom log output 2016-06-02 14:33:22 -07:00
Craig Tiller 48ed92ea38 GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN 2016-06-02 11:07:12 -07:00
murgatroid99 4a43fe4a2f Minor change to common.js 2016-06-01 16:05:48 -07:00
murgatroid99 9b9708a9c4 Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger 2016-06-01 11:42:20 -07:00
murgatroid99 c04f7b155b Remember to unref the slice 2016-05-25 15:19:09 -07:00
murgatroid99 8678bb424e Remove extraneous logging code 2016-05-25 15:16:23 -07:00
murgatroid99 c04b80cb47 Make Node not segfault when it receives a compressed message 2016-05-25 15:14:55 -07:00
Craig Tiller 325a0591a5 Mark port as non-listening 2016-05-25 06:31:12 -07:00
murgatroid99 210f3c4b8e Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
Nicolas Noble 38c6cfb82f Merge pull request #6536 from grpc/release-0_14
Release 0.14 upmerge
2016-05-11 10:45:37 -07:00
murgatroid99 8291274e0e Fixed variable 2016-05-10 17:56:29 -07:00
murgatroid99 87f9e660f1 Fix encoding and piping problems with Node plugin wrapper 2016-05-10 17:55:29 -07:00