aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #11788 from y-zeng/fix_fd_orphanGravatar Yuchen Zeng2017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Fix fd_orphan() in ev_epollsig_linux
| | | | | | | | | | * | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-17
| | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| | | | | | | | | | * | release the g_epfd whent he engine is shutdownGravatar Sree Kuchibhotla2017-07-17
| | | | | | | | | | | |
| | * | | | | | | | | | Narrow .gitignore to only what it needs to ignoreGravatar Nathaniel Manista2017-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "proto" and "*.egg-info/" are no longer generated, "src/" can be narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by .gitignore files in parent directories.
| | | * | | | | | | | | Add GTS pluginGravatar Yihua Zhang2017-07-17
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11858 from markdroth/client_channel_ownersGravatar Mark D. Roth2017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Set owners for client_channel tree.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement stream compression lib module
| | * | | | | | | | | | | | Set owners for client_channel tree.Gravatar Mark D. Roth2017-07-17
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11836 from kpayson64/subchannel_muGravatar kpayson642017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Destroy mutex on subchannel destruction
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_masterGravatar apolcyn2017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ruby memory leaks when composing credentials, noticed with asan
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11837 from dgquintas/thread_manager_joinGravatar David G. Quintas2017-07-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | Put thread creation and join under lock
* | | | | | | | | | | | | | | Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In-process transport
| * | | | | | | | | | | | | | | Proper metadata arena managementGravatar Vijay Pai2017-07-15
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Put thread creation and join under lockGravatar David Garcia Quintas2017-07-14
| | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into qps_driverGravatar Guantao Liu2017-07-14
| | | | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Destroy mutex on subchannel destructionGravatar Ken Payson2017-07-14
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #10827 from jboeuf/max_token_lifetime_cppGravatar jboeuf2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better handling of token lifetime.
| | * | | | | | | | | | | | | | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | | | | | | | | | | | | | * fix compiler bug in epoll-exGravatar Sree Kuchibhotla2017-07-14
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-14
| | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11825 from sreecha/asan_failureGravatar Sree Kuchibhotla2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Fix memory leak in bm_cq_multiple_threads (due to not calling grpc_shutdown)
| | | | * | | | | | | | | | | fix ruby memory leaks when composing credentialsGravatar Alexander Polcyn2017-07-14
| | | |/ / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11761 from dgquintas/lb_update_connector_fixGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RR: fix subchannel list handing
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11819 from dgquintas/timer_manager_uafGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix use-after-free in timer manager
| | | * | | | | | | | | | | | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11629 from apolcyn/fix_port_orderingGravatar apolcyn2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port byte ordering fix for srv records
* | | | | | | | | | | | | | | | | Adding a few owners for /src/python/grpcio/grpc_core_dependencies.pyGravatar Nicolas "Pixel" Noble2017-07-14
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #11812 from ctiller/noparentsGravatar Craig Tiller2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detach ownership of core/c++
| | | | | | | | | | | * | | | | | | Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix use-after-free in timer managerGravatar David Garcia Quintas2017-07-13
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
| | | | | | | | | | | | | | * Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-13
| | | | | | | | | | | | | | |\ | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | | | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into qps_driver to resolve ↵Gravatar Guantao Liu2017-07-13
| | | | | | | | | |\ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | conflicts.
* | | | | | | | | | | | | | | Add `set noparent` to Python OWNER filesGravatar Mehrdad Afshari2017-07-13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Detach ownership of core/c++Gravatar Craig Tiller2017-07-13
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | Improved testingGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add @mehrdada to python OWNERSGravatar Mehrdad Afshari2017-07-13
|/ / / / / / / / / / / / /
| | | | | | | | | | | * | Update to use correct error constructorGravatar Craig Tiller2017-07-13
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge github.com:grpc/grpc into maxstrmGravatar Craig Tiller2017-07-13
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_update_connector_fixGravatar David Garcia Quintas2017-07-13
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | Removed duplicated refsGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11759 from apolcyn/ruby_cleanupGravatar apolcyn2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Remove a stale ruby method
* | | | | | | | | | | | | Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
| | | | | | | | | | | | |
| | | | | | | | | * | | | dont wait for gc to destroy calls on ruby serverGravatar Alexander Polcyn2017-07-13
| | | | | | | | | |/ / /
| | | * | | | | | | | | PR commentsGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Import mutations.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11779 from markdroth/client_channel_fixGravatar Mark D. Roth2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy.
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11727 from ncteisen/the-tracers-become-self-awareGravatar Noah Eisen2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Tracers Become Self Aware
* | | | | | | | | | | | | | | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| | | | | | | | | | | | | | |