Sree Kuchibhotla
f989469fe3
Temporarily enable gpr_slice_* functions to not break api compatibility
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
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
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
kpayson64
94298fbb95
Merge pull request #8923 from kpayson64/php_unit_test_cleanup
...
PHP Unit test changes
8 years ago
kpayson64
d0c27df6e4
Merge pull request #8707 from kpayson64/upstream_changes
...
Add configurable exit grace periods and shutdown handlers
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
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
Craig Tiller
a9cc625b26
Fix stack corruption
8 years ago
Mark D. Roth
0d7b043d34
Merge remote-tracking branch 'upstream/master' into security_handshaker1
8 years ago
Craig Tiller
36b3135929
Merge branch 'slice_interning' into metadata_filter
8 years ago
Muxi Yan
a91298ca62
Update post_install condition and comments
8 years ago
Craig Tiller
369ddc524a
Merge branch 'slice_with_exec_ctx' into slice_interning
8 years ago
Craig Tiller
e238b04c72
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Craig Tiller
4b064060f7
Merge github.com:grpc/grpc into hansel
8 years ago
Mark D. Roth
86a893d52e
Merge remote-tracking branch 'upstream/master' into security_handshaker2
8 years ago
David G. Quintas
71cf7b39da
Merge pull request #8908 from dgquintas/grpclb_test_deflake
...
Deflake grpclb test
8 years ago
David G. Quintas
65832fbdf0
Merge pull request #8880 from dgquintas/json_localhost_carnage
...
Propagate (some) signals to subprocesses in json_run_localhost
8 years ago
Mark D. Roth
f1926c048a
Add a TODO comment.
8 years ago
Craig Tiller
6facd26db3
Merge pull request #8903 from ctiller/tcp_shutdown
...
Fix TCP shutdown path on Windows
8 years ago
Craig Tiller
2a5af02a18
Merge pull request #8912 from ctiller/fixit17
...
Break infinite connection retry loop
8 years ago
Craig Tiller
9fbb3387d0
Review feedback
8 years ago
Mark D. Roth
e6e1c9e7a1
Fix link problem for insecure target.
8 years ago