1854 Commits

Author SHA1 Message Date
murgatroid99
f42765fc4b Added comments to service_packager script 2015-05-15 09:34:49 -07:00
murgatroid99
ed190c015b Removed response type 2015-05-14 15:49:30 -07:00
murgatroid99
58bc7eefa7 Added Node interop test for timeout_on_sleeping_server 2015-05-14 15:23:16 -07:00
murgatroid99
8bb7fa7e53 Fixed client auth implementation and tests 2015-05-14 10:04:48 -07:00
murgatroid99
cb1821a7bf Added service_packager description to bin/README.md 2015-05-13 11:08:42 -07:00
murgatroid99
b83a8cf2a1 Fixed include path handling 2015-05-13 10:55:00 -07:00
Craig Tiller
775ebf37f3 Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup 2015-05-12 14:42:27 -07:00
Craig Tiller
05e692dac4 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie 2015-05-12 14:08:56 -07:00
Craig Tiller
94526b73e4 Merge github.com:grpc/grpc into we-dont-need-no-backup 2015-05-12 13:30:28 -07:00
murgatroid99
27eed6c644 service_packager now properly generates service and package files 2015-05-12 12:39:22 -07:00
Yang Gao
a0667b3f00 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream
Completion queue binding for new requests API change
2015-05-12 12:37:24 -07:00
Tim Emiola
58eed65599 Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test
Added jwtaccess cloud-to-prod interop test
2015-05-12 11:53:32 -07:00
murgatroid99
1ca5f1e54f Merge branch 'master' into node_service_packager 2015-05-12 11:14:08 -07:00
murgatroid99
bea4c89de5 Bump Node version to 0.8.0 2015-05-12 10:35:57 -07:00
murgatroid99
20dcbb976a Updated interop tests to handle proto3 changes 2015-05-12 10:35:18 -07:00
Craig Tiller
77c771afaf Merge github.com:grpc/grpc into we-dont-need-no-backup 2015-05-12 09:57:09 -07:00
murgatroid99
a70f6a955a Updated deserialization code to fix message echoing 2015-05-12 09:50:37 -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
6049a52171 Added jwtaccess cloud-to-prod interop test 2015-05-11 13:53:57 -07:00
murgatroid99
dccd4f031c Removed a default value I missed 2015-05-11 13:38:26 -07:00
murgatroid99
8b05c4d6b3 Updated ProtoBuf.js dependency. Updated protos to proto3 2015-05-11 13:34:32 -07:00
Craig Tiller
06f62e2cfc Merge github.com:grpc/grpc into bye-bye-completion-queue-pie 2015-05-08 17:04:13 -07:00
Craig Tiller
739c54df10 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
Conflicts:
	test/cpp/end2end/async_end2end_test.cc
2015-05-08 16:38:32 -07:00
Tim Emiola
acf317365b Merge pull request #1515 from murgatroid99/node_auth_uri_parameter
Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
2015-05-08 10:49:24 -07:00
Craig Tiller
0bd7b09bae Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' of github.com:ctiller/grpc into churn-churn-churn-the-api-gently-down-the-stream 2015-05-08 08:32:44 -07:00
Craig Tiller
52a66cd483 Correct Node build errors 2015-05-08 08:03:04 -07:00
Craig Tiller
9ff60c1b06 Port Node to new API 2015-05-08 07:37:15 -07:00
murgatroid99
e1ab1c2bad Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata 2015-05-07 13:09:42 -07:00
murgatroid99
713518e264 Merge branch 'master' into node_status_error_event 2015-05-07 10:02:59 -07:00
murgatroid99
851e0993f3 Version bump because of new exposed errors 2015-05-06 17:00:17 -07:00
murgatroid99
d718acee37 Added error events on client streams when the server is streaming 2015-05-06 16:46:19 -07:00
Craig Tiller
a61e5e25ba Fix some wrapped languages 2015-05-06 12:42:47 -07:00
Craig Tiller
4ece70db5b C Core API cleanup.
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
2015-05-04 14:53:51 -07:00
murgatroid99
f35d735d69 Exposed server address string in stub 2015-04-29 13:07:12 -07:00
zeliard
57f64ba4b2 merge from upstream (grpc) master 2015-04-27 14:56:34 +09:00
zeliard
2ff3b4c769 fix expression bug on socket creation failure (fd<0 is always false because fd is unsigned and Windows returns ~0 (-1) on socket failure) 2015-04-27 14:50:07 +09:00
murgatroid99
f91d3bcff2 Fixed typo in README change 2015-04-23 13:34:42 -07:00
murgatroid99
7ef907c6f0 Added information about custom gRPC install locations in README, bumped version 2015-04-23 13:33:04 -07:00
Tim Emiola
d6336f89d0 Merge pull request #1353 from murgatroid99/node_limit_thread_usage
Node limit thread usage
2015-04-23 14:55:35 -04:00
murgatroid99
6ff1f353e8 Added JSON option for gRPC file loading 2015-04-20 11:22:51 -07:00
Tim Emiola
2377631af2 Removes nodejs pubsub example 2015-04-16 08:58:44 -07:00
murgatroid99
d8457bba64 Initial version of service_packager script 2015-04-14 17:18:26 -07:00
murgatroid99
28eb800b74 Bump node library version to publish bugfix 2015-04-13 14:19:41 -07:00
murgatroid99
ea3589ee0b Fixed bugs in trailing metadata handling and math server example 2015-04-13 12:59:17 -07:00
Michael Lumish
67e1774009 Merge pull request #1198 from atombender/master
Remove unused references to malloc.h
2015-04-06 09:30:13 -07:00
Alexander Staubo
63a8be71a4 Fix compilation of Node package conditionally on Mac:
* Set compilation target 10.9.
* Add C++11 compilation.
* Remove librt dependency.
2015-04-06 12:00:39 -04:00
Alexander Staubo
95894e9f7d Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead). 2015-04-05 01:27:58 -04:00
Tim Emiola
8d96ed1460 Merge pull request #1140 from murgatroid99/node_trailing_metadata
Node trailing metadata
2015-04-03 13:17:04 -07:00
murgatroid99
ab5d04afbf Reworded test case descriptions 2015-04-03 12:49:31 -07:00