aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
Commit message (Collapse)AuthorAge
* Move block_annotate from iomgr to support since it's used in otherGravatar vjpai2015-09-24
| | | | core places besides iomgr
* Merge branch 'master' into block_annotate and fix conflict in ↵Gravatar Vijay Pai2015-09-24
|\ | | | | | | resolve_address_posix.c
* | Cleanup existing code to use GPR_ARRAY_SIZEGravatar Vijay Pai2015-09-24
| |
* | Put in blocking point annotations at places in the code where we may block ↵Gravatar Vijay Pai2015-09-24
| | | | | | | | for reasons other than synchronization
| * Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
| |\ | |/ |/|
* | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\ \ | | | | | | Release 0.11 to master upmerge.
| * \ Merge pull request #3397 from nicolasnoble/shutdown-win32-warningGravatar Craig Tiller2015-09-22
| |\ \ | | | | | | | | Shutting down warning about operations on closed sockets.
| | * | Shutting down warning about operations on closed sockets.Gravatar Nicolas "Pixel" Noble2015-09-22
| | | |
* | | | Merge branch 'fix_windows_build' into win_fix_parameter_typesGravatar Jan Tattermusch2015-09-21
|\ \ \ \
* | | | | make function definitions match declaration in headerGravatar Jan Tattermusch2015-09-21
| | | | |
| * | | | remove leftover field initializationGravatar Jan Tattermusch2015-09-21
|/ / / /
| * / / Move in-flight callback check upGravatar Craig Tiller2015-09-17
| |/ / | | | | | | | | | | | | | | | | | | | | | Fixes #3203 We entered a live lock race between the promotion callback and pollers, which was only resolved when the background executor got lucky enough to pick up the async work.
* | | Merge remote-tracking branch 'upstream/master' into rename_callbackGravatar Robbie Shade2015-09-17
|\ \ \
| * | | Move in-flight callback check upGravatar Craig Tiller2015-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3203 We entered a live lock race between the promotion callback and pollers, which was only resolved when the background executor got lucky enough to pick up the async work.
| * | | Add server trace lineGravatar Craig Tiller2015-09-16
| | | |
| * | | Add tracing for connect latencyGravatar Craig Tiller2015-09-16
| | | |
| * | | Merge pull request #3123 from rjshade/SOCK_NONBLOCKGravatar Yang Gao2015-09-15
| |\ \ \ | | | | | | | | | | Add SOCK_NONBLOCK option to UDP sockets.
| * \ \ \ Merge pull request #3135 from rjshade/remove_udp_new_transport_cbGravatar Yang Gao2015-09-15
| |\ \ \ \ | | | | | | | | | | | | Remove on_connect callback from udp_server
| * \ \ \ \ Merge pull request #3338 from ctiller/bettererer-portsGravatar David G. Quintas2015-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Better port selection
| | * | | | | Fix memory leakGravatar Craig Tiller2015-09-15
| | | | | | |
| * | | | | | Merge pull request #3340 from grpc/release-0_11Gravatar Eric Anderson2015-09-14
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | Release 0.11 branch to master.
| | | * | | | Fix a race in fd_posix.cGravatar Craig Tiller2015-09-14
| | | | | | |
| | | * | | | Sprinkle castsGravatar Craig Tiller2015-09-14
| | |/ / / / | |/| | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCKGravatar Robbie Shade2015-09-14
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cbGravatar Robbie Shade2015-09-14
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'upstream/master' into rename_callbackGravatar Robbie Shade2015-09-14
|\| | | | |
| | | | | * Enable -WshadowGravatar Craig Tiller2015-09-11
| | |_|_|/ | |/| | |
| * | | | Mac build fixesGravatar Craig Tiller2015-09-10
| | | | |
| * | | | Enable -WconversionGravatar Craig Tiller2015-09-10
| | | | |
| * | | | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| | | | |
| * | | | Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
| | | | |
| * | | | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
| |\ \ \ \
| * | | | | Sign conversion fixesGravatar Craig Tiller2015-09-10
| | | | | |
| | | * | | remove excess logsGravatar Jan Tattermusch2015-09-09
| | |/ / /
| | * | | Remove check for no workersGravatar Craig Tiller2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I *believe* this is actually safe, and the assert was errantly copy-pasted a while back. Fixes #3022
| | * | | Merge pull request #3249 from nicolasnoble/windows-fixesGravatar Craig Tiller2015-09-04
| | |\ \ \ | | | | | | | | | | | | Fixing lingering bytes clipping issue on socket shutdown.
| | | * | | Fixing lingering bytes clipping issue on socket shutdown.Gravatar Nicolas Noble2015-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information, see comments on https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx
| | * | | | avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
| | |/ / /
| | * | | fixes for windowsGravatar Craig Tiller2015-09-01
| | | | |
| | * | | Fixup windows serverGravatar Craig Tiller2015-09-01
| | | | |
| | | | * Use standard grpc_ functions to set nonblock.Gravatar Robbie Shade2015-09-01
| | | | |
* | | | | Fix cb argument nameGravatar Robbie Shade2015-08-28
| | | | |
| | | * | Remove unnecessary new_transport callback from the UDP serverGravatar Robbie Shade2015-08-28
| | | | |
* | | | | Rename the TCP server callback arguments to be more descriptive.Gravatar Robbie Shade2015-08-28
| |_|/ / |/| | |
| | * | Cleaning up Windows endpoint codeGravatar Craig Tiller2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass
| | | * Add SOCK_NONBLOCK option to UDP sockets.Gravatar Robbie Shade2015-08-28
| |_|/ |/| |
| | * Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
| |/ |/|
* | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| |
* | Properly reset incoming bufferGravatar Craig Tiller2015-08-26
| |
* | Fix uninitialized dataGravatar Craig Tiller2015-08-26
| |