aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Fixed wrong conversion factorGravatar David Garcia Quintas2017-12-13
|
* Do the Step() in the right placeGravatar David Garcia Quintas2017-12-07
|
* moved max(..., min_deadline) to the right place in subchannel.ccGravatar David Garcia Quintas2017-12-06
|
* Fix wrong changes to subchannelGravatar David Garcia Quintas2017-12-05
|
* Undo change to spec and corresponding codeGravatar David Garcia Quintas2017-12-05
|
* Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-05
|\
* | PR CommentsGravatar David Garcia Quintas2017-12-05
| |
| * Merge pull request #13632 from markdroth/inproc_trailing_metadata_availableGravatar Mark D. Roth2017-12-05
| |\ | | | | | | Change inproc transport to set trailing_metadata_available.
| | * Change inproc transport to set trailing_metadata_available.Gravatar Mark D. Roth2017-12-05
| | |
| * | Upmerge changes from v1.8.x to masterGravatar Mehrdad Afshari2017-12-05
| |\ \
| * \ \ Merge pull request #13635 from grpc/remove_duplicate_checkGravatar Juanli Shen2017-12-05
| |\ \ \ | | | | | | | | | | Remove duplicate check for shutting_down
| | | * | Apply #13336 to v1.8.x branch.Gravatar Mark D. Roth2017-12-05
| | | | |
| * | | | Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
| | | | |
| | * | | Remove duplicate check for shutting_downGravatar Juanli Shen2017-12-04
| | | | | | | | | | | | | | | Already checked at line 1826.
| * | | | Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| |/ / /
* | | | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-04
|\| | |
* | | | Cleaned up API. Backoff now returns a single value: the time of the next retryGravatar David Garcia Quintas2017-12-04
| | | |
| * | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
| |\ \ \ | | | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
| * \ \ \ Merge pull request #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
| |\ \ \ \ | | | | | | | | | | | | udp_server async I/O
| * \ \ \ \ Merge pull request #12126 from dutor/fix-accept-queue-initGravatar Craig Tiller2017-12-04
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fix init_max_accept_queue_size
| | | | * | Move chttp2 cleanup code into close_transport_locked().Gravatar Mark D. Roth2017-12-04
| | | | | |
| * | | | | Merge pull request #13599 from kpayson64/fix_flow_control_bug_localGravatar kpayson642017-12-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Initialize last sent ping time
| | * | | | | Initialize last sent ping timeGravatar Ken Payson2017-12-01
| | | | | | |
| | | | * | | fix comment formatGravatar Dan Zhang2017-12-01
| | | | | | |
| | | | * | | Merge branch 'master' into asyncioGravatar Dan Zhang2017-12-01
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | read onceGravatar Dan Zhang2017-12-01
| | | | | | |
| * | | | | | Make comparison of LB policy name case-insensitive.Gravatar Mark D. Roth2017-12-01
| |/ / / / /
| | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
| |\ \ \ \ \ | | | | | | | | | | | | | | Move histogram to test/core/util
| | * | | | | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| | | | | | |
| * | | | | | Merge pull request #13573 from apolcyn/optional_pthread_atforkGravatar Noah Eisen2017-11-30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow compiling without pthread_atfork
| * \ \ \ \ \ \ Merge pull request #13432 from ncteisen/no-more-extern-cGravatar Noah Eisen2017-11-30
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | No More Extern "C"
| | | * | | | | Allow compiling grpc without use of pthread_atforkGravatar Alexander Polcyn2017-11-30
| | | | | | | |
| | | | | | | * Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handlingGravatar Michael Lumish2017-11-30
| | | | | | | |\ | | | | | | | | | | | | | | | | | | Fix uv TCP server handling of wildcard addresses
| | | | | * | | | fix compile errorGravatar Dan Zhang2017-11-30
| | | | | | | | |
| * | | | | | | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Add ReferenceCounted base class.
| | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into v1.8.xGravatar Nicolas "Pixel" Noble2017-11-30
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| | | |\ \ \ \ \ \
| * | | \ \ \ \ \ \ Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7Gravatar Nicolas Noble2017-11-29
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | Upmerge from v1.7
| | | | | | * | | | Modify udp_server to do asynchronous read and write and only re-armGravatar Dan Zhang2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notification when needed. This change prevents event loop thread from doing actual I/O work which might take long time.
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-29
| | | | | | | |\ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| * | | | | / | | | Add missing semicolonsGravatar ncteisen2017-11-29
| | |_|_|_|/ / / / | |/| | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into reference_countedGravatar Mark D. Roth2017-11-29
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Shorted "reference" to "ref".Gravatar Mark D. Roth2017-11-29
| | | | | | | | |
| | * | | | | | | clang-format codeGravatar Mehrdad Afshari2017-11-29
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | * | | | | | Split tracing code into its own class.Gravatar Mark D. Roth2017-11-29
| | | | | | | | |
| * | | | | | | | Merge pull request #13535 from ncteisen/fix-trace-tsanGravatar Noah Eisen2017-11-28
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Tracer TSAN Bug
| * \ \ \ \ \ \ \ \ Merge pull request #13531 from grpc/fix-workaround-var-initGravatar Muxi Yan2017-11-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix uninitialized variable in workaround_cronet_compression_filter