Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
|\ | |||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| |\ | |/ |/| | |||
* | | Fix copyright | Craig Tiller | 2016-03-25 |
| | | |||
* | | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
* | | Fix copyrights | Craig Tiller | 2016-03-25 |
| | | |||
* | | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-21 |
| |\ | |/ |/| | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-16 |
| |\ | |||
* | | | Clean up test | Masood Malekghassemi | 2016-03-14 |
| |/ |/| | |||
* | | Fix copyright | Craig Tiller | 2016-03-11 |
| | | |||
* | | If we cant check timers due to contention, at least make sure we do a follow ↵ | Craig Tiller | 2016-03-11 |
| | | | | | | | | up check soon | ||
* | | Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omg | Craig Tiller | 2016-03-11 |
|\ \ | |||
| * | | Expand lock | Craig Tiller | 2016-03-11 |
| | | | |||
* | | | Fix cast | Craig Tiller | 2016-03-11 |
|/ / | |||
* | | Extend timeout | Craig Tiller | 2016-03-11 |
| | | |||
* | | Fail faster | Craig Tiller | 2016-03-11 |
| | | |||
* | | Add contributed test | Craig Tiller | 2016-03-11 |
| | | |||
| * | Fix copyright | Craig Tiller | 2016-03-10 |
| | | |||
| * | Implement tests | Craig Tiller | 2016-03-10 |
|/ | |||
* | Fix copyright | vjpai | 2016-02-03 |
| | |||
* | add a test | yang-g | 2016-02-02 |
| | |||
* | Merge pull request #4950 from ctiller/offload-racing | David G. Quintas | 2016-01-28 |
|\ | | | | | Preparatory changes for work shedding | ||
| * | 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 | ||
* | | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
|/ | |||
* | Update new files | Craig Tiller | 2016-01-06 |
| | |||
* | Fix makefile, codegen bugs | Craig Tiller | 2016-01-04 |
| | |||
* | zookeeper is platform specific | Craig Tiller | 2016-01-04 |
| | |||
* | Add a test that public headers compile as C99 | Craig Tiller | 2016-01-04 |
| | |||
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | Stabilize test by increasing timeout | Craig Tiller | 2015-12-15 |
| | |||
* | Merge branch 'cf' into proxy-crash | Craig Tiller | 2015-12-14 |
|\ | |||
| * | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | | |||
* | | 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. | ||
* | Add includes | Craig Tiller | 2015-12-11 |
| | |||
* | Fix memory leaks | Craig Tiller | 2015-12-11 |
| | |||
* | Also delete cq | Craig Tiller | 2015-12-11 |
| | |||
* | Add a test for binding a server to the same port twice; fix crashes | Craig Tiller | 2015-12-11 |
| | |||
* | Merge pull request #4405 from yang-g/fixit_server_c | Craig Tiller | 2015-12-11 |
|\ | | | | | add tests for public server apis | ||
* \ | merge with head | yang-g | 2015-12-11 |
|\ \ | |||
| | * | Merge remote-tracking branch 'upstream/master' into fixit_server_c | yang-g | 2015-12-11 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #4403 from yang-g/fixit_secure_channel_create_c | Sree Kuchibhotla | 2015-12-10 |
| |\ \ | | | | | | | | | add a test for secure_channel_create and fix cleanup code | ||
* | | | | add test for lame client transport op | yang-g | 2015-12-10 |
| | | | | |||
| * | | | add test coverage for channel_connectivity check | yang-g | 2015-12-10 |
|/ / / | |||
| | * | add tests for public server apis | yang-g | 2015-12-10 |
| |/ |/| | |||
| * | add a test for secure_channel_create and fix cleanup code | yang-g | 2015-12-10 |
|/ | |||
* | Merge pull request #4368 from yang-g/fixit_lame_client_c | Sree Kuchibhotla | 2015-12-10 |
|\ | | | | | add test for lame_client get_peer and recv_initial_metadata |