Commit Graph

540 Commits

Author SHA1 Message Date
murgatroid99 3466c4b55d Updated copyrights 2016-01-12 10:26:04 -08:00
Craig Tiller cd92509e40 Update some wrapped stuff 2016-01-07 17:10:25 -08:00
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
murgatroid99 221ae63677 Added support for ResponseParameters.interval_us to the Node interop server 2015-12-11 15:23:17 -08:00
murgatroid99 a9172d2a8a Simplified some code and added tests to increase code coverage 2015-12-09 16:12:37 -08:00
Michael Lumish 7ee305cb6a Merge pull request #4304 from jtattermusch/proto_cleanup
Deduplication of health.proto and math.proto
2015-12-08 12:37:04 -08:00
Jan Tattermusch f3e92c43b9 Merge pull request #4321 from murgatroid99/node_benchmark_service
Node benchmark service
2015-12-08 11:02:18 -08:00
Jan Tattermusch 56bab33bbf Merge pull request #4306 from jcanizales/merge-release
Merge release-0.12 into master
2015-12-07 17:57:19 -08:00
Jan Tattermusch 8ef43bd7c8 update location of .protos in node 2015-12-07 17:18:51 -08:00
Jan Tattermusch 8956122d60 consolidate math.proto and health.proto 2015-12-07 17:18:51 -08:00
murgatroid99 6acc5f7574 Fixed up the Node benchmark implementation 2015-12-07 14:56:32 -08:00
murgatroid99 b469630fee Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
murgatroid99 bcf193ec9e Generalize metadata plugin arguments to future-proof it 2015-12-04 15:15:41 -08:00
Seongjin Cho 14d76fd139 Fixes memory leak when receiving data 2015-12-03 11:42:49 -08:00
Seongjin Cho b531f76c62 Memory leak fix? 2015-12-03 11:42:32 -08:00
yang-g d88e1d8f4e merge with head and resolve conflict 2015-12-02 13:23:33 -08:00
murgatroid99 722f910382 Fixed some bugs in node benchmark service 2015-12-01 16:37:46 -08:00
Nicolas "Pixel" Noble f9c58f3bf7 Merge branch 'release-0_12'
Conflicts:
	src/core/security/credentials.c
	test/core/security/credentials_test.c
2015-12-01 22:40:44 +01:00
Seongjin Cho 5c3d571c1a Fixes memory leak when receiving data 2015-12-01 11:13:15 +09:00
Seongjin Cho 8b77d61d8f Memory leak fix? 2015-11-30 05:15:58 +09:00
murgatroid99 fb40b81cda Added most of what's needed for QPS benchmark measurement 2015-11-24 17:21:40 -08:00
murgatroid99 0592f72c4f Remove old performance measurement scripts 2015-11-20 15:13:49 -08:00
Julien Boeuf caf9935e45 Also adding a credentials type to the plugin API.
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.

If this functionality is wanted it will be done in an additive function in
the API like :

void grpc_call_credentials_set_composite_policy(
  grpc_call_credentials_composite_policy policy);
2015-11-19 22:00:30 -08:00
Julien Boeuf 35b6b94667 Fixing node build. 2015-11-18 22:12:29 -08:00
Julien Boeuf 3c957e60a3 Fixing implementations. 2015-11-18 21:33:58 -08:00
Julien Boeuf 232d625a84 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 20:55:13 -08:00
Julien Boeuf 802f6b6724 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert 2015-11-17 18:53:55 -08:00
Julien Boeuf 675b5ce861 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 15:05:45 -08:00
Julien Boeuf 334314b888 Updating the server1 cert so that it can be used with Go.
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.

Fixes #4086.
2015-11-09 14:29:14 -08:00
murgatroid99 3236607685 Fixed incorrect type in a malloc in Node extension 2015-11-09 11:04:07 -08:00
murgatroid99 1099ace8f7 Ensure application and Node library user agent strings are together at the beginning 2015-11-06 10:25:06 -08:00
Michael Lumish 785d8aec36 Merge pull request #4009 from jtattermusch/add_badges
Add npm, gem and cocoapods badges
2015-10-30 09:33:31 -07:00
Jan Tattermusch c8a5cc586d Add npm badge 2015-10-30 08:47:52 -07:00
Tim Emiola 4cca1a5699 Merge pull request #3886 from murgatroid99/node_file_comments
Added some file-level comments to Node source files
2015-10-30 11:24:45 +09:00
murgatroid99 c90b1099cc Change error message in credentials test 2015-10-27 10:58:24 -07:00
murgatroid99 cc19b94ba2 Make Node interop client use default roots file path 2015-10-22 09:47:30 -07:00
murgatroid99 5901d90859 Fixed lint errors 2015-10-21 14:03:19 -07:00
murgatroid99 7c0dbf82b3 Updated Node credentials API to match core API change 2015-10-20 16:10:20 -07:00
Nicolas Noble 70815ae76f Merge pull request #3878 from murgatroid99/node_remove_log_lines
Stop outputting log lines from Node library by default
2015-10-20 13:04:20 -07:00
murgatroid99 3c769d67a3 Added some file-level comments to Node source files 2015-10-19 16:35:34 -07:00
murgatroid99 5fccd9019f This is a library. It should not output logs to STDOUT by default 2015-10-19 11:00:14 -07:00
jboeuf 2d12214dcc Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots
Distribute roots.pem with the Node package
2015-10-15 13:50:45 -07:00
murgatroid99 6d6009fec5 Distribute roots.pem with the Node package 2015-10-15 09:57:31 -07:00
murgatroid99 c52dfac999 Fixed error in Node credentials test 2015-10-13 15:37:34 -07:00
murgatroid99 7cfee089dd Added more tests, removed some unused code, fixed a bug 2015-10-13 13:49:55 -07:00
murgatroid99 71f50361bf Added some more tests to increase coverage 2015-10-12 16:12:18 -07:00
murgatroid99 75a2bbaab2 Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
murgatroid99 6fe015e492 Add some tests to increase coverage, fix some failures 2015-10-12 13:18:06 -07:00
Jan Tattermusch b733c74ffc Merge pull request #3760 from murgatroid99/node_unified_installation_failure
Fix issue with Node installation
2015-10-09 17:03:48 -07:00
murgatroid99 5dbbd9178d Revert "Added interval_us delay in Node interop server"
This reverts commit 83815eab40.
2015-10-09 14:45:55 -07:00