aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11400 from kpayson64/python_generator_fixGravatar kpayson642017-06-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix python compiler for filenames with dashes
| | | | | | | * | | | 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
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into epex5Gravatar Craig Tiller2017-06-09
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | clang fmtGravatar ncteisen2017-06-09
| | | | | | | | | | | |
| | | | | | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-09
| | | | | | | | | |\ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge pull request #10767 from ncteisen/closure-debug-traceGravatar Noah Eisen2017-06-09
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Closure Rich Debug Mode
| | | | | * | | | | | | | Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #11440 from muxi/fix-lazy-incoming-statGravatar Muxi Yan2017-06-09
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | Fix the misbehavior of counting all incoming bytes into frame_bytes stats
| | | | | | | | | | | | * Change default for SETTINGS_MAX_HEADER_LIST_SIZE from 16KiB to 8KiB.Gravatar Mark D. Roth2017-06-09
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Copyright sanityGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add chttp2 traceGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add cq and fd tracerGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add metadata, secendp, sec conn tracersGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add refcount to tcp tracerGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add workqueue tracerGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Add refcount tracers for resolver, lb_policy, streamGravatar ncteisen2017-06-08
| | | | | | | | | | | |
| | | | | | | | | | * | Rework error and closure tracingGravatar ncteisen2017-06-08
| | | | | | | | | | | |