aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Move gRPC constants to js file to include them in generated documentationGravatar murgatroid992017-05-10
* Switch 'apply' for 'call' in pass-through functionsGravatar murgatroid992017-05-09
* Refactor client logic into superclass with generic methods, improve documenta...Gravatar murgatroid992017-05-08
* Clang formatGravatar murgatroid992017-04-28
* Remove another instance of '#ifdef GRPC_UV' from Node extensionGravatar murgatroid992017-04-28
* Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
|\
* | Remove another from Node extensionGravatar murgatroid992017-04-25
* | Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| * Merge branch 'tsan-c++' into hybridGravatar Craig Tiller2017-04-20
| |\
| | * Merge pull request #10182 from ctiller/cpparenaGravatar Craig Tiller2017-04-20
| | |\
| | * \ Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xGravatar murgatroid992017-04-19
| | |\ \ | |_|/ / |/| | |
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| | | |\ | | | |/ | | |/|
| | * | Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
| | | * Fix broken mergeGravatar Craig Tiller2017-04-19
| * | | Fix typoGravatar Craig Tiller2017-04-18
* | | | Node benchmarks: allow arbitrary message size, add CPU usage statsGravatar murgatroid992017-04-18
| * | | Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-14
| |\| |
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| | | |\ | | | |/ | | |/|
| | * | 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
| | | |/ /
* | | / / 1.3.x branch cutGravatar David Garcia Quintas2017-04-13
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4Gravatar murgatroid992017-04-13
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into hybridGravatar Craig Tiller2017-04-13
| | |\ \ \ | |_|/ / / |/| | | |
| | | * | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-12
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Remove APIGravatar Craig Tiller2017-04-12
| | |/ /
| * | | Bump version to 1.2.4Gravatar murgatroid992017-04-12
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-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 succ...Gravatar murgatroid992017-04-10
| | * | | 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
| |\ \ \
| * \ \ \ Merge pull request #10503 from murgatroid99/node_memory_leak_2Gravatar Michael Lumish2017-04-06
| |\ \ \ \
| | | * | | 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
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-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