Commit Graph

106 Commits

Author SHA1 Message Date
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
murgatroid99 7f654db5b8 Removed extra log lines 2015-02-12 13:32:18 -08:00
murgatroid99 312bab200a All tests but one now pass against new API 2015-02-12 13:28:25 -08:00
murgatroid99 4dd6c09968 Fixed most of surface tests 2015-02-12 12:21:15 -08:00
murgatroid99 d35c92d473 Fixed end to end tests 2015-02-11 16:19:55 -08:00
murgatroid99 5bbb836abb More end to end test debugging 2015-02-11 09:26:25 -08:00
murgatroid99 f1da0156b7 Fixed end-to-end tests for new changes 2015-02-10 09:16:49 -08:00
murgatroid99 6f8dde55cc Extension module now compiles and some tests pass 2015-02-09 15:55:10 -08:00
murgatroid99 745eb32e04 Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
murgatroid99 04d01608f6 Added cancellation interop tests to Node interop client 2015-01-29 14:32:56 -08:00
murgatroid99 0549a0d16e Added API for servers to provide metadata 2015-01-29 11:44:46 -08:00
murgatroid99 b4059c1f33 Changed low-level metadata API to be more reasonable 2015-01-28 15:36:27 -08:00
murgatroid99 08c3aae007 Finished fixing the tests 2015-01-27 09:18:30 -08:00
murgatroid99 93facf2c41 Fixed tests by properly half-closing 2015-01-26 18:20:44 -08:00
murgatroid99 2faae54c0b Removed all uses of highland 2015-01-26 18:12:30 -08:00
murgatroid99 6d6606be80 Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
murgatroid99 0cf149b283 Refactored other tests 2015-01-26 14:40:27 -08:00
murgatroid99 f5e13dba4f Refactored tests to avoid hanging 2015-01-26 14:31:03 -08:00
murgatroid99 ed731519c6 Added cancel to client APIs and cancelled event to server APIs 2015-01-26 14:11:18 -08:00
murgatroid99 b8b34fdaed Added missing server shutdown to interop test runner 2015-01-26 10:45:49 -08:00
murgatroid99 9ce69b7b06 Removed some duplicate stream code 2015-01-23 14:52:01 -08:00
murgatroid99 e8fcd8b05b Skiped currently failing test 2015-01-23 11:08:45 -08:00
murgatroid99 be555df5b0 Resolved merge conflict with upstream/master 2015-01-21 17:33:53 -08:00
murgatroid99 db0fe64363 Resolved merge conflicts with master 2015-01-21 17:12:04 -08:00
murgatroid99 6daa495c6c Merge branch 'master' into node_remove_byte_streams 2015-01-21 16:06:21 -08:00
murgatroid99 dae42a5f92 Switched binary stream to object stream 2015-01-21 13:43:39 -08:00
murgatroid99 61d9ffb231 Modified interop tests to handle binding to port 0 2015-01-21 12:12:39 -08:00
murgatroid99 44220eb996 Merge branch 'master' into node_bind_port_zero 2015-01-21 12:05:36 -08:00
murgatroid99 6be3712bb4 Removed port_picker and bound to port 0 in tests instead 2015-01-21 11:55:39 -08:00
murgatroid99 4c59f605fe Added TLS support to interop tests 2015-01-21 10:30:36 -08:00
murgatroid99 e3f3c2184e Added and fixed interop tests 2015-01-20 18:06:43 -08:00
murgatroid99 db205efc67 Added interop client and server 2015-01-20 15:59:43 -08:00
Craig Tiller 00993de85a Merge branch 'new_invoke_api' of github.com:google/grpc into update-api 2015-01-16 15:24:17 -08:00
murgatroid99 23153cedbe Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -08:00
murgatroid99 ee451992b8 Updated to new call.invoke API 2015-01-15 15:45:55 -08:00
murgatroid99 215e76570a Added code generation for clients and servers 2015-01-15 14:06:56 -08:00
murgatroid99 88bf4e0e9f Fixed a typo 2015-01-13 17:21:31 -08:00
murgatroid99 4a8b214c54 Fixed typo 2015-01-13 16:03:16 -08:00
murgatroid99 bc7ff9ffe6 Modified math client to more closely resemble generated code 2015-01-13 14:21:13 -08:00
murgatroid99 823fee890a Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
murgatroid99 a279fbd49c Removed temp files 2015-01-12 18:15:42 -08:00
murgatroid99 a9b57ed10f Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00