Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-25 |
|\ | |||
* | | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | | |||
* | | Remove metadata context from the channel stack | Craig Tiller | 2015-11-19 |
| | | |||
| * | merge with head | yang-g | 2015-11-18 |
| |\ | |/ |/| | |||
* | | Robustness work for lb_policies_test | Craig Tiller | 2015-11-17 |
| | | |||
* | | Commentary | Craig Tiller | 2015-11-08 |
| | | |||
| * | first part, secure channel only | yang-g | 2015-11-05 |
| | | |||
* | | stream_op cleanup: channel, client_config changes | Craig Tiller | 2015-11-02 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into microchannels | David Garcia Quintas | 2015-10-19 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into microchannels | David Garcia Quintas | 2015-10-13 |
|\ \ | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-12 |
| | |\ | | |/ | |/| | |||
| * | | Avoid lock/unlock for common client channel pick. | David Garcia Quintas | 2015-10-09 |
| | | | |||
* | | | μChannels implementation. | David Garcia Quintas | 2015-10-05 |
| | | | |||
* | | | Added means to cancel a subchannel call in waiting | David Garcia Quintas | 2015-10-05 |
|/ / | |||
| * | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm | David Garcia Quintas | 2015-10-04 |
|/ | |||
* | Merge pull request #3586 from dgquintas/conn_state_watcher_plucking | Craig Tiller | 2015-10-02 |
|\ | | | | | Added subchannel ability to unsubscribe to connectivity state changes. | ||
* \ | Merge pull request #3584 from dgquintas/subchannel_cleanup | Craig Tiller | 2015-10-02 |
|\ \ | | | | | | | Subchannel cleanup on iomgr shutdown | ||
| | * | Added subchannel ability to unsubscribe to connectivity state changes. | David Garcia Quintas | 2015-09-30 |
| | | | |||
| * | | Subchannel cleanup on iomgr shutdown | David Garcia Quintas | 2015-09-30 |
| |/ | |||
* / | Fix clang-format script | Craig Tiller | 2015-09-28 |
|/ | |||
* | clang-format all core files | Craig Tiller | 2015-09-23 |
| | |||
* | Update Windows stuff | Craig Tiller | 2015-09-23 |
| | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Final patches for rename | Craig Tiller | 2015-09-22 |
| | |||
* | Change runs to enqueue | 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 |
| | |||
* | Fix list iteration | Craig Tiller | 2015-09-22 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-21 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-21 |
| | |||
* | Call list progress | Craig Tiller | 2015-09-18 |
| | |||
* | Cleanup | Craig Tiller | 2015-09-18 |
| | |||
* | Introduce call lists for moving work outside locks | Craig Tiller | 2015-09-18 |
| | |||
* | Update connectivity state code to be completely synchronous | Craig Tiller | 2015-09-17 |
| | |||
* | Getting stuff working | Craig Tiller | 2015-09-16 |
| | |||
* | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-16 |
|\ | |||
* | | Core compiles with workqueues | Craig Tiller | 2015-09-15 |
| | | |||
| * | Fix memory leak | Craig Tiller | 2015-09-15 |
| | | |||
* | | Progress towards workqueue transition | Craig Tiller | 2015-09-15 |
|/ | |||
* | Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter | Vijay Pai | 2015-08-05 |
|\ | | | | | Connection backoff interop test client and server | ||
* | | Spam cleanup | Craig Tiller | 2015-07-31 |
| | | |||
| * | merge with head | yang-g | 2015-07-30 |
| |\ | |/ |/| | |||
* | | make random uint32 | yang-g | 2015-07-30 |
| | | |||
| * | Add reconnect interop test client and server | yang-g | 2015-07-24 |
|/ | |||
* | Use MONOTONIC instead of REALTIME | yang-g | 2015-07-24 |
| | |||
* | merge with parent pR | yang-g | 2015-07-24 |
|\ | |||
| * | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
| |\ | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * | Merge pull request #2542 from ctiller/tell-me-who-you-might-be | Yang Gao | 2015-07-23 |
| | |\ | | | | | | | | | Expose call peer uri from C core |