aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-01-28
|\
| * Merge pull request #4868 from bogdandrutu/bugGravatar Alistair Veitch2016-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_methodGravatar Craig Tiller2016-01-28
| |\ \ | | | | | | | | Remove unused grpc_udp_server_write method
| * \ \ Merge pull request #4902 from nicolasnoble/win32-cleanupGravatar Michael Lumish2016-01-28
| |\ \ \ | | | | | | | | | | Cleaning up Windows compilation.
| | | * | Update copyright comments.Gravatar Robbie Shade2016-01-28
| | | | |
| | | * | Remove unused grpc_udp_server_write methodGravatar Robbie Shade2016-01-28
| | | | |
| | * | | Tidy.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | |
| | * | | More fixes.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | |
| * | | | Merge pull request #4927 from ctiller/fix-undefined-behaviorGravatar Yang Gao2016-01-27
| |\ \ \ \ | | | | | | | | | | | | Fix undefined behavior
| | * | | | Fix undefined behaviorGravatar Craig Tiller2016-01-27
| | | | | |
| * | | | | Merge pull request #4888 from ctiller/twahGravatar Vijay Pai2016-01-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix some outstanding TSAN issues
| * \ \ \ \ \ Merge pull request #4920 from a-veitch/census_init_fixGravatar Bogdan Drutu2016-01-27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove bad error return in census_initialize
| | | * | | | | Add commentGravatar Craig Tiller2016-01-27
| | | | | | | |
| | | * | | | | Merge github.com:grpc/grpc into twahGravatar Craig Tiller2016-01-27
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | * | | Tidying things up.Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | |
| | | | | * | | Fixing gpr_getenv.Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | |
| | * | | | | | Remove bad error return in census_initializeGravatar Alistair Veitch2016-01-27
| | | |/ / / / | | |/| | | |
| | | | | | * Fix the initialization by modifying the grpc_channel_args_is_census_enabled ↵Gravatar Bogdan Drutu2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to by default return census_enabled() instead of always disable
| | | | | | * Merge remote-tracking branch 'upstream/master' into bugGravatar Bogdan Drutu2016-01-26
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | Cleaning up Windows compilation.Gravatar Nicolas "Pixel" Noble2016-01-26
| | |_|/ / / | |/| | | |
| * | | | | Fix typo.Gravatar Bogdan Drutu2016-01-26
| | | | | |
| * | | | | Initialize census if not initialized yet and some features are available.Gravatar Bogdan Drutu2016-01-26
| | | | | |
| | | | | * Merge remote-tracking branch 'upstream/master' into bugGravatar Bogdan Drutu2016-01-26
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Fix sanityGravatar Craig Tiller2016-01-26
| |/ / / /
| | * | | Fix copyrightsGravatar Craig Tiller2016-01-26
| | | | |
| | * | | Add a full barrier after subchannel constructionGravatar Craig Tiller2016-01-26
| | | | |
| | * | | Fix some barriersGravatar Craig Tiller2016-01-26
| |/ / /
| * | | update copyrightsGravatar Jan Tattermusch2016-01-25
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13Gravatar Jan Tattermusch2016-01-25
| |\ \ \
| | * \ \ Merge pull request #4680 from daniel-j-born/tcp_listenerGravatar Craig Tiller2016-01-25
| | |\ \ \ | | | |/ / | | |/| | Make grpc_tcp_listener private.
* | | | | Fix WindowsGravatar Craig Tiller2016-01-25
| | | | |
* | | | | Fix avl copyingGravatar Craig Tiller2016-01-25
| | | | |
| | | | * Update copyrights and add change the client to enable census if census ↵Gravatar Bogdan Drutu2016-01-25
| | | | | | | | | | | | | | | | | | | | initialized.
* | | | | Get subchannel index workingGravatar Craig Tiller2016-01-25
| | | | |
* | | | | clang-formatGravatar Craig Tiller2016-01-25
| | | | |
| | | | * Fix the census initialization on the server. Remove duplicate initialization ↵Gravatar Bogdan Drutu2016-01-24
| | | |/ | | |/| | | | | | | | | logic and also enable census per channel if census is initialized.
* | | | Subchannel index compilesGravatar Craig Tiller2016-01-22
| | | |
* | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-01-22
|\ \ \ \ | | |/ / | |/| |
| * | | fix uninitialized variable usageGravatar Alistair Veitch2016-01-22
| | | |
| * | | Merge pull request #4750 from a-veitch/tag_setGravatar Bogdan Drutu2016-01-22
| |\ \ \ | | | | | | | | | | Census Tag Set API and implementation
| | | * | fix copyrightsGravatar Jan Tattermusch2016-01-22
| | | | |
| | | * | regenerate projectsGravatar Jan Tattermusch2016-01-22
| | |/ / | |/| |
| | * | Don't use buf_size as input and output in encodeGravatar Alistair Veitch2016-01-22
| | | |
| | * | Single encode functionGravatar Alistair Veitch2016-01-22
| | | |
| | * | update commentsGravatar Alistair Veitch2016-01-22
| | | |
* | | | subchannel progressGravatar Craig Tiller2016-01-22
| | | |
| | * | keep status with tag set, eliminate tag_set_ntagsGravatar Alistair Veitch2016-01-21
| | | |
| | * | address tag_set commentsGravatar Alistair Veitch2016-01-21
| | | |
| * | | fix 32bit compilation on macGravatar Jan Tattermusch2016-01-20
| | | |
| | | * Merge branch 'tcp_listener' into tcp_server_shutdownGravatar Dan Born2016-01-20
| | | |\