Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b22aeae4629ebd1e3b6183652c94ec5e26b4cc24
/
src
/
node
/
ext
2bf574f
Added back trailing newlines
by David Garcia Quintas
· 9 years ago
4080921
Update copyrights
by murgatroid99
· 9 years ago
8b791a4
Merged from master and resolved merge conflicts
by murgatroid99
· 9 years ago
f776f90
Make Node library use core metadata validation instead of duplicating it
by murgatroid99
· 9 years ago
7536af0
Eliminate gpr_ int types - and insist on C99 variants instead
by Craig Tiller
· 9 years ago
72dcfc7
Fix a couple of minor issues in the Node library
by murgatroid99
· 9 years ago
a9172d2
Simplified some code and added tests to increase code coverage
by murgatroid99
· 9 years ago
14d76fd
Fixes memory leak when receiving data
by Seongjin Cho
· 9 years ago
b531f76
Memory leak fix?
by Seongjin Cho
· 9 years ago
caf9935
Also adding a credentials type to the plugin API.
by Julien Boeuf
· 9 years ago
35b6b94
Fixing node build.
by Julien Boeuf
· 9 years ago
3c957e6
Fixing implementations.
by Julien Boeuf
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
3236607
Fixed incorrect type in a malloc in Node extension
by murgatroid99
· 9 years ago
7c0dbf8
Updated Node credentials API to match core API change
by murgatroid99
· 9 years ago
75a2bba
Refactored some C++ code to improve code reuse
by murgatroid99
· 9 years ago
6fe015e
Add some tests to increase coverage, fix some failures
by murgatroid99
· 9 years ago
47f519e
Resolved merge conflicts
by murgatroid99
· 9 years ago
0862bcf
Merge pull request #3625 from murgatroid99/node_single_install_step
by Tim Emiola
· 9 years ago
0253f14
Resolved merge conflicts
by murgatroid99
· 9 years ago
f20d7db
Fixed issues with binary metadata type checking
by murgatroid99
· 9 years ago
cc54546
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
b0f3bf1
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
196188f
Fixed node extension module name
by murgatroid99
· 9 years ago
86ef17a
Prevented composing insecure credentials
by murgatroid99
· 9 years ago
5f709ca
Split Credentials into two types
by murgatroid99
· 9 years ago
a5a897d
Removed now-redundant credentials wrappings
by murgatroid99
· 9 years ago
9c43b00
Fixed some issues with new credential code
by murgatroid99
· 9 years ago
153b09d
Reworked credentials surface API, added test
by murgatroid99
· 9 years ago
8cde3d7
Implemented credentials plugin interface
by murgatroid99
· 9 years ago
8d4aec3
Added most of the plugin implementation
by murgatroid99
· 9 years ago
2e85b04
Merged from master
by murgatroid99
· 9 years ago
b58f69d
Merged from release_0.11 branch
by murgatroid99
· 9 years ago
e339f6f
Fixed hang when using Node gRPC with other async operations
by murgatroid99
· 9 years ago
ada3f61
Added function signatures for plugin wrapping
by murgatroid99
· 9 years ago
62420a2
Merged from release_0.11
by murgatroid99
· 9 years ago
2b09783
Update to nan 2.0
by murgatroid99
· 9 years ago
640325e
Fixed memory leak in Buffer construction
by murgatroid99
· 9 years ago
474f53b
Fixed Op destructors not being called
by murgatroid99
· 9 years ago
036bf58
Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup
by Yang Gao
· 9 years ago
6c7185d
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
956e411
Merge pull request #3012 from murgatroid99/node_metadata_class
by Tim Emiola
· 9 years ago
7d58aba
Emit proper status when failing to parse server stream
by murgatroid99
· 9 years ago
fe4bacb
Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
6f1e2ea
Merge branch 'node_metadata_class' into node_error_code_compliance
by murgatroid99
· 9 years ago
0834833
Merge pull request #2947 from jboeuf/grpc_security_abi
by Craig Tiller
· 9 years ago
4ad4003
Fixed handling of binary metadata values
by murgatroid99
· 9 years ago
da22c15
Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown
by Tim Emiola
· 9 years ago
510a920
Credentials cleanup:
by Julien Boeuf
· 9 years ago
c5b570f
Adding void* at then end of security related method in order to have a stable ABI.
by Julien Boeuf
· 9 years ago
da96957
Merge branch 'master' into node_server_graceful_shutdown
by murgatroid99
· 9 years ago
5bb9fc1
Merge branch 'node_server_graceful_shutdown' into node_metadata_class
by murgatroid99
· 9 years ago
c2fdfcf
Modified server SSL certs to allow multiple pairs and force_client_auth flag
by murgatroid99
· 9 years ago
18599e2
Merge branch 'core_shutdown_idempotency' into node_server_graceful_shutdown
by murgatroid99
· 9 years ago
36afec7
Merge pull request #2955 from murgatroid99/node_nan_deprecation_warnings
by Tim Emiola
· 9 years ago
7948de6
Merge pull request #2960 from murgatroid99/node_compression
by Tim Emiola
· 9 years ago
8a2ab3b
Removed errant NULL setting
by murgatroid99
· 9 years ago
b815fb2
Zero out reserved field in node
by Craig Tiller
· 9 years ago
cb951f6
Split server shutdown into tryShutdown and forceShutdown
by murgatroid99
· 9 years ago
4a1474f
Moved write flag constants to base module
by murgatroid99
· 9 years ago
0636d7b
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
28c37b8
Added an inline C++ function to replace a deprecated nan function
by murgatroid99
· 9 years ago
2cc1ed9
Fixed typo in argument error message
by murgatroid99
· 9 years ago
c04c03c
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
99e2104
Add parent call propagation API to Node library
by murgatroid99
· 9 years ago
0b15b44
Merge pull request #2696 from murgatroid99/node_client_connectivity
by Jan Tattermusch
· 9 years ago
3713546
Modified watchState functions to match C API
by murgatroid99
· 9 years ago
937ac9b
Fixed typo
by murgatroid99
· 9 years ago
8be611f
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
720903a
Fixing merge failures.
by Nicolas "Pixel" Noble
· 9 years ago
9b6248f
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
9e2b7c8
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
3ac7d01
Reverted unintended change.
by Nicolas "Pixel" Noble
· 9 years ago
9d72b14
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
8e6bab5
Working on node.
by Nicolas "Pixel" Noble
· 9 years ago
a600d58
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
18541a1
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
3f507d0
Exposed host parameter in Call constructor, don't save it in Channel object
by murgatroid99
· 9 years ago
c5ae3eb
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
by Craig Tiller
· 9 years ago
c7df0df
Implement cancellation propagation, define auth propagation
by Craig Tiller
· 9 years ago
99e6164
Update wrappers, tests to new create_call()
by Craig Tiller
· 9 years ago
c0fb236
Resolved merge conflicts
by murgatroid99
· 9 years ago
61cfcc2
Resolved merge conflicts
by murgatroid99
· 9 years ago
2a21434
Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
by Abhishek Kumar
· 9 years ago
c7f4d4f
Wrap connectivity API, expose it to client as waitForReady
by murgatroid99
· 9 years ago
4aee724
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
by Julien Boeuf
· 9 years ago
1a7dcac
Made binding a server to a port insecurely explicit
by murgatroid99
· 9 years ago
893690f
Made credentials an explicit required argument to channels
by murgatroid99
· 9 years ago
cbdac55
Merge branch 'master' into node_explicit_insecure_channel
by murgatroid99
· 9 years ago
6249c0c
Added explicit insecure credentials constructors
by murgatroid99
· 9 years ago
d9aed1d
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 9 years ago
5749a3f
Merge pull request #2605 from yang-g/fake_transport_security_to_private
by jboeuf
· 9 years ago
b3ff741
Merge pull request #2630 from murgatroid99/node_completion_key_names
by Jan Tattermusch
· 9 years ago
e8cdd54
Merge pull request #2651 from murgatroid99/node_call_peer_address
by Jan Tattermusch
· 9 years ago
ea12b97
Exposed channel target and call peer in Node wrapper
by murgatroid99
· 9 years ago
a627d89
Changed object keys to valid identifier names
by murgatroid99
· 9 years ago
94329d0
Make the server report monotonic times for deadlines
by Craig Tiller
· 9 years ago
1d8e3df
Add compression disabling without breaking anything else
by murgatroid99
· 9 years ago
52e4de1
Fix node test. Remove all the server fake credentials references
by yang-g
· 9 years ago
8b25f2a
move fake_transport_security_credentials to private API
by yang-g
· 9 years ago
Next »