aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | | | | * | | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
| | | | | | | | | | | |
| | | | | | | * | | | | Make handshakers that exit early responsible for cleaning up all args.Gravatar Mark D. Roth2016-12-07
| | | | | | | | | | | |
| * | | | | | | | | | | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-12-06
| | | | | | | | | | | |
* | | | | | | | | | | | Perform quit operations in a useful order in Node perf testsGravatar murgatroid992016-12-06
|/ / / / / / / / / / /
| | | | | | | * | | | clang-formatGravatar Mark D. Roth2016-12-06
| | | | | | | | | | |
| | | | | | * | | | | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8960 from muxi/test-timeout-flakinessGravatar Muxi Yan2016-12-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Increase and unify test timeout of Objective C tests
| | | | | | | | * | | clang-formatGravatar Mark D. Roth2016-12-06
| | | | | | | | | | |
| | | | | | | | * | | Clarify comment.Gravatar Mark D. Roth2016-12-06
| | | | | | | | | | |
| | | | | | | | * | | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Use unified test timeoutsGravatar Muxi Yan2016-12-05
| | | | | | | | | |
* | | | | | | | | | Fix race if connector is shutdown while connectingGravatar Craig Tiller2016-12-05
| | | | | | | | | |
* | | | | | | | | | Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Fix shutdown problems with sync serverGravatar Craig Tiller2016-12-05
| | | | | | | | | | |
| * | | | | | | | | | Bring back gli initializer summoningGravatar Vijay Pai2016-12-05
| | | | | | | | | | |
| | * | | | | | | | | Increase test timeout of testMetadata to 8s to alleviate flakiness under ↵Gravatar Muxi Yan2016-12-05
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | overloaded Jenkins mac machine
| * | | | | | | | | gpr_atm isn't automatically initialized to 0. Thanks Obama.Gravatar Vijay Pai2016-12-05
| | | | | | | | | |
| * | | | | | | | | clang-formatGravatar Vijay Pai2016-12-05
| | | | | | | | | |
| * | | | | | | | | Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a real core shutdown of a CQ until such requests are done
* | | | | | | | | | Merge pull request #8938 from ctiller/fixit23Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Reliably handle failing streams during writes
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8790 from pquerna/objc_fix_leak_of_bufferGravatar Jorge Canizales2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Objective-C: Fix memory leak of every message sent
| | * | | | | | | | | Readability improvementsGravatar Craig Tiller2016-12-05
| | | | | | | | | | |
| | * | | | | | | | | Add parensGravatar Craig Tiller2016-12-05
| | | | | | | | | | |
| * | | | | | | | | | GPR Buffers need to be destroyed, not directly freed, otherwise it leaks ↵Gravatar Paul Querna2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reference counted backing slices.
| | * | | | | | | | | Get idle edge reliablyGravatar Craig Tiller2016-12-05
| | | | | | | | | | |
| | * | | | | | | | | Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-05
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | clang-formatGravatar Craig Tiller2016-12-05
|/ / / / / / / / / /
| | | | | | | * / / Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-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"
* | | | | | | | | | 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
| * | | | | | | | | | | | | | Switch to command-arg for Python split-codegenGravatar Masood Malekghassemi2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Almost fixes #8753 (which still needs a test).
| | | | | | | * | | | | | | | 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
| |_|_|_|_|_|_|/| | | | | | | | |/| | | | | | |/ / / / / / / / | | | | |_|_|/| | | | | | | | | | | |/| | | | | | | | | | |