aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel.c
Commit message (Collapse)AuthorAge
* Fix minor build issueGravatar Muxi Yan2017-08-18
|
* Some missing partsGravatar Muxi Yan2017-08-17
|
* Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
|
* Add refcount tracers for resolver, lb_policy, streamGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Don't assert over invalid channel argsGravatar David Garcia Quintas2017-03-30
|
* Spam cleanupGravatar Craig Tiller2017-03-23
|
* Memory usage tweaksGravatar Craig Tiller2017-03-23
| | | | | - Improve estimation to give a more reliable slop space in the arena - Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
* Merge pull request #10109 from ncteisen/error-slice-optimizationGravatar Noah Eisen2017-03-22
|\ | | | | Error slice optimization
| * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ | | | | | | | | | error-slice-optimization
* | \ Merge github.com:grpc/grpc into call_casesGravatar Craig Tiller2017-03-21
|\ \ \ | | |/ | |/|
* | | Expand benchmark coverage to isolated grpc_call scenarios against a dummy ↵Gravatar Craig Tiller2017-03-16
| | | | | | | | | | | | filter stack
| * | Add castGravatar Craig Tiller2017-03-16
| | |
| * | Auto-call-arena-sizingGravatar Craig Tiller2017-03-14
|/ /
| * Change error_create API to sliceGravatar ncteisen2017-03-13
|/
* Signal that authority can be compressed in hpack: saves 1 allocation/rpcGravatar Craig Tiller2017-02-08
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* FixesGravatar Craig Tiller2017-01-06
|
* Fix flipped conditionalGravatar Craig Tiller2016-12-27
|
* Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\
| * Fix merge errorsGravatar Craig Tiller2016-12-27
| |
| * clang-formatGravatar Mark D. Roth2016-11-30
| |
| * Fix error handling in channel initialization.Gravatar Mark D. Roth2016-11-29
| |
* | Fix memory leakGravatar Craig Tiller2016-11-23
| |
* | Fix slice refcountingGravatar Craig Tiller2016-11-23
| |
* | Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
| |
| * clang-formatGravatar Mark D. Roth2016-11-18
| |
| * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| |
* | Progress towards mdelem pointer eliminationGravatar Craig Tiller2016-11-18
| |
* | Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
| |
* | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
| |
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
| * Code review changes.Gravatar Mark D. Roth2016-11-04
| |
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
| |
| * Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
|/
* Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-20
|\
| * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| |\
| | * Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |
| | * Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | |
| * | Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
| | |
* | | Make failure to initialize a filter cause the server to silently swallow ↵Gravatar Craig Tiller2016-08-19
| |/ |/| | | | | that request
* | DebuggingGravatar Craig Tiller2016-07-11
|/
* Reduce default max message sizeGravatar Craig Tiller2016-07-07
|
* Fix clang formattingGravatar Ken Payson2016-06-24
|
* Changed %lld to use mingw supported PRId64Gravatar Ken Payson2016-06-23
|
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\
| * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| |\