aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | * | Deal with errors refsGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #11584 from muxi/fix-cronet-lock-abortGravatar Muxi Yan2017-06-26
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Handle cancel correctly
| | | | | | | | | * | | | Fix unref of read slice in tcp_uv.cGravatar murgatroid992017-06-26
| | | | | | | | | | | | |
| | | | | | | | | | | * | fixed leak and outdated commentGravatar David Garcia Quintas2017-06-24
| | | | | | | | | | | | |
| | | | | | * | | | | | | Fix segfault in rr traceGravatar David Garcia Quintas2017-06-23
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Fix testGravatar Muxi Yan2017-06-23
| | | | | | | | | | | |
| | | | | | | | | | * | Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-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
| | | | | | | | | |
| | | | | | | * | | Node: fix status memory leak, improve tcp_uv read buffer allocation codeGravatar murgatroid992017-06-23
| | | | | | | |/ /
| | * | | | | | | Handle cancel correctlyGravatar Muxi Yan2017-06-23
| | | | | | | | |
| * | | | | | | | 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
| | * | | | | | | | Overhaul the new pollersGravatar Noah Eisen2017-06-20
| | | | | | | | | |
| * | | | | | | | | Don't initiate writes on setting pushesGravatar ncteisen2017-06-20
| | | | | | | | | |
| | | | | | | | * | Unref existing error before setting new oneGravatar yang-g2017-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
| * | | | | | | | | | Clean up client_channel code and eliminate unnecessary allocations.Gravatar Mark D. Roth2017-06-20
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | | | | | * | Bump to version 1.4.0Gravatar Ken Payson2017-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
| |/ / / / / / /
* / / / / / / / Allow application optimization targets to be hinted to grpc (prefer latency ↵Gravatar Craig Tiller2017-06-19
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | over throughput for now)
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-15
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix some type warningGravatar ncteisen2017-06-14
| | | | | | |
| | | | * | | Format the code.Gravatar allen clement2017-06-14
| | | | | | |
| | | | * | | Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into ↵Gravatar allen clement2017-06-14
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fixopenssl-jwt
| | | | | * | | Create jwt_verifier.cGravatar agc-sec2017-06-14
| | | | | | | |
| | | | | * | | Create jwt_verifier.cGravatar agc-sec2017-06-14
| | | | | | | |
| | | | * | | | Adding a wrapper function to ↵Gravatar allen clement2017-06-14
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
| | | | * | | Adding a wrapper function to ↵Gravatar allen clement2017-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
* | | | | | | Make epollex not defaultGravatar Ken Payson2017-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
| | | | | | | |
| | * | | | | | 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