Mark D. Roth
3da684dcac
Add "final" to ChannelFilter class, so that compiler can un-indirect the
...
filter method calls.
9 years ago
Mark D. Roth
4fd2134daf
Make another .h file accessible from C++.
9 years ago
Mark D. Roth
035cb3a3d4
Pass peer string to ChannelData ctor when available.
9 years ago
Mark D. Roth
9fe5ef5f9d
Removed unnecessary comments. Added connection counter to test.
9 years ago
Mark D. Roth
f5bbff9c8e
Fix portability issues.
9 years ago
Mark D. Roth
905227049b
Remove unnecessary code from test.
9 years ago
Mark D. Roth
f9c1f7a412
clang-format
9 years ago
Mark D. Roth
c008b33c18
Pass channel args to ChannelData ctor and ChannelData to CallData ctor.
9 years ago
Mark D. Roth
8a1a5976c7
Fixed test.
9 years ago
Mark D. Roth
c459ecf7c9
- fix build problems
...
- make changes suggested by reviewer
- add test (not working yet)
9 years ago
Mark D. Roth
ec0bc8b4ed
Initial attempt at a C++ API for defining channel filters.
9 years ago
Jan Tattermusch
8fb6c924b5
Merge pull request #6875 from y-zeng/log_check
...
Add format check for gpr_log and gpr_asprintf, add gpr_strpad
9 years ago
Jan Tattermusch
b4fc876dbb
Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division
...
Drop unnecessary future division import
9 years ago
Jan Tattermusch
655e28f845
Merge pull request #6904 from nathanielmanistaatgoogle/unimplemented-for-cardinality-violation
...
UNIMPLEMENTED status for cardinality violation
9 years ago
Jan Tattermusch
6f42fd925f
Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-api
...
PHP: add call getTrailingMetadata API
9 years ago
Jan Tattermusch
febfd32af9
Merge pull request #6572 from y-zeng/base64_decode
...
Add base64 decoder
9 years ago
Jan Tattermusch
d66c3810f8
Merge pull request #6857 from kpayson64/python_cleanup
...
Added cleanup to server thread join method
9 years ago
Jan Tattermusch
fd1419a176
Merge pull request #6873 from kpayson64/python_signal_handling
...
Added check for signals in poll()
9 years ago
Jan Tattermusch
b383c68ccb
Merge pull request #6874 from nathanielmanistaatgoogle/ga
...
Python GA code generation
9 years ago
Jan Tattermusch
8857adc742
Merge pull request #6881 from kpayson64/python_create_channel_bug
...
Fix create_[secure/insecure]_channel argument order
9 years ago
Nathaniel Manista
0442214129
UNIMPLEMENTED status for cardinality violation
9 years ago
Nathaniel Manista
1e44766bfc
Drop unnecessary future division import
...
We only ever use floor division (//) in the module.
9 years ago
Stanley Cheung
6668d51b3c
php: add call getTrailingMetadata API
9 years ago
David G. Quintas
e697b7dbc6
Merge pull request #6895 from dgquintas/async_docs_fixit
...
Added docs to server's shutdown docstrings
9 years ago
Jan Tattermusch
0aa23d83ad
Merge pull request #6704 from yang-g/distribtest
...
Add distrib test utilities for c++
9 years ago
Jan Tattermusch
eeffc68e99
Merge pull request #6890 from jtattermusch/csharp_less_verbose_logs
...
C# less verbose logs
9 years ago
Yuchen Zeng
289dcb1b68
Rename gpr_strpad as gpr_leftpad
9 years ago
David Garcia Quintas
058c9de8b2
Added to server's shutdown docstrings
9 years ago
Abhishek Kumar
a47acad040
Merge pull request #6852 from nathanielmanistaatgoogle/status-codes
...
Document cardinality violation status codes
9 years ago
Ken Payson
ed7428526c
Added cleanup to the server thread's join method.
...
When the Python Interpreter exits, it first attempts to join any
outstanding threads. This is problematic if a server is created
as a top-level variable or referenced by a reference cycle, as join()
will hang. This adds cleanup behavior to the server thread's join().
9 years ago
yang-g
46f4a681d2
minor fixes
9 years ago
Jan Tattermusch
a3a75284f8
Merge pull request #6887 from stanley-cheung/php-remove-composer-version
...
PHP: remove explicit version in composer.json
9 years ago
Ken Payson
f24665fdd8
Fix create_[secure/insecure]_channel argument order
9 years ago
Jan Tattermusch
5225f83bb2
Merge pull request #6865 from vjpai/stylin
...
Doc Fixit: Introduce C++ style guide
9 years ago
Jan Tattermusch
136307756c
Merge pull request #6438 from y-zeng/reflection_separate_lib
...
Proto server reflection
9 years ago
Jan Tattermusch
74823b99cf
Merge pull request #6879 from kpayson64/server_metadata_fix
...
Fixed bug with server initial metadata type translation
9 years ago
Jan Tattermusch
7d670f5c87
Merge pull request #6634 from stanley-cheung/php-add-channel-to-stub-constructor
...
PHP: add optional channel argument to BaseStub constructor
9 years ago
Nathaniel Manista
4547940d06
Python GA code generation
9 years ago
Jan Tattermusch
504b3b9cc4
set default gRPC C# logging level to Info
9 years ago
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
Stanley Cheung
f38f2bb431
php: remove explicit version in composer.json
9 years ago
yang-g
a011572c81
cloning from the local repo
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
Jan Tattermusch
55ca239bc2
Merge pull request #6547 from kpayson64/py_generic_stream_test
...
Added unit test for generic empty stream
9 years ago
Jan Tattermusch
9ed5589d5c
Merge pull request #6867 from ctiller/blazing-fuzz
...
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
9 years ago
Jan Tattermusch
f04a94b064
Merge pull request #6864 from ctiller/fuzzing-hell
...
Fix fuzzing detected bug
9 years ago
Ken Payson
7aabab7111
Added unit test for empty request/responses
9 years ago
Jan Tattermusch
68e5ecbee4
Merge pull request #6503 from kpayson64/python_3_support
...
Initial Python3 support
9 years ago