aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
|\
* \ Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
|\ \
| | * master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
| |/
| * Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4Gravatar murgatroid992017-04-13
| |\
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
|\| |
| | * Bump version to 1.2.4Gravatar murgatroid992017-04-12
| | |
| * | Merge remote-tracking branch 'upstream/v1.2.x' into HEADGravatar Jan Tattermusch2017-04-12
| |\ \
| | | * Only delete core-level server if shutdown was successfulGravatar murgatroid992017-04-11
| | | |
| | | * Node server: add NULL check to tryShutdownGravatar murgatroid992017-04-11
| | | |
| | | * Move ForceShutdown completion handling to new OnComplete methodGravatar murgatroid992017-04-11
| | | |
| | | * Add native tag completion callbacks, dispose of server after tryShutdown ↵Gravatar murgatroid992017-04-10
| | | | | | | | | | | | | | | | succeeds
| | | * Refactor tag completion handling into one functionGravatar murgatroid992017-04-10
| | |/
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-10
|\| |
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-07
|\ \ \
| | | * Bump version to 1.2.3Gravatar murgatroid992017-04-07
| | | |
| | * | Ignore a couple of errors in the Node express benchmarkGravatar murgatroid992017-04-07
| |/ /
| | * Merge pull request #10468 from murgatroid99/node_call_destruction_bugGravatar Michael Lumish2017-04-06
| | |\ | | | | | | | | Fix call destruction bug
| | * \ Merge pull request #10503 from murgatroid99/node_memory_leak_2Gravatar Michael Lumish2017-04-06
| | |\ \ | | | | | | | | | | Node slice leaks
| | | | * Node: consolidate call destruction logicGravatar murgatroid992017-04-06
| | | | |
* | | | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
|\ \ \ \ \
| | * | | | Correct use of ProtoBuf.js 6 message encoding APIGravatar murgatroid992017-04-06
| | | | | |
| | | | * | Node: fix leak of sent metadataGravatar murgatroid992017-04-06
| | | | | |
| | * | | | Merge branch 'master' into node_protobuf_js_6_upgradeGravatar murgatroid992017-04-04
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix a couple of issues with the use of the Protobuf.js APIGravatar murgatroid992017-04-04
| | | | | |
| | | | | * Fix call destruction bugGravatar murgatroid992017-04-04
| | | | |/ | | | |/|
| | * | | Keep changes from #10093Gravatar murgatroid992017-04-03
| | | | |
| | * | | Fix serializer error handling, update ProtoBuf.js dependencyGravatar murgatroid992017-04-03
| | | | |
| | | | * Properly unref some slices in Node glue codeGravatar murgatroid992017-04-03
| | | | |
| | | * | bump version to 1.2.2Gravatar Jan Tattermusch2017-04-03
| | | |/
| * | | Large message latency improvements: remove a memcpy and a Buffer construtor callGravatar murgatroid992017-03-31
| | | |
| * | | Improve Node benchmarks, add generic unary testGravatar murgatroid992017-03-31
| | | |
| | | * Bump version to 1.2.1Gravatar Ken Payson2017-03-28
| | | |
| | * | Merge branch 'master' into node_protobuf_js_6_upgradeGravatar Michael Lumish2017-03-24
| | |\ \ | | |/ / | |/| |
| | | * bump v1.2.x branch version to 1.2.1-pre2Gravatar Alexander Polcyn2017-03-24
| | | |
* | | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
|\| | |
| | * | Add enumsAsStrings option, as the original upgrade PR didGravatar murgatroid992017-03-23
| | | |
| * | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
| |\ \ \ | | | |/ | | |/|
* | | | Node changesGravatar Sree Kuchibhotla2017-03-22
| | | |
| | | * Use new oneofs option in deserialize callGravatar murgatroid992017-03-21
| | | |
| | | * Improve ProtoBuf.js version heuristic, add tests for oneof decodingGravatar murgatroid992017-03-21
| | | |
* | | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-21
|\| | |
| | * | bump v1.2.x branch to 1.2.1-pre1Gravatar Alexander Polcyn2017-03-20
| | | |
| | | * Ensure arguments are validated before they are serialized, unskip some testsGravatar murgatroid992017-03-20
| | | |
| | * | Going for 1.2.0Gravatar David Garcia Quintas2017-03-20
| | | |
| | | * Autodetect ProtoBuf.js version in grpc.loadObjectGravatar murgatroid992017-03-17
| | | |
| | | * Upgrade Node dependency on Protobuf.js to version 6Gravatar murgatroid992017-03-17
| | |/ | |/|
| | * Bump 1.2.x version to pre-2Gravatar Ken Payson2017-03-16
| | |
| | * Drop support for io.js, fix minor issue with node extensionGravatar murgatroid992017-03-14
| | |
| | * Merge pull request #10093 from murgatroid99/node_server_method_name_flexibilityGravatar Michael Lumish2017-03-13
| | |\ | | | | | | | | Node add service: allow exact match to name in proto file, improve error reporting
| * | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
| |\| |