Commit Graph

3288 Commits

Author SHA1 Message Date
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 61b75e081a Node package version bump 2015-03-13 11:19:58 -07:00
murgatroid99 a0d811af39 Switched protobufjs dependency to npm package instead of GitHub 2015-03-12 18:25:17 -07:00
murgatroid99 2a2bedf55b Improved node install instructions and bumped version 2015-03-12 12:53:10 -07:00
murgatroid99 9807dca39f Updated Node package version to 0.5.3 2015-03-10 09:54:58 -07:00
murgatroid99 b8bb5c2fe2 Merge branch 'master' into node_11_cleanup_segfault 2015-03-09 16:10:26 -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
Craig Tiller 1eabcf5315 Merge github.com:grpc/grpc into credit 2015-03-05 15:45:46 -08:00
Tim Emiola da7440e9af Merge pull request #952 from murgatroid99/node_0_12_compatibility
Node 0.11+ compatibility
2015-03-05 11:30:10 -08:00
murgatroid99 41de97cc27 Removed extra variables 2015-03-04 17:33:00 -08:00
murgatroid99 ccdb716ca9 Cleaned out some cruft from binding.gyp 2015-03-04 17:29:32 -08:00
murgatroid99 59e0c87eb9 Removes engine restriction from package.json, bumps version 2015-03-04 14:54:32 -08:00
murgatroid99 1008c5a730 The library now compiles with Node 0.11+ and all versions of io.js 2015-03-04 14:42:31 -08:00
murgatroid99 820ff875c7 Updated some c++ files for 0.11/0.12 compatibility 2015-03-04 11:28:37 -08:00
murgatroid99 e3eab63868 Loosened some dependencies, specified compatible engines 2015-03-04 11:28:06 -08:00
murgatroid99 0777e281e5 Updated Node library to new secure server API 2015-03-02 17:31:25 -08:00
Tim Emiola a5d8c6c5a9 Merge pull request #861 from murgatroid99/node_package_repo_info
Added useful information and links to Node's package.json
2015-02-27 09:43:09 -08:00
Craig Tiller 061d708748 Merge pull request #860 from nicolasnoble/travis-c++
Travis c++
2015-02-26 19:14:33 -08:00
murgatroid99 0c976c7baf Added useful information and links to Node's package.json 2015-02-26 18:21:48 -08:00
murgatroid99 380f929a70 Changed c++ version flag in binding.gyp 2015-02-26 14:52:51 -08:00
murgatroid99 9ed34d53e8 Added important Node package information and LICENSE file for inclusion in Node package 2015-02-25 16:29:54 -08:00
Craig Tiller 6282b25d37 Merge pull request #811 from murgatroid99/node_version_bump_0.5.0
Bumped node version to 0.5.0
2015-02-25 13:29:41 -08:00
murgatroid99 805a5dcd90 Bumped node version to 0.5.0 2015-02-25 13:28:22 -08:00
Craig Tiller 5751e32c48 Merge pull request #803 from grpc/oaktowner-patch-1
Update binding.gyp
2015-02-25 13:28:18 -08:00
Craig Tiller d96e9f0734 Merge pull request #806 from grpc/oaktowner-patch-2
Changing to use node instead of nodejs
2015-02-25 13:28:11 -08:00
Tim Emiola 9408d8edaf Merge pull request #810 from murgatroid99/node_instructions
Add Debian nodejs-legacy instructions
2015-02-25 13:25:05 -08:00
Michael Lumish 8ea3497033 Add Debian nodejs-legacy instructions 2015-02-25 13:24:30 -08:00
Dan Ciruli fbcf356ecf Changing to use node instead of nodejs 2015-02-25 12:30:26 -08:00
Dan Ciruli fdf82db604 Update binding.gyp 2015-02-25 12:24:39 -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