aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
* Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
* Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
|\
* \ Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
|\ \
* \ \ Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-09
|\ \ \
* \ \ \ Merge pull request #8980 from markdroth/handshaker_early_exitGravatar Mark D. Roth2016-12-09
|\ \ \ \
* \ \ \ \ Merge pull request #8745 from kpayson64/sigpipe_handleGravatar kpayson642016-12-09
|\ \ \ \ \
| | | * \ \ Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-s...Gravatar Mark D. Roth2016-12-09
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | * | Fix allocation bug.Gravatar Mark D. Roth2016-12-09
| | * | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exitGravatar Mark D. Roth2016-12-08
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
| | | | | * Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.cGravatar Sree Kuchibhotla2016-12-08
| | | | | * Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-12-08
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | * | clang-formatGravatar Mark D. Roth2016-12-08
| | | | * | Fix race condition on shutdown.Gravatar Mark D. Roth2016-12-08
* | | | | | Merge pull request #8898 from rjshade/fix_tsanGravatar Craig Tiller2016-12-08
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #8930 from ctiller/fixit19Gravatar Craig Tiller2016-12-07
|\ \ \ \ \ \ \
| | | | | | * | Redo change accidentally reverted in previous commit.Gravatar Mark D. Roth2016-12-07
| | | | | | * | Make grpc_handshaker vtable wrapper functions public.Gravatar Mark D. Roth2016-12-07
| | | | | | * | clang-formatGravatar Mark D. Roth2016-12-07
| | | | | | * | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
| | | | * | | | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
| |_|_|/ / / / |/| | | | | |
| | | | | * | 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
| |_|_|_|/ / |/| | | | |
* | | | | | Fix shutdown problems with sync serverGravatar Craig Tiller2016-12-05
| | | | * | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""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
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #8913 from markdroth/security_handshaker2Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #8854 from dgquintas/backoffGravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \
* | | | | | | | Fix use-after-freeGravatar Craig Tiller2016-12-02
| | * | | | | | Merge remote-tracking branch 'origin/security_handshaker1' into security_hand...Gravatar Mark D. Roth2016-12-02
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge pull request #8931 from ctiller/fixit20Gravatar Craig Tiller2016-12-02
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | 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
| | | | | | * | | | Make TCP error messages more descriptiveGravatar Craig Tiller2016-12-02
| | |_|_|_|/ / / / | |/| | | | | | |
| | | * | | | | | Fix asan failures.Gravatar Mark D. Roth2016-12-02
* | | | | | | | | Merge pull request #8775 from ctiller/hanselGravatar Craig Tiller2016-12-01
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| | | * | | | | | clang-formatGravatar Mark D. Roth2016-12-01
| | | * | | | | | Fix httpcli cleanup code.Gravatar Mark D. Roth2016-12-01
| | | * | | | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-12-01
| | | |\| | | | |
| | | | * | | | | Code review changes.Gravatar Mark D. Roth2016-12-01
| | | | | * | | | Remove redundant includesGravatar Sree Kuchibhotla2016-12-01
| | | | | * | | | Remove redundant includesGravatar Sree Kuchibhotla2016-12-01
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #8849 from pmarks-net/masterGravatar Paul Marks2016-11-30
|\ \ \ \ \ \ \ \
| | | | | * \ \ \ Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-30
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| | * | | | | | | Merge github.com:grpc/grpc into hanselGravatar Craig Tiller2016-11-30
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-30
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #8880 from dgquintas/json_localhost_carnageGravatar David G. Quintas2016-11-30
|\ \ \ \ \ \ \ \ \