aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Most of the way to auto-cleanup subchannelsGravatar Craig Tiller2015-11-27
|
* Finish initial scrape, clang-formatGravatar Craig Tiller2015-11-24
|
* Remove metadata context entirelyGravatar Craig Tiller2015-11-20
|
* Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
|
* Use static metadata table in metadata.cGravatar Craig Tiller2015-11-19
|
* stream_op cleanup: test fixes and updatesGravatar Craig Tiller2015-11-02
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Finish cleanupGravatar Craig Tiller2015-09-22
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Improvements to the grpc_channel_args_compression_algorithm_set_state apiGravatar David Garcia Quintas2015-08-24
|
* Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
|
* Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
|
* clang-format affected filesGravatar Craig Tiller2015-06-30
|
* DebuggingGravatar Craig Tiller2015-06-29
|
* Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
|
* s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
|
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* clang-formatGravatar Craig Tiller2015-04-24
|
* Make the things compile againGravatar Craig Tiller2015-04-23
|
* Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
| | | | | | | Transport and channel have different lifetimes, but share a metadata context. Make the metadata context ref counted, and have transport take a ref.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* sync up with masterGravatar Yang Gao2015-01-27
|\
* | run clang-formatGravatar Yang Gao2015-01-26
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
|/
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Tell call/channel op handlers who is invoking them.Gravatar ctiller2014-12-11
| | | | | | | | | | This change adds a parameter to all op handlers specifying the invoking filter. It will be used to allow client_channel to distinguish which child channel is disconnecting or going away. Change on 2014/12/10 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81823231
* Initial import.Gravatar Nicolas Noble2014-11-26