Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Update copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Preparatory changes for work shedding | Craig Tiller | 2016-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 subchannels | Craig Tiller | 2015-11-27 |
| | |||
* | Finish initial scrape, clang-format | Craig Tiller | 2015-11-24 |
| | |||
* | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | |||
* | Remove metadata context from the channel stack | Craig Tiller | 2015-11-19 |
| | |||
* | Use static metadata table in metadata.c | Craig Tiller | 2015-11-19 |
| | |||
* | stream_op cleanup: test fixes and updates | Craig Tiller | 2015-11-02 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Finish cleanup | Craig Tiller | 2015-09-22 |
| | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | Craig Tiller | 2015-09-22 |
| | |||
* | Rename init | Craig Tiller | 2015-09-22 |
| | |||
* | Move arguments to the start of lists | Craig Tiller | 2015-09-22 |
| | |||
* | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | |||
* | Rename call_list to closure_list | Craig Tiller | 2015-09-22 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-21 |
| | |||
* | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 |
| | |||
* | Improvements to the grpc_channel_args_compression_algorithm_set_state api | David Garcia Quintas | 2015-08-24 |
| | |||
* | Added C API functions for compression args handling (w/ tests) | David Garcia Quintas | 2015-08-21 |
| | |||
* | Add grpc_call_get_peer | Craig Tiller | 2015-07-20 |
| | |||
* | clang-format affected files | Craig Tiller | 2015-06-30 |
| | |||
* | Debugging | Craig Tiller | 2015-06-29 |
| | |||
* | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | |||
* | s/grpc_transport_op/grpc_transport_stream_op/g | Craig Tiller | 2015-06-25 |
| | |||
* | Remove all uses of __FUNCTION__ | Craig Tiller | 2015-05-24 |
| | |||
* | clang-format | Craig Tiller | 2015-04-24 |
| | |||
* | Make the things compile again | Craig Tiller | 2015-04-23 |
| | |||
* | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
| | |||
* | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | Fix use-after-free. | Craig Tiller | 2015-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 file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | sync up with master | Yang Gao | 2015-01-27 |
|\ | |||
* | | run clang-format | Yang Gao | 2015-01-26 |
| | | |||
| * | Remove use of sprintf | Craig Tiller | 2015-01-23 |
| | | |||
| * | Remove use of sprintf | Craig Tiller | 2015-01-23 |
|/ | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Tell call/channel op handlers who is invoking them. | ctiller | 2014-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. | Nicolas Noble | 2014-11-26 |