Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | clang-format | Craig Tiller | 2015-12-01 |
| | |||
* | Most of the way to auto-cleanup subchannels | Craig Tiller | 2015-11-27 |
| | |||
* | Test fixes | Craig Tiller | 2015-11-24 |
| | |||
* | Finish initial scrape, clang-format | Craig Tiller | 2015-11-24 |
| | |||
* | Stripping out master channel as a concept | Craig Tiller | 2015-11-24 |
| | |||
* | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | |||
* | Beginning to peel away mdctx from channel stack | Craig Tiller | 2015-11-19 |
| | |||
* | stream_op cleanup: channel, client_config changes | Craig Tiller | 2015-11-02 |
| | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Final patches for rename | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | 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 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-18 |
| | |||
* | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | |||
* | 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 |
| | |||
* | chop chop chop | Craig Tiller | 2015-06-25 |
| | |||
* | s/grpc_transport_op/grpc_transport_stream_op/g | Craig Tiller | 2015-06-25 |
| | |||
* | Handle reffing when a cancel or bind gets stuck in the waiting queue | Craig Tiller | 2015-06-02 |
| | |||
* | clang-format | Craig Tiller | 2015-04-23 |
| | |||
* | Fiddling with an initial op | Craig Tiller | 2015-04-23 |
| | |||
* | stuff | Craig Tiller | 2015-04-21 |
| | |||
* | Got rid of GRPC_SEND_START | Craig Tiller | 2015-04-17 |
| | |||
* | Move metadata batching to stream_op | Craig Tiller | 2015-04-16 |
| | |||
* | clang-format | Craig Tiller | 2015-04-16 |
| | |||
* | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
| | |||
* | Tracer registration. | Craig Tiller | 2015-03-01 |
| | | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little. | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-01-29 |
|\ | | | | | | | | | Conflicts: test/core/echo/echo_test.c | ||
| * | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | | | | | fixing all subsequent errors. | ||
* | | Fix uninitialized value | Craig Tiller | 2015-01-29 |
| | | |||
* | | Fix uninitialized value, naming | Craig Tiller | 2015-01-29 |
|/ | |||
* | sync up with master | Yang Gao | 2015-01-27 |
|\ | |||
* | | run clang-format | Yang Gao | 2015-01-26 |
| | | |||
| * | Add helpers for SEND_FINISH | Craig Tiller | 2015-01-21 |
| | | |||
| * | Make send/recv_metadata take ownership of passed in metadata | Craig Tiller | 2015-01-21 |
| | | |||
| * | Capture :path, and send it separately | Craig Tiller | 2015-01-21 |
|/ | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | 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 |