889 Commits

Author SHA1 Message Date
David Garcia Quintas
ba33736e63 Merge remote-tracking branch 'upstream/v1.3.x' into master_merge_1.3 2017-04-13 16:41:35 -07:00
David Garcia Quintas
6c175a3d44 master to 1.4.0-dev 2017-04-13 16:30:15 -07:00
David Garcia Quintas
5706b9c014 1.3.x branch cut 2017-04-13 16:20:56 -07:00
murgatroid99
d8637878c5 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 2017-04-13 09:56:17 -07:00
murgatroid99
ecf89f18d8 Bump version to 1.2.4 2017-04-12 10:23:35 -07:00
Jan Tattermusch
48ba0d0c4a Merge remote-tracking branch 'upstream/v1.2.x' into HEAD 2017-04-12 09:20:29 +02:00
murgatroid99
8b7472fbec Only delete core-level server if shutdown was successful 2017-04-11 16:15:32 -07:00
murgatroid99
902527e529 Node server: add NULL check to tryShutdown 2017-04-11 12:13:08 -07:00
murgatroid99
8b37153972 Move ForceShutdown completion handling to new OnComplete method 2017-04-11 11:39:32 -07:00
murgatroid99
da129b2b4a Add native tag completion callbacks, dispose of server after tryShutdown succeeds 2017-04-10 15:43:09 -07:00
murgatroid99
25d8d5b609 Refactor tag completion handling into one function 2017-04-10 14:39:02 -07:00
murgatroid99
e367327fe4 Bump version to 1.2.3 2017-04-07 10:41:21 -07:00
murgatroid99
4a2065de03 Ignore a couple of errors in the Node express benchmark 2017-04-07 10:18:58 -07:00
Jan Tattermusch
b11cb2857e Merge pull request #10500 from jtattermusch/upmerge_v12x
Upmerge from upstream/v1.2.x to master
2017-04-07 07:46:45 +02:00
Michael Lumish
836687cd26 Merge pull request #10468 from murgatroid99/node_call_destruction_bug
Fix call destruction bug
2017-04-06 17:29:15 -07:00
Michael Lumish
f220d8905f Merge pull request #10503 from murgatroid99/node_memory_leak_2
Node slice leaks
2017-04-06 17:23:00 -07:00
murgatroid99
60a0ed4903 Node: consolidate call destruction logic 2017-04-06 13:54:37 -07:00
murgatroid99
f443ffd52b Correct use of ProtoBuf.js 6 message encoding API 2017-04-06 10:53:57 -07:00
murgatroid99
90bb8a9e2d Node: fix leak of sent metadata 2017-04-06 10:37:44 -07:00
Jan Tattermusch
6d1edada93 Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x 2017-04-06 17:11:44 +02:00
murgatroid99
694d3cc7cf Merge branch 'master' into node_protobuf_js_6_upgrade 2017-04-04 17:19:34 -07:00
murgatroid99
6924a20d4d Fix a couple of issues with the use of the Protobuf.js API 2017-04-04 16:58:05 -07:00
murgatroid99
3b58459472 Fix call destruction bug 2017-04-04 13:55:00 -07:00
murgatroid99
2ecbbe055c Keep changes from #10093 2017-04-03 16:52:03 -07:00
murgatroid99
bac6f2a59a Fix serializer error handling, update ProtoBuf.js dependency 2017-04-03 16:03:58 -07:00
murgatroid99
54e008cbe1 Properly unref some slices in Node glue code 2017-04-03 15:31:53 -07:00
Jan Tattermusch
96b2971b14 bump version to 1.2.2 2017-04-03 20:04:34 +02:00
murgatroid99
4f96b84122 Large message latency improvements: remove a memcpy and a Buffer construtor call 2017-03-31 11:22:52 -07:00
murgatroid99
0e6f3dbd5a Improve Node benchmarks, add generic unary test 2017-03-31 11:17:28 -07:00
Ken Payson
b5a6892b23 Bump version to 1.2.1 2017-03-28 18:00:33 -07:00
Michael Lumish
43851e59dd Merge branch 'master' into node_protobuf_js_6_upgrade 2017-03-24 13:51:47 -07:00
Alexander Polcyn
210f6cbc8c bump v1.2.x branch version to 1.2.1-pre2 2017-03-24 11:39:52 -07:00
murgatroid99
4122a6ea16 Add enumsAsStrings option, as the original upgrade PR did 2017-03-23 18:00:09 -07:00
Nicolas "Pixel" Noble
97cbda3c41 Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 2017-03-24 00:54:47 +01:00
murgatroid99
4aaea2f16a Use new oneofs option in deserialize call 2017-03-21 18:21:05 -07:00
murgatroid99
d2baf4aa0a Improve ProtoBuf.js version heuristic, add tests for oneof decoding 2017-03-21 11:25:01 -07:00
Alexander Polcyn
01b02585a8 bump v1.2.x branch to 1.2.1-pre1 2017-03-20 17:00:45 -07:00
murgatroid99
1a5a191211 Ensure arguments are validated before they are serialized, unskip some tests 2017-03-20 16:50:42 -07:00
David Garcia Quintas
1929a96d8c Going for 1.2.0 2017-03-20 12:51:17 -07:00
murgatroid99
81b0110116 Autodetect ProtoBuf.js version in grpc.loadObject 2017-03-17 13:45:15 -07:00
murgatroid99
4a9346e332 Upgrade Node dependency on Protobuf.js to version 6 2017-03-17 13:13:05 -07:00
Ken Payson
f670532568 Bump 1.2.x version to pre-2 2017-03-16 11:01:06 -07:00
murgatroid99
e7a2f9c407 Drop support for io.js, fix minor issue with node extension 2017-03-14 11:19:25 -07:00
Michael Lumish
3899eb6305 Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility
Node add service: allow exact match to name in proto file, improve error reporting
2017-03-13 09:54:20 -07:00
murgatroid99
de445c94ea Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.x 2017-03-10 14:13:41 -08:00
murgatroid99
626585e1b1 Node add service: allow exact match to name in proto file, improve error reporting 2017-03-10 09:44:44 -08:00
murgatroid99
f831f486d9 Change argument validation in Server#addService 2017-03-09 15:37:21 -08:00
David Garcia Quintas
dcfecc9768 Introducing 1.2.0-pre1 2017-03-09 15:02:19 -08:00
David Garcia Quintas
d42cc010fb Bumped version to 1.3.0-dev 2017-03-09 15:00:26 -08:00
David Garcia Quintas
526eb676cd Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master 2017-03-03 17:04:45 -08:00