index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
iomgr
Commit message (
Expand
)
Author
Age
*
Fixing a few winsocket misuses.
Nicolas "Pixel" Noble
2015-01-24
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
Merge pull request #153 from ctiller/windows-fixes
Jan Tattermusch
2015-01-23
|
\
|
*
Add Newline
Craig Tiller
2015-01-22
*
|
Use the right parameters to syscalls
Craig Tiller
2015-01-21
*
|
Fix memory corruption if >2 ports
Craig Tiller
2015-01-21
*
|
Make option setting work on Mac
Craig Tiller
2015-01-21
|
*
Typo fix
Craig Tiller
2015-01-21
|
*
Add platform ifdefs, fix up some MSVC warnings
Craig Tiller
2015-01-21
|
*
Disable compilation of some files
Craig Tiller
2015-01-21
|
*
Copy pollset_posix to pollset_windows
Craig Tiller
2015-01-21
*
|
Cap the size of the poll kick freelist.
David Klempner
2015-01-20
|
/
*
Factor out the pollset kicking mechanism and eliminate sharding
David Klempner
2015-01-16
*
() --> (void)
Craig Tiller
2015-01-15
*
Merge github.com:google/grpc
Craig Tiller
2015-01-12
|
\
|
*
Return bound port number from grpc_server_add_http2_port.
ctiller
2015-01-12
|
*
Don't log on EINTR.
ctiller
2015-01-09
|
*
Remove libevent.
ctiller
2015-01-09
|
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
|
Fix win32 build error.
Craig Tiller
2015-01-09
|
/
*
Don't log on EINTR.
ctiller
2015-01-08
*
Remove libevent.
ctiller
2015-01-08
*
Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.
klempner
2014-12-29
*
Fix poll kicking, unflaking _low_test.py
klempner
2014-12-29
*
Port [] alarm management to GRPC.
ctiller
2014-12-29
*
gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.
pmarks
2014-12-19
*
Introduce the (outside-of-iomgr) pollset API.
ctiller
2014-12-19
*
Fix include guards.
ctiller
2014-12-17
*
Remove endpoint/ directories.
ctiller
2014-12-17
*
Make alarm initialization take a timespec now.
ctiller
2014-12-16
*
GOAWAY & Reconnection support.
ctiller
2014-12-15
*
Add time averaged stats for future alarm list work.
ctiller
2014-12-15
*
Simplify alarm API.
ctiller
2014-12-15
*
Remove log spam
ctiller
2014-12-12
*
Wait for name resolutions to complete before shutting down iomgr.
ctiller
2014-12-11
*
Introducing iomgr.
ctiller
2014-12-09