Alistair Veitch
8c7618e88d
Fix memory overwrite in proto decding; fix test for windows
8 years ago
Makarand Dharmapurikar
636ef6fb63
minor compiler warning fix
8 years ago
Jon Skeet
6be28f1dd9
Change the default logger to the NullLogger.
...
It's unconventional for code to log to the console in .NET.
Even now the logging is reduced, it's still present - especially
in shutdown. This would fix #7361 .
8 years ago
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
8 years ago
Makarand Dharmapurikar
6b86080912
fixing issues from cronet end to end testing
...
changed core logic for executing multiple ops.
added call cancellation logic
simplified the code.
8 years ago
Makarand Dharmapurikar
9be73916de
removed hardcoded disable on logging
...
Removed "false &&" that was (mistakenly?) appended to the trace condition
8 years ago
Stanley Cheung
d8f77f63dc
update copyright
8 years ago
Stanley Cheung
a3becd32ee
update copyright
8 years ago
Mark D. Roth
734cbe7942
clang-format
8 years ago
Mark D. Roth
e106570dc3
Update API from merge.
8 years ago
Mark D. Roth
39377e92cd
Fix API of handshake_manager_add().
8 years ago
murgatroid99
1533e6aab9
Rerun generate_projects.sh
8 years ago
Mark D. Roth
28ea7e2630
Use URI query string instead of channel arg to indicate use of proxy.
8 years ago
Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
8 years ago
Nicolas "Pixel" Noble
4b4266a738
Fixing documentation typo.
8 years ago
David Garcia Quintas
a3fd28007f
regenerated projects
8 years ago
Masood Malekghassemi
fd9cc106f3
Be more intelligent about Cython in grpcio
...
Before, Cython would *need* to be imported immediately if generated
files did not already exist. Now, missing generated files will trigger a
`setup_requires` inclusion of Cython and defer cythonization until
extension build-time. If cythonization was specified via environment
variable and setup could not find Cython, the extensions are poisoned
instead of blocking non-extension commands from running.
8 years ago
murgatroid99
224fe989e4
Fixed incorrect merges
8 years ago
Mark D. Roth
e273b033da
Plumb server name down into the subchannel.
8 years ago
David Garcia Quintas
3922838613
Added missing var initialization
8 years ago
Stanley Cheung
bc3b6f3130
regenerate template files
8 years ago
Mark D. Roth
77613b2094
Added channel_arg for proxy server and changed client to add handshaker.
8 years ago
Alistair Veitch
2ea5e3d396
address comments
8 years ago
Mark D. Roth
1102a9eef7
Update build files.
8 years ago
Mark D. Roth
65edd1d3b4
Fix API from merge.
8 years ago
Mark D. Roth
a228e5f231
Add grpc_error parameter to handshaker callback.
8 years ago
Mark D. Roth
f7250197a7
Add support for CONNECT to httpcli code and flesh out handshaker implementation.
8 years ago
Stanley Cheung
35d8474c0e
php: update composer.json
8 years ago
Stanley Cheung
217c385717
php: update composer.json
8 years ago
David Garcia Quintas
440558a7ec
C++ Compression Level set properly
8 years ago
thinkerou
b9c7f3ac0a
use php7_wrapper to reduce dup-codes
8 years ago
thinkerou
4b9740bfe0
use php7_wrapper to reduce dup-codes
8 years ago
Ken Payson
8d3e9ec9c2
Fix cygrpc test
8 years ago
thinkerou
9ee78aa17d
use php7_wrapper to reduce dup-codes
8 years ago
thinkerou
193046819c
use php7_wrapper to reduce dup-codes
8 years ago
murgatroid99
bce3fb07ce
Fixed typo in Node health check package.json
8 years ago
Mark D. Roth
b16b1f29c3
clang-format
8 years ago
Alexander Polcyn
2222047f45
Add csharp check to return val of byte_buffer_reader_init
8 years ago
Nicolas "Pixel" Noble
20b8333efa
Sanitizing master.
8 years ago
Stanley Cheung
4f37dc3ca9
php: fix minor style discrepency
8 years ago
Mark D. Roth
9136bb1c1c
Fix API from merge.
8 years ago
Sanjay Ghemawat
fca59fb2aa
Add gpr_slice_new_with_user_data.
...
gpr_slice_new_with_user_data is like gpr_slice_new, but allows the
caller to specify a distinct pointer to pass to the destroy function.
This is useful when the data is part of a larger data structure that
should be destroyed when the data is no longer needed.
8 years ago
Mark D. Roth
ac8df657a5
clang-format
8 years ago
thinkerou
104ae8dad6
support php7 on v1.0.x branch
8 years ago
Yuchen Zeng
12c3811167
Use compiling instead of making
8 years ago
Alex Polcyn
d9892bdd80
Moved sending of initial metadata from server into server handler
...
methods
8 years ago
Stanley Cheung
69c565bd60
wrap long lines;
8 years ago
Stanley Cheung
bae0cf1706
minor changes. cannot assume hostname unchanged
8 years ago
yang-g
13958b3be1
Convert deadline clock type in security handshake timer
8 years ago
Mark D. Roth
0b84add281
Avoid allocating memory for each individual handshaker. Also fix memory leak.
8 years ago