Jan Tattermusch
fff078a207
Merge pull request #2651 from murgatroid99/node_call_peer_address
...
Exposed channel target and call peer in Node wrapper
2015-07-24 13:25:44 -07:00
Michael Lumish
f8de5600e7
Merge pull request #2620 from meisterpeeps/master
...
Update README.md (just a little typo)
2015-07-24 11:45:23 -07:00
murgatroid99
7693e6676b
Exposed channel target and call peer in Node wrapper
2015-07-24 10:43:27 -07:00
Craig Tiller
845bdd941e
Make the server report monotonic times for deadlines
...
For very high performance systems, we're going to want to be able to
simply push the value reported from the server down onto clients.
If we report realtime now, then all wrapped languages are going to
assume it, meaning that such a change will be impossible later.
2015-07-23 09:52:11 -07:00
Jeff Peoples
2c426652aa
Update README.md
2015-07-22 16:40:52 -07:00
murgatroid99
169fa73f66
Fixed setting user-agent string
2015-07-22 09:58:38 -07:00
murgatroid99
e363fe5aa8
Added user-agent setting code, and a test for it
2015-07-21 14:27:56 -07:00
murgatroid99
9606be8fe5
Removed now-incorrect asserts in oauth test
2015-07-20 18:09:49 -07:00
murgatroid99
06253e11b9
Removed unnecessary arguments from auth message
2015-07-20 18:06:27 -07:00
murgatroid99
8911e2b2ca
Added oauth2_auth_token and per_rpc_creds Node interop tests
2015-07-20 17:59:25 -07:00
murgatroid99
b57e588dcb
Use more meaningful names for metadata keys in tests
2015-07-20 15:16:09 -07:00
Abhishek Kumar
2cc0578866
Merge pull request #2464 from murgatroid99/node_server_construction_change
...
Changed to newer, simpler server construction interface
2015-07-20 13:56:11 -07:00
Craig Tiller
5add435e02
Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait
2015-07-17 14:41:32 -07:00
Craig Tiller
5e0154f5e1
Merge github.com:grpc/grpc into no-worries-i-can-wait
2015-07-17 14:41:12 -07:00
murgatroid99
196f96c61e
Added tests for UNKNOWN status when the handler does not specify
2015-07-17 13:06:15 -07:00
murgatroid99
f4c2b5a0ac
Add tests for translating server handler errors to status objects
2015-07-17 11:26:54 -07:00
murgatroid99
b64a76716a
Added test for echoing metadata
2015-07-16 13:33:23 -07:00
murgatroid99
024295e6a5
Removed server-wide metadata handler, individual handlers can now send metadata
2015-07-16 13:16:14 -07:00
murgatroid99
afad0c0fca
Changed to newer, simpler server construction interface
2015-07-15 17:01:49 -07:00
Craig Tiller
4afa08a91e
Merge github.com:grpc/grpc into no-worries-i-can-wait
2015-07-15 07:15:30 -07:00
Abhishek Kumar
41f5a98080
Merge pull request #2335 from murgatroid99/node_error_codes
...
Made Node server respond with UNKNOWN for unspecified application errors
2015-07-14 12:57:17 -07:00
Craig Tiller
e53d9c4f6e
Updating wrapped languages to new time functions
2015-07-13 09:51:17 -07:00
Craig Tiller
871a81f0d7
Updating wrapped languages to new time functions
2015-07-13 09:16:03 -07:00
Craig Tiller
45432172b8
Merge branch 'master' into release-0_10
2015-07-10 11:17:28 -07:00
Yang Gao
7b07dedbb3
Merge pull request #2322 from murgatroid99/node_health_check_service
...
Node health check service
2015-07-10 09:15:45 -07:00
murgatroid99
fbcebfbb86
Bumped Node.js package version to 0.10.0
2015-07-09 14:07:11 -07:00
murgatroid99
e1eb8bd7ee
Updated health check service with new changes
2015-07-08 15:24:42 -07:00
Nicolas Noble
5700606caa
Merge pull request #2310 from murgatroid99/node_pkg_config
...
Use pkg-config when building the Node extension, if possible
2015-07-08 10:39:06 -07:00
murgatroid99
9845887968
Made Node server respond with UNKNOWN for unspecified application errors
2015-07-08 09:17:39 -07:00
murgatroid99
e845408c68
Minor changes to match recent design changes
2015-07-07 16:11:47 -07:00
murgatroid99
54e467f237
Added other LDFLAGS to node gyp file
2015-07-06 17:27:46 -07:00
murgatroid99
02e9f7335d
Only use pkg-config if grpc is installed
2015-07-06 16:44:35 -07:00
murgatroid99
da7a918376
Added some tests for the health check service
2015-07-06 12:12:27 -07:00
murgatroid99
36724b3004
Link Node against static dependencies just in case
2015-07-06 12:11:44 -07:00
murgatroid99
5fade792a4
Use pkg-config in node's binding.gyp
2015-07-06 11:08:22 -07:00
murgatroid99
0f1df2c8b7
Stopped binding service handler functions to server
2015-07-01 12:56:10 -07:00
murgatroid99
ec5bf47c95
Added tests for health checking
2015-07-01 12:48:44 -07:00
murgatroid99
e7f3e182f5
Added health check service implementation
2015-07-01 10:33:11 -07:00
murgatroid99
ee79272d6c
Updated ProtoBuf.js dependency to latest released version
2015-06-30 17:55:34 -07:00
murgatroid99
1dc8831a5c
Added missing comma in binding.gyp.
2015-06-30 17:55:16 -07:00
Craig Tiller
9369595813
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
2015-06-19 15:32:52 -07:00
Craig Tiller
d1746c1542
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
2015-06-17 09:17:06 -07:00
Craig Tiller
c7966b2eaf
Merge branch 'you-complete-me' into we-dont-need-no-backup
2015-06-17 09:15:48 -07:00
Craig Tiller
95d3a621fa
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
...
Conflicts:
include/grpc++/async_unary_call.h
include/grpc++/config.h
include/grpc++/config_protobuf.h
include/grpc++/impl/service_type.h
include/grpc++/stream.h
src/cpp/common/call.cc
2015-06-16 17:30:26 -07:00
Craig Tiller
06a134eb72
Merge github.com:grpc/grpc into you-complete-me
2015-06-16 17:18:34 -07:00
Craig Tiller
c5cd4aa960
Merge github.com:grpc/grpc into we-dont-need-no-backup
2015-06-16 17:14:43 -07:00
David Garcia Quintas
3f294686b5
Added changes to node and php wrappers
2015-06-15 13:31:15 -07:00
Craig Tiller
a52e94a684
Merge branch 'you-complete-me' into we-dont-need-no-backup
2015-06-09 22:59:31 -07:00
Jan Tattermusch
71eabe7c37
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
2015-06-09 17:47:56 -07:00
Tim Emiola
214583e6ab
Merge pull request #1959 from murgatroid99/node_long_field_strings
...
Fixed handling of 64 bit integers in Node library
2015-06-09 12:52:30 -07:00