Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-01-28 |
|\ | |||
| * | Merge pull request #4868 from bogdandrutu/bug | Alistair Veitch | 2016-01-28 |
| |\ | | | | | | | Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized. | ||
| * \ | Merge pull request #4939 from rjshade/remove_unused_method | Craig Tiller | 2016-01-28 |
| |\ \ | | | | | | | | | Remove unused grpc_udp_server_write method | ||
| * \ \ | Merge pull request #4902 from nicolasnoble/win32-cleanup | Michael Lumish | 2016-01-28 |
| |\ \ \ | | | | | | | | | | | Cleaning up Windows compilation. | ||
| | | * | | Update copyright comments. | Robbie Shade | 2016-01-28 |
| | | | | | |||
| | | * | | Remove unused grpc_udp_server_write method | Robbie Shade | 2016-01-28 |
| | | | | | |||
| | * | | | Tidy. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | |||
| | * | | | More fixes. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | |||
| * | | | | Merge pull request #4927 from ctiller/fix-undefined-behavior | Yang Gao | 2016-01-27 |
| |\ \ \ \ | | | | | | | | | | | | | Fix undefined behavior | ||
| | * | | | | Fix undefined behavior | Craig Tiller | 2016-01-27 |
| | | | | | | |||
| * | | | | | Merge pull request #4888 from ctiller/twah | Vijay Pai | 2016-01-27 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix some outstanding TSAN issues | ||
| * \ \ \ \ \ | Merge pull request #4920 from a-veitch/census_init_fix | Bogdan Drutu | 2016-01-27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove bad error return in census_initialize | ||
| | | * | | | | | Add comment | Craig Tiller | 2016-01-27 |
| | | | | | | | | |||
| | | * | | | | | Merge github.com:grpc/grpc into twah | Craig Tiller | 2016-01-27 |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | | | | * | | | Tidying things up. | Nicolas "Pixel" Noble | 2016-01-27 |
| | | | | | | | | |||
| | | | | * | | | Fixing gpr_getenv. | Nicolas "Pixel" Noble | 2016-01-27 |
| | | | | | | | | |||
| | * | | | | | | Remove bad error return in census_initialize | Alistair Veitch | 2016-01-27 |
| | | |/ / / / | | |/| | | | | |||
| | | | | | * | Fix the initialization by modifying the grpc_channel_args_is_census_enabled ↵ | Bogdan Drutu | 2016-01-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to by default return census_enabled() instead of always disable | ||
| | | | | | * | Merge remote-tracking branch 'upstream/master' into bug | Bogdan Drutu | 2016-01-26 |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | |||
| | | | * | | | Cleaning up Windows compilation. | Nicolas "Pixel" Noble | 2016-01-26 |
| | |_|/ / / | |/| | | | | |||
| * | | | | | Fix typo. | Bogdan Drutu | 2016-01-26 |
| | | | | | | |||
| * | | | | | Initialize census if not initialized yet and some features are available. | Bogdan Drutu | 2016-01-26 |
| | | | | | | |||
| | | | | * | Merge remote-tracking branch 'upstream/master' into bug | Bogdan Drutu | 2016-01-26 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Fix sanity | Craig Tiller | 2016-01-26 |
| |/ / / / | |||
| | * | | | Fix copyrights | Craig Tiller | 2016-01-26 |
| | | | | | |||
| | * | | | Add a full barrier after subchannel construction | Craig Tiller | 2016-01-26 |
| | | | | | |||
| | * | | | Fix some barriers | Craig Tiller | 2016-01-26 |
| |/ / / | |||
| * | | | update copyrights | Jan Tattermusch | 2016-01-25 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13 | Jan Tattermusch | 2016-01-25 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #4680 from daniel-j-born/tcp_listener | Craig Tiller | 2016-01-25 |
| | |\ \ \ | | | |/ / | | |/| | | Make grpc_tcp_listener private. | ||
* | | | | | Fix Windows | Craig Tiller | 2016-01-25 |
| | | | | | |||
* | | | | | Fix avl copying | Craig Tiller | 2016-01-25 |
| | | | | | |||
| | | | * | Update copyrights and add change the client to enable census if census ↵ | Bogdan Drutu | 2016-01-25 |
| | | | | | | | | | | | | | | | | | | | | initialized. | ||
* | | | | | Get subchannel index working | Craig Tiller | 2016-01-25 |
| | | | | | |||
* | | | | | clang-format | Craig Tiller | 2016-01-25 |
| | | | | | |||
| | | | * | Fix the census initialization on the server. Remove duplicate initialization ↵ | Bogdan Drutu | 2016-01-24 |
| | | |/ | | |/| | | | | | | | | | logic and also enable census per channel if census is initialized. | ||
* | | | | Subchannel index compiles | Craig Tiller | 2016-01-22 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-01-22 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | fix uninitialized variable usage | Alistair Veitch | 2016-01-22 |
| | | | | |||
| * | | | Merge pull request #4750 from a-veitch/tag_set | Bogdan Drutu | 2016-01-22 |
| |\ \ \ | | | | | | | | | | | Census Tag Set API and implementation | ||
| | | * | | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | | | | | |||
| | | * | | regenerate projects | Jan Tattermusch | 2016-01-22 |
| | |/ / | |/| | | |||
| | * | | Don't use buf_size as input and output in encode | Alistair Veitch | 2016-01-22 |
| | | | | |||
| | * | | Single encode function | Alistair Veitch | 2016-01-22 |
| | | | | |||
| | * | | update comments | Alistair Veitch | 2016-01-22 |
| | | | | |||
* | | | | subchannel progress | Craig Tiller | 2016-01-22 |
| | | | | |||
| | * | | keep status with tag set, eliminate tag_set_ntags | Alistair Veitch | 2016-01-21 |
| | | | | |||
| | * | | address tag_set comments | Alistair Veitch | 2016-01-21 |
| | | | | |||
| * | | | fix 32bit compilation on mac | Jan Tattermusch | 2016-01-20 |
| | | | | |||
| | | * | Merge branch 'tcp_listener' into tcp_server_shutdown | Dan Born | 2016-01-20 |
| | | |\ |