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
288bdb4eab
Ensure that client generated methods don't conflict with other properties
2015-07-29 10:09:36 -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
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
murgatroid99
7693e6676b
Exposed channel target and call peer in Node wrapper
2015-07-24 10:43:27 -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
yang-g
00875bdf61
Fix node test. Remove all the server fake credentials references
2015-07-22 10:33:18 -07:00
murgatroid99
e363fe5aa8
Added user-agent setting code, and a test for it
2015-07-21 14:27:56 -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
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
afad0c0fca
Changed to newer, simpler server construction interface
2015-07-15 17:01:49 -07:00
murgatroid99
e1eb8bd7ee
Updated health check service with new changes
2015-07-08 15:24:42 -07:00
murgatroid99
e845408c68
Minor changes to match recent design changes
2015-07-07 16:11:47 -07:00
murgatroid99
da7a918376
Added some tests for the health check service
2015-07-06 12:12:27 -07:00
murgatroid99
35d83d25e1
Fixed handling of long values
2015-06-05 13:58:25 -07:00
murgatroid99
9c54277c6a
Added tests for serializing and deserializing 64 bit values in proto messages
2015-06-05 13:50:04 -07:00
murgatroid99
c1c9a01783
Replaced underscore and underscore.string modules with lodash
2015-06-03 10:58:21 -07:00
Craig Tiller
c7d18ccc2a
Correctly handle reading the final message and then sending status
2015-05-19 21:54:40 -07:00
murgatroid99
18b727d54a
Fixed server to handle invalid arguments without breaking
2015-05-19 09:51:26 -07:00
murgatroid99
06ddb92e9c
Added failing tests for server bad argument handling
2015-05-18 16:52:47 -07:00
murgatroid99
58bc7eefa7
Added Node interop test for timeout_on_sleeping_server
2015-05-14 15:23:16 -07:00
murgatroid99
44e2358bbc
Merge branch 'master' into node_fix_message_echo
2015-05-12 09:35:03 -07:00
murgatroid99
9fe2bde031
Added failing test that echos the request message
2015-05-11 14:27:39 -07:00
murgatroid99
8b05c4d6b3
Updated ProtoBuf.js dependency. Updated protos to proto3
2015-05-11 13:34:32 -07:00
murgatroid99
d718acee37
Added error events on client streams when the server is streaming
2015-05-06 16:46:19 -07:00
murgatroid99
6ff1f353e8
Added JSON option for gRPC file loading
2015-04-20 11:22:51 -07:00
murgatroid99
ea3589ee0b
Fixed bugs in trailing metadata handling and math server example
2015-04-13 12:59:17 -07:00
murgatroid99
ab5d04afbf
Reworded test case descriptions
2015-04-03 12:49:31 -07:00
murgatroid99
39cbce69ab
Fixed proto syntax
2015-03-26 18:42:10 -07:00
murgatroid99
cdd9f17cf4
Finished adding trailing metadata tests
2015-03-26 15:19:54 -07:00
murgatroid99
9b4b90b3df
Started adding support for trailing metadata
2015-03-26 10:07:15 -07:00
Tim Emiola
af3c157d06
Merge pull request #1097 from murgatroid99/node_general_interface
...
Node general interface
2015-03-23 19:33:16 -07:00
murgatroid99
e84f7e6614
Added a test for generic client and server constructors
2015-03-19 11:16:48 -07:00
murgatroid99
36bbd0b706
Added functions to create generic servers and clients
2015-03-18 17:17:33 -07:00
murgatroid99
2cf57d08a1
Simplified some tests
2015-03-17 18:20:51 -07:00
murgatroid99
3544e15cef
Changed call to only expect and return binary headers when key ends with '-bin'
2015-03-17 18:13:55 -07:00
murgatroid99
b0910a21f5
Fixed segfault by fixing scope issue
2015-03-09 16:09:55 -07:00
murgatroid99
04e03be338
Added more tests
2015-03-09 11:16:56 -07:00
Julien Boeuf
d930d42b3c
Verifying the peer name on the X509 Certs correctly.
...
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
2015-02-23 16:41:26 -08:00
murgatroid99
1b56bf8523
Fixed lint errors
2015-02-19 14:37:18 -08:00
murgatroid99
9910878852
Merge branch 'master' into node_auth_integration
2015-02-18 15:08:32 -08:00
murgatroid99
924cd36e18
Added interop support for default root SSL certs
2015-02-18 10:21:57 -08:00
Craig Tiller
b56ee7c871
Add missing new-lines at end of file
2015-02-18 09:25:21 -08:00
Craig Tiller
42af13c956
Update copyright to 2015
2015-02-18 08:34:56 -08:00
murgatroid99
5bcc358e53
Last test now passes
2015-02-12 13:58:24 -08:00