index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ext
/
resolver
Commit message (
Expand
)
Author
Age
...
|
*
|
|
Add fake resolver for tests.
Mark D. Roth
2016-10-03
|
|
|
*
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-03
|
|
|
|
\
|
*
|
|
|
Centralized logic for choosing the right LB policy.
Mark D. Roth
2016-10-03
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into service_config
Mark D. Roth
2016-09-30
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
clang-format
Mark D. Roth
2016-09-30
|
|
*
|
Change sockaddr resolver to allow setting method config via URI query params.
Mark D. Roth
2016-09-30
|
*
|
|
PR comments
David Garcia Quintas
2016-09-28
|
*
|
|
Populate server_name for sockaddr resolver
David Garcia Quintas
2016-09-27
|
|
|
*
Clang format
murgatroid99
2016-09-26
|
|
*
|
Encode method config table in channel args instead of in resolver result.
Mark D. Roth
2016-09-26
|
|
*
|
Move method config table code to its own module.
Mark D. Roth
2016-09-23
|
|
/
/
|
|
*
Merge branch 'master' into uv_core_transport
murgatroid99
2016-09-23
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Remove sockaddr type structs and socklen_t from internal core APIs, update PO...
murgatroid99
2016-09-23
|
*
|
Merge remote-tracking branch 'upstream/master' into http_connect
Mark D. Roth
2016-09-21
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/master' into http_connect
Mark D. Roth
2016-09-19
|
|
\
\
\
|
|
|
|
*
Merge branch 'master' into uv_core_transport
murgatroid99
2016-09-16
|
|
|
|
|
\
|
|
|
|
*
|
Add a libuv endpoint to the C core, for use in the Node library
murgatroid99
2016-09-16
|
*
|
|
|
|
Fix merge problems.
Mark D. Roth
2016-09-16
|
*
|
|
|
|
Merge remote-tracking branch 'upstream/master' into http_connect
Mark D. Roth
2016-09-16
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2
Mark D. Roth
2016-09-16
|
|
|
|
|
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
|
*
|
|
Bug fixes and cleanups.
Mark D. Roth
2016-09-16
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes
Mark D. Roth
2016-09-16
|
|
|
|
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
Allow resolver to pass channel args to LB policy.
Mark D. Roth
2016-09-15
|
|
*
|
|
|
More PR comments
David Garcia Quintas
2016-09-14
*
|
|
|
|
|
Rename client_config directory to client_channel.
Mark D. Roth
2016-09-14
|
|
*
|
|
|
Moved LB token changes solely into grpclb.c
David Garcia Quintas
2016-09-12
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Fix use-after-free bug.
Mark D. Roth
2016-09-09
|
|
|
*
|
Move LB policy instantiation from resolvers into client_channel.
Mark D. Roth
2016-09-08
|
|
|
/
/
|
|
*
|
Move is_balancer into a new struct in the client_config directory.
Mark D. Roth
2016-09-07
|
*
|
|
Use http_proxy environment variable instead of URI query param.
Mark D. Roth
2016-09-06
|
|
*
|
Add is_resolver bit to grpc_resolved_address.
Mark D. Roth
2016-09-06
|
|
/
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into http_connect
Mark D. Roth
2016-08-31
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Rename grpc_client_config to grpc_resolver_result.
Mark D. Roth
2016-08-22
|
|
*
Renamed GPR_ constants to GRPC_ in iomgr/port.h
murgatroid99
2016-08-08
|
|
/
|
/
|
|
*
Use URI query string instead of channel arg to indicate use of proxy.
Mark D. Roth
2016-07-25
|
*
Plumb server name down into the subchannel.
Mark D. Roth
2016-07-22
|
/
*
Expunge all references to zookeeper
Craig Tiller
2016-07-01
*
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
Craig Tiller
2016-06-15
|
\
|
*
Add format check for gpr_log and gpr_asprintf
Yuchen Zeng
2016-06-10
*
|
clang-format
Craig Tiller
2016-06-01
*
|
Fix format string crash bug
Craig Tiller
2016-06-01
*
|
clang-format
Craig Tiller
2016-05-24
*
|
Rename functions
Craig Tiller
2016-05-24
*
|
Remove zookeeper
Craig Tiller
2016-05-17
*
|
Fix goaway_server_test
Craig Tiller
2016-05-12
*
|
Progress converting to new error system
Craig Tiller
2016-05-05
|
/
*
Fixup API changes
Craig Tiller
2016-04-21
*
Merge github.com:grpc/grpc into api_fuzzer
Craig Tiller
2016-04-21
|
\
*
|
Single thread fake name resolution for fuzzing
Craig Tiller
2016-04-13
|
*
Factored out parse functions from sockaddr_resolver
David Garcia Quintas
2016-04-08
|
/
[prev]
[next]