aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* FixesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* dont check read_info for writesGravatar Jan Tattermusch2016-03-25
|
* Merge pull request #5920 from yang-g/ipv6Gravatar Jan Tattermusch2016-03-23
|\ | | | | Fix failure handling code
* \ Merge pull request #5909 from vjpai/make_building_great_againGravatar Jan Tattermusch2016-03-23
|\ \ | | | | | | Fix some issues in building under certain configurations
* \ \ Merge pull request #5383 from miselin/add_request_parsingGravatar Jan Tattermusch2016-03-23
|\ \ \ | | | | | | | | Add HTTP request parsing
* \ \ \ Merge pull request #5897 from ctiller/fix_timeGravatar Jan Tattermusch2016-03-23
|\ \ \ \ | | | | | | | | | | Fix timeout decoding logic for times that become infinite
| | | | * resolve commentsGravatar yang-g2016-03-23
| | | | |
* | | | | Merge pull request #5755 from ahedberg/unix_sockets_optionalGravatar Jan Tattermusch2016-03-23
|\ \ \ \ \ | | | | | | | | | | | | Make unix sockets optional
| | | * | | Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
| | | | * Fix failure handling codeGravatar yang-g2016-03-22
| | | | |
* | | | | Merge pull request #5899 from dgquintas/uchannels_kthxbaiGravatar Jan Tattermusch2016-03-22
|\ \ \ \ \ | | | | | | | | | | | | removed uchannels
* \ \ \ \ \ Merge pull request #5733 from ctiller/dns_backoffGravatar Jan Tattermusch2016-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Exponential backoff for DNS retries
* \ \ \ \ \ \ Merge pull request #5896 from vjpai/i_know_freelistsGravatar Jan Tattermusch2016-03-22
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Lock the FD when initializing it out of the freelist
| | | | * | | fix include guard for unix_sockets_posixGravatar ahedberg2016-03-22
| | | | | | |
| | | | * | | more style fixesGravatar ahedberg2016-03-22
| | | | | | |
| | | | * | | include sockaddr.h in unix_sockets_posix.h for platform compatibilityGravatar ahedberg2016-03-22
| | | | | | |
| | | | * | | fix copyright dates and style issuesGravatar ahedberg2016-03-22
| | | | | | |
| | | | * | | fix compilation errorsGravatar ahedberg2016-03-22
| | | | | | |
| | | | * | | prefix external linkage functions with grpcGravatar ahedberg2016-03-22
| | | | | | |
| | | | | | * Fix a missing include in UDP_SERVER code andGravatar vjpai2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do some typecasts for stronger warning-protection in channel stack builder calls
* | | | | | | Merge pull request #5870 from dgquintas/fix_staticGravatar Jan Tattermusch2016-03-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add identity to static metadata accept-encodings bitmasks
* \ \ \ \ \ \ \ Merge pull request #5898 from vjpai/log_wallGravatar Jan Tattermusch2016-03-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove a spammy log
* \ \ \ \ \ \ \ \ Merge pull request #5417 from ctiller/fix_somethingGravatar Jan Tattermusch2016-03-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add extra error detail for pipe creation failure
* \ \ \ \ \ \ \ \ \ Merge pull request #5832 from vjpai/make_udp_server_test_great_againGravatar Nicolas Noble2016-03-21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Add needed include for udp_server_test
| | | | | | | * | | removed uchannelsGravatar David Garcia Quintas2016-03-21
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | | * | | | | | Remove a spammy logGravatar vjpai2016-03-21
| |_|/ / / / / / |/| | | | | | |
| | | | * | | | Lock the FD when initializing it out of the freelist.Gravatar vjpai2016-03-21
| |_|_|/ / / / |/| | | | | |
| | | | | | * Fix time encodingGravatar Craig Tiller2016-03-21
| |_|_|_|_|/ |/| | | | |
| | | * | | Add identity to static metadata accept-encodings bitmasksGravatar David Garcia Quintas2016-03-21
| | | | | |
* | | | | | Merge pull request #5788 from vjpai/make_clang_great_again_v2Gravatar Jan Tattermusch2016-03-21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update clang for the Dockerfile used in tsan tests, fix a newly exposed bug
| | | | * | Merge github.com:grpc/grpc into dns_backoffGravatar Craig Tiller2016-03-21
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | * | | Merge branch 'fix_something' of github.com:ctiller/grpc into fix_somethingGravatar Craig Tiller2016-03-21
| | | |\ \ \
| | | * \ \ \ Merge github.com:grpc/grpc into fix_somethingGravatar Craig Tiller2016-03-21
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'master' into make_clang_great_again_v2Gravatar vjpai2016-03-21
| |\ \ \ \ \ \
* | | | | | | | Fix castGravatar Craig Tiller2016-03-21
| | | | | | | |
* | | | | | | | Please the include sanity checkGravatar Craig Tiller2016-03-21
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | New #include guard sanity check + fixes to current guards
| * \ \ \ \ \ \ \ Merge github.com:grpc/grpc into backoff2Gravatar Craig Tiller2016-03-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reintroduce flakiness flag for tests: lb_policies_test is inherently flaky and I don't have time to deflake this week
| | | | * | | | | | Reorder a release store after the operations it protects.Gravatar vjpai2016-03-18
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #5819 from dgquintas/compression_levelsGravatar Jan Tattermusch2016-03-18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implemented compression level algorithms properly
| * | | | | | | | | Revert "Revert "Factor out backoff code into a separate library (to be ↵Gravatar Craig Tiller2016-03-18
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | re-used elsewhere)""
| * | | | | | | | Merge pull request #5527 from ctiller/xoxoGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix comparison function
| * | | | | | | | | Revert "Factor out backoff code into a separate library (to be re-used ↵Gravatar David G. Quintas2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elsewhere)"
| * | | | | | | | | Merge pull request #5706 from deepaklukose/devGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Expose pem cert in AuthContext for SSL/TLS channels
| | | | | | * | | | | Remove a typedef that was causing a redefinition errorGravatar vjpai2016-03-18
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | on some compilers
| | | | * | | | | | Locked read access to call->encodings_accepted_by_peerGravatar David Garcia Quintas2016-03-18
| | | | | | | | | |
| | | | | * | | | | new fixed guardsGravatar David Garcia Quintas2016-03-18
| | | | | | | | | |