Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed language category for grpc_codegen_lib | David Garcia Quintas | 2016-02-19 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-02-18 |
|\ | |||
* | | Split codegen target and made it libs | David Garcia Quintas | 2016-02-18 |
| | | |||
| * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-17 |
| |\ | |||
| | * | Fix copyright | vjpai | 2016-02-16 |
| | | | |||
* | | | Fixed header dependencies and copyrights | David Garcia Quintas | 2016-02-16 |
| |/ |/| | |||
* | | Fix the arguments type for on_read and destroy callbacks to match with ↵ | Bogdan Drutu | 2016-02-16 |
| | | | | | | | | grpc_iomgr_cb_func | ||
* | | Merge pull request #5098 from a-veitch/base_log | Bogdan Drutu | 2016-02-16 |
|\ \ | | | | | | | Add Census base log | ||
| * | | c99 comments | Alistair Veitch | 2016-02-11 |
| | | | |||
| * | | merge to HEAD | Alistair Veitch | 2016-02-11 |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-09 |
| | | |\ | |||
| * | | | | Rollback gpr deletion | Craig Tiller | 2016-02-09 |
| | |_|/ | |/| | | |||
| | * | | Merge branch 'master' into base_log | Alistair Veitch | 2016-02-08 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Reverse changes to AVL code | murgatroid99 | 2016-02-05 |
| | | | | |||
| * | | | Fix function pointer type in timeout_encoding_test | murgatroid99 | 2016-02-05 |
| | | | | |||
| | * | | merge | Alistair Veitch | 2016-02-05 |
| | |\ \ | |||
| | * | | | gpr_time_init() for windows tests | Alistair Veitch | 2016-02-05 |
| | | | | | |||
| * | | | | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | | | | | |||
| * | | | | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-05 |
|\| | | | |||
| * | | | Merge pull request #5013 from a-veitch/tag_set_to_context | Bogdan Drutu | 2016-02-04 |
| |\ \ \ | | | | | | | | | | | Change all instances of census_tag_set to census_context | ||
* | | | | | Sanity | Craig Tiller | 2016-02-03 |
| | | | | | |||
| * | | | | Fix copyright | vjpai | 2016-02-03 |
| | | | | | |||
* | | | | | Fix race condition in transport API | Craig Tiller | 2016-02-03 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug. | ||
* | | | | Merge pull request #5032 from yang-g/two_impls | Nicolas Noble | 2016-02-03 |
|\ \ \ \ | | | | | | | | | | | Fix clean up logic when failing to add a secure port. | ||
| | * \ \ | merge | Alistair Veitch | 2016-02-03 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| * | | | | add a test | yang-g | 2016-02-02 |
| | | | | | |||
| | | * | | initial commit | Alistair Veitch | 2016-02-02 |
| | |/ / | |/| | | |||
| | * | | post merge | Alistair Veitch | 2016-02-02 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-02 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 |
|\| | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 |
|\ \ \ \ | |||
| | * | | | Move parenthesis to compile | Craig Tiller | 2016-02-01 |
| | | | | | |||
| | * | | | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy | Craig Tiller | 2016-02-01 |
| |/| | | | |||
| * | | | | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots | Craig Tiller | 2016-02-01 |
| |\ \ \ \ | | | | | | | | | | | | | Ssl credentials override default roots | ||
* | \ \ \ \ | Merge branch 'no_extern_allowed' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-01 |
| | | | | | | |||
* | | | | | | Merge branch 'no_extern_allowed' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\| | | | | | |||
| * | | | | | Replacing grpc_max_auth_token_lifetime by an accessor. | Nicolas "Pixel" Noble | 2016-01-31 |
| |/ / / / | |||
* / / / / | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
|/ / / / | |||
| * | | | fixing test and clang-format. | Julien Boeuf | 2016-01-29 |
| | | | | |||
* | | | | Merge pull request #4950 from ctiller/offload-racing | David G. Quintas | 2016-01-28 |
|\ \ \ \ | | | | | | | | | | | Preparatory changes for work shedding | ||
| | * | | | Changing the API to use a callback mechanism. | Julien Boeuf | 2016-01-28 |
| | | | | | | | | | | | | | | | | | | | | This is the agreed-upon solution. | ||
| | * | | | Fixing copyright. | Julien Boeuf | 2016-01-28 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2016-01-28 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | ssl_credentials_override_default_roots | ||
| * | | | | | Fix copyrights | Craig Tiller | 2016-01-28 |
| | | | | | | |||
| * | | | | | Fix windows | Craig Tiller | 2016-01-28 |
| | | | | | | |||
| * | | | | | 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 |