Jan Tattermusch
2bab9a8339
add LogLevel enum
9 years ago
Ken Payson
aee9d1aa7d
Added check for signals in poll()
...
Also removed the unused pluck() function
9 years ago
Jan Tattermusch
e4fd5b9fe2
C# merge fixups
9 years ago
Stanley Cheung
e05d31962d
php: add channel argument to BaseStub constructor
9 years ago
Ken Payson
6b943e55fa
Fixed bug with server initial metadata type translation
9 years ago
Craig Tiller
a286b040a9
small fixes
9 years ago
Ken Payson
7aabab7111
Added unit test for empty request/responses
9 years ago
David Garcia Quintas
dd8d84ebb5
spec comments addressed
9 years ago
Martin Dyring-Andersen
0de6cea207
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
9 years ago
Yuchen Zeng
654db3d33e
Regenerate build files
9 years ago
Yuchen Zeng
beaa35724c
Fix type mismatch for type_size
9 years ago
Yuchen Zeng
0ba114408e
Fix gpr_log format mismatches in c++ tests
9 years ago
Yuchen Zeng
1f24af879c
Restricted the check to GUNC
9 years ago
Vijay Pai
15855f3e7f
Switch server builder plugin API to something that will work with gcc4.4
9 years ago
Ken Payson
1efb6017ec
Initial Python3 support
...
Notable Changes:
-Convert all str types to byte types at cython layer (ascii encoding)
-Use six for packages that have different names in Python2/Python3
-By default, unit tests are compiled/run in Python2.7 and Python3.4
-Ensure MACOSX_BUILD_TARGET is at least 10.7
9 years ago
Yuchen Zeng
64c0e8d4bc
Add format check for gpr_log and gpr_asprintf
9 years ago
Vijay Pai
eac07c3cc8
WIP
9 years ago
Craig Tiller
e4e865f0c0
Fix fuzzing detected bug
9 years ago
Craig Tiller
05bec5c0ab
Fix uninitialized variable
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
Vijay Pai
ce350a5925
override->GRPC_OVERRIDE
...
Remove range-based fors
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
39a59efddb
Fix somewhat obvious error
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
Craig Tiller
ba94748801
Add error propagation
9 years ago
Jan Tattermusch
8e93533f65
allow shutdown of unstarted server
9 years ago
Yuchen Zeng
2bdde23c25
Remove zu specifiers
9 years ago
Makarand Dharmapurikar
cb79b29ac5
fix for issue 6344. added printing of .proto file comments in generated code.
9 years ago
Craig Tiller
4b8550db49
clang-format code
9 years ago
Adam Michalik
cfd4102357
fix memory leak
9 years ago
Makarand Dharmapurikar
4f11ab1ffd
addressed feedback.
9 years ago
Robbie Shade
3f30e634a6
Adds functions to set snd/rcv socket buffer sizes.
...
Used for non-default 1 MB UDP socket buffers.
9 years ago
David G. Quintas
dfff4de040
Fix sed induced typo
9 years ago
Ken Payson
22a65e1a2b
Added python jwt_token_creds interop test
9 years ago
David Garcia Quintas
5756c8fead
removed RANDOM and simplified req for compression
9 years ago
Ken Payson
9a36e6c7cd
Changed Python Sync streaming qps to follow spec
9 years ago
Adam Michalik
978f4a59fc
fix compilation on windows
9 years ago
David Garcia Quintas
8ba42bec90
s/maybe_compression_level.compression_level/maybe_compression_level.level
9 years ago
Jan Tattermusch
95e547ef9e
add unstarted server test
9 years ago
Jan Tattermusch
c524ec0121
make Metadata.Entry a class
9 years ago
Adam Michalik
a24d153619
fix windows build
9 years ago
Makarand Dharmapurikar
6f9501098e
fix for issue 5548. Deprecated old classes and created subclasses.
9 years ago
Adam Michalik
4ad746e4e0
clang-format, fix headers, windows fixes
9 years ago
Adam Michalik
b97e2d145e
Add C++ support for using external FD
9 years ago
Adam Michalik
da5d85d660
Add completion queue argument which is necessary after merge with master
9 years ago
Adam Michalik
bf10c82bf8
implement support for adding external fd to server
9 years ago
Adam Michalik
4023382294
Add support for establishing server channel using existing FD
9 years ago