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
/
resolve_address_posix.c
Commit message (
Expand
)
Author
Age
*
Introducing grpc_executor, for all your threading needs
David Garcia Quintas
2015-10-07
*
Merge pull request #3476 from vjpai/block_annotate
Yang Gao
2015-09-25
|
\
|
*
Move block_annotate from iomgr to support since it's used in other
vjpai
2015-09-24
|
*
Merge branch 'master' into block_annotate and fix conflict in resolve_address...
Vijay Pai
2015-09-24
|
|
\
|
*
|
Cleanup existing code to use GPR_ARRAY_SIZE
Vijay Pai
2015-09-24
*
|
|
Merge github.com:grpc/grpc into shindig
Craig Tiller
2015-09-24
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
Put in blocking point annotations at places in the code where we may block fo...
Vijay Pai
2015-09-24
*
|
|
clang-format all core files
Craig Tiller
2015-09-22
*
|
|
Move argument passing to start of list
Craig Tiller
2015-09-22
*
|
|
Rename init
Craig Tiller
2015-09-22
*
|
|
Rename run
Craig Tiller
2015-09-22
*
|
|
indent pass to get logical source lines on one physical line
Craig Tiller
2015-09-22
*
|
|
Rename call_list to closure_list
Craig Tiller
2015-09-22
*
|
|
Call list progress
Craig Tiller
2015-09-18
|
|
/
|
/
|
|
*
Enable -Wshadow
Craig Tiller
2015-09-11
|
/
*
clang-format all source
Craig Tiller
2015-08-18
*
Don't unregister resolver object until callback complete
Craig Tiller
2015-07-01
*
Expose gpr_asprintf and gpr_strdup
Masood Malekghassemi
2015-06-03
*
Label all iomgr objects
Craig Tiller
2015-06-01
*
strcmp: change all !str[n]cmp to str[n]cmp == 0
Ronnie Sahlberg
2015-03-07
*
Manually resolve well-known service names
Raul Silvera
2015-03-04
*
Spam cleanup
Craig Tiller
2015-02-24
*
Factorizing out function split_host_port.
Nicolas "Pixel" Noble
2015-02-20
*
Merge branch 'master' of github.com:google/grpc into win32
Nicolas "Pixel" Noble
2015-02-21
|
\
*
|
Fixing Windows port.
Nicolas "Pixel" Noble
2015-02-20
|
/
*
Fixing a few winsocket misuses.
Nicolas "Pixel" Noble
2015-01-24
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
Remove libevent.
ctiller
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Remove libevent.
ctiller
2015-01-08
*
Wait for name resolutions to complete before shutting down iomgr.
ctiller
2014-12-11
*
Introducing iomgr.
ctiller
2014-12-09