3460 Commits

Author SHA1 Message Date
Sree Kuchibhotla
24293f8643 Merge branch 'cq_create_api_changes' into cq_lockfree 2017-04-13 14:26:19 -07:00
Sree Kuchibhotla
dbaf97f0a1 Merge branch 'master' into cq_lockfree 2017-04-13 14:26:12 -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
Craig Tiller
0eb68f9d8a Merge github.com:grpc/grpc into hybrid 2017-04-13 06:46:27 -07:00
Sree Kuchibhotla
1f521d3cef Merge branch 'master' into cq_create_api_changes 2017-04-13 03:13:17 -07:00
Craig Tiller
857a8fd02b Merge github.com:grpc/grpc into cpparena 2017-04-12 15:16:35 -07:00
Craig Tiller
d003e30786 Remove API 2017-04-12 14:19:23 -07:00
murgatroid99
ecf89f18d8 Bump version to 1.2.4 2017-04-12 10:23:35 -07:00
Craig Tiller
dad63feb12 Merge github.com:grpc/grpc into cpparena 2017-04-12 06:44:00 -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
Sree Kuchibhotla
ee8068490b Merge branch 'cq_create_api_changes' into cq_lockfree 2017-04-10 13:37:26 -07:00
Sree Kuchibhotla
0b92f44ab8 Merge branch 'master' into cq_lockfree 2017-04-10 13:36:12 -07:00
Sree Kuchibhotla
1e1b832868 Merge branch 'master' into cq_create_api_changes 2017-04-10 13:35:50 -07:00
jiangtaoli2016
46f70cea58 Merge branch 'master' into new_tsi 2017-04-10 13:29:16 -07:00
murgatroid99
a43dd4ca63 Ignore a couple of errors in the Node express benchmark 2017-04-10 12:47:09 -07:00
Sree Kuchibhotla
bd150af1e0 Merge branch 'cq_create_api_changes' into cq_lockfree 2017-04-07 14:00:51 -07:00
Sree Kuchibhotla
48c83cea07 Merge branch 'master' into cq_create_api_changes 2017-04-07 13:44:34 -07:00
Sree Kuchibhotla
351156020d Merge branch 'master' into cq_lockfree 2017-04-07 13:04:04 -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
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