aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/lame_client.c
Commit message (Collapse)AuthorAge
* Begin converting lame_client.c to C++Gravatar Craig Tiller2017-03-31
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ | | | | | | error-slice-optimization
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
| * FixesGravatar Craig Tiller2017-03-13
|/
* Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\|
* | | Fix some leaks/use-after-freesGravatar Craig Tiller2016-12-07
| | |
| | * clang-formatGravatar Mark D. Roth2016-11-18
| | |
| | * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-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
|/
* Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
|
* Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
|
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
|\
| * Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| |\
* | | FixesGravatar Craig Tiller2016-07-18
| | |
| | * Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| |/ |/| | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
| * clang-formatGravatar Mark D. Roth2016-06-23
| |
| * Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
|/
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\
| * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\
* | \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\ \ \ | | |/ | |/|
| * | Merge pull request #6761 from ctiller/there-were-no-fatalitiesGravatar Jan Tattermusch2016-06-03
| |\ \ | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
| | * | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | | |
* | | | clang-formatGravatar Craig Tiller2016-05-24
| | | |
* | | | Rename functionsGravatar Craig Tiller2016-05-24
| | | |
* | | | FixesGravatar Craig Tiller2016-05-13
| | | |
* | | | Progress converting to new error systemGravatar Craig Tiller2016-05-07
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar 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 branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
| | |\
| * | \ Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
| |\ \ \ | | | |/ | | |/|
* | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
|\ \ \ \ | | |/ / | |/| |
| | | * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
| | | |
| * | | Add lame ping supportGravatar Craig Tiller2016-04-15
| | |/ | |/|
| | * Added grpc_call_stats to the call stackGravatar David Garcia Quintas2016-04-14
| |/
* | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-03-31
|\|
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-03-28
|/
* Fix includesGravatar Craig Tiller2016-03-25
|