Commit Graph

20601 Commits

Author SHA1 Message Date
Mark D. Roth 4eec0041f5 Revert "Remove redundant includes from string.h and tmpfile.h" 2016-12-05 08:03:41 -08:00
Mark D. Roth adc3fbc0a3 Merge pull request #8922 from sreecha/slice_cleanup
Remove redundant includes from string.h and tmpfile.h
2016-12-05 07:43:40 -08:00
Mark D. Roth 746578ac9c Merge pull request #8851 from dgquintas/rename_gbench
Renamed google_benchmark submodule to benchmark
2016-12-05 07:43:17 -08:00
Jan Tattermusch 8e9a492ad9 Merge pull request #8828 from jtattermusch/csharp_call_flags_api
Add C# call flags API
2016-12-05 10:34:17 +01:00
Craig Tiller b35cfc76e2 Merge pull request #8913 from markdroth/security_handshaker2
Rewrite security handshaker to use generic handshaker API.
2016-12-02 22:34:00 -08:00
Craig Tiller ad158893de Merge pull request #8854 from dgquintas/backoff
Updated backoff to spec.
2016-12-02 22:33:37 -08:00
Craig Tiller 80c7e9200e Merge pull request #8939 from ctiller/fixit24
Fix use-after-free in resource quota
2016-12-02 19:48:10 -08:00
Masood Malekghassemi 4d7b0e135b Merge pull request #8920 from soltanmm-google/fracking-is-not-inherently-horrible-it-just-does-not-have-enough-oversight
Switch to command-arg for Python split-codegen
2016-12-02 18:59:55 -08:00
Craig Tiller ab5a499080 Fix use-after-free 2016-12-02 17:17:07 -08:00
Craig Tiller 8ef6de0890 Merge pull request #8933 from ctiller/fixit22
Scale poll-cv test timeouts up
2016-12-02 16:06:22 -08:00
Masood Malekghassemi 561dce4525 Switch to command-arg for Python split-codegen
Almost fixes #8753 (which still needs a test).
2016-12-02 15:32:15 -08:00
Craig Tiller f5a177a3d6 Merge pull request #8937 from ctiller/xxx
Increase timeout to make this pass reliably on Windows
2016-12-02 15:25:00 -08:00
Craig Tiller ee0e0681b7 Increase timeout to make this pass reliably on Windows 2016-12-02 15:14:51 -08:00
Mark D. Roth c50ee7aac2 Merge remote-tracking branch 'origin/security_handshaker1' into security_handshaker2 2016-12-02 22:30:13 +00:00
Mark D. Roth a0bb3742d9 Fix server_chttp2_test. 2016-12-02 22:27:26 +00:00
Mark D. Roth 0f4bbba826 Fix allocation bugs in server shutdown. 2016-12-02 22:16:03 +00:00
Craig Tiller bc28cd6f90 Scale poll-cv test timeouts up 2016-12-02 13:52:21 -08:00
Craig Tiller 1747055e14 Merge pull request #8931 from ctiller/fixit20
Remove resource users from reclaimer lists when shutting down
2016-12-02 13:22:37 -08:00
Mark D. Roth f6a046e820 Fix race condition during handshake manager shutdown. 2016-12-02 13:15:42 -08:00
Craig Tiller 13b9a9a5f5 Remove resource users from reclaimer lists when shutting down
Otherwise, a null closure could be executed to reclaim, the reclaimation
finished edge would never be executed, and a future allocation will
stall forever.
2016-12-02 12:46:30 -08:00
David G. Quintas eaa6202ac9 Merge pull request #8915 from dgquintas/lb_pol_test_deflake
Deflaked lb_policies_test
2016-12-02 12:26:34 -08:00
Mark D. Roth a0bcfbbfe2 Fix Windows build problem. 2016-12-02 12:10:25 -08:00
matt-kwong e633e47494 Merge pull request #8906 from matt-kwong/pin-bazel-version
Pin bazel version to 0.4.1 release tag
2016-12-02 11:55:15 -08:00
Mark D. Roth 3e9ba86377 Merge branch 'security_handshaker1' into security_handshaker2 2016-12-02 11:01:40 -08:00
Mark D. Roth 8aa2f70f57 Code review changes. 2016-12-02 11:00:27 -08:00
Mark D. Roth 158a4a42b2 Add comment about testing with reviewable. 2016-12-02 10:53:26 -08:00
Mark D. Roth 714038204a Use the same server code for both secure and insecure servers. 2016-12-02 10:51:39 -08:00
Mark D. Roth bd913a8637 Fix asan failures. 2016-12-02 16:47:35 +00:00
Jan Tattermusch 058f555b7e make CallFlags internal, expose WaitForReady 2016-12-02 17:09:46 +01:00
Jan Tattermusch 43416dac68 wire passing of C# CallFlags to C core 2016-12-02 16:53:05 +01:00
Jan Tattermusch 0faf80c348 add C# call flags API 2016-12-02 16:53:05 +01:00
Mark D. Roth 6288542146 This time, for sure! 2016-12-02 15:44:04 +00:00
Jan Tattermusch 8442ebee03 Merge pull request #8909 from jtattermusch/images_to_dockerhub
Script for pushing pre-built testing docker images to dockerhub.
2016-12-02 09:40:12 +01:00
Craig Tiller b79af5b542 Merge pull request #8775 from ctiller/hansel
Fix logic race in chttp2 write path
2016-12-01 17:30:43 -08:00
Sree Kuchibhotla f4b1bbfce8 Merge branch 'master' into slice_cleanup 2016-12-01 17:10:48 -08:00
Sree Kuchibhotla f989469fe3 Temporarily enable gpr_slice_* functions to not break api compatibility 2016-12-01 17:09:35 -08:00
Mark D. Roth 405abfcba2 Move hex dump to before crash. 2016-12-01 23:35:22 +00:00
Matt Kwong 180ea4bb20 Set Bazel to specific commit in Dockerfile 2016-12-01 15:26:59 -08:00
Mark D. Roth 562b684e19 My python-fu is rustier than an old nail. 2016-12-01 23:22:08 +00:00
David Garcia Quintas 2239ebc966 Simplify 2016-12-01 15:12:27 -08:00
Mark D. Roth f8ef30c977 Stringify generator result. 2016-12-01 14:53:42 -08:00
David Garcia Quintas 731a8e6db3 do bitsets right 2016-12-01 14:44:03 -08:00
Mark D. Roth f9cffc7b70 List, not generator. 2016-12-01 14:41:43 -08:00
Mark D. Roth 6642b3899b Fix python. 2016-12-01 14:30:22 -08:00
Mark D. Roth 5ebc7bb7fc Add hex dump. 2016-12-01 13:29:25 -08:00
Mark D. Roth bf5272c6c5 Use future print(). Ugh. 2016-12-01 13:21:16 -08:00
Mark D. Roth 0fc334fcfa Python sucks. 2016-12-01 13:08:05 -08:00
Mark D. Roth f431642747 Attempt to fix syntax error in debugging lines. 2016-12-01 13:02:17 -08:00
Mark D. Roth 1e6b02b43d Add debugging. 2016-12-01 12:56:13 -08:00
Mark D. Roth efd7795335 Attempt to deal with unicode strings in jenkins environment. 2016-12-01 12:48:46 -08:00