Craig Tiller
b9c5505c4a
Fix undefined behavior
9 years ago
Masood Malekghassemi
154b0eeaa9
Enable binary linux distributions for Python
9 years ago
Craig Tiller
2c1c7d5473
Fix copyrights
9 years ago
Craig Tiller
493c15113e
Add comment
9 years ago
Nicolas "Pixel" Noble
1d44510083
Tidying things up.
9 years ago
Nicolas "Pixel" Noble
607faedc3a
Fixing gpr_getenv.
9 years ago
Nathaniel Manista
c1739ea842
Implement three missing face test methods
9 years ago
Craig Tiller
b0f275e4af
Small testing fixes
...
- end2end test deadlines may complete before checking IsCancelled
=> don't expect it to be false in these cases
- add exponential backoff to port_posix
- ensure run_tests rebuilds targets with a regex I commonly use
9 years ago
Alistair Veitch
268c356040
Remove bad error return in census_initialize
9 years ago
Nathaniel Manista
6e1dd9ad06
Fix reporting unexpected abortions in event tests
...
Writing "<format string containing one directive> % <expression>"
instead of "<format string containing one directive> % (<expression>,)"
is always a problem; the particular problem in this case came from
face.Abortion being a subclass of a class created with
collections.namedtuple.
9 years ago
murgatroid99
59ab169ac1
Fix copyrights
9 years ago
Vijay Pai
e0b0e27f3a
clang-format
9 years ago
vjpai
a24e9d774c
Sanity checks and asan fix
9 years ago
Bogdan Drutu
441499ac5e
Fix the initialization by modifying the grpc_channel_args_is_census_enabled to by default return census_enabled() instead of always disable
9 years ago
Vijay Pai
17e630af30
Fix a case in bbuf copy constructore
9 years ago
vjpai
a00f998089
Actually create async generic server
9 years ago
Craig Tiller
64616496e2
Alternative ownership for global callbacks
9 years ago
Nicolas "Pixel" Noble
7b92db65ac
Cleaning up ruby extension code a bit.
9 years ago
Nicolas "Pixel" Noble
742eac1814
Cleaning up Windows compilation.
9 years ago
Nathaniel Manista
8fff90d3a9
Drop use of functools.wrap in logging_pool
...
functools.wrap is only warranted to work with functions and methods but
logging_pool is warranted to work with callable behaviors, so using
functools.wrap has been wrong all along.
The particular incompatibility motivating this correction is that
callable objects do not have a "__name__" attribute.
9 years ago
Nathaniel Manista
a847f51c94
Move parallel RPC code to correct test method
...
In 4a9b1c6988
I mistakenly added statements to test
test_constants.PARALLELISM RPCs made in parallel to the
testSequentialInvocations test method rather than the
testParallelInvocations test method. How embarrassing!
9 years ago
Bogdan Drutu
7630256ded
Fix typo.
9 years ago
Bogdan Drutu
050072403a
Initialize census if not initialized yet and some features are available.
9 years ago
Craig Tiller
bd3075efbd
Fix sanity
9 years ago
Craig Tiller
9e08e8b703
Fix copyrights
9 years ago
Craig Tiller
9ebc87a899
Add a full barrier after subchannel construction
9 years ago
Craig Tiller
d9d474a670
Fix some barriers
9 years ago
Marek Gilbert
16110eee6a
Allocate node Buffer contents with new[]
...
Nan::NewBuffer(char* data, uint32_t size) frees the provided buffer by
calling delete[]. This matches the allocation method to the free method.
Fixes grpc/grpc#4867 .
9 years ago
David Garcia Quintas
6a48405ed0
pre sync_stream.cc creation. Does not compile
9 years ago
David Garcia Quintas
b523c732d1
async_stream.h done. Compiles
9 years ago
David Garcia Quintas
2425bbbc55
Further work. Compiles. WIP
9 years ago
Masood Malekghassemi
5fec8b333a
Add missing import
...
I have no idea how this mistake got through.
9 years ago
Jorge Canizales
83f746b4da
Upgrade BoringSSL podspec to v2.0
9 years ago
Jan Tattermusch
cd31ee5cf1
update copyrights
9 years ago
Jan Tattermusch
7928b4175f
update C# dependencies
9 years ago
Bogdan Drutu
aff406677b
Update copyrights and add change the client to enable census if census initialized.
9 years ago
Robbie Shade
9891e8f953
Add comments to grpc_transport_stream_op structure
9 years ago
Bogdan Drutu
9e0953c001
Fix the census initialization on the server. Remove duplicate initialization logic and also enable census per channel if census is initialized.
9 years ago
Jan Tattermusch
c4d9f6de66
fix copyrights in server_context
9 years ago
Alistair Veitch
03a38e1dab
fix uninitialized variable usage
9 years ago
yang-g
5ff8de3452
init deadline_
9 years ago
Masood Malekghassemi
0cc27920f8
Integrate zlib into Python distribution
9 years ago
Masood Malekghassemi
58a1dc2bb3
Add compiler error diagnostics to Python setup
9 years ago
Jan Tattermusch
73128da651
fix copyrights
9 years ago
Jan Tattermusch
84260255e0
fix copyrights
9 years ago
Jan Tattermusch
f923a2dd86
get C# version generated by templates
9 years ago
Jan Tattermusch
3708cea23b
regenerate projects
9 years ago
murgatroid99
b5c669a8a9
Fix bad ordering of declaration and statement
9 years ago
Alistair Veitch
ff14b44154
Don't use buf_size as input and output in encode
9 years ago
murgatroid99
25122bf811
Fixed Ruby build on Mac
9 years ago