aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server.cc
Commit message (Collapse)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Clang formatGravatar murgatroid992017-04-28
|
* Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
|\
* | Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| |
| * Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
|/
* Only delete core-level server if shutdown was successfulGravatar murgatroid992017-04-11
|
* Node server: add NULL check to tryShutdownGravatar murgatroid992017-04-11
|
* Add native tag completion callbacks, dispose of server after tryShutdown ↵Gravatar murgatroid992017-04-10
| | | | succeeds
* Fix call destruction bugGravatar murgatroid992017-04-04
|
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Fix segfault in Node server destructorGravatar murgatroid992017-02-22
| |
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Make Node extension work with slice changesGravatar murgatroid992016-12-12
|
* Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
|\
* | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| |
| * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
|/
* Mark port as non-listeningGravatar Craig Tiller2016-05-25
|
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
|
* Update to nan 2.0Gravatar murgatroid992015-09-17
|
* Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-21
|\
* | Removed errant NULL settingGravatar murgatroid992015-08-19
| |
* | Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| |
| * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
|/
* Reverted unintended change.Gravatar Nicolas "Pixel" Noble2015-08-12
|
* Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Working on node.Gravatar Nicolas "Pixel" Noble2015-08-07
| |
| * Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
| |
| * Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| |
| * Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
|/
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Updated server to use new shutdown semanticsGravatar murgatroid992015-05-28
|
* Fix some wrapped languagesGravatar Craig Tiller2015-05-06
|
* Remove unused references to malloc.h (which is non-standard, Linux-specific ↵Gravatar Alexander Staubo2015-04-05
| | | | and generally deprecated; use <cstdlib> instead).
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\
| * The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
| |
* | Updated Node library to new secure server APIGravatar murgatroid992015-03-02
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Updated server.cc to match call.cc changesGravatar murgatroid992015-02-13
|
* Made changes based on commentsGravatar murgatroid992015-02-13
|
* Removed extraneous log messagesGravatar murgatroid992015-02-12
|
* More end to end test debuggingGravatar murgatroid992015-02-11
|
* Extension module now compiles and some tests passGravatar murgatroid992015-02-09
|
* More progress towards new API compatibilityGravatar murgatroid992015-02-09
|
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26