aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Add gpr_is_trueGravatar Yuchen Zeng2017-08-25
|
* Add timer annotations in epoll1Gravatar yang-g2017-08-21
|
* Merge pull request #11936 from sreecha/fix-end2end-testGravatar Sree Kuchibhotla2017-08-19
|\ | | | | Fix streaming_response_error end2end test in epoll1
| * disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
| |
* | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
|\ \ | | | | | | Fix assert in grpc_timer_init().
* \ \ Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
|\ \ \ | | | | | | | | Master version bump to 1.7.x
| * | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| | | |
| | * | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| |/ /
| | * initialize pollset struct. Ideally not needed since we do zalloc but some ↵Gravatar Sree Kuchibhotla2017-08-16
| | | | | | | | | | | | code may directly call gpr_malloc to create pollset
| | * Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
| |/
* / Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
|/
* Merge pull request #11831 from ncteisen/flow-control-part2Gravatar Noah Eisen2017-08-14
|\ | | | | Flow Control Part 2: BDP
| * Pull bdp estimation into flowctl moduleGravatar ncteisen2017-08-13
| |
* | Merge pull request #12130 from y-zeng/oauth2Gravatar Yuchen Zeng2017-08-10
|\ \ | | | | | | Fix use-after-free in oauth2_credentials
* \ \ Merge pull request #8982 from kpayson64/cache_poll_threads2Gravatar Jan Tattermusch2017-08-10
|\ \ \ | |_|/ |/| | Cache Poller threads for cv-poll engine
| * | Address PR feedbackGravatar Ken Payson2017-08-09
| | |
* | | Merge pull request #12083 from ncteisen/trace-closure-flushGravatar Noah Eisen2017-08-09
|\ \ \ | | | | | | | | Trace Closure Flush
| | | * Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09
| |_|/ |/| |
* | | Merge pull request #12054 from sreecha/cq_cleanupGravatar Sree Kuchibhotla2017-08-08
|\ \ \ | | | | | | | | Fix data races between cq-shutdown and cq-begin-op for a pluckable cq
| | * | Trace closure flushGravatar ncteisen2017-08-08
| |/ / |/| |
* | | Make bytes_to_send in tsi_handshaker_next constGravatar jiangtaoli20162017-08-07
| | |
* | | Merge pull request #11579 from sreecha/fix_alarmGravatar Sree Kuchibhotla2017-08-04
|\ \ \ | | | | | | | | Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
| | | * Merge remote-tracking branch 'upstream/master' into cache_poll_threads2Gravatar Ken Payson2017-08-04
| | | |\
* | | | \ Merge pull request #11990 from pgonda/patch-2Gravatar Noah Eisen2017-08-04
|\ \ \ \ \ | | | | | | | | | | | | Update tcp_server_utils_posix_common with GPR_ONCE_INIT
* \ \ \ \ \ Merge pull request #12055 from sreecha/fix_epoll1_fd_orphanGravatar Sree Kuchibhotla2017-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is true
* | | | | | | Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |_|_|_|_|/ |/| | | | |
| * | | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is trueGravatar Sree Kuchibhotla2017-08-02
|/ / / / /
| | | * / Fix tsan failures in cq-pluck and cleanup cq codeGravatar Sree Kuchibhotla2017-08-02
| |_|/ / |/| | |
| | * | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-02
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #12021 from jiangtaoli2016/unused_bytesGravatar Jiangtao Li2017-08-02
|\ \ \ \ | | | | | | | | | | Make tsi handshaker result unused bytes const
* \ \ \ \ Merge pull request #11796 from afirago/fix-fallthrough-werrorGravatar Nicolas Noble2017-08-01
|\ \ \ \ \ | | | | | | | | | | | | Fix implicit fallthrough warning on GCC 7.x
| | | | * \ Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-01
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Make tsi handshaker result unused bytes constGravatar jiangtaoli20162017-08-01
| |/ / / / |/| | | |
* | | | | Merge pull request #12000 from yang-g/msanGravatar Yang Gao2017-08-01
|\ \ \ \ \ | | | | | | | | | | | | Initialize initiating_exec_ctx_or_null
* \ \ \ \ \ Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-mallocGravatar Noah Eisen2017-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix leak if duplicated static metadata
* \ \ \ \ \ \ Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_apiGravatar apolcyn2017-07-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add comment and test for API of a parameter to grpc_call_cancel_with_status
| | * | | | | | Fix leak if duplicated static mdGravatar Noah Eisen2017-07-31
| |/ / / / / / |/| | | | | |
| | * | | | | Use zalloc and remove now redundant setsGravatar yang-g2017-07-31
| | | | | | |
| | * | | | | Initialize initiating_exec_ctx_or_nullGravatar yang-g2017-07-31
| |/ / / / / |/| | | | |
| | | * | | Update tcp_server_utils_posix_common with GPR_ONCE_INITGravatar Peter Gonda2017-07-31
| |_|/ / / |/| | | | | | | | | Never initializing s_init_max_accept_queue_size could lead to undefined behavior.
* | | | | Merge pull request #11703 from yang-g/cq_shutdownGravatar Yang Gao2017-07-31
|\ \ \ \ \ | | | | | | | | | | | | Allow adding events to cq after shutdown is called.
* \ \ \ \ \ Merge pull request #11927 from y-zeng/nameserGravatar Yuchen Zeng2017-07-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add src/core/lib/iomgr/nameser.h
| | | * | | | add comment and test for memory api of grpc_call_cancel_with_statusGravatar Alexander Polcyn2017-07-28
| |_|/ / / / |/| | | | |
| | * | | | Resolve commentsGravatar yang-g2017-07-28
| | | | | |
| | * | | | Change return type to boolGravatar yang-g2017-07-28
| | | | | |
| | * | | | Rebase with head and resolve conflictsGravatar yang-g2017-07-28
| | | | | |
| | * | | | Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| |/ / / / |/| | | |
* | | | | Fix use after free error in cqGravatar Sree Kuchibhotla2017-07-27
| | | | |
| * | | | Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
| | | | |
| * | | | Add src/core/lib/iomgr/nameser.hGravatar Yuchen Zeng2017-07-27
| | | | |