1687 Commits

Author SHA1 Message Date
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
Sree Kuchibhotla
b3448c69b9 Merge branch 'cq_create_api_changes' into cq_lockfree 2017-04-06 16:26:28 -07:00
murgatroid99
60a0ed4903 Node: consolidate call destruction logic 2017-04-06 13:54:37 -07:00
Sree Kuchibhotla
76130a5088 Merge branch 'master' into cq_create_api_changes 2017-04-06 13:09:17 -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
Craig Tiller
12d1b2dedf Merge github.com:grpc/grpc into cpparena 2017-04-04 17:08:12 -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
Craig Tiller
4d064019fe Call ref/unref, bugfixes 2017-03-31 08:27: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
Sree Kuchibhotla
ee092d9307 Merge branch 'master' into cq_create_api_changes 2017-03-24 10:55:39 -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
Sree Kuchibhotla
d18eb949ee Node changes 2017-03-22 12:35:09 -07: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
Sree Kuchibhotla
1d52e73a24 Merge branch 'master' into cq_create_api_changes 2017-03-21 10:28:40 -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
Sree Kuchibhotla
4e8073a7cf Merge remote-tracking branch 'origin/cq_create_api_changes' into cq_create_api_changes 2017-03-07 15:19:47 -08:00
Sree Kuchibhotla
d11683df61 Node: Completion queue API changes 2017-03-03 18:17:09 -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
Muxi Yan
f773a9bc96 Boost grpc version to v1.1.4 2017-03-01 15:31:31 -08:00
murgatroid99
33f86c584b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master 2017-02-23 14:59:45 -08:00