Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
19d7bab431d08ae721ffd651926e05320371fff5
/
src
/
node
/
interop
0d34499
Remove status message check from node interop client
by Noah Eisen
· 8 years ago
a48afeb
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
by Noah Eisen
· 8 years ago
e89aad0
updated node interop server
by David Garcia Quintas
· 8 years ago
25058c9
Merge pull request #6032 from murgatroid99/node_stress_client
by Jan Tattermusch
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
70788e1
Node stress test client
by murgatroid99
· 9 years ago
9a0c741
Follow Node's callback-last convention for client calls
by murgatroid99
· 9 years ago
9adecb0
Fix race between parsing messages and receiving status in Node client
by murgatroid99
· 9 years ago
2bf574f
Added back trailing newlines
by David Garcia Quintas
· 9 years ago
4080921
Update copyrights
by murgatroid99
· 9 years ago
b70206f
Merge branch 'master' into release-0_12_master_merge
by murgatroid99
· 9 years ago
3466c4b
Updated copyrights
by murgatroid99
· 9 years ago
cd92509
Update some wrapped stuff
by Craig Tiller
· 9 years ago
496ca76
Fixed a too-long line in a file
by murgatroid99
· 9 years ago
221ae63
Added support for ResponseParameters.interval_us to the Node interop server
by murgatroid99
· 9 years ago
cc19b94
Make Node interop client use default roots file path
by murgatroid99
· 9 years ago
6fe015e
Add some tests to increase coverage, fix some failures
by murgatroid99
· 9 years ago
5dbbd91
Revert "Added interval_us delay in Node interop server"
by murgatroid99
· 9 years ago
be13d81
Fixed some issues with the tests
by murgatroid99
· 9 years ago
6374f9d
Fix a couple of issues with the node interop client
by murgatroid99
· 9 years ago
b8ceb7c
Added remaining implementable node interop tests, except compression
by murgatroid99
· 9 years ago
30df27a
Made Node interop client use all specified command line flags
by murgatroid99
· 9 years ago
83815ea
Added interval_us delay in Node interop server
by murgatroid99
· 9 years ago
a6a9a6d
Add incompressible responses and status echoing to Node interop server
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
9b701e9
Merge branch 'master' into node_interop_echo_metadata
by murgatroid99
· 9 years ago
2af89e4
Moved gRPC node package root to repo root, made it depend on grpc.gyp
by murgatroid99
· 9 years ago
5f709ca
Split Credentials into two types
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
3ba30e1
Drop issue 527 TODOs for interop specification
by Nathaniel Manista
· 9 years ago
0ff9238
Merge branch 'master' into node_interop_echo_metadata
by murgatroid99
· 9 years ago
c9f43e5
Fix bugs that were causing auth interop tests to fail
by murgatroid99
· 9 years ago
76ba1ff
Switched to using static functions for accessing Client properties
by murgatroid99
· 9 years ago
9708425
Merge branch 'master' into node_method_name_conflicts
by murgatroid99
· 9 years ago
956e411
Merge pull request #3012 from murgatroid99/node_metadata_class
by Tim Emiola
· 9 years ago
e634f9a
Fixed the tests
by murgatroid99
· 9 years ago
1eb113c
Add metadata echo functionality to interop server, and corresponding interop test
by murgatroid99
· 9 years ago
5390692
Merge branch 'node_metadata_class' into node_interop_echo_metadata
by murgatroid99
· 9 years ago
4e53265
Changed prefixed Client properties to distinguish private and public properties
by murgatroid99
· 9 years ago
1e9dd32
Merge branch 'master' into node_method_name_conflicts
by murgatroid99
· 9 years ago
84e3cde
Added new Metadata class to abstract over internal representation and normalize keys
by murgatroid99
· 9 years ago
6b3737d
Fixed tests
by murgatroid99
· 9 years ago
c2fdfcf
Modified server SSL certs to allow multiple pairs and force_client_auth flag
by murgatroid99
· 9 years ago
aac8f14
Made deadline tests accept INTERNAL status
by murgatroid99
· 9 years ago
e13bfc0
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
bc15a78
Replaced remaining references to 'listen' with 'start'
by murgatroid99
· 9 years ago
bfebdec
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
30bc5d3
Merge pull request #2901 from murgatroid99/node_fix_auth_interop
by Jan Tattermusch
· 9 years ago
e87997f
Fixed failing cloud-to-prod auth interop tests
by murgatroid99
· 9 years ago
9bfb16a
Fixed lint errors
by murgatroid99
· 9 years ago
9e2b7c8
Resolved merge conflicts with master
by murgatroid99
· 9 years ago
9a2a3ae
Merge pull request #2715 from murgatroid99/node_interop_client_simplify
by Tim Emiola
· 9 years ago
a16b5ef
Added host override option for RPCs. Added optional params object
by murgatroid99
· 9 years ago
61cfcc2
Resolved merge conflicts
by murgatroid99
· 9 years ago
54b8f0f
Eliminated some redundant checks in the Node interop client
by murgatroid99
· 9 years ago
f685ae2
Missed one
by murgatroid99
· 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
63bb2f1
Removed now-incorrect asserts in oauth test
by murgatroid99
· 9 years ago
c7b8872
Removed unnecessary arguments from auth message
by murgatroid99
· 9 years ago
21ec6c3
Added oauth2_auth_token and per_rpc_creds Node interop tests
by murgatroid99
· 9 years ago
380b90a
Removed server-wide metadata handler, individual handlers can now send metadata
by murgatroid99
· 9 years ago
366e64d
Changed to newer, simpler server construction interface
by murgatroid99
· 9 years ago
55739d5
Replaced underscore and underscore.string modules with lodash
by murgatroid99
· 9 years ago
2fb16aa
Fixed ordering assumptions in server_streaming interop test
by murgatroid99
· 9 years ago
02edd87
Merge pull request #1607 from murgatroid99/node_timeout_interop_test
by Tim Emiola
· 9 years ago
d8d21d7
Removed response type
by murgatroid99
· 9 years ago
9ceac71
Added Node interop test for timeout_on_sleeping_server
by murgatroid99
· 9 years ago
2c5fa16
Fixed client auth implementation and tests
by murgatroid99
· 9 years ago
2f9f29a
Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test
by Tim Emiola
· 9 years ago
20afbb9
Updated interop tests to handle proto3 changes
by murgatroid99
· 9 years ago
1b40198
Added jwtaccess cloud-to-prod interop test
by murgatroid99
· 9 years ago
0e19902
Updated ProtoBuf.js dependency. Updated protos to proto3
by murgatroid99
· 9 years ago
65b784e
Added error events on client streams when the server is streaming
by murgatroid99
· 9 years ago
c4bc324
Reversed accidentally swapped test cases
by murgatroid99
· 10 years ago
90da75e
Fixed Compute Engine Auth username check
by murgatroid99
· 10 years ago
da02a67
Updated Node library to new secure server API
by murgatroid99
· 10 years ago
042e63c
Fixed import of google-auth-library
by murgatroid99
· 10 years ago
7d2adf0
Updated interop proto for compatibility with proto3 servers
by murgatroid99
· 10 years ago
bbd67c0
clean up some internal path and names
by Yang Gao
· 10 years ago
dca966d
Fixed lint errors
by murgatroid99
· 10 years ago
84193cd
Merge branch 'master' into node_auth_integration
by murgatroid99
· 10 years ago
8c3ed00
Added auth functionality and interop tests
by murgatroid99
· 10 years ago
5b41d4f
Added interop support for default root SSL certs
by murgatroid99
· 10 years ago
ce5021b
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
0605995
Update copyright to 2015
by Craig Tiller
· 10 years ago
347b83c
Merge github.com:grpc/grpc into copyright
by Craig Tiller
· 10 years ago
0a9ae3d
Merge pull request #504 from murgatroid99/node_new_core_api
by Tim Emiola
· 10 years ago
e4ac3d6
Merge branch 'node_new_core_api' into node_auth_integration
by murgatroid99
· 10 years ago
ad1fd3a
Add proto copyrights
by Craig Tiller
· 10 years ago
1d1f952
The Python interoperability testing server.
by Nathaniel Manista
· 10 years ago
d17d57a
Removed extra log lines
by murgatroid99
· 10 years ago
10ac96c
All tests but one now pass against new API
by murgatroid99
· 10 years ago
bca2f95
Added cancellation interop tests to Node interop client
by murgatroid99
· 10 years ago
4d2d0f0
Added API for servers to provide metadata
by murgatroid99
· 10 years ago
7eb6bb9
Removed all instances of == in js files
by murgatroid99
· 10 years ago
34986de
Fixed node interop server
by murgatroid99
· 10 years ago
Next »