Craig Tiller
1dc323b45e
Spam cleanup
10 years ago
Craig Tiller
207e644918
Merge github.com:grpc/grpc into endpoints
10 years ago
Craig Tiller
99d376147e
Merge pull request #3015 from grpc/docsdocsdocs
...
Expanded grpc_server_request_call's docstring
10 years ago
Craig Tiller
1359a126a7
Added some clarification
10 years ago
jboeuf
0e67ac2c6c
Merge pull request #3034 from yang-g/sec_conn_leak
...
Move the default roots check before allocation
10 years ago
Craig Tiller
e29e18ccf0
Merge pull request #3037 from vjpai/fray
...
Eliminate public thread-pool interface
10 years ago
Vijay Pai
0660eaca00
Merge branch 'master' into fray
10 years ago
Craig Tiller
11c3c68f9d
Merge github.com:grpc/grpc into endpoints
10 years ago
Craig Tiller
7f4fc98704
Merge branch 'endpoints' of github.com:ctiller/grpc into endpoints
10 years ago
Craig Tiller
d1ed567866
Update comments
10 years ago
Yang Gao
ddb0b8c495
Merge pull request #3019 from dgquintas/channel_args_compression
...
Added C API functions for compression args handling (w/ tests)
10 years ago
Yang Gao
d7749b9596
Merge pull request #3036 from ctiller/build-cleanup
...
Remove accidental dependency on zookeeper in shutdown_test
10 years ago
Nathaniel Manista
e75ee388e1
Merge pull request #2969 from soltanmm/gravity-well
...
Add cancel_all_calls to Python server.
10 years ago
Vijay Pai
d2ea03174b
Merge pull request #2818 from ctiller/y12kdm3
...
Add a test of non-blocking API behavior
10 years ago
Craig Tiller
e180766906
Merge pull request #3007 from jboeuf/core_md_processor_fixes
...
Have a richer interface for auth metadata processors.
10 years ago
David Garcia Quintas
02dda837da
Merge branch 'master' of github.com:grpc/grpc into channel_args_compression
10 years ago
David Garcia Quintas
fe5f25490d
Improvements to the grpc_channel_args_compression_algorithm_set_state api
10 years ago
Masood Malekghassemi
28ed2fbfb8
Merge pull request #3032 from nathanielmanistaatgoogle/face
...
The (new) face interface of RPC Framework.
10 years ago
Craig Tiller
333ced0b8a
Remove accidental dependency on zookeeper in shutdown_test
10 years ago
Vijay Pai
e8a7e30a75
Eliminate public thread-pool interface
10 years ago
yang-g
46f2d34762
Move the default roots check before allocation
10 years ago
Nathaniel Manista
79c9b358d9
The face interface of RPC Framework.
...
This is the public API of the old face package of RPC Framework
extracted into a first-class interface and adapted to metadata, status,
and flow control.
10 years ago
Jan Tattermusch
04715888e6
Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_tests
...
c# response headers support and code simplification
10 years ago
Craig Tiller
eb95b11bc1
Turn off refcount debugging
10 years ago
Masood Malekghassemi
03d281ab1b
Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core
...
The RPC Framework core package.
10 years ago
Jan Tattermusch
578c7c5fe9
revert AssemblyInfo.cs
10 years ago
Jan Tattermusch
dca145bcfe
fix stylecop issues
10 years ago
Jan Tattermusch
4c25efa519
support for reading response headers on client side
10 years ago
Jan Tattermusch
3af838a2d7
simplify stream reads on client side
10 years ago
Jan Tattermusch
fb34a99d98
reading of response headers for unary response calls
10 years ago
Jan Tattermusch
ea02eb619d
introduce INativeCall interface to simplify testing
10 years ago
Craig Tiller
b7e22b9686
Merge github.com:grpc/grpc into y12kdm3
10 years ago
Craig Tiller
849c7ca4b2
prettify comment
10 years ago
Masood Malekghassemi
71e29ef459
Add new core tests to run_tests/run_python.sh
...
The tests don't currently get discovered by py.test due to their use of
the Python 2.7+ load_tests protocol.
10 years ago
Tim Emiola
b7e55a2002
Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs
...
Allow Node server credentials to have multiple key/cert pairs
10 years ago
Craig Tiller
1c090699da
clang-format
10 years ago
Craig Tiller
ec9acabb4f
Update Windows to new endpoint API
...
Also solve an infinite recursion in chttp2_transport
10 years ago
Michael Lumish
3c807eac69
Merge pull request #3023 from yang-g/node_health
...
Update node health check service
10 years ago
Nathaniel Manista
f36e1b74b5
The RPC Framework core package.
...
This is the second generation of the old base package (framework.base)
and implements the translation between the new links and base
interfaces.
10 years ago
yang-g
2f5ea5f244
regenerate projects
10 years ago
Craig Tiller
592e7f2dd0
Refactor Endpoint API
...
- Allow reads to complete immediately
- Unify read/write signatures
- Simplify memory management to allow future optimization work
10 years ago
yang-g
3cb49e054b
Update node health check service
10 years ago
Michael Lumish
0ea28f1ca5
Merge pull request #3017 from stanley-cheung/php_update_gen_code_test
...
PHP: update codegen, client now extends basestub
10 years ago
Michael Lumish
a753ba1309
Merge pull request #3018 from jtattermusch/get_rid_of_shutdown
...
C# fixes and beta API polishing
10 years ago
David Garcia Quintas
a4c4f02a63
Added C API functions for compression args handling (w/ tests)
10 years ago
Jan Tattermusch
e4134ddf6c
implement timeout_on_sleeping_server interop test
10 years ago
Jan Tattermusch
2b3579541b
get rid of explicit GrpcEnvironment.Shutdown()
10 years ago
Michael Lumish
10cab1396f
Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compression
...
Adds support for per message compression
10 years ago
Masood Malekghassemi
41a166f97b
Add cancel_all_calls to Python server
...
Also format _low_test.py to fit within the 80 character fill-limit and
re-style test assertions.
10 years ago
Stanley Cheung
4c0fcda20c
php: add tests for waitForReady
10 years ago