aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
...
| | | | | * | | | | Add a TODO comment.Gravatar Mark D. Roth2016-11-30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8903 from ctiller/tcp_shutdownGravatar Craig Tiller2016-11-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix TCP shutdown path on Windows
* | | | | | | | | | | Break infinite connection retry loopGravatar Craig Tiller2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we'd keep retrying a connection until the channel closed. With this change, we only retry connecting *if there's a watcher on the subchannel connection state*. This ultimately means that if the lb_policy doesn't care if the subchannel connects, it'll stop trying.
| | | | | | * | | | | Fix shutdown semantics for security handshaker.Gravatar Mark D. Roth2016-11-30
| | | | | | | | | | |
| | | | | | * | | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-30
| | | | | | |\| | | |
| | | | | | | * | | | Allow handshaking to be retried.Gravatar Mark D. Roth2016-11-30
| | | | | | | | | | |
| | | | | | | * | | | Fix unref-while-lock-held bug. Only shut down handshaker if in progress.Gravatar Mark D. Roth2016-11-30
| | | | | | | | | | |
| * | | | | | | | | | clang-formatGravatar Craig Tiller2016-11-30
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'tcp_shutdown' of github.com:ctiller/grpc into tcp_shutdownGravatar Craig Tiller2016-11-30
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Further safety fixes for TCP on WindowsGravatar Craig Tiller2016-11-30
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnageGravatar David Garcia Quintas2016-11-29
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | | | | | * | | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
| | | | | | | |\| | | |
| | | | | | | | * | | | Make handshaker responsible for destroying endpoint on shutdown or failure.Gravatar Mark D. Roth2016-11-29
| | | | | | | | | | | |
| | * | | | | | | | | | clang-formatGravatar Craig Tiller2016-11-29
| | | | | | | | | | | |
| | * | | | | | | | | | Merge github.com:grpc/grpc into tcp_shutdownGravatar Craig Tiller2016-11-29
| |/| | | | | | | | | | | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix races on tcp server shutdown on WindowsGravatar Craig Tiller2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - we were treating an int as atomic, which is dubious at best - it was possible to shutdown while an accept was being handled, and process that shutdown accept before the real accept finished, leading to a use-after-free up the stack
| | | | | | | * | | | Eliminate the user_data overloading hack in handshake_manager.Gravatar Mark D. Roth2016-11-29
| | | | | | | | | | |
| | | | | | | | * | | Fix TSAN failure when running DEBUG mode.Gravatar Robbie Shade2016-11-29
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into security_handshaker1Gravatar Mark D. Roth2016-11-29
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | * | | | Remove redundant fields for endpoints.Gravatar Mark D. Roth2016-11-29
| | | | | | | | | |
| | | | | | * | | | Add locking in security handshaker.Gravatar Mark D. Roth2016-11-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8894 from ctiller/fixit14Gravatar Craig Tiller2016-11-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix TSAN race on adding a reclaimer
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8876 from ctiller/iomgr_shutdownGravatar Craig Tiller2016-11-29
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Flush platform stuff after timer events
| | * | | | | | | | | Fix TSAN race on adding a reclaimerGravatar Craig Tiller2016-11-29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8868 from markdroth/fixit_qpsGravatar Mark D. Roth2016-11-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Improve subproccess cleanup in json_run_localhost.
| | | * | | | | | | | Added pid logging to subprocessGravatar David Garcia Quintas2016-11-28
| | | | | | | | | | |
| | | | * | | | | | | Run clang-format on udp_server.cGravatar Paul Marks2016-11-28
| | | | | | | | | | |
| | * | | | | | | | | Flush platform stuff after timer eventsGravatar Craig Tiller2016-11-28
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can happen that a timer event causes something to be queued to an IOCP, which means that on Windows we need to flush that queue each time a timer event fires during shutdown.
| | | | | | | | | * Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-11-28
| | | | | | | | | |\ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | / | | | | | | | Fixed http_client raceGravatar David Garcia Quintas2016-11-28
| |/ / / / / / / / |/| | | | | | | |
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into backoffGravatar David Garcia Quintas2016-11-28
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix subprocess code to avoid redundant calls to waitpid().Gravatar Mark D. Roth2016-11-28
|/ / / / / / / /
* | | | | | | | Fix clang-formatGravatar Craig Tiller2016-11-28
| | | | | | | |
* | | | | | | | Fix mac buildGravatar Craig Tiller2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Localize global_wakeup_fd declarations, instead of trying to share them, so that this bug is less likely to occur in the future.
| | | * | | | | Updated backoff to spec.Gravatar David Garcia Quintas2016-11-24
| | | | | | | |
| * | | | | | | Fix a memory leak in grpc_udp_server_add_port()Gravatar Paul Marks2016-11-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This occurred when running a QUIC test in an IPv6-only environment: E1123 16:04:20.282041 159850 heap-profile-table.cc:489] RAW: Leak of 1360 bytes in 17 objects allocated from: @ 0x7f160b8923ab gpr_malloc @ 0x7f160b8cff27 copy_error_and_unref @ 0x7f160b8d0151 grpc_error_set_str @ 0x7f160b8e3ff8 error_for_fd @ 0x7f160b8e3edd grpc_create_dualstack_socket @ 0x7f160b8ea5c3 grpc_udp_server_add_port @ 0x7f1627a65d20 grpc_server_add_quic_port @ 0x7f1627a6bea4 grpc::(anonymous namespace)::QuicServerCredentialsImpl::AddPortToServer() ...
* | | | | | | Merge pull request #8847 from yang-g/clang-formatGravatar David G. Quintas2016-11-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Clang-format code
| * | | | | | | Clang-formatGravatar yang-g2016-11-23
| | | | | | | |
* | | | | | | | Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcpGravatar Jan Tattermusch2016-11-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | UserResource does not reference tcp endpoint on windows
| | | | | | | * Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-11-23
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #8650 from kpayson64/poll_cv_improvementGravatar kpayson642016-11-23
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Bypass poll thread if wakeup fd is set
| | * | | | | | UserResource does not reference tcp endpoint on windowsGravatar Jan Tattermusch2016-11-22
| |/ / / / / / |/| | | | | |
| | | | | | * Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-11-21
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tcp_client_posix: Don't overwrite error descr.Gravatar David Garcia Quintas2016-11-20
| | | | | | |
| | | | | | * Minor debug supportGravatar Sree Kuchibhotla2016-11-18
| | | | | | |
| | | | | | * Delete commented out codeGravatar Sree Kuchibhotla2016-11-18
| | | | | | |
| | | | | | * Pollset_set reimplementationGravatar Sree Kuchibhotla2016-11-18
| | | | | | |
| | | | | | * Replace pollset_add_fd with add_poll_objGravatar Sree Kuchibhotla2016-11-18
| | | | | | |
| | | | | | * Add poll_object struct (and related changes to fix compilation errors). No ↵Gravatar Sree Kuchibhotla2016-11-18
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | other functionality changes
* | | | | | Expose message limit constants so that users can reference themGravatar yang-g2016-11-17
| | | | | |