aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #11524 from michaelbausor/php-protoc-pluginGravatar Stanley Cheung2017-06-26
|\
* \ Merge pull request #11584 from muxi/fix-cronet-lock-abortGravatar Muxi Yan2017-06-26
|\ \
* | | Enable wrong-import-order lintGravatar Nathaniel Manista2017-06-24
* | | Enable redefined-variable-type lintGravatar Nathaniel Manista2017-06-24
| * | Fix testGravatar Muxi Yan2017-06-23
| * | Add comment to explain the added lines and disable debugging logGravatar Muxi Yan2017-06-23
| * | Another bug fix in the same seriesGravatar Muxi Yan2017-06-23
| * | Handle cancel correctlyGravatar Muxi Yan2017-06-23
| | * Run formatterGravatar Michael Bausor2017-06-22
* | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|\ \ \
| * | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
* | | | Remove 'long long'Gravatar Vijay Pai2017-06-21
* | | | Merge pull request #10833 from ncteisen/tracing-overhaulGravatar Noah Eisen2017-06-21
|\ \ \ \
* \ \ \ \ Merge pull request #11521 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-06-21
|\ \ \ \ \
| | * | | | Overhaul the new pollersGravatar Noah Eisen2017-06-20
* | | | | | Merge pull request #11552 from ncteisen/bpsGravatar Noah Eisen2017-06-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #11412 from kpayson64/upgrade_boringsslGravatar kpayson642017-06-20
|\ \ \ \ \ \ \
| | * | | | | | Don't initiate writes on setting pushesGravatar ncteisen2017-06-20
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11540 from yang-g/unref_errorGravatar Yang Gao2017-06-20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #11430 from vjpai/popstackGravatar Vijay Pai2017-06-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #11352 from markdroth/client_channel_avoid_allocationsGravatar Mark D. Roth2017-06-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up client_channel code and eliminate unnecessary allocations.Gravatar Mark D. Roth2017-06-20
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-19
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | * | Fix windows segfaultGravatar ncteisen2017-06-19
| | * | | | | | Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
| |/ / / / / / |/| | | | | |
| | * | | | | Unref existing error before setting a new one.Gravatar yang-g2017-06-19
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #11516 from murgatroid99/upmerge_1.4.xGravatar Michael Lumish2017-06-19
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #11341 from muxi/fix-objc-plugin-outputGravatar Muxi Yan2017-06-19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | | * Update PHP protoc plugin generationGravatar Michael Bausor2017-06-16
| | | | * | | Release slice no longer ownedGravatar Muxi Yan2017-06-16
| | | | | |/ | | | | |/|
| | * | | | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | Update boringsslGravatar Ken Payson2017-06-15
| | | |/ / | | |/| |
* | / | | correct channel arg constructor calls in ruby channel creds testGravatar Alexander Polcyn2017-06-15
| |/ / / |/| | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-15
| | | |\ | |_|_|/ |/| | |
| | | * Fix some type warningGravatar ncteisen2017-06-14
* | | | Update python reflection tests to cover the higher level APIGravatar Mehrdad Afshari2017-06-13
* | | | Merge pull request #11483 from kpayson64/threads_per_cq_rebasedGravatar kpayson642017-06-13
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into HEADGravatar Ken Payson2017-06-13
| |\ \ \ \
* | | | | | Make epollex not defaultGravatar Ken Payson2017-06-12
| |/ / / / |/| | | |
* | | | | Merge pull request #9823 from mjkim/fix_unkownGravatar Mehrdad Afshari2017-06-12
|\ \ \ \ \
| | | * | | Modify copyright informationGravatar Muxi Yan2017-06-12
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-12
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #11450 from ctiller/epex7Gravatar Noah Eisen2017-06-12
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
|\ \ \ \ \ \ \
| | | | | | | * Fix compile. WIP probablyGravatar ncteisen2017-06-11
* | | | | | | | Merge pull request #11400 from kpayson64/python_generator_fixGravatar kpayson642017-06-09
|\ \ \ \ \ \ \ \
| | | | | | | * | Node: add test for reconnecting client after server restartGravatar murgatroid992017-06-09
| | | * | | | | | Fix sanityGravatar Craig Tiller2017-06-09
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Add symbolic constantGravatar Craig Tiller2017-06-09
* | | | | | | | Merge branch 'epex5' into epex6Gravatar Craig Tiller2017-06-09
|\ \ \ \ \ \ \ \