Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
7bc012fe8babe62d26c4be5bbb6a83d736489266
/
src
/
node
8fecf28
Fix mismatched new[] and delete in Node extension code
by murgatroid99
· 8 years ago
b72e78e
Fix typo in node.js README
by Philipp Wahala
· 8 years ago
e1ee20b
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
c05df4f
Merge pull request #7681 from murgatroid99/node_tools_integrate_plugin
by Nicolas Noble
· 8 years ago
54d8347
Merge pull request #7577 from murgatroid99/node_dependency_update
by Nicolas Noble
· 8 years ago
7f074e0
Merge branch 'v1.0.x' into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
80db7f8
Make Node grpc-tools protoc automatically call the plugin
by murgatroid99
· 8 years ago
7df3597
Regenerate packages
by murgatroid99
· 8 years ago
a1c442a
Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update
by murgatroid99
· 8 years ago
2db3d99
Fix error handling authentication errors with non-numeric error codes
by murgatroid99
· 8 years ago
3260a17
Bumping to 1.0.0-pre2.
by Nicolas "Pixel" Noble
· 8 years ago
8302b12
Merge branch 'v1.0.x' into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
fcb5271
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
by murgatroid99
· 8 years ago
202ba4b
Merge pull request #7394 from murgatroid99/node_client_creds_memory_leak
by kpayson64
· 8 years ago
bce3fb0
Fixed typo in Node health check package.json
by murgatroid99
· 8 years ago
ef55d7e
Fix a memory leak in Node call credentials
by murgatroid99
· 8 years ago
49bfb92
Master is now 1.1.0-dev.
by Nicolas "Pixel" Noble
· 8 years ago
8c72ae4
Flagging master as 1.0.0-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
2d5f853
Merge pull request #7203 from murgatroid99/node_separate_health_check
by Nicolas Noble
· 8 years ago
611bfc2
Add Node health check generated code and license files
by murgatroid99
· 8 years ago
88eb42b
Add grpc module pointer file for Node health check tests
by murgatroid99
· 8 years ago
c9579be
Add Node health check package.json
by murgatroid99
· 8 years ago
356758a
Split Node health check code into a separate package and make it use static codegen
by murgatroid99
· 8 years ago
6721d4f
Return success status of grpc_byte_buffer_reader
by David Garcia Quintas
· 8 years ago
eac6243
Re-enable two Node credentials tests
by murgatroid99
· 8 years ago
7d315da
Merge release-0_15 into master
by murgatroid99
· 8 years ago
f519df8
Update version to 0.15.0
by murgatroid99
· 8 years ago
2dfcf14
Fix Node Windows build error
by murgatroid99
· 8 years ago
d29a3bf
Update master branch to 0.16.0-dev
by murgatroid99
· 8 years ago
9cb96ba
Merge pull request #6747 from murgatroid99/node_logger_customization
by Jan Tattermusch
· 8 years ago
00ab530
Merge pull request #6839 from dgquintas/simplify_compression_interop
by Jan Tattermusch
· 8 years ago
e89aad0
updated node interop server
by David Garcia Quintas
· 8 years ago
5988716
Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2
by Jan Tattermusch
· 8 years ago
04e47f3
Direct additional log statement through custom logger
by murgatroid99
· 8 years ago
40f5726
Node QPS worker: wait for clients to be ready before making calls
by murgatroid99
· 8 years ago
43b6373
Add well known protos to Node and Ruby tools packages
by murgatroid99
· 8 years ago
11ca9d8
Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
by Jan Tattermusch
· 8 years ago
1d2f289
Add timestamps to custom log output
by murgatroid99
· 8 years ago
48ed92e
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
by Craig Tiller
· 8 years ago
4a43fe4
Minor change to common.js
by murgatroid99
· 8 years ago
9b9708a
Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger
by murgatroid99
· 8 years ago
c04f7b1
Remember to unref the slice
by murgatroid99
· 8 years ago
8678bb4
Remove extraneous logging code
by murgatroid99
· 8 years ago
c04b80c
Make Node not segfault when it receives a compressed message
by murgatroid99
· 8 years ago
325a059
Mark port as non-listening
by Craig Tiller
· 8 years ago
210f3c4
Added comments to node generation, also refactored some plugin code
by murgatroid99
· 8 years ago
38c6cfb
Merge pull request #6536 from grpc/release-0_14
by Nicolas Noble
· 9 years ago
8291274
Fixed variable
by murgatroid99
· 9 years ago
87f9e66
Fix encoding and piping problems with Node plugin wrapper
by murgatroid99
· 9 years ago
2c75731
The release branch is now 0.14.1-pre1.
by Nicolas "Pixel" Noble
· 9 years ago
5ecdda7
Processing the 0.14 release.
by Nicolas "Pixel" Noble
· 9 years ago
d0cdd04
Merge pull request #6452 from stanley-cheung/node-math-server-minor-bug
by Jan Tattermusch
· 9 years ago
de88da9
Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing
by Nicolas Noble
· 9 years ago
585ceca
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
by murgatroid99
· 9 years ago
c3eb649
node: fix math server minor bug
by Stanley Cheung
· 9 years ago
16caa50
Master is now 0.15.0-dev.
by Nicolas "Pixel" Noble
· 9 years ago
253a710
The release branch is now 0.14.0-pre1.
by Nicolas "Pixel" Noble
· 9 years ago
2b6a2ab
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
by murgatroid99
· 9 years ago
8a6efb7
Node tools: use the right extension for running protoc on Windows
by murgatroid99
· 9 years ago
2c21e5c
Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging
by Jan Tattermusch
· 9 years ago
64ec84c
Merge pull request #6325 from murgatroid99/node_default_roots
by Jan Tattermusch
· 9 years ago
5512a5f
Merge pull request #6322 from murgatroid99/node_service_default_method
by Jan Tattermusch
· 9 years ago
6f60766
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
by murgatroid99
· 9 years ago
d79b7ab
Merge pull request #6300 from dmitriykovalev/master
by Jan Tattermusch
· 9 years ago
92b8dec
Make Node servers warn instead of fail when a method is missing a handler
by murgatroid99
· 9 years ago
8658b17
Fixed minor Node compilation issue
by murgatroid99
· 9 years ago
110e07a
Added node plugin to grpc-tools npm package, updated build_package_node
by murgatroid99
· 9 years ago
a49e730
Merge pull request #5445 from murgatroid99/node_protoc_plugin
by Jan Tattermusch
· 9 years ago
79a75e2
Fixing invalid usage of getProtobufServiceAttrs() function.
by Dmitry Kovalev
· 9 years ago
792b302
Added file that lets generated code import grpc
by murgatroid99
· 9 years ago
1899743
Use math test to test generated code
by murgatroid99
· 9 years ago
dba4c5f
Add various options to verify ssl/tls client cert including letting the
by Deepak Lukose
· 9 years ago
c578e44
add some console messages to node qps worker
by Jan Tattermusch
· 9 years ago
c236a21
Merge pull request #6109 from murgatroid99/node_grpc_tools_package
by Nicolas Noble
· 9 years ago
2dc8442
Created node tools package to distribute protoc and eventually the plugin
by murgatroid99
· 9 years ago
54fa9e4
address code review comments
by Sree Kuchibhotla
· 9 years ago
5d27e8f
Correct a typo in the spec
by Sree Kuchibhotla
· 9 years ago
25058c9
Merge pull request #6032 from murgatroid99/node_stress_client
by Jan Tattermusch
· 9 years ago
2b95153
Expanded comment about Client class in stress_client
by murgatroid99
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
a8cd6dc
Fixed minor bug in metrics server, added metrics client
by murgatroid99
· 9 years ago
70788e1
Node stress test client
by murgatroid99
· 9 years ago
c91504e
Merge pull request #5900 from murgatroid99/node_callback_convention
by Nicolas Noble
· 9 years ago
51b81c1
Make option passing down to the client constructor more consistent
by murgatroid99
· 9 years ago
34fe47e
Merge pull request #5934 from murgatroid99/node_performance_test_improvements
by Jan Tattermusch
· 9 years ago
36da240
Merge pull request #5941 from murgatroid99/node_error_code_compliance_2
by Jan Tattermusch
· 9 years ago
518e0c1
Merge pull request #5837 from sreecha/grpc_fixit_node
by Jan Tattermusch
· 9 years ago
0cdf047
Fix Node status code usage to match spec
by murgatroid99
· 9 years ago
e7964dd
Fix the link again: Third time's a charm!
by Sree Kuchibhotla
· 9 years ago
b5a1ff5
Try fixing the link again
by Sree Kuchibhotla
· 9 years ago
26cbe1e
Fix broken link
by Sree Kuchibhotla
· 9 years ago
294c5d8
Address review feedback
by Sree Kuchibhotla
· 9 years ago
e9b3af8
Fixed import
by murgatroid99
· 9 years ago
9e3e0ab
Added generic service client and server to Node perf tests
by murgatroid99
· 9 years ago
27b8d90
Add option to use old client method argument order for now
by murgatroid99
· 9 years ago
ffdeda1
Fixed copyright
by murgatroid99
· 9 years ago
9a0c741
Follow Node's callback-last convention for client calls
by murgatroid99
· 9 years ago
2445456
DocFixit: Troubleshooting info for Windows and some minor tweaks
by Sree Kuchibhotla
· 9 years ago
4718a38
Unref uv_async after construction to avoid blocking at shutdown
by murgatroid99
· 9 years ago
25269f0
Fixed copyright
by murgatroid99
· 9 years ago
Next »