Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix copyrights | 2016-02-23 | |
| | |||
* | Merge github.com:grpc/grpc into naming-crisis | 2016-02-22 | |
|\ | |||
* \ | Regenerate files, fix bugs | 2016-02-22 | |
|\ \ | |||
| | * | Merge pull request #5257 from ctiller/cleaner-posix | 2016-02-22 | |
| |/| | | | | | | | Separate timer checking from pollsets | ||
* | | | Add a sanity test for name aliasing | 2016-02-22 | |
| | | | |||
| * | | rename census log files to avoid build breakage on MacOS | 2016-02-22 | |
|/ / | |||
| * | Fix test | 2016-02-18 | |
| | | |||
| * | Fix tcp_client_posix_test | 2016-02-18 | |
| | | |||
| * | Merge github.com:grpc/grpc into cleaner-posix | 2016-02-18 | |
| |\ | |/ |/| | |||
* | | Merge github.com:grpc/grpc into sceq | 2016-02-17 | |
|\ \ | |||
| * | | Fix copyright | 2016-02-16 | |
| | | | |||
| * | | Fix the arguments type for on_read and destroy callbacks to match with ↵ | 2016-02-16 | |
| | | | | | | | | | | | | grpc_iomgr_cb_func | ||
| * | | Merge pull request #5098 from a-veitch/base_log | 2016-02-16 | |
| |\ \ | | | | | | | | | Add Census base log | ||
| | | * | Separate timer checking from pollsets | 2016-02-16 | |
| | |/ | |/| | |||
| | * | c99 comments | 2016-02-11 | |
| | | | |||
| | * | merge to HEAD | 2016-02-11 | |
| | |\ | |||
| * | \ | Merge github.com:grpc/grpc into compress | 2016-02-11 | |
| |\ \ \ | | | |/ | | |/| | |||
* | | | | Merge github.com:grpc/grpc into sceq | 2016-02-09 | |
|\ \ \ \ | |||
| | | * | | Rollback gpr deletion | 2016-02-09 | |
| | |/ / | |/| | | |||
| | | * | Merge branch 'master' into base_log | 2016-02-08 | |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Reverse changes to AVL code | 2016-02-05 | |
| | | | | |||
| * | | | Fix function pointer type in timeout_encoding_test | 2016-02-05 | |
| | | | | |||
| | | * | merge | 2016-02-05 | |
| | | |\ | |||
| | | * | | gpr_time_init() for windows tests | 2016-02-05 | |
| | | | | | |||
| * | | | | Clang format and fix copyrights | 2016-02-05 | |
| | | | | | |||
| * | | | | Replace 'long' with 'int64_t' in public core headers | 2016-02-05 | |
| | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into compress | 2016-02-05 | |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #5013 from a-veitch/tag_set_to_context | 2016-02-04 | |
| |\ \ \ | | | | | | | | | | | Change all instances of census_tag_set to census_context | ||
| | | * | | Sanity | 2016-02-03 | |
| | | | | | |||
| * | | | | Fix copyright | 2016-02-03 | |
| | | | | | |||
| | | * | | Fix race condition in transport API | 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 | 2016-02-03 | |
| |\ \ \ | | | | | | | | | | | Fix clean up logic when failing to add a secure port. | ||
| | | * \ | merge | 2016-02-03 | |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | add a test | 2016-02-02 | |
| | | | | | |||
| | | | * | initial commit | 2016-02-02 | |
| | | |/ | | |/| | |||
| | | * | post merge | 2016-02-02 | |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into sceq | 2016-02-02 | |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | 2016-02-01 | |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | 2016-02-01 | |
| | |\ \ | |||
| * | | | | Move parenthesis to compile | 2016-02-01 | |
| | | | | | |||
| * | | | | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy | 2016-02-01 | |
| |\ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots | 2016-02-01 | |
| |\ \ \ \ | | | | | | | | | | | | | Ssl credentials override default roots | ||
| | | | * \ | Merge branch 'no_extern_allowed' into make-ruby-installable | 2016-02-01 | |
| | | | |\ \ | | | | |/ / | | | |/| | | |||
| | | * | | | Fixing copyrights. | 2016-02-01 | |
| | | | | | | |||
| | | | * | | Merge branch 'no_extern_allowed' into make-ruby-installable | 2016-01-31 | |
| | | | |\ \ | | | | |/ / | | | |/| | | |||
| | | * | | | Replacing grpc_max_auth_token_lifetime by an accessor. | 2016-01-31 | |
| | |/ / / | |/| | | | |||
| | | * | | Removing gpr as a separated library. | 2016-01-30 | |
| | |/ / | |/| | | |||
| | * | | fixing test and clang-format. | 2016-01-29 | |
| | | | | |||
| * | | | Merge pull request #4950 from ctiller/offload-racing | 2016-01-28 | |
| |\ \ \ | | | | | | | | | | | Preparatory changes for work shedding | ||
| | | * | | Changing the API to use a callback mechanism. | 2016-01-28 | |
| | | | | | | | | | | | | | | | | | | | | This is the agreed-upon solution. |