Vijay Pai
581097fe0d
Make FCUnary and ServerReaderWriter derived classes of a new
...
ServerReaderWriterInterface so that some functions can be made
to accept either.
8 years ago
siddharthshukla
de84d566b8
Fix the ThreadPoolExecutor: max_workers can't be 0
...
Add a RecordingThreadPool that inherits from Executor, contains a
ThreadPoolExecutor and has an extra method 'was_used' to indicate if
submit method was ever called i.e. if the thread pool was ever used.
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago
Mark D. Roth
00e9c3bb3b
clang-format
8 years ago
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
8 years ago
Alexander Polcyn
2feec72c87
removed blank line
8 years ago
Alex Polcyn
d0729dba7a
move solution dependencies to Grpc.Core.Test dependencies
8 years ago
Alexander Polcyn
86e40c6e35
update templates to not include runtime sections in project.json
8 years ago
Alexander Polcyn
84f0f791e9
removed runtime nodes from project.json libraries
8 years ago
Alex Polcyn
77008b0338
updated hint path to updated library in csproj files
8 years ago
Alexander Polcyn
809292a7af
ran script to update actual docker files
8 years ago
Alexander Polcyn
b205338467
changed ix-async dependencies to System.Interactive.Async version 3.0.0
8 years ago
murgatroid99
7df3597eb0
Regenerate packages
8 years ago
Mark D. Roth
3b4f99549d
Update destroy_call_elem args from merge.
8 years ago
murgatroid99
2db3d99269
Fix error handling authentication errors with non-numeric error codes
8 years ago
Vitaly Buka
e60003d4f9
Fix stack use after scope in call.c
...
AddressSanitizer detects stack-use-after-scope bug.
This means that variable was used at a point when compiler assume that it's
dead.
Here compression_md lifetime is limited by switch scope. However implementation
of execute_op blow access it outside the scope.
8 years ago
David Garcia Quintas
d9cee6f2ac
moar clang-format
8 years ago
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
8 years ago
Muxi Yan
c44f619984
Bug fix on error suppression and comment
8 years ago
David Garcia Quintas
54fe31a779
clang-format
8 years ago
David Garcia Quintas
740759e523
fixed premature destruction of lb_client
8 years ago
Alex Polcyn
b4280fa084
compare test config as objects instead of strings
8 years ago
Muxi Yan
d915c6e28a
Suppress warning in all libraries whose names starting with gRPC-Core
8 years ago
Jorge Canizales
9e83d7ef0f
Fix local server tests & exceptions tests
8 years ago
David Garcia Quintas
a0e278ee3f
fw-declare struct properly
8 years ago
Muxi Yan
b9be58ee5a
Use dedicated build configuration 'Cronet' for the new target
8 years ago
Jan Tattermusch
1c0f30c4a8
fix conditional compilation for netcoreapp1.0 projects
8 years ago
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
8 years ago
Makarand Dharmapurikar
ff47bc0daf
rewrite the core logic to work with end to end tests.
8 years ago
Jorge Canizales
fb3a71d9c0
Fix usage of proto message parsing
...
On account of https://github.com/google/protobuf/pull/1712
8 years ago
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
8 years ago
David Garcia Quintas
8d48911faa
added some separating comments
8 years ago
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
8 years ago
Jorge Canizales
4bb2eb2241
Reset all host configs *before* setting what we need
...
Not after :) This fixes the local server tests failing to SSL handshake.
8 years ago
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
8 years ago
David Garcia Quintas
6531826a56
Reordered lines in grpclb.c for readability
8 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
8 years ago
Stanley Cheung
d083c148a2
php: missed a macro
8 years ago
Jan Tattermusch
3fc8c8a9ff
regenerate
8 years ago
murgatroid99
fcb5271105
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
8 years ago
Muxi Yan
f8372c607a
Minor revisions
8 years ago
Vijay Pai
8f76df40a9
Some compilers don't like big stack frames. There is no need
...
for this to be a power of 2, so let's just shrink it a little.
8 years ago
Jorge Canizales
4da5fd0728
Document
8 years ago
Jorge Canizales
ec0743e612
Leave improving the error message as a TODO
8 years ago
Alex Polcyn
40e8486573
compare test config as objects instead of strings
8 years ago
Jorge Canizales
6af4addd55
Let override default response size limit
...
Still missing: Catch the C-library error to improve the error message.
8 years ago
David Garcia Quintas
41bef45092
pr comments
8 years ago
Nicolas Noble
5a36325896
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
8 years ago
David Garcia Quintas
5dde14ce43
clang-format
8 years ago
Alexander Polcyn
161767771b
update to use new nuget client in tests
8 years ago