Mark D. Roth
6288542146
This time, for sure!
8 years ago
Jan Tattermusch
8442ebee03
Merge pull request #8909 from jtattermusch/images_to_dockerhub
...
Script for pushing pre-built testing docker images to dockerhub.
8 years ago
Craig Tiller
b79af5b542
Merge pull request #8775 from ctiller/hansel
...
Fix logic race in chttp2 write path
8 years ago
Sree Kuchibhotla
f4b1bbfce8
Merge branch 'master' into slice_cleanup
8 years ago
Sree Kuchibhotla
f989469fe3
Temporarily enable gpr_slice_* functions to not break api compatibility
8 years ago
Makarand Dharmapurikar
5b7070a15b
bugfix in rst_after_data
8 years ago
Mark D. Roth
405abfcba2
Move hex dump to before crash.
8 years ago
Matt Kwong
180ea4bb20
Set Bazel to specific commit in Dockerfile
8 years ago
Makarand Dharmapurikar
ecc32885f0
WIP
8 years ago
Mark D. Roth
562b684e19
My python-fu is rustier than an old nail.
8 years ago
David Garcia Quintas
2239ebc966
Simplify
8 years ago
Mark D. Roth
f8ef30c977
Stringify generator result.
8 years ago
David Garcia Quintas
731a8e6db3
do bitsets right
8 years ago
Mark D. Roth
f9cffc7b70
List, not generator.
8 years ago
Mark D. Roth
6642b3899b
Fix python.
8 years ago
Makarand Dharmapurikar
4350e748e4
ability to deal with multiple streams in flight.
8 years ago
Mark D. Roth
5ebc7bb7fc
Add hex dump.
8 years ago
Mark D. Roth
bf5272c6c5
Use future print(). Ugh.
8 years ago
Mark D. Roth
0fc334fcfa
Python sucks.
8 years ago
Mark D. Roth
f431642747
Attempt to fix syntax error in debugging lines.
8 years ago
Mark D. Roth
1e6b02b43d
Add debugging.
8 years ago
Mark D. Roth
efd7795335
Attempt to deal with unicode strings in jenkins environment.
8 years ago
murgatroid99
45d4561cd0
Add missing return
8 years ago
kpayson64
94298fbb95
Merge pull request #8923 from kpayson64/php_unit_test_cleanup
...
PHP Unit test changes
8 years ago
Makarand Dharmapurikar
28d198008a
minor cleanup..
8 years ago
Makarand Dharmapurikar
323bfa733d
Broke up code in multiple modules..
8 years ago
kpayson64
d0c27df6e4
Merge pull request #8707 from kpayson64/upstream_changes
...
Add configurable exit grace periods and shutdown handlers
8 years ago
murgatroid99
dbda92064f
Also propagate serialization errors in unary server responses
8 years ago
Ken Payson
02d2807b30
Fixes 2 issues:
...
1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if
debugging is enabled because 123 doesn't map to a state that can
be printed.
2. In the Server test, 8888 is sometimes unavailable, so we just use
a wildcard port.
8 years ago
Ken Payson
3045a379aa
Add configurable exit grace periods and shutdown handlers
...
The server cleanup method is untested.
The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose.
Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
8 years ago
Mark D. Roth
a561785052
clang-format
8 years ago
Mark D. Roth
9b3f1b7ab1
Fix httpcli cleanup code.
8 years ago
Mark D. Roth
412e6acaaa
Merge branch 'security_handshaker1' into security_handshaker2
8 years ago
Mark D. Roth
53bd69330c
Code review changes.
8 years ago
Sree Kuchibhotla
6c870f6c62
Remove redundant includes
8 years ago
Sree Kuchibhotla
2388b95984
Remove redundant includes
8 years ago
Jan Tattermusch
d17c7c955e
Merge pull request #8884 from jtattermusch/csharp_cleanup_nuspec
...
C# cleanup package building
8 years ago
Paul Marks
b1c4e619de
Merge pull request #8849 from pmarks-net/master
...
Fix a memory leak in grpc_udp_server_add_port()
8 years ago
Craig Tiller
b9ad635602
Fix leak
8 years ago
Craig Tiller
7c68f0ad08
Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter
8 years ago
Craig Tiller
ebffb4b823
Merge branch 'slice_with_exec_ctx' into slice_interning
8 years ago
Craig Tiller
80a675005d
debug
8 years ago
Craig Tiller
ddea41e666
Remove code, rely on a pip installable module to codegen
8 years ago
Muxi Yan
9832b9b2de
Merge pull request #8902 from muxi/fix-cocoapods-fail
...
Capture name change of CocoaPods generated target
8 years ago
Alexander Polcyn
d2537c1aa9
turn on Thread.abort_on_exception in ruby unit tests by default
8 years ago
Nathaniel Manista
b292a8502e
Refactor channel call management
...
The requirement that any created managed call must have operations
performed on it is obstructing proper handling of the case of
applications providing invalid invocation metadata. In such cases the
RPC is "over before it starts" when the very first call to
start_client_batch returns an error.
8 years ago
Nathaniel Manista
564d3a7aa3
Lint fixes
8 years ago
Nathaniel Manista
c00d0f79aa
Clarify grpc_call_start_batch error semantics
8 years ago
Craig Tiller
d4b2845f6b
Merge branch 'slice_with_exec_ctx' into metadata_filter
8 years ago
David Garcia Quintas
ae3fd4252a
Deflaked lb_policies_test
8 years ago