Commit Graph

3288 Commits

Author SHA1 Message Date
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
David Garcia Quintas 0f510b032b Updated copyrights... 2016-01-15 12:16:03 -08:00
David Garcia Quintas 8ebc45f63b Merge branch 'master' of github.com:grpc/grpc into check_newlines 2016-01-15 11:39:08 -08:00
Michael Lumish d55e4d3fbf Merge pull request #4743 from murgatroid99/node_doc_gen_config_update
Update Node API documentation generation configuration for move to repo root
2016-01-15 09:14:01 -08:00
David Garcia Quintas c134a0446a Added sanity check for trailing newlines 2016-01-14 19:01:00 -08:00
Michael Lumish b850e155ff Merge pull request #4709 from murgatroid99/node_method_names_no_capitalize
Don't modify proto method names in service paths in Node library
2016-01-14 18:29:56 -08:00
murgatroid99 5176f384a2 Update Node API documentation generation configuration for move to repo root 2016-01-14 18:29:17 -08:00
David Garcia Quintas af73647f81 Added back trailing newlines 2016-01-14 15:55:03 -08:00
murgatroid99 4008482e65 Updated copyright in node/common.js 2016-01-14 11:09:08 -08:00
murgatroid99 3f599065b9 Update copyrights 2016-01-13 17:45:30 -08:00
murgatroid99 a2e8b73a57 Merge branch 'master' into release-0_12_master_merge 2016-01-13 11:42:18 -08:00