aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
|\ | | | | Avoid pollution from ares.h into the global space.
* \ Merge pull request #11590 from yang-g/zombie_paylodGravatar Yang Gao2017-06-26
|\ \ | | | | | | Destroy byte buffer to avoid leak in zombied calls
* \ \ Merge pull request #11577 from markdroth/compression_filter_fixGravatar Mark D. Roth2017-06-26
|\ \ \ | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter.
* \ \ \ Merge pull request #11524 from michaelbausor/php-protoc-pluginGravatar Stanley Cheung2017-06-26
|\ \ \ \ | | | | | | | | | | Update PHP protoc plugin generation
* \ \ \ \ Merge pull request #11584 from muxi/fix-cronet-lock-abortGravatar Muxi Yan2017-06-26
|\ \ \ \ \ | | | | | | | | | | | | Handle cancel correctly
* | | | | | Enable wrong-import-order lintGravatar Nathaniel Manista2017-06-24
| | | | | |
* | | | | | Enable redefined-variable-type lintGravatar Nathaniel Manista2017-06-24
| | | | | |
| * | | | | Fix testGravatar Muxi Yan2017-06-23
| | | | | |
| | | | * | Destroy byte buffer to avoid leak in zombied callsGravatar yang-g2017-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.
| * | | | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
| | | | * | Fix handling of send_message before send_initial_metadata in compress filter.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
|\ \ \ \ \ | | | | | | | | | | | | Tracing Overhaul
* \ \ \ \ \ Merge pull request #11521 from muxi/fix-objc-memory-leakGravatar Muxi Yan2017-06-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix ObjC memory leak problem
| | * | | | | Overhaul the new pollersGravatar Noah Eisen2017-06-20
| | | | | | |
* | | | | | | Merge pull request #11552 from ncteisen/bpsGravatar Noah Eisen2017-06-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Batch push_setting
* \ \ \ \ \ \ \ Merge pull request #11412 from kpayson64/upgrade_boringsslGravatar kpayson642017-06-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upgrade boringssl
| | * | | | | | | Don't initiate writes on setting pushesGravatar ncteisen2017-06-20
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #11540 from yang-g/unref_errorGravatar Yang Gao2017-06-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Unref existing error before setting a new one.
* \ \ \ \ \ \ \ \ Merge pull request #11430 from vjpai/popstackGravatar Vijay Pai2017-06-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Remove lockfree-stack implementation that is no longer used
* | | | | | | | | Merge pull request #11352 from markdroth/client_channel_avoid_allocationsGravatar Mark D. Roth2017-06-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Eliminate some allocations in client_channel code.
| * | | | | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Upmerge 1.4.x into Master
* \ \ \ \ \ \ \ Merge pull request #11341 from muxi/fix-objc-plugin-outputGravatar Muxi Yan2017-06-19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fixes gRPC ObjC plugin's upper camel conversion
| | | | | | * | Update PHP protoc plugin generationGravatar Michael Bausor2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use docblocks instead of single line comments - Escape '*/' - Indent 4 spaces to match protobuf - Use single line namespace to match protobuf
| | | | * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Support threads per CQ
| * \ \ \ \ 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typos
| | | * | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix sanity
* \ \ \ \ \ \ \ Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add helpers for creating channel args.
| | | | | | | * | Fix compile. WIP probablyGravatar ncteisen2017-06-11
| | | | | | | | |