aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #11819 from dgquintas/timer_manager_uafGravatar David G. Quintas2017-07-14
|\ | | | | Fix use-after-free in timer manager
* \ 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++
| | | * Fix use-after-free in timer managerGravatar David Garcia Quintas2017-07-13
| |_|/ |/| |
* | | Add `set noparent` to Python OWNER filesGravatar Mehrdad Afshari2017-07-13
| | |
| * | Detach ownership of core/c++Gravatar Craig Tiller2017-07-13
| | |
* | | Add @mehrdada to python OWNERSGravatar Mehrdad Afshari2017-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
| | |
* | | 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
| | | | | |
| * | | | | Add all refcount flagGravatar ncteisen2017-07-13
| | | | | |
| * | | | | clang formatGravatar ncteisen2017-07-13
| | | | | |
| * | | | | Add a list_tracer functionalityGravatar ncteisen2017-07-13
| | | | | |
| * | | | | Tracers know their nameGravatar ncteisen2017-07-13
|/ / / / /
* | | | | Merge pull request #11547 from ctiller/epex7Gravatar Craig Tiller2017-07-12
|\ \ \ \ \ | | | | | | | | | | | | Add logging, fix some bugs for epollexclusive
| | * | | | Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy.Gravatar Mark D. Roth2017-07-12
| | | | | |
* | | | | | Merge pull request #11777 from dgquintas/null_userdata_rrGravatar David G. Quintas2017-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | NULL user_data after destruction
* \ \ \ \ \ \ Merge pull request #11070 from muxi/fix-pipe-bufferGravatar Muxi Yan2017-07-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sync writes with serial dispatch queue in GRXBufferedPipe
* \ \ \ \ \ \ \ Merge pull request #11317 from ctiller/cq-dropGravatar Craig Tiller2017-07-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change kicking strategy in cq
| | | * | | | | | NULL user_data after destructionGravatar David Garcia Quintas2017-07-12
| | | | | | | | |
* | | | | | | | | Merge pull request #11716 from sreecha/timer_commentsGravatar Sree Kuchibhotla2017-07-12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Add comments to timer_generic.c file (and rename a few structs/functions to more intuitive names)
* | | | | | | | | Merge pull request #11409 from annasapek/asynch-tsi-fake-handshakerGravatar Mark D. Roth2017-07-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI
| | | | | | | * | remove an unused methodGravatar Alexander Polcyn2017-07-11
| |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSIGravatar Anna Sapek2017-07-11
| | | | | | | |
* | | | | | | | Merge pull request #11186 from ctiller/hpsGravatar Craig Tiller2017-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Stop setting deadline on server requests, assert so that this never happens again
* \ \ \ \ \ \ \ \ Merge pull request #11748 from ctiller/c++compat5Gravatar Craig Tiller2017-07-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | C++ compatibility fixes
* \ \ \ \ \ \ \ \ \ Merge pull request #11702 from ctiller/ubsan101Gravatar Craig Tiller2017-07-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix potential rounding error
* \ \ \ \ \ \ \ \ \ \ Merge pull request #11742 from ncteisen/fuzz-iob-in-metadataGravatar Noah Eisen2017-07-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use https://grpc.io consistently as the canonical URL
* | | | | | | | | | | | | make SwiftSample support Xcode8Gravatar Jan Tattermusch2017-07-11
| | | | | | | | | | | | |
| | | | * | | | | | | | | C++ compatibility fixesGravatar Craig Tiller2017-07-11
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846Gravatar Noah Eisen2017-07-11
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Separate internal-only and public parts of C++ API
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11741 from kpayson64/tf_rollbackGravatar Nicolas Noble2017-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Switch Server back to lockfree stack
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11729 from murgatroid99/uv_memory_leak_fixesGravatar Michael Lumish2017-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some memory leaks in UV TCP code
| | * | | | | | | | | | | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
| | * | | | | | | | | | | | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| | | * | | | | | | | | | Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
| | | | | | | | | | | |
| | * | | | | | | | | | Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or that interface with core and are only for internal use
* | | | | | | | | | | Remove declaration of missing field.Gravatar Robert Bradshaw2017-07-10
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #11051 from jboeuf/fix_issue_11011Gravatar Matt Kwong2017-07-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Attempt to fix #11011.
| | * | | | | | | | | | Fix some memory leaks in UV TCP codeGravatar murgatroid992017-07-10
| | | | | | | | | | | |
* | | | | | | | | | | | Code cleanups in client_auth_filter and server_auth_filter.Gravatar Mark D. Roth2017-07-10
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Fix RR concurrent updates
* | | | | | | | | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge v1.4.x to master