aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ | | | | Move timeout_encoding to core/lib/transport
* \ Merge pull request #7522 from makdharma/enable_secure_endpoint_traceGravatar Nicolas Noble2016-08-02
|\ \ | | | | | | removed hardcoded disable on logging
* \ \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \ | | | | | | | | Add Census resource API and implementation.
* \ \ \ Merge pull request #7024 from markdroth/filter_call_init_failureGravatar kpayson642016-08-02
|\ \ \ \ | | | | | | | | | | Extend filter API to allow call initialization to return an error.
* \ \ \ \ Merge pull request #7601 from dgquintas/census_stuffGravatar kpayson642016-08-02
|\ \ \ \ \ | | | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| | |\ \ \ \
* | | \ \ \ \ Merge pull request #7603 from vitalybuka/stack-use-after-scopeGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix stack-use-after-scope in call.c
* | | | | | | Merge pull request #6924 from dgquintas/grpclb_v0Gravatar kpayson642016-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gRPC LB policy
* \ \ \ \ \ \ \ Merge pull request #7575 from vjpai/make_stack_small_againGravatar Vijay Pai2016-08-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shrink a stack-allocated array to avoid giant frame
| | * \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Fix stack use after scope in call.cGravatar Vitaly Buka2016-08-01
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope.
| | * | | | | | moar clang-formatGravatar David Garcia Quintas2016-08-01
| | | | | | | |
| | | * | | | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| |_|/ / / / / |/| | | | | |
* | | | | | | clang-formatGravatar David Garcia Quintas2016-08-01
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
|\ \ \ \ \ \ \
| | | * | | | | fixed premature destruction of lb_clientGravatar David Garcia Quintas2016-08-01
| | | | | | | |
| | | * | | | | fw-declare struct properlyGravatar David Garcia Quintas2016-08-01
| | | | | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #7584 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-07-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Manual upmerge from v1.0.x
| | | | * | | | | added some separating commentsGravatar David Garcia Quintas2016-07-29
| | | | | | | | |
| | | | * | | | | Addressed the rest of the PR commentsGravatar David Garcia Quintas2016-07-29
| | | | | | | | |
| | * | | | | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| | | | | * | | | | Reordered lines in grpclb.c for readabilityGravatar David Garcia Quintas2016-07-29
| | | | | | | | | |
| * | | | | | | | | php: missed a macro;Gravatar Stanley Cheung2016-07-29
| |/ / / / / / / /
| * | | | | | | | Merge pull request #7576 from apolcyn/fix_sanity_test_diffGravatar kpayson642016-07-29
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | compare test config as objects instead of strings
| | | * \ \ \ \ \ \ Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_gaGravatar kpayson642016-07-29
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | update to use new nuget client in tests
| | | | | * | | | | | Some compilers don't like big stack frames. There is no needGravatar Vijay Pai2016-07-29
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | for this to be a power of 2, so let's just shrink it a little.
| | * | | | | | | | compare test config as objects instead of stringsGravatar Alex Polcyn2016-07-28
| | | | | | | | | |
| | | | | * | | | | pr commentsGravatar David Garcia Quintas2016-07-28
| | | | | | | | | |
| | | * | | | | | | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ Compression Level set properly
| * | | | | | | | | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C++ Compression Level set properly
* | | | | | | | | | | clang-formatGravatar David Garcia Quintas2016-07-28
| | | | | | | | | | |
| | | | | * | | | | | update to use new nuget client in testsGravatar Alexander Polcyn2016-07-28
| | | | |/ / / / / /
| | | | * | | | | | Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_argGravatar murgatroid992016-07-28
| | | | |\ \ \ \ \ \
| | | | | * | | | | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
| | | | | | | | | | |
| * | | | | | | | | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
| | | | | | | | | | |
| | | | | * | | | | | Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_thirdGravatar Stanley Cheung2016-07-28
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
| * | | | | \ \ \ \ \ \ Merge pull request #7552 from thinkerou/wrap_php7_thirdGravatar Stanley Cheung2016-07-28
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes(final part)
| | | | | | * | | | | | add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | * | | | | | | | | | add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | | | | | * | | | | | delete commented-code for missingGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | * | | | | | | | | | delete commented-code for missingGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | | | | | * | | | | | add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | * | | | | | | | | | add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | | | | | * | | | | | fix unused varGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | * | | | | | | | | | fix unused varGravatar thinkerou2016-07-28
| | | | | | | | | | | |
| | | | | * | | | | | | Merge pull request #7534 from murgatroid99/ruby_tools_script_namingGravatar kpayson642016-07-27
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
| | | | | | | * | | | | | add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| | | | | | | | | | | | |
| | * | | | | | | | | | | add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| | | | | | | | | | | | |
| | | | * | | | | | | | | Ruby Tools: automatically include plugin argument in protoc commandGravatar murgatroid992016-07-27
| | | | |/ / / / / / / /