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
Vijay Pai
8b48191854
Set back to the default log function after using an override
9 years ago
Craig Tiller
89af61e464
Attempt to fix bug breaking perf tests
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
Ken Payson
a8d0a5d5e7
Added Python GA API metadata tests
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
Vijay Pai
488fd0ec31
Add an option --regex_exclude to block certain tests from running
9 years ago
Jan Tattermusch
2bab9a8339
add LogLevel enum
9 years ago
yang-g
773a8825bc
Minor fixes
9 years ago
Craig Tiller
cf7281c1bd
Merge branch 'error' of github.com:ctiller/grpc into error
9 years ago
Craig Tiller
a72e281fcf
Merge branch 'error' of https://github.com/ctiller/grpc into error
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
Craig Tiller
0f47a6808e
Finish merge
9 years ago
yang-g
ddc3ebb6ea
add missing language tag
9 years ago
Craig Tiller
1d39a06d06
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
e7479f5efc
Revert accidental change
9 years ago
Jan Tattermusch
e4fd5b9fe2
C# merge fixups
9 years ago
Jan Tattermusch
5fa6b5db39
regenerate PHP's package.xml
9 years ago
Jan Tattermusch
8f893e180d
Merge remote-tracking branch 'upstream/release-0_14' into HEAD
9 years ago
vjpai
97da6473b4
Manual clang-format
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
Craig Tiller
ea0dee5be9
Fix leaks
9 years ago
Craig Tiller
97a64c996f
Merge branch 'error' of https://github.com/ctiller/grpc into error
9 years ago
Craig Tiller
fb2a5df57e
Corpus
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
Craig Tiller
a286b040a9
small fixes
9 years ago
Sree Kuchibhotla
58e5896444
Fix bad merge
9 years ago
Craig Tiller
dbaf05e13d
Add a test of connecting many times in a row
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
Jan Tattermusch
ead54999ac
Merge pull request #6840 from yang-g/command-line-tool-1
...
Add a doc for the command line tool
9 years ago
Jan Tattermusch
6d13e4da0e
Merge pull request #6869 from jtattermusch/runtest_add_more_portability_targets
...
Add support for clang3.5, clang3.7 and gcc4.6 in run_tests.py
9 years ago
Jan Tattermusch
6d258c59d3
add support for clang3.5, clang3.7 and gcc4.6
9 years ago
vjpai
77a927be5a
Digraph
9 years ago
Sree Kuchibhotla
eb16b3dc3c
Fix ref counting bug
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
Craig Tiller
efa7d32417
Merge branch 'fuzzing-hell' into error
9 years ago