aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-01
|\
| * Merge pull request #9869 from markdroth/client_channel_method_params_cleanupGravatar Mark D. Roth2017-03-01
| |\ | | | | | | Clean up method parameters in client channel code.
* | | Diff minimizationGravatar Craig Tiller2017-02-28
| | |
* | | Better cleanupGravatar Craig Tiller2017-02-28
| | | | | | | | | | | | | | | | | | | | | | | | If the caller specifies a timeout, set it at call initialization When we send initial metadata, take service config into account (iff service config specifies a shorter deadline) Saves a combiner on a critical path
| * | Merge pull request #9833 from dgquintas/parse_address_clusterfuzzGravatar David G. Quintas2017-02-28
| |\ \ | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
* | | | Fix some bugsGravatar Craig Tiller2017-02-28
| | | |
* | | | Trim deadline setting out of call creation path: reduces ClientChannelFilter ↵Gravatar Craig Tiller2017-02-28
|/ / / | | | | | | | | | init/destroy from 128ns to 46ns on my machine
* | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
|\ \ \ | | | | | | | | Add zalloc, convert a bunch of files to use it
* | | | Address review commentsGravatar Yuchen Zeng2017-02-27
| | | |
| | | * clang-formatGravatar Mark D. Roth2017-02-27
| | | |
* | | | Add more closuresGravatar Yuchen Zeng2017-02-27
| | | |
* | | | Update with the new ping implementationGravatar Yuchen Zeng2017-02-26
| | | |
* | | | Client-side keepalive pingGravatar Yuchen Zeng2017-02-26
| | | | | | | | | | | | | | | | Based on soltanmm-google's #9114
* | | | Merge pull request #9849 from ctiller/bm_chttp2Gravatar Craig Tiller2017-02-24
|\ \ \ \ | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding
| | * \ \ Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
| | |\ \ \ | |_|/ / / |/| | | |
| | | | * Clean up method parameters in client channel code.Gravatar Mark D. Roth2017-02-24
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzzGravatar David Garcia Quintas2017-02-23
| | | |\|
| | | * | poopulate ->len with size of structGravatar David Garcia Quintas2017-02-23
| | | | |
| | * | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | |\ \ \ | | | | |/ | | | |/|
* | | | | Fixes, review commentsGravatar Craig Tiller2017-02-23
| | | | |
| | | | * Simply return 0 on input path too longGravatar David Garcia Quintas2017-02-23
| | | | |
* | | | | Merge github.com:grpc/grpc into c3+r+lGravatar Craig Tiller2017-02-23
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #9662 from ctiller/c3+rGravatar Craig Tiller2017-02-23
| |\ \ \ \ | | | | | | | | | | | | Bring resolvers under the client channel combiner lock
| * \ \ \ \ Merge pull request #9737 from ctiller/bm_call_createGravatar Craig Tiller2017-02-22
| |\ \ \ \ \ | | | | | | | | | | | | | | Call creation/destruction benchmark
| * \ \ \ \ \ Merge pull request #9748 from dgquintas/transport_unavailableGravatar David G. Quintas2017-02-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Transport closure results in UNAVAILABLE from client, not INTERNAL
| | | | | * | | Initial http2 benchmarksGravatar Craig Tiller2017-02-22
| | | | |/ / / | | | |/| | |
| | | | | | * Set terminator explicitlyGravatar David Garcia Quintas2017-02-22
| | | | | | |
| | | | | | * Fixed Heap-buffer-overflow in parse_unix via clusterfuzzGravatar David Garcia Quintas2017-02-22
| | |_|_|_|/ | |/| | | |
| | | | * | Merge github.com:grpc/grpc into c3+rGravatar Craig Tiller2017-02-22
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | * | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-21
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #9746 from yang-g/handshake_mgrGravatar Yang Gao2017-02-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Contain the links for the pending handshake managers inside handshake…
| | | | | * | Fix compile, bugsGravatar Craig Tiller2017-02-21
| | | | | | |
| | | | | * | Make resolver combiner part of the base type, to be consistent with future ↵Gravatar Craig Tiller2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to lb_policy
| | | | | | * Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-17
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | * | Merge github.com:grpc/grpc into c3+rGravatar Craig Tiller2017-02-16
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #9660 from ctiller/c3Gravatar Craig Tiller2017-02-16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert client_channel.c to use a combiner lock
| | | | | | | * Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use call context to propagare LR costs
| | | | | * | | Transport closure results in UNAVAILABLE from client, not INTERNALGravatar David Garcia Quintas2017-02-16
| | |_|_|/ / / | |/| | | | |
| | | | * | | Contain the links for the pending handshake managers inside handshake_managerGravatar yang-g2017-02-16
| | |_|/ / / | |/| | | |
| | | | * | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-16
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #9720 from ctiller/fcGravatar Craig Tiller2017-02-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Possible connection window flow control improvements
| | | | | * | Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
| | |_|_|/ / | |/| | | |
| * | | | | Merge github.com:grpc/grpc into bm_trickleGravatar Craig Tiller2017-02-15
| |\ \ \ \ \
| | | * | | | Add some tracingGravatar Craig Tiller2017-02-15
| | | | | | |
| | | * | | | Possible connection window flow control improvementsGravatar Craig Tiller2017-02-15
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of incrementally doling out connection level flow control, use the fact that if a stream's initial_window_delta >= 0 then the application has made some commitment to read those bytes. That means that we should target connection level flow control to be: target_incoming_window = sum(stream_incoming_window_delta if stream_incoming_window_delta > 0) + max(0, k * bdp - sum(abs(stream_incoming_window_delta) if stream_incoming_window_delta < 0))
| | | | * | Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
| | | | | |
| | * | | | Add new dummy Cronet APIGravatar Muxi Yan2017-02-14
| | | | | |
| | | | * | Review nitsGravatar Craig Tiller2017-02-14
| | | | | |