Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a #include that was needed as everything moved to gpr_malloc | vjpai | 2016-04-15 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-04-05 |
|\ | |||
| * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-03-28 |
|\| | |||
* | | Sanitize mallocs and frees. | Nicolas "Pixel" Noble | 2016-03-26 |
| | | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
|/ | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | clang-format | Craig Tiller | 2015-11-10 |
| | |||
* | Fix more shadow and conversion warnings. | Vijay Pai | 2015-10-21 |
| | |||
* | Fix sign conversion issues here | vjpai | 2015-10-21 |
| | |||
* | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 |
| | |||
* | Fix compilation on mac | Craig Tiller | 2015-06-03 |
| | |||
* | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-03-07 |
| | | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com> | ||
* | Fix signed comparison warnings in low_level_ping_pong | David Klempner | 2015-03-04 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | Change the low level ping pong benchmark to run all tests by default. | klempner | 2014-12-15 |
| | | | | | | | Change on 2014/12/12 by klempner <klempner@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82026092 | ||
* | Introducing iomgr. | ctiller | 2014-12-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move eventmanager and platform dependent endpoint functionality into a single library called 'iomgr'. This is primarily to prepare for a Windows port - where posix socket semantics lead to poor quality code. Mostly this is a code movement CL, with some small changes to help prepare the way for porting: - em style fd objects can only be held internally in iomgr, and own their memory - added grpc_iomgr_create_endpoint_pair() to accomodate the common pattern of creating a tcp endpoint from the output of socketpair - this will help keep our tests portable - separated em alarm interface into a separate file, as this part of event manager is needed higher up the stack - made the eventmanager bits a true singleton, simplifying API's across the stack as there's no longer a reason to carry a pointer there. Initial design document is here: https://docs.google.com/document/d/1VmafcHvvrP5kwtQkz84R5yXF7u7fW-9Pn0bkSUQHDt8/edit?disco=AAAAARNByxg Change on 2014/12/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81716456 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |