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
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
murgatroid99
e856a441db
Removed unnecessary include
2016-03-16 11:43:17 -07:00
murgatroid99
930da42c3a
Node: made call credentials properly use UV async events. Also deleted some log lines
2016-03-16 11:39:15 -07:00
murgatroid99
9d4a5684e1
Merge branch 'master' into node_bad_message_handling
2016-03-10 17:52:19 -08:00
Craig Tiller
9d87453432
Merge pull request #5540 from soltanmm/upmerge
...
Merge release-0_13 into master
2016-03-09 20:02:08 -08:00
LisaFC
f815949a86
Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc
...
Doc Fixit: mention how to get protoc compiler in base INSTALL.md
2016-03-08 17:29:21 +00:00
murgatroid99
cb72b166fd
Node: propagate read errors back down to core
2016-03-07 17:49:37 -08:00
murgatroid99
c85428c74b
Fix race between parsing messages and receiving status in Node client
2016-03-04 14:54:10 -08:00
Stanley Cheung
dc934a36a8
update min node version
2016-03-04 13:47:32 -08:00
Masood Malekghassemi
6c871b1bac
Merge remote-tracking branch 'upstream/release-0_13'
2016-03-02 13:56:49 -08:00
murgatroid99
b3d98685ab
Make client properly report when message deserialization fails
2016-02-26 13:25:49 -08:00
yang-g
bb1a0b2334
Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1
2016-02-24 14:38:09 -08:00
Jan Tattermusch
2ac2642dd4
Merge pull request #5331 from murgatroid99/node_message_reflection_info
...
Add more reflection information to Node client classes
2016-02-22 12:48:18 -08:00
murgatroid99
57363f0898
Fix copyrights
2016-02-19 16:31:37 -08:00
murgatroid99
287f60af57
Add more reflection information to Node client classes
2016-02-19 15:52:14 -08:00
murgatroid99
0dd0bda233
Node: fix metadata validation bug, improve error reporting
2016-02-19 11:32:31 -08:00
yang-g
77f0f846be
global replace health check proto v1alpha to v1
2016-02-19 11:08:16 -08:00
murgatroid99
cb1676a943
Sanitize files
2016-02-17 15:42:01 -08:00
murgatroid99
c18334aa30
Add tests and documentation for new options
2016-02-17 15:36:28 -08:00
murgatroid99
0fbb313c3b
Node: add options to modify ProtoBuf behavior
2016-02-17 12:59:26 -08:00
vjpai
30669be4c9
Rename to reduce confusion
2016-02-12 15:21:28 -08:00
Patryk Lesiewicz
ca2ec213e3
Pass delete[] explicitely to Nan::NewBuffer.
...
Use the Nan::NewBuffer version that accepts an explicit callback
deallocating buffers. This way we'll be resilient to different nan/node
versions.
Fixes grpc/grpc#4867
2016-02-10 11:27:44 -08:00
murgatroid99
c1d0627312
Clang format and fix copyrights
2016-02-05 11:33:30 -08:00
murgatroid99
0bff65cd0e
Replace 'long' with 'int64_t' in public core headers
2016-02-05 11:30:00 -08:00
Michael Lumish
735c99daeb
Merge pull request #5008 from vjpai/worker_quit
...
Provide an RPC to quit the performance benchmarking workers
2016-02-04 16:32:03 -08:00
Michael Lumish
517f2b9d2f
Merge pull request #5010 from vjpai/core_count
...
Implement core_count RPC for Node.JS
2016-02-04 16:11:28 -08:00
Alistair Veitch
eadeeb8ad7
merge
2016-02-02 13:33:44 -08:00
Vijay Pai
45cb2d07d0
Implement core_count RPC for Node.JS to track new master version of services.proto and control.proto
2016-02-02 10:54:01 -08:00
Vijay Pai
b6c01aaeb1
Add quit option to Node.js worker
2016-02-02 10:05:43 -08:00
Alistair Veitch
0285389dad
post merge
2016-02-02 09:43:02 -08:00
Nicolas Noble
64f3da63ee
Merge pull request #4952 from murgatroid99/node_windows_compile
...
Compile Node library on Windows
2016-01-29 14:11:06 -08:00
Vijay Pai
2022cfd349
Fix a typo
2016-01-29 10:55:26 -08:00
Vijay Pai
17e13da531
Remove host option from ServerConfig proto since it is error-prone and
...
may cause inter-language confusion.
2016-01-29 01:24:05 -08:00
David Garcia Quintas
1e0aa204fb
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
2016-01-27 19:57:58 -08:00
Michael Lumish
f3e209b09c
Make Node library build on Windows
2016-01-27 16:41:54 -08:00
murgatroid99
04bf21dbb8
Fix copyrights
2016-01-27 10:21:49 -08:00
Michael Lumish
87a019a173
Merge pull request #4887 from wilhuff/buffer-new
...
Allocate node Buffer contents with new[]
2016-01-27 10:19:21 -08:00
murgatroid99
dac737b137
Merge branch 'master' into node_binary_precompile
2016-01-26 17:19:04 -08:00
Marek Gilbert
4886dddee5
Allocate node Buffer contents with new[]
...
Nan::NewBuffer(char* data, uint32_t size) frees the provided buffer by
calling delete[]. This matches the allocation method to the free method.
Fixes grpc/grpc#4867 .
2016-01-26 05:53:11 -08:00
murgatroid99
63dbfac724
Fix Node test lint error
2016-01-20 13:59:12 -08:00
murgatroid99
a00eda6b4f
Completed integration of node-pre-gyp into Node library
2016-01-20 13:52:08 -08:00