Mark D. Roth
c459ecf7c9
- fix build problems
...
- make changes suggested by reviewer
- add test (not working yet)
9 years ago
Vijay Pai
6b668cc93f
Remove range-based for, comparisons to nullptr
9 years ago
Vijay Pai
4e1a883a5f
Digraph
9 years ago
Vijay Pai
4425828d1d
Should not explicitly initialize these pointers to nullptr in gcc-4.4 case
...
because nullptr assignment actually requires the calling of a constructor.
As a result, the order in which these nullptr initializations take place
is not defined with respect to other initializations.
A pointer that is left without explicit initialization automatically
gets nullptr anyway, so just don't explicitly initialize these.
9 years ago
David Garcia Quintas
2a6c68361a
Fixed printf/gpr_log format.
...
The faulty line is behind a preprocessor define that isn't on by default.
9 years ago
Jan Tattermusch
635fafc398
dont register shutdownhooks for dotnet5.4
9 years ago
Jan Tattermusch
a6c9a9121e
update project.json
9 years ago
Mark D. Roth
ec0bc8b4ed
Initial attempt at a C++ API for defining channel filters.
9 years ago
David Garcia Quintas
c61c235fac
moar pr comments
9 years ago
murgatroid99
43b6373b42
Add well known protos to Node and Ruby tools packages
9 years ago
Craig Tiller
7dce09255d
Fix merge errors
9 years ago
Craig Tiller
a9d8fef039
Fix merge error
9 years ago
Jan Tattermusch
ae7b048de4
upgrade protobuf to 3.0.0-beta3 in project.json files
9 years ago
Jan Tattermusch
5ff32fa9fd
update .xproj files
9 years ago
Jan Tattermusch
c58b3bbbaf
rename Grpc.Dnx.sln
9 years ago
Jan Tattermusch
8d9dff5118
prevent interfering of project.json files with .csproj files in VS2015
9 years ago
Craig Tiller
52f231212f
Make {endpoint,fd}_shutdown idempotent
9 years ago
Jan Tattermusch
2eb09ee543
improve docs for IAsyncStreamReader
9 years ago
Jan Tattermusch
b8d50af3a5
deduplicate send finished handler
9 years ago
David Garcia Quintas
350c151781
pr comments
9 years ago
Jan Tattermusch
f2ce4307bf
fix terminal encoding for cocoapods
9 years ago
Sree Kuchibhotla
9627e2c5f7
Fix a typo in php stress client that was causing the php client to ignore any explicitly passed port
9 years ago
Craig Tiller
8df99f2ac5
Try to get some more debug info
9 years ago
Makarand Dharmapurikar
4de40cae0a
Fixes #2868
9 years ago
Nathaniel Manista
0442214129
UNIMPLEMENTED status for cardinality violation
9 years ago
Sree Kuchibhotla
7ed39a1ef1
PHP stress client in stress test framework
9 years ago
Jan Tattermusch
ec4359ddc1
add support for CoreCLR
9 years ago
Nathaniel Manista
1e44766bfc
Drop unnecessary future division import
...
We only ever use floor division (//) in the module.
9 years ago
Stanley Cheung
6668d51b3c
php: add call getTrailingMetadata API
9 years ago
Craig Tiller
fc25b5f2a8
Fix use-after-free
9 years ago
Craig Tiller
ae134945ad
Handshake timeout implemented, and compiles
9 years ago
Masood Malekghassemi
bb3948813c
Fix namespace package usage
...
Turns out that Python namespace packages may be asymmetrical. The contents of a
particular package that was installed first (here grpcio) appears to retain its
contents in the installation directory when all other distributions declare
that package as a namespace package (here grpcio-tools).
9 years ago
Yuchen Zeng
289dcb1b68
Rename gpr_strpad as gpr_leftpad
9 years ago
Craig Tiller
449c64bc66
Getting handshake timeouts in place
9 years ago
Ken Payson
ed7428526c
Added cleanup to the server thread's join method.
...
When the Python Interpreter exits, it first attempts to join any
outstanding threads. This is problematic if a server is created
as a top-level variable or referenced by a reference cycle, as join()
will hang. This adds cleanup behavior to the server thread's join().
9 years ago
Vijay Pai
8b48191854
Set back to the default log function after using an override
9 years ago
Craig Tiller
89af61e464
Attempt to fix bug breaking perf tests
9 years ago
Ken Payson
f24665fdd8
Fix create_[secure/insecure]_channel argument order
9 years ago
Ken Payson
a8d0a5d5e7
Added Python GA API metadata tests
9 years ago
Nathaniel Manista
4547940d06
Python GA code generation
9 years ago
Jan Tattermusch
504b3b9cc4
set default gRPC C# logging level to Info
9 years ago
Jan Tattermusch
2bab9a8339
add LogLevel enum
9 years ago
Ken Payson
aee9d1aa7d
Added check for signals in poll()
...
Also removed the unused pluck() function
9 years ago
Jan Tattermusch
e4fd5b9fe2
C# merge fixups
9 years ago
Stanley Cheung
e05d31962d
php: add channel argument to BaseStub constructor
9 years ago
Ken Payson
6b943e55fa
Fixed bug with server initial metadata type translation
9 years ago
Craig Tiller
a286b040a9
small fixes
9 years ago
Ken Payson
7aabab7111
Added unit test for empty request/responses
9 years ago
David Garcia Quintas
dd8d84ebb5
spec comments addressed
9 years ago
Martin Dyring-Andersen
0de6cea207
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
9 years ago