aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #10222 from makdharma/caching_with_uriGravatar makdharma2017-03-26
|\ | | | | using URI query to communicate payload
* \ Merge pull request #7771 from y-zeng/cares_buildinGravatar Yuchen Zeng2017-03-24
|\ \ | | | | | | Async DNS resolver with pre-configured c-ares
* \ \ Merge pull request #10275 from ctiller/memoryGravatar Craig Tiller2017-03-24
|\ \ \ | | | | | | | | Memory usage tweaks
* \ \ \ Merge pull request #10245 from sreecha/cq_factory_apiGravatar Sree Kuchibhotla2017-03-24
|\ \ \ \ | | | | | | | | | | Introduce grpc_completion_queue_factory API
* \ \ \ \ Merge pull request #10292 from yang-g/udp_serverGravatar Yang Gao2017-03-24
|\ \ \ \ \ | | | | | | | | | | | | Prevent cleaning up the fd twice.
* \ \ \ \ \ Merge pull request #10271 from yang-g/error_msgGravatar Yang Gao2017-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use 7-bit prefix in manually created header.
| | | | | | * review feedback and one bugfixGravatar Makarand Dharmapurikar2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a needed unref_internal changed k_query_separator to a char from string review feedback addressed. added todo for changing flags to bool from int
| | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uriGravatar Makarand Dharmapurikar2017-03-24
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #10268 from y-zeng/fix_tcpGravatar Yuchen Zeng2017-03-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix tcp_server_utils_posix_common
* \ \ \ \ \ \ \ Merge pull request #10293 from nicolasnoble/upmerge-1.2.0Gravatar Nicolas Noble2017-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upmerge from 1.2.0
* | | | | | | | | Add socket factory support to udp_server.cGravatar Michael Warres2017-03-24
| | | | | | | | |
| * | | | | | | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
|/| | | | | | | |
| | | | * | | | | Prevent cleaning up the fd twice.Gravatar yang-g2017-03-23
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | Spam cleanupGravatar Craig Tiller2017-03-23
| | | | | | | |
| | | | | * | | Memory usage tweaksGravatar Craig Tiller2017-03-23
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve estimation to give a more reliable slop space in the arena - Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
| | | | | | * fix a fuzzer detected corner caseGravatar Makarand Dharmapurikar2017-03-23
| | | | | | |
| | | | | * | Update with the new error interfaceGravatar Yuchen Zeng2017-03-23
| | | | | | |
| | | | | | * yet another ref fixGravatar Makarand Dharmapurikar2017-03-23
| | | | | | |
| | | * | | | Use 7-bit prefix in manually created header.Gravatar yang-g2017-03-23
| |_|/ / / / |/| | | | |
| | | | | * fixed yet another referencing issueGravatar Makarand Dharmapurikar2017-03-23
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-23
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Fix tcp_server_utils_posix_commonGravatar Yuchen Zeng2017-03-23
| |/ / / / |/| | | |
| | | | * fixed asan memory leak ref issueGravatar Makarand Dharmapurikar2017-03-23
| | | | |
* | | | | Merge pull request #10109 from ncteisen/error-slice-optimizationGravatar Noah Eisen2017-03-22
|\ \ \ \ \ | | | | | | | | | | | | Error slice optimization
| | | | | * addressed review feedback.Gravatar Makarand Dharmapurikar2017-03-22
| | | | | |
| | | | | * free the allocated slice to fix asan failureGravatar Makarand Dharmapurikar2017-03-22
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | error-slice-optimization
* | \ \ \ \ \ Merge pull request #10189 from ctiller/call_casesGravatar Craig Tiller2017-03-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack
* | | | | | | Merge pull request #10252 from jboeuf/no_creds_assert_in_server_auth_filterGravatar Robbie Shade2017-03-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Removing credentials assert in server_auth_filter.
| | | | | | * \ Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #10247 from y-zeng/fix_lb_subchannelGravatar Yuchen Zeng2017-03-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
| | * | | | | | | Removing credentials assert in server_auth_filter.Gravatar Julien Boeuf2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow other transports with built-in security to use this filter.
* | | | | | | | | Merge pull request #10238 from ctiller/bm_chttp2_topGravatar Craig Tiller2017-03-22
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add benchmark suite for chttp2
* | | | | | | | | Merge pull request #10203 from ncteisen/error-ownership-semanticsGravatar Noah Eisen2017-03-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Error Ownership Doc
* \ \ \ \ \ \ \ \ \ Merge pull request #9655 from markdroth/remove_initial_connect_stringGravatar Mark D. Roth2017-03-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove initial_connect_string hack.
| | | | | | | | * | | Fix bugGravatar Sree Kuchibhotla2017-03-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10210 from muxi/enable-cronet-compressionGravatar Muxi Yan2017-03-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable cronet compression
| | | * | | | | | | | | Line breaks and doc reffingGravatar ncteisen2017-03-21
| | | | | | | | | | | |
| | | | | | | | | * | | Merge branch 'master' into cq_factory_apiGravatar Sree Kuchibhotla2017-03-21
| | | | | | | | | |\ \ \
| | | | | | | | | * | | | Add version macroGravatar Sree Kuchibhotla2017-03-21
| | | | | | | | | | | | |
| | | | | * | | | | | | | Fix subchannel creation in pick_first and round_robinGravatar Yuchen Zeng2017-03-21
| | | | | | |_|_|_|/ / / | | | | | |/| | | | | |
| | | | | | | | | * | | Introduce grpc_completion_queue_factory APIGravatar Sree Kuchibhotla2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just the API and a bare-bone implementation
| | | | | | * | | | | | Merge github.com:grpc/grpc into call_casesGravatar Craig Tiller2017-03-21
| | | | | | |\ \ \ \ \ \ | | | | | | |/ / / / / / | | | | | |/| | | | | |
* | | | | / | | | | | | Assert on thread creationGravatar Ken Payson2017-03-21
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #10208 from muxi/fix-trailer-onlyGravatar Muxi Yan2017-03-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add :status header in the case of trailer-only failure reply
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into enable-cronet-compressionGravatar Muxi Yan2017-03-21
| | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9850 from markdroth/retry_throttleGravatar Mark D. Roth2017-03-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | Retry throttling implementation.
| | | | * | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-21
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | remove_initial_connect_string
| | | | | | | | | | * | Fix shutdown process on macosGravatar Yuchen Zeng2017-03-21
| | | | | | | | | | | |
| | | * | | | | | | | | clang-formatGravatar Muxi Yan2017-03-21
| | | | | | | | | | | |