Craig Tiller
|
8da8511762
|
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
|
9 years ago |
vjpai
|
bd67b559f5
|
this_thread
|
9 years ago |
Vijay Pai
|
eac07c3cc8
|
WIP
|
9 years ago |
vjpai
|
3a6385b53e
|
Add ref to test
|
9 years ago |
Craig Tiller
|
e4e865f0c0
|
Fix fuzzing detected bug
|
9 years ago |
vjpai
|
967e378f19
|
More docs
|
9 years ago |
vjpai
|
41c7d01fea
|
First draft of C++ style guide, minor changes to C
|
9 years ago |
Craig Tiller
|
05bec5c0ab
|
Fix uninitialized variable
|
9 years ago |
Craig Tiller
|
1703cd0969
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Craig Tiller
|
cd3bb6b16e
|
Fix broken assert
|
9 years ago |
Vijay Pai
|
b645a2d3ce
|
Remove another range-based for
Do not make explicit comparisons against nullptr; only use
implicit typecast to bool
|
9 years ago |
Yang Gao
|
0aa822b20f
|
minor fixes
|
9 years ago |
Vijay Pai
|
ce350a5925
|
override->GRPC_OVERRIDE
Remove range-based fors
|
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 |
Craig Tiller
|
34b11dfb55
|
Merge github.com:grpc/grpc into error
|
9 years ago |
Makarand Dharmapurikar
|
509246f59b
|
implement interval_us functionality
Implemented ability to sleep before sending response as intended
by the ResponseParameters proto.
|
9 years ago |
Craig Tiller
|
3c63c8fda0
|
Update new fixture
|
9 years ago |
David Garcia Quintas
|
7b3fa9e54f
|
Reworded spec.
|
9 years ago |
Vijay Pai
|
203b20c9b2
|
Add g++
|
9 years ago |
Jan Tattermusch
|
032a03e167
|
Merge pull request #6828 from soltanmm/arkenhammer
Add common proto files to Python grpcio-tools
|
9 years ago |
Craig Tiller
|
161f76304e
|
Fix ipv4-only listening
|
9 years ago |
David Garcia Quintas
|
74686ce7c4
|
Completed interop spec, as well as code for c++
|
9 years ago |
Craig Tiller
|
8e596c1010
|
Merge branch 'error' of github.com:ctiller/grpc into error
|
9 years ago |
Craig Tiller
|
39a59efddb
|
Fix somewhat obvious error
|
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 |
Craig Tiller
|
c3b0ac1b85
|
Fix compile error on gcc
|
9 years ago |
Nathaniel Manista
|
5f8ad89545
|
Use == instead of is for cygrpc.OperationTypes
|
9 years ago |
Nathaniel Manista
|
c9dc83400b
|
Document cardinality violation status codes
|
9 years ago |
Yuchen Zeng
|
d7a15b86b7
|
Merge remote-tracking branch 'upstream/master' into base64_decode
|
9 years ago |
Craig Tiller
|
ba94748801
|
Add error propagation
|
9 years ago |
Craig Tiller
|
0ca68b7cb1
|
Merge github.com:grpc/grpc into error
|
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 |
Yuchen Zeng
|
0a0c1b0d59
|
Merge remote-tracking branch 'upstream/master' into base64_decode
|
9 years ago |
Yuchen Zeng
|
2bdde23c25
|
Remove zu specifiers
|
9 years ago |