Sree Kuchibhotla
69b74784fe
Reduce the number of unnecessary allocations
9 years ago
Craig Tiller
13d3e3b7e2
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
9 years ago
kpayson64
421643727f
Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test
...
Add more assertions to _rpc_test
9 years ago
yang-g
d28fb6df8f
regenerate projects
9 years ago
kpayson64
27a02b5d9d
Merge pull request #7319 from yang-g/wait_async
...
Make Server::Wait work for async only server.
9 years ago
kpayson64
7f6c7798b0
Merge pull request #7372 from apolcyn/check_buffer_reader_init_call
...
Add csharp check to return val of byte_buffer_reader_init
9 years ago
kpayson64
9b45afbbc5
Merge pull request #7376 from grpc/jcanizales-fix-protobuf-import
...
Don't always import Protobuf like a framework
9 years ago
David Garcia Quintas
ea11d168c7
Added more docs.
...
And fixed behavior when incoming serverlist has zero servers. Previously we
ignored the update. Currently (and correctly) we consider it but the pick itself
will stay pending until we actually have > 0 servers in the incoming serverlist.
9 years ago
kpayson64
b0d33951e1
Merge pull request #7384 from soltanmm/import-stallion
...
Move Python.h include out of loader code
9 years ago
Craig Tiller
40b495ac7b
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
9 years ago
Craig Tiller
f11b3336ec
Make network status follow the normal init/shutdown path
9 years ago
Muxi Yan
3e54deb05a
Merged master branch
9 years ago
Muxi Yan
37480eb60a
Establish Objective C end-to-end core test with Cronet
9 years ago
yang-g
6ec11f2acd
prevent spurious wake up and unstarted/already shutdown server
9 years ago
Muxi Yan
3b67f3622b
Remove redundant comment
9 years ago
David Garcia Quintas
7c3ba12813
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
9 years ago
Mark D. Roth
ef31ba1e03
Merge remote-tracking branch 'upstream/master' into handshake_api
9 years ago
Mark D. Roth
dba5d2708c
Use handshake_manager API in client and server.
9 years ago
Muxi Yan
142efc905f
Establish Objective C end-to-end core test with Cronet
9 years ago
murgatroid99
ef55d7e02f
Fix a memory leak in Node call credentials
9 years ago
Craig Tiller
0a06cd7b68
Cleanup from code review
9 years ago
kpayson64
1198da0b5c
Merge pull request #7314 from soltanmm/spinning-flags
...
Set more build-flags in `setup.py`s
9 years ago
Mark D. Roth
7c2a58c107
Fix build problems.
9 years ago
David Garcia Quintas
54698a9184
Updated with PR comments.
9 years ago
Craig Tiller
9053ec01fe
Remove now redundant line
9 years ago
Craig Tiller
75f065d022
Correct direction of inequality
9 years ago
Stanley Cheung
db782ca03d
Merge pull request #7389 from stanley-cheung/php-fix-interop-test-1_0
...
PHP: fix interop tests breakage
9 years ago
kpayson64
bda40a0301
Merge pull request #7383 from kpayson64/skip_exit_test
...
Skip exit_test until flake is fixed
9 years ago
Mark D. Roth
dfbdefedd3
Added handshaker.[ch] to build.yaml.
9 years ago
Mark D. Roth
1d3b2cc849
clang-format
9 years ago
Mark D. Roth
c05539f8a4
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
9 years ago
kpayson64
57e89b08d4
Merge pull request #7378 from kpayson64/py_doc_touchup
...
Document rpc details as string type
9 years ago
Craig Tiller
741cd45e93
Merge pull request #7385 from stanley-cheung/php-fix-interop-test
...
PHP: fix interop tests breakage
9 years ago
Robbie Shade
db4f1967d0
Merge branch 'master' into move_timeout_encoding
9 years ago
David Garcia Quintas
824363dc2f
Simplified LR filter
9 years ago
yang-g
05573f1692
Make Server::Wait work for async only server.
9 years ago
Craig Tiller
4723576a40
Merge github.com:grpc/grpc into delayed-write
9 years ago
Craig Tiller
706f5bb7c2
Document refcounting
9 years ago
Craig Tiller
1b656542cf
Document creation function
9 years ago
Stanley Cheung
998b230f4e
php: fix interop tests breakage
9 years ago
Craig Tiller
2ea0104fc4
Add a quick note on the write chain execution\nthis is changed already in a future commit, so this should be enough for now
9 years ago
Stanley Cheung
febe79116c
php: fix interop tests breakage
9 years ago
Stanley Cheung
3fb819fd2a
Merge pull request #7364 from stanley-cheung/php-prepare-for-ga
...
php: prepare for GA release
9 years ago
Craig Tiller
6f59a86ae3
Update comment
9 years ago
Craig Tiller
5d0c1f0da2
Describe workqueue_enqueue better
9 years ago
Vijay Pai
5fde20d9f0
clang-format
9 years ago
Vijay Pai
40317fd720
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
9 years ago
Masood Malekghassemi
3acddb20db
Remove Python 'loader' hack
9 years ago
Nicolas Noble
a529300053
Merge pull request #7346 from murgatroid99/ruby_ga_documentation_fixes
...
Improved some Ruby inline documentation
9 years ago
Nicolas "Pixel" Noble
f55adec54e
And remaining random leftover items.
9 years ago