Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 #5201 from vjpai/alarm_openloop | David G. Quintas | 2016-02-16 |
|\ | | | | | Revive and reform open-loop QPS testing | ||
* \ | Merge pull request #5098 from a-veitch/base_log | Bogdan Drutu | 2016-02-16 |
|\ \ | | | | | | | Add Census base log | ||
| | * | Merge branch 'master' into alarm_openloop | Vijay Pai | 2016-02-12 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #5078 from ctiller/compatibility_mode | Craig Tiller | 2016-02-12 |
|\ \ \ | | | | | | | | | Make binary compatibility not the default | ||
* \ \ \ | Merge github.com:grpc/grpc into bad_metadata | Craig Tiller | 2016-02-12 |
|\ \ \ \ | |||
| | | | * | This testing exposed a race condition in alarm creation - the | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | | | | | | | | | | | alarm needs to "begin" at the CQ before the timer should be inited. | ||
| | | * | | merge to HEAD | Alistair Veitch | 2016-02-11 |
| | | |\| | |||
| | | * | | Respond to review comments | Alistair Veitch | 2016-02-11 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | | * | | Merge github.com:grpc/grpc into compatibility_mode | Craig Tiller | 2016-02-11 |
| | | |\ \ | | | |/ / | | |/| | | |||
| | * | | | Merge remote-tracking branch 'upstream/release-0_13' into resolve_0_13_merge | Jan Tattermusch | 2016-02-10 |
| | |\ \ \ | |||
| | | * | | | WTF | Craig Tiller | 2016-02-10 |
| | | | | | | |||
| | | * | | | Fix 1 second stall on Windows | Craig Tiller | 2016-02-10 |
| | | | | | | |||
| | * | | | | Merge pull request #5149 from bogdandrutu/bug | Alistair Veitch | 2016-02-09 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Change the census metadata keys. | ||
| | | * | | | | Manually added empty lines and spaces in the copyright and it worked. | Bogdan Drutu | 2016-02-09 |
| | | | | | | | |||
| | | * | | | | Add the removed line before the copyright | Bogdan Drutu | 2016-02-09 |
| | | | | | | | |||
| | | * | | | | run sudo ./tools/distrib/clang_format_code.sh | Bogdan Drutu | 2016-02-09 |
| | | | | | | | |||
| | | * | | | | Fix some indentation. | Bogdan Drutu | 2016-02-09 |
| | | | | | | | |||
| | | * | | | | change gpr_int* to int*_t | Bogdan Drutu | 2016-02-09 |
| | | | | | | | |||
| | | * | | | | Run clang-format | Bogdan Drutu | 2016-02-08 |
| | | | | | | | |||
| | * | | | | | Flagging master as 0.14.0-dev. | Nicolas "Pixel" Noble | 2016-02-09 |
| | | |/ / / | | |/| | | | |||
| | | * | | | Change the census metadata keys. Both census keys must be binary keys ↵ | Bogdan Drutu | 2016-02-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | because of the encoding. | ||
| | * | | | | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
| | |/ / / | |||
| | | | * | Merge branch 'master' into base_log | Alistair Veitch | 2016-02-08 |
| | | | |\ | |||
| | * | | | | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | | |_|/ | | |/| | | |||
| | * | | | Merge pull request #5114 from yang-g/flushed_too_early | Craig Tiller | 2016-02-08 |
| | |\ \ \ | | | | | | | | | | | | | flush the stalled list after the window is updated | ||
| | * \ \ \ | Merge pull request #5096 from a-veitch/win_cv_wait | Craig Tiller | 2016-02-08 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Add timespan support for win32 gpr_cv_wait. | ||
| | * \ \ \ \ | Merge pull request #5088 from murgatroid99/core_long_int64_t | Craig Tiller | 2016-02-08 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Replace 'long' with 'int64_t' in public core headers | ||
| | | | | * | | | flush the stalled list after the window is updated | yang-g | 2016-02-05 |
| | | | | | | | | |||
| | | * | | | | | Reverse changes to AVL code | murgatroid99 | 2016-02-05 |
| | | | | | | | | |||
| | | | | | | * | merge | Alistair Veitch | 2016-02-05 |
| | | | | | | |\ | |||
| | | | * | | | | | Add timespan support for win32 gpr_cv_wait. | Alistair Veitch | 2016-02-05 |
| | | | | |_|_|/ | | | | |/| | | | |||
| | * | | | | | | Merge pull request #5017 from daniel-j-born/tcp_server_trivial | Craig Tiller | 2016-02-05 |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | Fix comments in tcp_server.h | ||
| | | | * | | | | 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 #5081 from vjpai/dbg_async | Craig Tiller | 2016-02-05 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Write to dummy pads and invalid entries in lock-free stack to prevent valgrind complaints | ||
| | | * | | | | | Fix copyright and use consistent C89 comments | vjpai | 2016-02-04 |
| | | | | | | | | |||
| | | | | | * | | Make binary compatibility not the default | Craig Tiller | 2016-02-04 |
| | | |_|_|/ / | | |/| | | | | |||
| | | * | | | | Add explicit comments about purpose of writing to pad | Vijay Pai | 2016-02-04 |
| | | | | | | | |||
| | * | | | | | 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 | ||
| | | | * | | | Stop upsetting valgrind with uninitialized shorts | Vijay Pai | 2016-02-04 |
| | | |/ / / | | |/| | | | |||
| | * | | | | clang-format | yang-g | 2016-02-03 |
| | | | | | | |||
| * | | | | | Sanity | Craig Tiller | 2016-02-03 |
| | | | | | | |||
* | | | | | | Properly handle "." in metadata | Craig Tiller | 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 pull request #5036 from ctiller/fixes2 | Jan Tattermusch | 2016-02-03 |
|\ \ \ \ \ | | | | | | | | | | | | | Binary compatibility fixes | ||
| | | * \ \ | merge | Alistair Veitch | 2016-02-03 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | |