Sree Kuchibhotla
9bc3d2d67f
Minor comments
9 years ago
Jan Tattermusch
fcc8d971ff
get rid of deprecated server and client interface
9 years ago
Jan Tattermusch
562cd05bc9
update C# codegen and regenerate
9 years ago
Jan Tattermusch
781720f82d
get rid of servicename argument for server service definition.
9 years ago
Craig Tiller
5258412df9
Fix platform ifdef
9 years ago
Sree Kuchibhotla
4c11a20bf0
Remove unused files
9 years ago
Craig Tiller
d925c93047
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
139098c188
Fix cast to avoid potential wraparound
9 years ago
Craig Tiller
f805d0c7b6
Merge github.com:grpc/grpc into c++-is-people-too
9 years ago
Julien Boeuf
7d3d4d48cd
Fixing clang-format.
9 years ago
Julien Boeuf
38c0cdee34
Fix double-free issue for optional_message.
...
Also better end to end testing of plumbing of plugin error message.
9 years ago
Julien Boeuf
b5fe44ea0f
Adding error details for JWT and oauth2.
9 years ago
Julien Boeuf
bfc7ed6628
Merge branch 'master' into fix_3803
9 years ago
Jan Tattermusch
37e26d922f
Merge pull request #6725 from nathanielmanistaatgoogle/read-some-but-not-all-responses
...
Add a Cython-layer read-not-all-responses test
9 years ago
Sree Kuchibhotla
79a6233bef
Fix a few bugs in ev_epoll_linux.c
...
1. pollset_add_fd: Add fd to epoll set if fd->polling_island == NULL
2. close(fd) in fd_orphan instead of polling_island_remove_fd_locked()
since fd->polling_island may be NULL
3. If pollset work() is interrupted, do a zero timeout epoll_wait().
pollset_work may be called without a polling island
9 years ago
Sree Kuchibhotla
88ee12fbe9
Handle pollsets and fds witn no polling islands and fix locking bug in pollset_add_fd
9 years ago
yang-g
34b5861e5c
Spliting filegroup.
9 years ago
Sree Kuchibhotla
73ef915402
epoll polling strategy now points to the new code
9 years ago
yang-g
aaee544d69
merge and resolve conflicts
9 years ago
Jan Tattermusch
845a0567e3
Merge pull request #6789 from jtattermusch/fix_make_options_propagation
...
Fix run_tests.py propagation of make options under docker
9 years ago
yang-g
17487f9a22
Make grpc++ independent of protobuf
9 years ago
Sree Kuchibhotla
0bcbd79baa
Functionality complete in ev_epoll_linux.c
9 years ago
Yuchen Zeng
c8074527b2
Remove unnecessary headers
9 years ago
David Garcia Quintas
df204d090c
Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type
9 years ago
David Garcia Quintas
55c08f81cf
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
9 years ago
Nathaniel Manista
debd1517b7
A Cython-layer read-not-all-responses test
9 years ago
Yuchen Zeng
3623dc5cdd
Move protobuf dependencies to config_protobuf.h
9 years ago
Jan Tattermusch
84f71932ea
Merge pull request #6254 from grpc/python_per_rpc_interop
...
Added google call creds/per_rpc interop tests
9 years ago
Jan Tattermusch
6c81c25653
Merge pull request #6306 from y-zeng/win32_suffix
...
Change win32 file suffix
9 years ago
Jan Tattermusch
b0bb674df3
Merge pull request #6636 from yang-g/grpc_cli
...
Add proto file support in grpc_cli
9 years ago
David Garcia Quintas
23bb526710
fixed typo
9 years ago
Jan Tattermusch
11ca9d8dc0
Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
...
Add comments to generated code for Node and Ruby
9 years ago
Jan Tattermusch
addf007513
Merge pull request #6711 from thought-machine/fix_read_leak
...
Fix memory leak reading from python ByteBuffer.
9 years ago
Jan Tattermusch
05808c4208
Merge pull request #6731 from vjpai/beheader
...
Remove unused portions of C++ QPS testing
9 years ago
Jan Tattermusch
92ac3f7b11
Merge pull request #6762 from nathanielmanistaatgoogle/ga
...
Python GA security API
9 years ago
Jan Tattermusch
7996a72020
Merge pull request #6772 from ctiller/beefy
...
Only send status and message with stream closure when needed
9 years ago
Jan Tattermusch
d38b2c479a
Merge pull request #6761 from ctiller/there-were-no-fatalities
...
Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Jan Tattermusch
3dbafd5923
Merge pull request #5901 from dgquintas/lr_hook
...
Load Reporting hook
9 years ago
Jan Tattermusch
fd3857bbff
fix propagation of make options under docker
9 years ago
Craig Tiller
115ae4004c
Add some tests
9 years ago
Craig Tiller
a3416fbfd4
Merge branch 'error' of github.com:ctiller/grpc into error
9 years ago
Craig Tiller
f5f290459a
Fix up some server setup bugs
9 years ago
Craig Tiller
8d8f9a891b
Fix refcounting algorithm
9 years ago
David Garcia Quintas
020087035b
Polished RR policy and added policy doc preamble
9 years ago
Yuchen Zeng
91630f72e7
Remove __inline
9 years ago
Yuchen Zeng
82ec451c42
Check if optional_drop_message is an empty slice
9 years ago
Craig Tiller
e5ee38d0cf
Provide more context in error
9 years ago
Yuchen Zeng
68b19d9085
Merge remote-tracking branch 'upstream/master' into handler_http_response
9 years ago
Jan Tattermusch
2ff798629c
Merge pull request #6664 from dklempner/server_builder_plugin_test
...
Fix a missing initialization
9 years ago
Craig Tiller
6238e5bf40
Fix bad return value
9 years ago