Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
|\ | |||
* | | Call ref/unref, bugfixes | Craig Tiller | 2017-03-31 |
| | | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-24 |
| |\ | |/ |/| | |||
| * | clang format | Sree Kuchibhotla | 2017-03-24 |
| | | |||
* | | Memory usage tweaks | Craig Tiller | 2017-03-23 |
| | | | | | | | | | | - Improve estimation to give a more reliable slop space in the arena - Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle | ||
| * | Updates C Core | Sree Kuchibhotla | 2017-03-22 |
| | | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-21 |
| |\ | |/ |/| | |||
| * | clang format code | Sree Kuchibhotla | 2017-03-03 |
| | | |||
| * | Prefix grpc_cq_polling_type enums with GRPC_CQ_ | Sree Kuchibhotla | 2017-03-03 |
| | | |||
| * | Fix clang formatting issues | Sree Kuchibhotla | 2017-03-03 |
| | | |||
* | | Include build env | Craig Tiller | 2017-03-03 |
| | | |||
| * | Change Core to use the new completion_queue_create API | Sree Kuchibhotla | 2017-03-02 |
| | | |||
* | | Generate CSV file | Craig Tiller | 2017-03-01 |
|/ | |||
* | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | |||
* | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-26 |
|\ | |||
| * | Fix tests. | Mark D. Roth | 2017-01-25 |
| | | |||
* | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\ | |||
| * | Force client to wait for server to start | Robbie Shade | 2017-01-17 |
| | | |||
* | | Port to new C Core API | Craig Tiller | 2017-01-17 |
|/ | |||
* | memory usage profiling for client call, client channel, server creation, ↵ | Yuxuan Li | 2017-01-13 |
server call and server channel. fix bug. server: snapshot pass by pointer |