aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #9578 from markdroth/http_connect_uds_fixGravatar Mark D. Roth2017-02-10
|\ | | | | Don't use HTTP CONNECT proxy when server is a Unix domain socket.
* | Add commentGravatar Craig Tiller2017-02-09
| |
* | Fix non-debugGravatar Craig Tiller2017-02-09
| |
* | Default debug offGravatar Craig Tiller2017-02-09
| |
* | Add debug macrosGravatar Craig Tiller2017-02-09
| |
* | Make combiners refcounted, to facilitate sharingGravatar Craig Tiller2017-02-09
| |
| * Don't use proxy when target is a Unix domain socket.Gravatar Mark D. Roth2017-02-09
|/
* Merge pull request #9557 from markdroth/proxy_mapper_apiGravatar Mark D. Roth2017-02-09
|\ | | | | Add proxy mapper method for overriding the name to resolve.
* \ 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
| | |
* | | Merge pull request #9371 from Vizerai/tracing_APIGravatar Jim King2017-02-08
|\ \ \ | | | | | | | | Tracing API
| | * | Handle zero-length filenamesGravatar 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
* \ \ \ \ \ 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 #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
| |_|_|_|/ / / / / |/| | | | | | | |
| | | | | | | | * 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 github.com:grpc/grpc into bm_perfGravatar Craig Tiller2017-02-07
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | * | | / | | Add counters for mutex acquisitions, expose in bm_fullstackGravatar Craig Tiller2017-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
| |/ / / /
| | * / / Fix memory leak when re-attempting send_status after it failedGravatar Craig Tiller2017-02-06
| |/ / /
* | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-06
|\| | |
| * | | Merge pull request #9511 from ctiller/assert_writesGravatar Craig Tiller2017-02-04
| |\ \ \ | | | | | | | | | | Add a test verifying number of writes per RPC is reasonable
| | * | | Flow control correctionsGravatar Craig Tiller2017-02-03
| | | | |
| * | | | Merge pull request #9582 from ctiller/debug_helpersGravatar Craig Tiller2017-02-03
| |\ \ \ \ | | | | | | | | | | | | Add some debug utilities
| | * | | | Put files in a better placeGravatar Craig Tiller2017-02-03
| | | | | |
| * | | | | Merge pull request #9558 from rjshade/add_on_write_to_udp_serverGravatar Robbie Shade2017-02-03
| |\ \ \ \ \ | | | | | | | | | | | | | | Add an on_write callback to the UDP server.
| | | * | | | Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
| | | * | | Dont credit flow control after stream has closed readingGravatar Craig Tiller2017-02-03
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-03
|\| | | | |
| | | | | * Make the microbenchmark profile gatherer run some in parallelGravatar Craig Tiller2017-02-02
| | | | | |
| | | | | * Merge branch 'bm_stream' into bm_perfGravatar Craig Tiller2017-02-02
| | | | | |\
| | | * | | \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-02
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | Flip conditionalGravatar Craig Tiller2017-02-02
| | | | | | |
| | | * | | | Fix potential flow control deadlockGravatar Craig Tiller2017-02-02
| | | | | | |
| * | | | | | Merge pull request #9456 from jtattermusch/cmake_convenience_targetsGravatar Jan Tattermusch2017-02-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Big improvements to CMake build
| | | * | | | | Add an on_write callback to the UDP server.Gravatar Robbie Shade2017-02-02
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-02
|\| | | | | |
* | | | | | | Fixed dumb reversed conditional.Gravatar Mark D. Roth2017-02-02
| | | | | | |
| | | * | | | Improve sync streaming benchmark, fix deadlock that can occur sometimesGravatar Craig Tiller2017-02-01
| | | | | | |
| * | | | | | Merge pull request #9429 from Vizerai/trace_context_protoGravatar Jim King2017-02-01
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Updated trace_context.proto and associated files.
| | * | | | | Updated trace_context.proto and associated files.Gravatar Vizerai2017-02-01
| | | | | | |