murgatroid99
|
3b58459472
|
Fix call destruction bug
|
2017-04-04 13:55:00 -07:00 |
murgatroid99
|
33f86c584b
|
Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master
|
2017-02-23 14:59:45 -08:00 |
murgatroid99
|
4eb63a263a
|
Fix segfault in Node server destructor
|
2017-02-22 14:11:01 -08:00 |
Craig Tiller
|
a6009e33a8
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
|
2017-01-23 07:48:42 -08:00 |
Craig Tiller
|
2423da9e77
|
Revert "Metadata handling rewrite"
|
2017-01-20 18:11:52 -08:00 |
murgatroid99
|
12583421c7
|
Make Node extension work with slice changes
|
2016-12-12 17:40:22 -08:00 |
murgatroid99
|
22b2e81604
|
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
|
2016-10-28 11:48:22 -07:00 |
murgatroid99
|
4159622a60
|
Add a libuv endpoint to the C core, for use in the Node library
|
2016-09-16 13:25:08 -07:00 |
murgatroid99
|
5ebba7b69a
|
Update Node library dependencies and change deprecated function calls
|
2016-08-15 13:14:16 -07:00 |
Craig Tiller
|
f02be496e0
|
Mark port as non-listening
|
2016-05-25 06:31:12 -07:00 |
murgatroid99
|
d84ad122f9
|
Refactored some C++ code to improve code reuse
|
2015-10-12 16:12:04 -07:00 |
murgatroid99
|
231617f5ba
|
Update to nan 2.0
|
2015-09-17 13:56:25 -07:00 |
murgatroid99
|
02360ea4f7
|
Merge branch 'master' into node_server_graceful_shutdown
|
2015-08-21 14:26:13 -07:00 |
murgatroid99
|
5fd4ed5826
|
Removed errant NULL setting
|
2015-08-19 10:34:59 -07:00 |
murgatroid99
|
465d03e171
|
Split server shutdown into tryShutdown and forceShutdown
|
2015-08-18 17:38:11 -07:00 |
murgatroid99
|
0f7084ff7a
|
Added an inline C++ function to replace a deprecated nan function
|
2015-08-17 11:36:03 -07:00 |
Nicolas "Pixel" Noble
|
5cbc7dd6c9
|
Reverted unintended change.
|
2015-08-12 01:10:54 +02:00 |
Nicolas "Pixel" Noble
|
54cd2a30f1
|
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Conflicts:
include/grpc/grpc.h
src/core/surface/channel.c
src/core/surface/channel_create.c
src/core/surface/completion_queue.c
src/cpp/client/channel.cc
src/cpp/client/insecure_credentials.cc
src/csharp/ext/grpc_csharp_ext.c
src/node/ext/call.cc
src/node/ext/channel.cc
src/php/ext/grpc/call.c
src/php/ext/grpc/channel.c
src/python/grpcio/grpc/_adapter/_c/types/channel.c
src/ruby/ext/grpc/rb_channel.c
test/core/end2end/dualstack_socket_test.c
test/core/end2end/fixtures/chttp2_fullstack.c
test/core/end2end/fixtures/chttp2_fullstack_compression.c
test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c
test/core/end2end/fixtures/chttp2_fullstack_with_poll.c
test/core/end2end/multiple_server_queues_test.c
test/core/end2end/no_server_test.c
test/core/end2end/tests/bad_hostname.c
test/core/end2end/tests/cancel_after_accept.c
test/core/end2end/tests/cancel_after_accept_and_writes_closed.c
test/core/end2end/tests/cancel_after_invoke.c
test/core/end2end/tests/cancel_before_invoke.c
test/core/end2end/tests/cancel_in_a_vacuum.c
test/core/end2end/tests/census_simple_request.c
test/core/end2end/tests/disappearing_server.c
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c
test/core/end2end/tests/empty_batch.c
test/core/end2end/tests/graceful_server_shutdown.c
test/core/end2end/tests/invoke_large_request.c
test/core/end2end/tests/max_concurrent_streams.c
test/core/end2end/tests/max_message_length.c
test/core/end2end/tests/ping_pong_streaming.c
test/core/end2end/tests/registered_call.c
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c
test/core/end2end/tests/request_response_with_metadata_and_payload.c
test/core/end2end/tests/request_response_with_payload.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c
test/core/end2end/tests/request_with_compressed_payload.c
test/core/end2end/tests/request_with_flags.c
test/core/end2end/tests/request_with_large_metadata.c
test/core/end2end/tests/request_with_payload.c
test/core/end2end/tests/server_finishes_request.c
test/core/end2end/tests/simple_delayed_request.c
test/core/end2end/tests/simple_request.c
test/core/end2end/tests/simple_request_with_high_initial_sequence_number.c
test/core/fling/client.c
test/core/fling/server.c
test/core/surface/lame_client_test.c
|
2015-08-08 01:45:38 +02:00 |
Nicolas "Pixel" Noble
|
2a4657d30a
|
Working on node.
|
2015-08-07 20:46:01 +02:00 |
Craig Tiller
|
1451651e8c
|
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
|
2015-08-03 10:42:22 -07:00 |
murgatroid99
|
d03da0cd75
|
Made binding a server to a port insecurely explicit
|
2015-07-27 16:13:28 -07:00 |
murgatroid99
|
7e26efc345
|
Changed object keys to valid identifier names
|
2015-07-23 10:40:19 -07:00 |
Craig Tiller
|
871a81f0d7
|
Updating wrapped languages to new time functions
|
2015-07-13 09:16:03 -07:00 |
murgatroid99
|
f63925329e
|
Updated server to use new shutdown semantics
|
2015-05-28 13:39:25 -07:00 |
Craig Tiller
|
a61e5e25ba
|
Fix some wrapped languages
|
2015-05-06 12:42:47 -07: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 |
Craig Tiller
|
1eabcf5315
|
Merge github.com:grpc/grpc into credit
|
2015-03-05 15:45:46 -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
|
0777e281e5
|
Updated Node library to new secure server API
|
2015-03-02 17:31:25 -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 |
murgatroid99
|
928322992c
|
Updated server.cc to match call.cc changes
|
2015-02-13 12:21:59 -08:00 |
murgatroid99
|
8e10540169
|
Made changes based on comments
|
2015-02-13 10:19:10 -08:00 |
murgatroid99
|
c1ec85fc43
|
Removed extraneous log messages
|
2015-02-12 15:48:51 -08:00 |
murgatroid99
|
5bbb836abb
|
More end to end test debugging
|
2015-02-11 09:26:25 -08:00 |
murgatroid99
|
6f8dde55cc
|
Extension module now compiles and some tests pass
|
2015-02-09 15:55:10 -08:00 |
murgatroid99
|
616e875f23
|
More progress towards new API compatibility
|
2015-02-09 10:43:21 -08:00 |
Craig Tiller
|
a736903ba2
|
Prepare for the new batch call API.
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
|
2015-02-02 15:39:31 -08:00 |
murgatroid99
|
0bd4b5a17c
|
Moved extension and JS files to separate directories
|
2015-01-26 17:16:57 -08:00 |