Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Fix proxy end2end tests | Craig Tiller | 2015-12-14 |
| | | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future. | ||
* | Merge pull request #4397 from jtattermusch/tv_sec_64bit | Craig Tiller | 2015-12-11 |
|\ | | | | | Make gpr_timespec platform agnostic. | ||
| * | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | |||
* | | Finish initial scrape, clang-format | Craig Tiller | 2015-11-24 |
|/ | |||
* | 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 |
| | |\ | | |/ | |/| | |||
| * | | mark unreachable code with a macro | yang-g | 2015-10-07 |
| | | | |||
* | | | μChannels implementation. | David Garcia Quintas | 2015-10-05 |
|/ / | |||
| * | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-05 |
| |\ | |/ |/| | |||
* | | Restore sanity | Craig Tiller | 2015-10-05 |
| | | |||
| * | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm | David Garcia Quintas | 2015-10-04 |
| | | |||
* | | Add API tracing to gRPC core | Masood Malekghassemi | 2015-10-02 |
|/ | |||
* | Fix some bugs leading to memory leaks | Craig Tiller | 2015-09-24 |
| | |||
* | 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 |
| | |||
* | Rename init | Craig Tiller | 2015-09-22 |
| | |||
* | Rename run | 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 |
| | |||
* | Merge github.com:grpc/grpc into we-are-one | Craig Tiller | 2015-09-22 |
|\ | |||
* | | Call list progress | Craig Tiller | 2015-09-21 |
| | | |||
* | | Cleanup | Craig Tiller | 2015-09-18 |
| | | |||
* | | Introduce call lists for moving work outside locks | Craig Tiller | 2015-09-18 |
| | | |||
| * | add a test | yang-g | 2015-09-18 |
| | | |||
| * | remove interested party early | yang-g | 2015-09-18 |
| | | |||
* | | Core compiles with workqueues | Craig Tiller | 2015-09-15 |
|/ | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Remove optional parameter from watch connectivity state | Craig Tiller | 2015-07-31 |
| | |||
* | Move clock type | Craig Tiller | 2015-07-22 |
| | |||
* | Added connectivity tests, fixed bugs | Craig Tiller | 2015-07-16 |
| | |||
* | Client connectivity API | Craig Tiller | 2015-07-15 |
Initial plumbing work; needs tests and more client_channel implementation. |