aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Readability improvementsGravatar Craig Tiller2016-12-05
|
* Add parensGravatar Craig Tiller2016-12-05
|
* Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-05
|\
| * Merge pull request #8953 from ctiller/fixit25Gravatar Craig Tiller2016-12-05
| |\ | | | | | | clang-format
* | | Get idle edge reliablyGravatar Craig Tiller2016-12-05
| | |
* | | Merge branch 'fixit25' into fixit23Gravatar Craig Tiller2016-12-05
|\ \ \ | | |/ | |/|
* | | Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-05
|\ \ \ | | |/ | |/|
| | * clang-formatGravatar Craig Tiller2016-12-05
| |/
| * Merge pull request #8949 from grpc/revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-05
| |\ | | | | | | Revert "Remove redundant includes from string.h and tmpfile.h"
| * \ Merge pull request #8950 from grpc/revert-8851-rename_gbenchGravatar Mark D. Roth2016-12-05
| |\ \ | | | | | | | | Revert "Renamed google_benchmark submodule to benchmark"
| | * | Revert "Renamed google_benchmark submodule to benchmark"Gravatar Mark D. Roth2016-12-05
| |/ /
| | * Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
| |/
| * Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
| |\ | | | | | | Remove redundant includes from string.h and tmpfile.h
| * \ Merge pull request #8851 from dgquintas/rename_gbenchGravatar Mark D. Roth2016-12-05
| |\ \ | | | | | | | | Renamed google_benchmark submodule to benchmark
| * \ \ Merge pull request #8828 from jtattermusch/csharp_call_flags_apiGravatar Jan Tattermusch2016-12-05
| |\ \ \ | | | | | | | | | | Add C# call flags API
* | | | | Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-03
|\| | | |
| * | | | Merge pull request #8913 from markdroth/security_handshaker2Gravatar Craig Tiller2016-12-02
| |\ \ \ \ | | | | | | | | | | | | Rewrite security handshaker to use generic handshaker API.
| * \ \ \ \ Merge pull request #8854 from dgquintas/backoffGravatar Craig Tiller2016-12-02
| |\ \ \ \ \ | | | | | | | | | | | | | | Updated backoff to spec.
| * \ \ \ \ \ Merge pull request #8939 from ctiller/fixit24Gravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix use-after-free in resource quota
| * \ \ \ \ \ \ Merge pull request #8920 from ↵Gravatar Masood Malekghassemi2016-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/fracking-is-not-inherently-horrible-it-just-does-not-have-enough-oversight Switch to command-arg for Python split-codegen
* | | | | | | | | Fix spamGravatar Craig Tiller2016-12-02
| | | | | | | | |
| | | * | | | | | Fix use-after-freeGravatar Craig Tiller2016-12-02
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Fix some things:Gravatar Craig Tiller2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use after free for resource quota - stuck-in-combiner-lock bug for End2endTest.ClientCancelsBidi/1 under asan/epoll - fixes clang-format stuff for a few files
| * | | | | | | Merge pull request #8933 from ctiller/fixit22Gravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Scale poll-cv test timeouts up
| | | * | | | | | Switch to command-arg for Python split-codegenGravatar Masood Malekghassemi2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Almost fixes #8753 (which still needs a test).
| * | | | | | | | Merge pull request #8937 from ctiller/xxxGravatar Craig Tiller2016-12-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Increase timeout to make this pass reliably on Windows
| | * | | | | | | | Increase timeout to make this pass reliably on WindowsGravatar Craig Tiller2016-12-02
| |/ / / / / / / /
* | | | | | | | | Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/security_handshaker1' into ↵Gravatar Mark D. Roth2016-12-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | security_handshaker2
| * | | | | | | | | Fix server_chttp2_test.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | |
* | | | | | | | | | Merge branch 'backoff' of github.com:dgquintas/grpc into fixit23Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Fix allocation bugs in server shutdown.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | |
* | | | | | | | | | Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23Gravatar Craig Tiller2016-12-02
|\| | | | | | | | | | |_|_|/ / / / / / |/| | | | | | | |
| | | | * | | | | Scale poll-cv test timeouts upGravatar Craig Tiller2016-12-02
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #8931 from ctiller/fixit20Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove resource users from reclaimer lists when shutting down
| | | | * | | | | Fix race condition during handshake manager shutdown.Gravatar Mark D. Roth2016-12-02
| | | | | | | | |
| * | | | | | | | Remove resource users from reclaimer lists when shutting downGravatar Craig Tiller2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, a null closure could be executed to reclaim, the reclaimation finished edge would never be executed, and a future allocation will stall forever.
* | | | | | | | | Merge pull request #8915 from dgquintas/lb_pol_test_deflakeGravatar David G. Quintas2016-12-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Deflaked lb_policies_test
| | | * | | | | | | Fix Windows build problem.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8906 from matt-kwong/pin-bazel-versionGravatar matt-kwong2016-12-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Pin bazel version to 0.4.1 release tag
| | | | * \ \ \ \ \ \ Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-12-02
| | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | |
| | | | | * | | | | | Code review changes.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | | |
| | | | | * | | | | | Add comment about testing with reviewable.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | | |
| | | | * | | | | | | Use the same server code for both secure and insecure servers.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | | |
| | | | * | | | | | | Fix asan failures.Gravatar Mark D. Roth2016-12-02
| | | | | | | | | | |
| | | | | | | | * | | make CallFlags internal, expose WaitForReadyGravatar Jan Tattermusch2016-12-02
| | | | | | | | | | |
| | | | | | | | * | | wire passing of C# CallFlags to C coreGravatar Jan Tattermusch2016-12-02
| | | | | | | | | | |
| | | | | | | | * | | add C# call flags APIGravatar Jan Tattermusch2016-12-02
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | * | | | | This time, for sure!Gravatar Mark D. Roth2016-12-02
| | | | | | | | | |