Makarand Dharmapurikar
|
3d99597032
|
s/inline/__inline/. Visual studio incompatiblity.
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
|
8 years ago |
Muxi Yan
|
c05d1b41c2
|
Some fixes for tests and change contract
|
8 years ago |
Muxi Yan
|
bea9fe4b4e
|
Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer
|
8 years ago |
Muxi Yan
|
d6cee15135
|
Simply queue up writesFinishedWithError without cancelling pending messages
|
8 years ago |
Yang Gao
|
71a78e92cb
|
Merge pull request #11590 from yang-g/zombie_paylod
Destroy byte buffer to avoid leak in zombied calls
|
8 years ago |
murgatroid99
|
8ba7b04759
|
Remove extra blank line
|
8 years ago |
Mark D. Roth
|
bf527617bf
|
Merge pull request #11577 from markdroth/compression_filter_fix
Fix handling of send_message before send_initial_metadata in compress filter.
|
8 years ago |
David Garcia Quintas
|
b8be14309d
|
formatting changes
|
8 years ago |
thassss
|
a139bfdc4c
|
Expose :authority pseudo-header to Obj-C API.
|
8 years ago |
Nicolas "Pixel" Noble
|
5d80dc4985
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
8 years ago |
Muxi Yan
|
08fef09ed1
|
Fix minor problems
|
8 years ago |
Yuchen Zeng
|
8bec6a9316
|
Merge pull request #11589 from y-zeng/fix_bad_ping
Fix bad_ping
|
8 years ago |
Stanley Cheung
|
fdf30af6e0
|
Merge pull request #11524 from michaelbausor/php-protoc-plugin
Update PHP protoc plugin generation
|
8 years ago |
David Garcia Quintas
|
05e15745d3
|
added test for RR connectivity state upon subchannels shutdown
|
8 years ago |
David Garcia Quintas
|
9d1a5de94e
|
Fix RR policy connectivity state upon subchannels shutdown
|
8 years ago |
David Garcia Quintas
|
1f0fc53e97
|
Have the fake resolver "re-resolve" upon seeing error
|
8 years ago |
David Garcia Quintas
|
cebc1d7369
|
Deal with errors refs
|
8 years ago |
Muxi Yan
|
8399ff6a17
|
Merge pull request #11584 from muxi/fix-cronet-lock-abort
Handle cancel correctly
|
8 years ago |
murgatroid99
|
eb74c92f90
|
Fix unref of read slice in tcp_uv.c
|
8 years ago |
David Garcia Quintas
|
bc6bc090f4
|
fixed leak and outdated comment
|
8 years ago |
Nathaniel Manista
|
9a69478498
|
Merge pull request #11595 from nathanielmanistaatgoogle/lint
Lint progress.
|
8 years ago |
Nathaniel Manista
|
9104884a19
|
Clean up and opinionate .pylintrc
|
8 years ago |
Nathaniel Manista
|
6613f60166
|
Enable wrong-import-order lint
|
8 years ago |
Nathaniel Manista
|
37c83ffbed
|
Enable redefined-variable-type lint
|
8 years ago |
Nathaniel Manista
|
a7182f7f5a
|
Always use an upgraded pip when running pylint
|
8 years ago |
Nathaniel Manista
|
936f8d5eaa
|
Enable next-method-called lint
|
8 years ago |
David Garcia Quintas
|
38ba4661ce
|
Fix segfault in rr trace
|
8 years ago |
Muxi Yan
|
366270eee5
|
Fix test
|
8 years ago |
David Garcia Quintas
|
64ea30fe5b
|
Fix RR policy connectivity state upon subchannels shutdown
|
8 years ago |
Muxi Yan
|
d19c112db0
|
Add test
|
8 years ago |
yang-g
|
2b8b7482ab
|
Destroy byte buffer to avoid leak in zombied calls
|
8 years ago |
Muxi Yan
|
c7208282ae
|
Add comment to explain the added lines and disable debugging log
|
8 years ago |
Vijay Pai
|
1b4be41a72
|
Merge pull request #11332 from vjpai/dethrift
Remove remaining thrift-based code from main repo
|
8 years ago |
Yuchen Zeng
|
32e41b452a
|
Fix bad_ping
|
8 years ago |
Muxi Yan
|
275e392449
|
Another bug fix in the same series
|
8 years ago |
murgatroid99
|
bb8b1c9be4
|
Node: fix status memory leak, improve tcp_uv read buffer allocation code
|
8 years ago |
Muxi Yan
|
a1d79d9763
|
Handle cancel correctly
|
8 years ago |
Vijay Pai
|
a1fe5e5ae3
|
Remove remaining thrift content from main repo
|
8 years ago |
Mark D. Roth
|
5dc774199b
|
Fix Windows compiler problem.
|
8 years ago |
Jan Tattermusch
|
dca8d637c0
|
regenerate
|
8 years ago |
Jan Tattermusch
|
f691556db4
|
dont reuse protobuf cmake install dirs
|
8 years ago |
Jan Tattermusch
|
456b713f06
|
regenerate
|
8 years ago |
Jan Tattermusch
|
f3219f459d
|
make some headers public
|
8 years ago |
Jan Tattermusch
|
b70df57c49
|
build protobuf without zlib
|
8 years ago |
Jan Tattermusch
|
74c74fb04e
|
workaround zlib cmake issue
|
8 years ago |
Vijay Pai
|
b9fc05bf93
|
Merge pull request #11576 from vjpai/deprecated_on_arrival
Deprecated-on-arrival: Re-enable public constructor for ClientAsyncResponseReader
|
8 years ago |
Michael Bausor
|
495e9ac023
|
Run formatter
|
8 years ago |
Vijay Pai
|
10c040d455
|
Move collection reset before unref (since unref could destroy obj)
|
8 years ago |
Vijay Pai
|
d35730d185
|
Fix use of terminal underscores in field names.
|
8 years ago |
Mark D. Roth
|
2024353b07
|
Merge pull request #11499 from markdroth/trailers_only
Add support for Trailers-Only responses.
|
8 years ago |