aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #10771 from ncteisen/yet-another-error-refcount-bugGravatar Noah Eisen2017-04-21
|\ | | | | Fix Error Refcount Bug
* \ Merge pull request #10739 from muxi/fix-unpaired-benchmarkGravatar Muxi Yan2017-04-20
|\ \ | | | | | | Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_next
| | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-04-20
| | |\ | |_|/ |/| | | | | yet-another-error-refcount-bug
| | * Fix error refcount bugGravatar Noah Eisen2017-04-20
| | |
* | | Merge pull request #10182 from ctiller/cpparenaGravatar Craig Tiller2017-04-20
|\ \ \ | | | | | | | | [EXPERIMENTAL] allocate unary response writer against call arena
* \ \ \ Merge pull request #10450 from vjpai/framerGravatar Vijay Pai2017-04-20
|\ \ \ \ | | | | | | | | | | Frame sizing by BDP
* \ \ \ \ Merge pull request #10747 from vjpai/dedebugGravatar Vijay Pai2017-04-20
|\ \ \ \ \ | | | | | | | | | | | | Remove DEBUG code that is itself buggy (integer overflow)
* \ \ \ \ \ Merge pull request #10730 from ctiller/proxy_crashGravatar Craig Tiller2017-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix cancel on call creation for propagated calls
* \ \ \ \ \ \ Merge pull request #10691 from ncteisen/error-refcountGravatar Noah Eisen2017-04-19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Fix error refcount debug logging
| | | * | | | Remove DEBUG code that is itself buggy (integer overflow)Gravatar Vijay Pai2017-04-19
| |_|/ / / / |/| | | | |
| | | | * | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #10717 from dgquintas/moar_grpclb_leaksGravatar David G. Quintas2017-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix a couple leaks in gRPCLB
| | | | | | * Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_nextGravatar Muxi Yan2017-04-19
| |_|_|_|_|/ |/| | | | |
* | | | | | Include <sys/socket.h> for AF_INETGravatar Mehrdad Afshari2017-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compilation fails on FreeBSD because not all POSIX compliant systems end up including AF_INET from other header files transitively. AF_INET and AF_INET6 should be provided by <sys/socket.h>.
| | | * | | Fix bins/opt/end2end_test ↵Gravatar Craig Tiller2017-04-19
| |_|/ / / |/| | | | | | | | | | | | | | --gtest_filter=ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/1 GRPC_POLL_STRATEGY=poll
| * | | | Fix a couple leaksGravatar David Garcia Quintas2017-04-18
|/ / / /
| | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #10678 from ctiller/style_guideGravatar Craig Tiller2017-04-18
|\ \ \ \ | | | | | | | | | | Public functions must be prefixed with grpc_
* \ \ \ \ Merge pull request #10237 from meliuz/configurable-minbackoff-reconnectGravatar Craig Tiller2017-04-18
|\ \ \ \ \ | | | | | | | | | | | | Make min_backoff_ms timeout configurable
| | | * | | Fix error refcount debug loggingGravatar Noah Eisen2017-04-17
| | | | | |
| | * | | | Public functions must be prefixed with grpc_Gravatar Craig Tiller2017-04-17
| |/ / / / |/| | | |
* | | | | Merge pull request #10391 from dgquintas/lr_back_to_mdGravatar David G. Quintas2017-04-17
|\ \ \ \ \ | |_|/ / / |/| | | | Load Reporting back to using metadata
* | | | | Merge pull request #10668 from dgquintas/update_lb_proto_2Gravatar David G. Quintas2017-04-15
|\ \ \ \ \ | | | | | | | | | | | | Updated load_balancer.proto
| | * | | | Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
| | | | | |
| * | | | | Updated load_balancer.protoGravatar David Garcia Quintas2017-04-15
| | | | | |
* | | | | | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| | | | | |
* | | | | | Merge pull request #10645 from ↵Gravatar David G. Quintas2017-04-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas/client_channel_high_freq_resolver_updates Keep LB policy alive during high freq of resolver updates
* \ \ \ \ \ \ Merge pull request #10664 from dgquintas/http_filter_slicesGravatar David G. Quintas2017-04-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix handling of slice in http_client_filter
| | | | | * | Just set frame size by BDPGravatar Vijay Pai2017-04-14
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #10440 from danzh2010/udpserverGravatar Yang Gao2017-04-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Modify udp_server to postpone shutdown_fd() during shutdown.
* \ \ \ \ \ \ Merge pull request #10398 from ipylypiv/fix_uri_parserGravatar Craig Tiller2017-04-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactor pchar_parse() to use switch()
* \ \ \ \ \ \ \ Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframeGravatar Muxi Yan2017-04-14
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Revert "Revert "Implement lazy deframe""
| | | | | * | | CommentsGravatar David Garcia Quintas2017-04-14
| | | | | | | |
| | | | * | | | Fix handling of slice in http_client_filterGravatar David Garcia Quintas2017-04-14
| | | | | | | |
| | | | | | | * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #10661 from grpc/v1.3.xGravatar Craig Tiller2017-04-14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | 1.3.x upmerge
* | | | | | | | Merge pull request #10494 from y-zeng/fix_server_keepaliveGravatar Yuchen Zeng2017-04-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix server-side keepalive shutdown process
* \ \ \ \ \ \ \ \ Merge branch 'caching_uri' of https://github.com/makdharma/grpc into ↵Gravatar Makarand Dharmapurikar2017-04-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makdharma-caching_uri
* \ \ \ \ \ \ \ \ \ Merge pull request #10583 from ctiller/server_startGravatar Craig Tiller2017-04-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Threading robustness
| | | | | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-04-14
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | revert-10619-revert-9626-lazy-deframe
* | | | | | | | | | | Merge pull request #9972 from sreecha/cq_create_api_changesGravatar Sree Kuchibhotla2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Completion Queue creation API changes (C-Core and C++ only)
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10449 from ctiller/minimal_testGravatar Craig Tiller2017-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test of minimal stacks, and make it pass
| | | | | | * \ \ \ \ \ \ Merge pull request #10641 from ctiller/truebinGravatar Craig Tiller2017-04-14
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | In all cases when writing, respect what the peer has asked for
| | | | | | | | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-04-14
| | | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | revert-10619-revert-9626-lazy-deframe
* | | | | | | | | | | | | | Merge pull request #10405 from bogdandrutu/metadataGravatar David G. Quintas2017-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change metadata names used by the instrumentation.
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #10630 from ctiller/ubsanGravatar Craig Tiller2017-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ubsan fixes
| | | | | | | | * | | | | | | | 1.3.x branch cutGravatar David Garcia Quintas2017-04-13
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | * | | Keep LB policy alive during high freq of resolver updatesGravatar David Garcia Quintas2017-04-13
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |