4172 Commits

Author SHA1 Message Date
murgatroid99
46d1b4143c Eliminated some redundant checks in the Node interop client 2015-07-29 16:33:52 -07:00
murgatroid99
8aa5309e37 Missed one 2015-07-29 15:25:57 -07:00
murgatroid99
c451627d36 Revert "Ensure that client generated methods don't conflict with other properties"
This reverts commit 6f34bad568e6db5f78a908fa63bd08a1304366fa.
2015-07-29 10:11:07 -07:00
murgatroid99
a33965a0c0 Ensure that client generated methods don't conflict with other properties 2015-07-29 10:10:45 -07:00
murgatroid99
288bdb4eab Ensure that client generated methods don't conflict with other properties 2015-07-29 10:09:36 -07:00
murgatroid99
c6d3cb0dfe Wrap connectivity API, expose it to client as waitForReady 2015-07-28 15:18:57 -07:00
Nicolas Noble
dd5ef7a1d7 Merge pull request #2676 from murgatroid99/node_jsdoc
Add Node documentation generation
2015-07-28 08:37:34 -07:00
Craig Tiller
86c84be8b9 Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other 2015-07-28 07:36:45 -07:00
Julien Boeuf
4044c512bd Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth 2015-07-27 16:16:29 -07:00
murgatroid99
d03da0cd75 Made binding a server to a port insecurely explicit 2015-07-27 16:13:28 -07:00
murgatroid99
eda1e5fb01 Added test that credential channel argument is required 2015-07-27 15:54:13 -07:00
murgatroid99
954538063c Made credentials an explicit required argument to channels 2015-07-27 14:56:40 -07:00
murgatroid99
64bc987d00 Merge branch 'master' into node_explicit_insecure_channel 2015-07-27 14:17:48 -07:00
murgatroid99
77d3141bf8 Added explicit insecure credentials constructors 2015-07-27 14:16:44 -07:00
murgatroid99
8ea6be054a Rearranged some code for jsdoc, added some documentation 2015-07-27 11:23:13 -07:00
Craig Tiller
33beb6fc96 Merge github.com:grpc/grpc into elliptic-orange-chamelion
Conflicts:
	src/csharp/ext/grpc_csharp_ext.c
2015-07-26 12:55:47 -07:00
Craig Tiller
6c349209c9 Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Conflicts:
	src/core/iomgr/tcp_server_windows.c
2015-07-26 12:37:53 -07:00
jboeuf
5e263ddc80 Merge pull request #2605 from yang-g/fake_transport_security_to_private
Fake transport security to private
2015-07-24 21:30:35 -07:00
murgatroid99
5be7958fcb Added documentation command and settings to Node package 2015-07-24 14:23:44 -07:00
Jan Tattermusch
f658e8f16c Merge pull request #2630 from murgatroid99/node_completion_key_names
Changed object keys to valid identifier names
2015-07-24 13:49:24 -07:00
Jan Tattermusch
fff078a207 Merge pull request #2651 from murgatroid99/node_call_peer_address
Exposed channel target and call peer in Node wrapper
2015-07-24 13:25:44 -07:00
Michael Lumish
f8de5600e7 Merge pull request #2620 from meisterpeeps/master
Update README.md (just a little typo)
2015-07-24 11:45:23 -07:00
murgatroid99
7693e6676b Exposed channel target and call peer in Node wrapper 2015-07-24 10:43:27 -07:00
Craig Tiller
416d78d356 Merge github.com:grpc/grpc into elliptic-orange-chamelion 2015-07-23 11:29:44 -07:00
Craig Tiller
ddfc22f305 Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other 2015-07-23 11:28:16 -07:00
murgatroid99
7e26efc345 Changed object keys to valid identifier names 2015-07-23 10:40:19 -07:00
Craig Tiller
845bdd941e Make the server report monotonic times for deadlines
For very high performance systems, we're going to want to be able to
simply push the value reported from the server down onto clients.

If we report realtime now, then all wrapped languages are going to
assume it, meaning that such a change will be impossible later.
2015-07-23 09:52:11 -07:00
Jeff Peoples
2c426652aa Update README.md 2015-07-22 16:40:52 -07:00
murgatroid99
146c61aeec Add compression disabling without breaking anything else 2015-07-22 15:02:51 -07:00
yang-g
00875bdf61 Fix node test. Remove all the server fake credentials references 2015-07-22 10:33:18 -07:00
murgatroid99
169fa73f66 Fixed setting user-agent string 2015-07-22 09:58:38 -07:00
yang-g
c2ead2aefc move fake_transport_security_credentials to private API 2015-07-21 23:54:36 -07:00
Julien Boeuf
c9a6dcc722 Adding option to force client auth on the server SSL creds. 2015-07-21 23:02:16 -07:00
Craig Tiller
8f3e14210e C++ is also a language that can be insecure 2015-07-21 18:11:44 -07:00
murgatroid99
e363fe5aa8 Added user-agent setting code, and a test for it 2015-07-21 14:27:56 -07:00
murgatroid99
9606be8fe5 Removed now-incorrect asserts in oauth test 2015-07-20 18:09:49 -07:00
murgatroid99
06253e11b9 Removed unnecessary arguments from auth message 2015-07-20 18:06:27 -07:00
murgatroid99
8911e2b2ca Added oauth2_auth_token and per_rpc_creds Node interop tests 2015-07-20 17:59:25 -07:00
murgatroid99
b57e588dcb Use more meaningful names for metadata keys in tests 2015-07-20 15:16:09 -07:00
Abhishek Kumar
2cc0578866 Merge pull request #2464 from murgatroid99/node_server_construction_change
Changed to newer, simpler server construction interface
2015-07-20 13:56:11 -07:00
Craig Tiller
5add435e02 Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait 2015-07-17 14:41:32 -07:00
Craig Tiller
5e0154f5e1 Merge github.com:grpc/grpc into no-worries-i-can-wait 2015-07-17 14:41:12 -07:00
murgatroid99
196f96c61e Added tests for UNKNOWN status when the handler does not specify 2015-07-17 13:06:15 -07:00
murgatroid99
f4c2b5a0ac Add tests for translating server handler errors to status objects 2015-07-17 11:26:54 -07:00
murgatroid99
b64a76716a Added test for echoing metadata 2015-07-16 13:33:23 -07:00
murgatroid99
024295e6a5 Removed server-wide metadata handler, individual handlers can now send metadata 2015-07-16 13:16:14 -07:00
murgatroid99
afad0c0fca Changed to newer, simpler server construction interface 2015-07-15 17:01:49 -07:00
Craig Tiller
4afa08a91e Merge github.com:grpc/grpc into no-worries-i-can-wait 2015-07-15 07:15:30 -07:00
Abhishek Kumar
41f5a98080 Merge pull request #2335 from murgatroid99/node_error_codes
Made Node server respond with UNKNOWN for unspecified application errors
2015-07-14 12:57:17 -07:00
Craig Tiller
e53d9c4f6e Updating wrapped languages to new time functions 2015-07-13 09:51:17 -07:00