Paul Marks
|
63541a1de1
|
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
Users of the high-level API should not care whether we're using AF_INET
or AF_INET6 sockets internally.
|
9 years ago |
yang-g
|
b335256444
|
Add AsyncNotifyWhenDone
|
9 years ago |
Jan Tattermusch
|
9fb1d200f1
|
watch connectivity state API has changed in the meantime
|
9 years ago |
Jan Tattermusch
|
07ea52c29c
|
add DefaultAuthority constant to channel options
|
9 years ago |
Jan Tattermusch
|
dead905b87
|
expose Channel.Target property
|
9 years ago |
Jan Tattermusch
|
9c7e46f55c
|
use NULL for default host in grpc_channel_call_create
|
9 years ago |
Jan Tattermusch
|
d8bbdeae42
|
Added channel state API
|
9 years ago |
Jan Tattermusch
|
0175e18133
|
tolerate occasional StatusCode.Internal on timeout
|
9 years ago |
Jan Tattermusch
|
dd8a80fa9a
|
clarified comment and silenced error log
|
9 years ago |
Christian Blichmann
|
abd60a39d5
|
Change cast to avoid warning
|
9 years ago |
Christian Blichmann
|
e60c5e3810
|
Use an unsigned pointer compare, as the highest bit may sometimes be set.
This fixes intermittent connection issues on 32-bit Linux. Also related
to issues #2557 and #2600.
|
9 years ago |
Jan Tattermusch
|
2f25d98ba5
|
properly decrement active_ports
|
9 years ago |
Jorge Canizales
|
e8d953557d
|
Formatting and documentation
|
9 years ago |
Jorge Canizales
|
37a44d875f
|
Use the protoc made when one isn’t yet installed
|
9 years ago |
Jan Tattermusch
|
deab29e182
|
Fix compilation under VS 2010
|
9 years ago |
Jorge Canizales
|
e95f241c96
|
Reactivate Cocoapods error output
|
9 years ago |
Jorge Canizales
|
02039a25c7
|
Fail early and explicitly if protoc, pod, or xcodebuild are missing
|
9 years ago |
Jorge Canizales
|
5115af58e4
|
Make FileNameInUpperCamel aware of directories
|
9 years ago |
Jorge Canizales
|
faf58b84b5
|
Update doc in GRPCCompletionQueue.h
|
9 years ago |
Jorge Canizales
|
013f87a9a7
|
Unused ivar in GRPCCall.m
|
9 years ago |
Jorge Canizales
|
9e51972d22
|
grpc_init() is already called in GRPCWrappedCall
|
9 years ago |
Jorge Canizales
|
597ef98693
|
GRPCCall.m formatting.
|
9 years ago |
yang-g
|
2f04c6e258
|
check before unref, this will fail in BadCreds test
|
9 years ago |
Craig Tiller
|
5666a20dd9
|
Respond to review
|
9 years ago |
Craig Tiller
|
2cd9dd9da6
|
Remove optional parameter from watch connectivity state
|
9 years ago |
Nathaniel Manista
|
dde9071f9b
|
Affirm metadata transmission in a common function
This introduces grpc_test.test_common for gRPC-specific test code and
fixes issue 2570.
|
9 years ago |
yang-g
|
d556da9f28
|
Pass NULL as host by default. Use context.authority() or channel.SslNameOverride() when set.
|
9 years ago |
Masood Malekghassemi
|
2b84162bd4
|
Use py.test from run_tests.py
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
|
9 years ago |
Masood Malekghassemi
|
791cc31a49
|
Enable Python testing and coverage
|
9 years ago |
Craig Tiller
|
2fc2a164ae
|
Switch ALPN/NPN to advertise only h2
|
9 years ago |
Jorge Canizales
|
d0b32e9a55
|
Make plugin & server, and pod install via run_tests.py
|
9 years ago |
Jorge Canizales
|
856aca8d26
|
Ensure the tests podspecs find the plugin they make
|
9 years ago |
Jorge Canizales
|
f4ff31a642
|
Have tests podspecs make only the ObjC plugin
|
9 years ago |
Jorge Canizales
|
0238b3ae47
|
Generate deterministic UUIDs in the Pods project
|
9 years ago |
Nicolas Noble
|
563b8a2779
|
Regenerating project files and massaging VS project files.
|
9 years ago |
Masood Malekghassemi
|
623b7aee4a
|
Reorganize Python tests
|
9 years ago |
Masood Malekghassemi
|
fe8dc883d0
|
Reorganize Python packages
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
|
9 years ago |
Alistair Veitch
|
1178900c04
|
merge with master, fix build issue
|
9 years ago |
murgatroid99
|
94be2a8db1
|
Revert changes to extconf.rb
|
9 years ago |
murgatroid99
|
a43c14fef8
|
Make ruby tests see changes to C core
|
9 years ago |
yang-g
|
c5d3f43713
|
make random uint32
|
9 years ago |
Craig Tiller
|
0613e5835b
|
Fix a race that could cause a double delete
|
9 years ago |
Craig Tiller
|
e2b3bfa4e4
|
Ensure server is alive when we free requested calls
|
9 years ago |
Craig Tiller
|
42b6c93c36
|
Make TSAN happy with our lock free stack
|
9 years ago |
Alistair Veitch
|
ff32faf3c9
|
Move grpc_census_call_*_context calls into public header
|
9 years ago |
Craig Tiller
|
6b9f5c6488
|
Provide default host name
|
9 years ago |
Craig Tiller
|
83f4d4e218
|
Add a subchannel factory decorator library
|
9 years ago |
Alistair Veitch
|
100a6e1d82
|
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
|
9 years ago |
Masood Malekghassemi
|
d65632ab04
|
Add Python documentation generation
|
9 years ago |
Jan Tattermusch
|
eab5c3355d
|
fix race in server shutdown
|
9 years ago |