aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #9653 from grpc/revert-9606-port-9488Gravatar David G. Quintas2017-02-09
|\ | | | | Revert "Port #9488 and part of #9463"
* \ Merge pull request #9557 from markdroth/proxy_mapper_apiGravatar Mark D. Roth2017-02-09
|\ \ | | | | | | Add proxy mapper method for overriding the name to resolve.
| | * Revert "Port #9488 and part of #9463"Gravatar David G. Quintas2017-02-09
| |/ |/|
* | Merge pull request #9606 from muxi/port-9488Gravatar Muxi Yan2017-02-08
|\ \ | | | | | | Port #9488 and part of #9463
* \ \ Merge pull request #9522 from ctiller/bm_perfGravatar Craig Tiller2017-02-08
|\ \ \ | | | | | | | | Update latency profiler to use (more appropriate) microbenchmarks
| * | | Handle one coreGravatar Craig Tiller2017-02-08
| | | |
| * | | Add comments, fix bugGravatar Craig Tiller2017-02-08
| | | |
* | | | Merge pull request #9371 from Vizerai/tracing_APIGravatar Jim King2017-02-08
|\ \ \ \ | | | | | | | | | | Tracing API
| | * | | Further limit concurrencyGravatar Craig Tiller2017-02-08
| | | | |
| | * | | Handle zero-length filenamesGravatar Craig Tiller2017-02-08
| | | | |
* | | | | Merge pull request #7432 from thinkerou/fix_undefined_nameGravatar Nathaniel Manista2017-02-08
|\ \ \ \ \ | | | | | | | | | | | | Fix undefined name found by pyflakes.
* \ \ \ \ \ Merge pull request #9629 from yang-g/qqqGravatar Yang Gao2017-02-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a PreServerStart in global server callbacks
| | | | * | | Reduce concurrencyGravatar Craig Tiller2017-02-08
| | | | | | |
* | | | | | | Merge pull request #9627 from ↵Gravatar Noah Eisen2017-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ncteisen/time-is-but-the-rst-stream-i-go-fishing-in Add More Verbose Status Message to RST_STREAM Case
* \ \ \ \ \ \ \ Merge pull request #9631 from ctiller/no_no_errorGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Save allocating a grpc_error if there is no error
| | | | * | | | | fix undefined nameGravatar thinkerou2017-02-08
| | | | | | | | |
* | | | | | | | | Merge pull request #9194 from dgquintas/lb_secure_naming_3Gravatar David G. Quintas2017-02-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Secure naming support for gRPCLB.
| * | | | | | | | | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9617 from rjshade/add_exec_ctx_to_orphan_callbackGravatar Robbie Shade2017-02-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adds an exec_ctx argument to orphan_cb in udp_server
| | | | * | | | | | | clang fmtGravatar ncteisen2017-02-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9618 from carl-mastrangelo/wanderGravatar Jan Tattermusch2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | remove extra space in Csharp code
* | | | | | | | | | | Merge pull request #9588 from ctiller/fuzzing-memoryGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add examples from fuzzer server
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9619 from ctiller/bm_countersGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add counters for important metrics to bm_fullstack
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9616 from ctiller/disable_bdpGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a hook to disable BDP probing
| | | | | | | * | | | | | | Save allocating a grpc_error if there is no errorGravatar Craig Tiller2017-02-07
| | | | | | |/ / / / / / /
* | | | | | | | | | | | | Merge pull request #9054 from sreecha/pollset_set_testGravatar Sree Kuchibhotla2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Tests for pollset_set.
* | | | | | | | | | | | | Merge pull request #9421 from htuch/grpc-buffer-writer-fixGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix read from uninitialized memory bug in GrpcBufferWriter.
| | | | | | | | | * | | | | Add a PreServerStart in global server callbacksGravatar yang-g2017-02-07
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix read from uninitialized memory bug in GrpcBufferWriter.Gravatar Harvey Tuch2017-02-07
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue in which the following sequence of operations leads to use of uninitialized memory: 1. Caller invokes GrpcBufferWriter::Next(), and then makes use of 8191 bytes in the returned buffer (which is 8192 bytes in size). 2. Caller then returns the unused single byte via GrpcBufferWriter::BackUp(). This method invokes g_core_codegen_interface->grpc_slice_split_tail(), which causes backup_slice_ to be a grpc_slice with one byte. 3. At the next invocation of GrpcBufferWriter::Next(), a reference to the single byte grpc_slice is returned to the caller. The problem here is that the returned reference is to the inlined buffer in the grpc_slice, which is resident in slice_, not the location of the buffer inside slice_buffer_ after g_core_codegen_interface->grpc_slice_buffer_add() in GrpcBufferWriter::Next(). As a result, any data the caller writes to the returned void* data is lost. The solution is to avoid inlined backup slices.
| | | | | | | | | | | * Add proxy mapper method for overriding the name to resolve.Gravatar Mark D. Roth2017-02-07
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | * | | | Add more verbose status msg to rst_stream caseGravatar ncteisen2017-02-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9539 from markdroth/canonicalize_server_uriGravatar Mark D. Roth2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | Canonify server URI when setting the channel arg.
| | | | | | | | | * | Make a jobspecGravatar Craig Tiller2017-02-07
| | | | | | | | | | |
| | | | | | | | | * | Merge github.com:grpc/grpc into bm_perfGravatar Craig Tiller2017-02-07
| | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | | * | Fix platform_string() usage, cut temporary space usageGravatar Craig Tiller2017-02-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8143 from oza/run_test_work_with_python3Gravatar Nathaniel Manista2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | "/usr/bin/env python" in run_tests.py.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9571 from sreecha/fix-stress-lbGravatar Sree Kuchibhotla2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Stress test client service config (in kubernetes) need not be of 'LoadBalancers'.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9590 from sreecha/micro_bmGravatar Sree Kuchibhotla2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Streaming ping-pong micro-benchmarks
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9596 from muxi/cronet-tests-in-jenkinsGravatar Muxi Yan2017-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Cronet core tests to Jenkins
| | | | | | | | * | | | | | | Add allocations/iteration counters to bm_fullstackGravatar Craig Tiller2017-02-07
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Add counters for mutex acquisitions, expose in bm_fullstackGravatar Craig Tiller2017-02-07
| |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-07
| | | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | | * | | | | remove extra space in Csharp codeGravatar Carl Mastrangelo2017-02-07
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| | | | | | | | | * | | | Adds an exec_ctx argument to orphan_cb in udp_serverGravatar Robbie Shade2017-02-07
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | | | | | * | | | | Add a hook to disable BDP probingGravatar Craig Tiller2017-02-07
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9598 from kpayson64/pin_yapfGravatar David G. Quintas2017-02-06
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Re-run yapf code, and pin version
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9419 from danzh2010/shutdowntestGravatar Yang Gao2017-02-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Change shutdown_test.cc to use credential provider API to test against different credential types
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9479 from muxi/automate-objc-version-advancementGravatar Muxi Yan2017-02-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatedly advance ObjC version numbers
| | | | * | | | | | | | | | Add Cronet core tests to JenkinsGravatar Muxi Yan2017-02-06
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9589 from apolcyn/turn_off_ruby_testsGravatar apolcyn2017-02-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip ruby tests on mac for time being