Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Pass a pollset_set to some client handshakers. | Dan Born | 2017-12-04 |
* | Merge pull request #13336 from markdroth/server_connection_timeout | Mark D. Roth | 2017-12-04 |
|\ | |||
* \ | Merge pull request #13554 from danzh2010/asyncio | Yang Gao | 2017-12-04 |
|\ \ | |||
* \ \ | Merge pull request #12126 from dutor/fix-accept-queue-init | Craig Tiller | 2017-12-04 |
|\ \ \ | |||
| | * | | fix comment format | Dan Zhang | 2017-12-01 |
| | * | | Merge branch 'master' into asyncio | Dan Zhang | 2017-12-01 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | read once | Dan Zhang | 2017-12-01 |
| | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-12-01 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #13575 from vjpai/dehist | Vijay Pai | 2017-11-30 |
|\ \ \ \ | |||
| * | | | | Move histogram to test/core/util | Vijay Pai | 2017-11-30 |
* | | | | | Merge pull request #13573 from apolcyn/optional_pthread_atfork | Noah Eisen | 2017-11-30 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #13432 from ncteisen/no-more-extern-c | Noah Eisen | 2017-11-30 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Allow compiling grpc without use of pthread_atfork | Alexander Polcyn | 2017-11-30 |
| | | | * | | fix compile error | Dan Zhang | 2017-11-30 |
* | | | | | | Merge pull request #13357 from markdroth/reference_counted | Mark D. Roth | 2017-11-30 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-29 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Merge commit 'aa358d5e43' into no-more-extern-c | ncteisen | 2017-11-29 |
| | |\ \ \ \ | |||
* | | \ \ \ \ | Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 | Nicolas Noble | 2017-11-29 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | | * | | Modify udp_server to do asynchronous read and write and only re-arm | Dan Zhang | 2017-11-29 |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-11-29 |
| | | | | | |\ | | | | | | |/ | | | | | |/| | |||
* | | | | / | | Add missing semicolons | ncteisen | 2017-11-29 |
| |_|_|_|/ / |/| | | | | | |||
| | * | | | | Merge remote-tracking branch 'upstream/master' into reference_counted | Mark D. Roth | 2017-11-29 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Shorted "reference" to "ref". | Mark D. Roth | 2017-11-29 |
| * | | | | | clang-format code | Mehrdad Afshari | 2017-11-29 |
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||
| | * | | | | Split tracing code into its own class. | Mark D. Roth | 2017-11-29 |
* | | | | | | Merge pull request #13535 from ncteisen/fix-trace-tsan | Noah Eisen | 2017-11-28 |
|\ \ \ \ \ \ | |||
| * | | | | | | clang fmt | Noah Eisen | 2017-11-28 |
| * | | | | | | Fix tracer TSAN bug | Noah Eisen | 2017-11-28 |
* | | | | | | | Merge pull request #13448 from camillol/fixalign | David G. Quintas | 2017-11-28 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||
| | | * | | | | Code review changes. | Mark D. Roth | 2017-11-28 |
| | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-28 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Merge pull request #13515 from mehrdada/bump-master-version | Mehrdad Afshari | 2017-11-28 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #13491 from vjpai/destack | Vijay Pai | 2017-11-28 |
|\ \ \ \ \ \ \ \ | |||
| | | * | | | | | | Fix alignment issue in gpr_murmur_hash3 | Camillo Lugaresi | 2017-11-28 |
| |_|/ / / / / / |/| | | | | | | | |||
| | | | * | | | | clang-format | Mark D. Roth | 2017-11-28 |
| | | | * | | | | Fix include guard check. | Mark D. Roth | 2017-11-28 |
| | | | * | | | | Implement MakeReferenceCounted<> helper. | Mark D. Roth | 2017-11-28 |
| | | | * | | | | Add ReferenceCountedPtr class. | Mark D. Roth | 2017-11-28 |
| | | | * | | | | Use New() and Delete() instead of C++ new and delete. | Mark D. Roth | 2017-11-28 |
| | * | | | | | | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 |
| |/ / / / / / |/| | | | | | | |||
| | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-27 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | * | | | | Add ReferenceCounted base class. | Mark D. Roth | 2017-11-27 |
| |_|/ / / / |/| | | | | | |||
| | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-11-27 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Remove lockfree stack, again | Vijay Pai | 2017-11-22 |
* | | | | | | silence uninitialized use warning | Jan Tattermusch | 2017-11-22 |
|/ / / / / | |||
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-21 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Reviewer feedback | ncteisen | 2017-11-21 |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | Noah Eisen | 2017-11-21 |
|\ \ \ \ \ | |||
| * \ \ \ \ | Merge pull request #13364 from ncteisen/surfacing-error-details | Noah Eisen | 2017-11-21 |
| |\ \ \ \ \ |