aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
Commit message (Collapse)AuthorAge
* Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\
* | small fixesGravatar Craig Tiller2016-06-13
| |
| * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |
* | 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
| |\
| * | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | |
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\ \ \ | | |/ | |/|
| * | clang-formatGravatar David Garcia Quintas2016-06-06
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\ \
| * | | moar renamingsGravatar David Garcia Quintas2016-06-06
| | | |
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\ \ \ \ | | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | |\ | | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\ \ \
* | \ \ \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-01
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | | | |
| * | | | Remove unused structGravatar vjpai2016-05-26
| | | | |
| * | | | Remove some unused enumsGravatar vjpai2016-05-26
| | | | |
* | | | | Rename functionsGravatar Craig Tiller2016-05-24
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Added check for client in call.c's default level processing code.Gravatar David Garcia Quintas2016-05-18
| | | | |
| | | | * Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | |\
| | | | | * s/INTERNAL/UNIMPLEMENTEDGravatar David Garcia Quintas2016-05-18
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checksGravatar David Garcia Quintas2016-05-18
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * moved md compression validation outside of md filterGravatar David Garcia Quintas2016-05-18
| | | | | |
* | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-18
|\| | | | |
| * | | | | Merge pull request #6463 from dgquintas/fix_compression_interopGravatar Jan Tattermusch2016-05-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed compression interop and re-enable for C++.
| | | | | * | Removed spurious compression checkGravatar David Garcia Quintas2016-05-17
| | | | | | |
| | | | | * | Fixes to surface/call.c to consider the channel's default compression level.Gravatar David Garcia Quintas2016-05-17
| | | | | | |
| | | | | * | Merge branch 'moar-compression-public-refactorings' into ↵Gravatar David Garcia Quintas2016-05-17
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | compression_md_level_bis
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checksGravatar David Garcia Quintas2016-05-17
| | | | | | | |\ | | | | | | | |/ | | | | | | |/|
| | | | | | | * INTERNAL -> UNIMPLEMENTED for disabled algorithmsGravatar David Garcia Quintas2016-05-17
| | | | | | | |
| | | | | * | | made send_initial_md compression level a "maybe"Gravatar David Garcia Quintas2016-05-12
| | | | | | | |
* | | | | | | | Fix refcounting bugsGravatar Craig Tiller2016-05-10
| | | | | | | |
* | | | | | | | Fix refcounting bugsGravatar Craig Tiller2016-05-10
| | | | | | | |
| * | | | | | | grpc-accept-encoding checksGravatar David Garcia Quintas2016-05-09
| | |_|_|_|/ / | |/| | | | |
| | | | | * | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* | | | | | Fix ownership bugs in error systemGravatar Craig Tiller2016-05-07
| | | | | |
* | | | | | Progress converting to new error systemGravatar Craig Tiller2016-05-07
| | | | | |
* | | | | | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| | | | | |
| | * | | | Fixed compression interop and re-enable for C++.Gravatar David Garcia Quintas2016-05-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | Also added some defense in depth for compression algorithms in the receive path.
| | | * | allocate grpc_pops on the stackGravatar David Garcia Quintas2016-05-04
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-03
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Introduced grpc_pops (pollset or pollset_set)Gravatar David Garcia Quintas2016-05-03
| | | | |
* | | | | ProgressGravatar Craig Tiller2016-05-03
|/ / / /
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2286 from ctiller/split-me-baby-one-more-timeGravatar Jan Tattermusch2016-04-28
|\ \ \ \ | | | | | | | | | | Further lock contention reduction for CHTTP2
* \ \ \ \ Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ \ \ \ \ | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
| | | | |\ \ | |_|_|_|/ / |/| | | | |