Sree Kuchibhotla
|
41622a8e38
|
Fix tsan failures
|
9 years ago |
Sree Kuchibhotla
|
58e5896444
|
Fix bad merge
|
9 years ago |
Sree Kuchibhotla
|
eb16b3dc3c
|
Fix ref counting bug
|
9 years ago |
Sree Kuchibhotla
|
11e3c07616
|
Merge branch 'master' into epoll_changes
|
9 years ago |
Sree Kuchibhotla
|
492fd96182
|
generate_projects.sh after adding grpc_use_signal() API
|
9 years ago |
Jan Tattermusch
|
698d3e91ff
|
Merge pull request #6822 from yang-g/empty_message_test
add a test with empty request
|
9 years ago |
Jan Tattermusch
|
216e1a18a9
|
Merge pull request #6804 from ctiller/plugin_advertisement
Advertise transport selected in user-agent string
|
9 years ago |
Jan Tattermusch
|
e4fb0fe3fc
|
Merge pull request #6753 from ctiller/fuzz-me
Fix server side memory leak
|
9 years ago |
Sree Kuchibhotla
|
c7be7c6888
|
Add an API at the core level to disable signals or use a different
signal number
|
9 years ago |
Jan Tattermusch
|
032a03e167
|
Merge pull request #6828 from soltanmm/arkenhammer
Add common proto files to Python grpcio-tools
|
9 years ago |
Jan Tattermusch
|
d2c0256540
|
Merge pull request #6855 from makdharma/issue6834
fix for #6834
|
9 years ago |
Jan Tattermusch
|
24cb78d8f4
|
Merge pull request #6751 from soltanmm/6522
Add a test for grpc/grpc#6522
|
9 years ago |
Jan Tattermusch
|
a68b07e023
|
Merge pull request #6841 from makdharma/issue6344
fix for issue 6344. added printing of .proto file comments in generat…
|
9 years ago |
Jan Tattermusch
|
a5871cf9c2
|
Merge pull request #6843 from soltanmm/doc-tools
Add usage documentation to Python tools distribution
|
9 years ago |
Jan Tattermusch
|
c2663680a0
|
Merge pull request #6811 from soltanmm/names
Use Python namespace packages
|
9 years ago |
Jan Tattermusch
|
6fba013739
|
Merge pull request #6773 from y-zeng/handler_http_response
On receiving an unexpected response, provide the reason in the error message of the returned status
|
9 years ago |
Jan Tattermusch
|
16816cdaee
|
Merge pull request #6461 from y-zeng/fix-async-example
Check the value of Next in async examples
|
9 years ago |
Jan Tattermusch
|
d36b9010d6
|
Merge pull request #6829 from jtattermusch/csharp_add_server_test
C#: Add unstarted server test
|
9 years ago |
Makarand Dharmapurikar
|
857495ae44
|
fix for #6834
Removed constants kPackageName and kServiceName so multiple services
can be defined in one proto.
|
9 years ago |
Sree Kuchibhotla
|
877dc0cc49
|
Merge branch 'master' into epoll_changes
|
9 years ago |
Sree Kuchibhotla
|
7274402165
|
Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC ver
2.9 and above
|
9 years ago |
Sree Kuchibhotla
|
0553a43661
|
Fix refcounting bug in polling_island_merge
|
9 years ago |
Sree Kuchibhotla
|
8e4926c0ee
|
pollset_kick optimization (do not kick any other thread if the current
thread can be kicked)
|
9 years ago |
Jan Tattermusch
|
8e93533f65
|
allow shutdown of unstarted server
|
9 years ago |
Jan Tattermusch
|
1bc2976a0f
|
Merge pull request #6481 from dgquintas/compression_md_level_bis
Allow servers to select compression level via initial MD & overall compression cleanup
|
9 years ago |
Jan Tattermusch
|
b81f172206
|
Merge pull request #6610 from xyzzyz/external_fd_fresh
Add support for communication using existing FD (for client and server)
|
9 years ago |
Jan Tattermusch
|
40e96658db
|
Merge pull request #6779 from dgquintas/rr_docs
Polished RR policy and added policy doc preamble
|
9 years ago |
Jan Tattermusch
|
4f527d51f9
|
Merge pull request #6833 from rjshade/sockopts
Adds functions to set snd/rcv socket buffer sizes.
|
9 years ago |
Jan Tattermusch
|
ac48d1aafe
|
Merge pull request #6656 from dklempner/qps_report
Factor out json serialization code from qps report.cc
|
9 years ago |
Masood Malekghassemi
|
82c3dd1f0a
|
Add usage documentation to Python tools distribution
|
9 years ago |
David Klempner
|
e27d189f21
|
Factor out json seriailzation code and move it into parse_json.
This is for the same reasons as ParseJson, that is so that we can limit
the scope of the proto namespace differences between internal and
external.
|
9 years ago |
Sree Kuchibhotla
|
f325ee367a
|
Merge branch 'master' into epoll_changes
|
9 years ago |
Sree Kuchibhotla
|
3dbf4d61b2
|
More TODOs
|
9 years ago |
Sree Kuchibhotla
|
e682e46a9e
|
Add TODOs
|
9 years ago |
Sree Kuchibhotla
|
24b1062f42
|
Do not close epoll_fd while there are any pollers and add the ability to
wake up all pollers when an island is merged
|
9 years ago |
Makarand Dharmapurikar
|
cb79b29ac5
|
fix for issue 6344. added printing of .proto file comments in generated code.
|
9 years ago |
Jan Tattermusch
|
d861b13aff
|
Merge pull request #6823 from makdharma/bugfixes
added comment about host parameter format (issue 4147)
|
9 years ago |
Jan Tattermusch
|
33028369bf
|
Merge pull request #6826 from makdharma/issue5548
fix for issue 5548. Deprecated old classes and created subclasses.
|
9 years ago |
Jan Tattermusch
|
b17e25ce94
|
Merge pull request #6649 from dgquintas/core_codegen_be_public
moved core_codegen from src/cpp/... to include/grpc++/...
|
9 years ago |
Jan Tattermusch
|
4809e8e30b
|
Merge pull request #6675 from dgquintas/check_http_client_filter_content_type
Check content type on the client response path
|
9 years ago |
Jan Tattermusch
|
5ccf4b37e6
|
Merge pull request #6786 from ctiller/meta-whoops
Fix refcounting algorithm for metadata
|
9 years ago |
Jan Tattermusch
|
7eaae431c7
|
Merge pull request #6827 from jtattermusch/csharp_metadata_entry_is_class
Make Metadata.Entry a class
|
9 years ago |
Jan Tattermusch
|
026dfe60a5
|
Merge pull request #6820 from mdsteele/server-async
Add interfaces for ServerAsyncReader/Writers
|
9 years ago |
Sree Kuchibhotla
|
5855c478c6
|
Use poll if not linux, add read notifier pollset support and some
groundwork for adding API that allows users to register custom kick
signal number
|
9 years ago |
Adam Michalik
|
a3d38f040e
|
Merge pull request #2 from ctiller/cf2
clang-format changes
|
9 years ago |
Jan Tattermusch
|
129cd65869
|
Merge pull request #6830 from dgquintas/simplify_compression_interop
Simplify compression interop
|
9 years ago |
Jan Tattermusch
|
e15377484d
|
Merge pull request #6815 from kpayson64/python_perf_fixes
Remove AsyncStreaming client from python qps tests
|
9 years ago |
Jan Tattermusch
|
09bf5f458a
|
Merge pull request #6831 from kpayson64/python_jwt_creds
Added python jwt_token_creds interop test
|
9 years ago |
Craig Tiller
|
4b8550db49
|
clang-format code
|
9 years ago |
Adam Michalik
|
cfd4102357
|
fix memory leak
|
9 years ago |