158 Commits

Author SHA1 Message Date
Dan Ciruli
fbcf356ecf Changing to use node instead of nodejs 2015-02-25 12:30:26 -08:00
murgatroid99
1fc959e5c4 Fixed TLS host resolution problems 2015-02-25 10:38:34 -08:00
Craig Tiller
b7fa6c07f1 Merge pull request #735 from jboeuf/fix_ssl_san
Verifying the peer name on the X509 Certs correctly.
2015-02-24 21:11:26 -08:00
murgatroid99
00588c6bb5 Fixed import of google-auth-library 2015-02-24 17:02:09 -08:00
Tim Emiola
87f5366b9d Merge pull request #743 from murgatroid99/node_status_errors
Make status errors actual Error objects when passing them to callbacks
2015-02-24 16:05:39 -08:00
Tim Emiola
37dadf1539 Merge pull request #750 from murgatroid99/node_interop_compatibility
Updated interop proto for compatibility with proto3 servers
2015-02-24 16:04:07 -08:00
murgatroid99
06c2616283 Fixed reference to grpc_default_credentials_create 2015-02-24 15:33:26 -08:00
murgatroid99
583e64e838 Updated interop proto for compatibility with proto3 servers 2015-02-24 11:04:35 -08:00
murgatroid99
c38a6a5362 Fixed copyright format in some example files 2015-02-24 09:24:02 -08:00
murgatroid99
b26306d0e5 Merge branch 'master' into node_status_errors 2015-02-24 09:15:30 -08:00
murgatroid99
a9fac804ca Fixed old lint errors 2015-02-23 17:48:56 -08:00
murgatroid99
5c13ed40a9 Fixed old lint errors 2015-02-23 17:44:21 -08:00
murgatroid99
dcdbbe5422 Return error status as actual errors to client callbacks 2015-02-23 17:40:18 -08:00
Michael Lumish
b2f55f1a28 Merge pull request #721 from yang-g/master
Remove stale comment
2015-02-23 17:30:18 -08: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
Yang Gao
c11fc8d2c5 remove stale comment 2015-02-23 11:30:18 -08:00
murgatroid99
690ce2de79 Resolved merge conflicts 2015-02-23 10:29:08 -08:00
murgatroid99
ddce31ab43 Added pubsub demo client 2015-02-23 10:26:01 -08:00
nmittler
a1f3f928de Fixing java package for route_guide.proto 2015-02-22 15:16:20 -08:00
Tim Emiola
ba1eb6d918 Merge pull request #601 from murgatroid99/node_route_guide_sample
Added route_guide server example implementation
2015-02-20 17:39:37 -08:00
murgatroid99
054d02e98f Updated client and server to use db from a variable path 2015-02-20 15:06:22 -08:00
murgatroid99
fb0f4ddb00 Added pubsub demo client 2015-02-20 14:58:58 -08:00
Yang Gao
7ba78a6b27 clean up some internal path and names 2015-02-20 13:04:52 -08:00
murgatroid99
ce0cfef3a3 Added comments to route_guide_client.js 2015-02-20 11:34:47 -08:00
murgatroid99
413119058b Formatted db file 2015-02-20 10:44:37 -08:00
murgatroid99
dd6cc664d0 Added client and fixed some server bugs 2015-02-19 18:19:10 -08:00
murgatroid99
c4b33e1f83 Explicitly use nodejs to run tests 2015-02-19 16:33:21 -08:00
murgatroid99
1872160ad1 Merge branch 'master' into node_route_guide_sample 2015-02-19 16:15:01 -08:00
murgatroid99
7d499f8a59 Removed reference to non-existent header 2015-02-19 16:12:02 -08:00
murgatroid99
532cb3d8ae Switched to a smaller area of features 2015-02-19 16:06:50 -08:00
murgatroid99
25e65921f7 Switched to using pre-defined list of features 2015-02-19 15:40:26 -08:00
Tim Emiola
9403effc7a Merge pull request #628 from murgatroid99/node_lint
Added lint to Node tests
2015-02-19 14:51:22 -08:00
murgatroid99
1b56bf8523 Fixed lint errors 2015-02-19 14:37:18 -08:00
murgatroid99
c16a9bdcee Added lint script 2015-02-19 13:46:30 -08:00
murgatroid99
66fa6c7b5d Added files to the node package 2015-02-19 13:36:56 -08:00
Mugur Marculescu
3e23167b01 Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
Jayantkolhe patch 2 - Many documentation updates.
2015-02-19 11:53:20 -08:00
Jayant Kolhe
60144224ae Update README.md 2015-02-19 11:28:57 -08:00
murgatroid99
88ad8fc611 Added comments and fixed some minor bugs 2015-02-19 10:28:41 -08:00
murgatroid99
084fa910d0 Added comment about where Google credentials come from 2015-02-18 17:06:34 -08:00
murgatroid99
ef1bcc4320 Added route_guide server example implementation 2015-02-18 17:03:03 -08:00
murgatroid99
9910878852 Merge branch 'master' into node_auth_integration 2015-02-18 15:08:32 -08:00
murgatroid99
5ab7deb5e4 Added auth functionality and interop tests 2015-02-18 15:00:56 -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
da0983d56a Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00
Craig Tiller
42af13c956 Update copyright to 2015 2015-02-18 08:34:56 -08:00
Craig Tiller
5b1bd523df Merge github.com:grpc/grpc into copyright
Conflicts:
	src/python/src/__init__.py
	src/python/src/_adapter/__init__.py
	src/python/src/_framework/__init__.py
	src/python/src/_framework/base/__init__.py
	src/python/src/_framework/base/packets/__init__.py
	src/python/src/_framework/common/__init__.py
	src/python/src/_framework/face/__init__.py
	src/python/src/_framework/face/testing/__init__.py
	src/python/src/_framework/foundation/__init__.py
	src/python/src/_junkdrawer/__init__.py
2015-02-17 20:28:40 -08:00
Tim Emiola
e020040181 Merge pull request #504 from murgatroid99/node_new_core_api
Rewrite the Node library to use the new core call API
2015-02-17 18:33:44 -08:00
murgatroid99
c1e61622b3 Merge branch 'node_new_core_api' into node_auth_integration 2015-02-17 17:31:41 -08:00
murgatroid99
61abcf3f15 Added missing documentation 2015-02-17 16:23:06 -08:00