Craig Tiller
7212c233e8
Fix mutex loop
9 years ago
Craig Tiller
f83f8ca443
Remove pi_mu
9 years ago
Craig Tiller
1500761b07
Prevent polling island + workqueue reference loop
9 years ago
Craig Tiller
eea32bb245
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
f975f74c01
Refactor workqueues a little to make them great again
9 years ago
Craig Tiller
0ab1ec894e
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
2b49ea9d54
Fix compile erors
9 years ago
Craig Tiller
85c0aa5b59
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
052f649854
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
9 years ago
Craig Tiller
e428dbc816
Merge branch 'iq2' into iq2-pi
9 years ago
Craig Tiller
de424b5dfa
Merge branch 'wq_windows' into iq2
9 years ago
Craig Tiller
be4e680344
Add comment, make sure object value is set
9 years ago
Craig Tiller
d7addc5027
clang-format
9 years ago
Craig Tiller
bf6fd294d2
Add a minimal (but correct) implementation of workqueue to Windows
9 years ago
Craig Tiller
b19ca30b43
Enable workqueue_test on Windows
9 years ago
Craig Tiller
20caeb182c
Merge pull request #7176 from ctiller/deflake
...
Fix memory leak, fix error.c refcount reporting
9 years ago
Craig Tiller
4c3e8e49e4
Merge branch 'iq2-pi' into delayed-write
9 years ago
makdharma
0d12151d29
Merge pull request #6992 from y-zeng/auto-build-example
...
Build objective-c examples as part of automatic tests
9 years ago
Craig Tiller
d6ba6192b0
Add accessor for fd related workqueue
9 years ago
Craig Tiller
b39307d2bc
Add workqueues to polling_islands
...
Also:
- remove pooling of polling_islands (it's unnecessary)
- add some 'statics' to function calls
9 years ago
Craig Tiller
eb6f7e20e8
Merge branch 'wq_offload' into delayed-write
9 years ago
Craig Tiller
099eb6ee4b
Get it compiling
9 years ago
Craig Tiller
7be0595600
Implement minimal exec_ctx offloading
9 years ago
Craig Tiller
5e4fb0eede
Windows implementation of get_workqueue
9 years ago
Craig Tiller
efe7a6e338
Use endpoint workqueue via execution context
9 years ago
Craig Tiller
a8a6857c46
Merge branch 'iq2' into delayed-write
9 years ago
Craig Tiller
3a2ef9ded1
Merge github.com:grpc/grpc into delayed-write
9 years ago
Craig Tiller
70bd4839bc
Allow returning a workqueue somehow associated with an endpoint
9 years ago
Jan Tattermusch
a5596db1a5
Merge pull request #6378 from jcanizales/let-invalidate-channels
...
Add a maybe-temporary way for apps to clear the channel cache
9 years ago
Jan Tattermusch
8ecf5f5a21
Merge pull request #7120 from makdharma/issue6746
...
fix for working with compressed data. Fixes #6746 .
9 years ago
Jan Tattermusch
3b9419eda8
Merge pull request #7109 from soltanmm/toolism
...
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jan Tattermusch
a4039ffb21
Merge pull request #7093 from murgatroid99/run_interop_override_server_fix
...
Fix bug with override_server flag in run_interop_tests.py
9 years ago
Jan Tattermusch
bcd825da0d
Merge pull request #7092 from ctiller/dont_create_redundant_errors
...
Dont create errors redundently in chttp2_transport.c
9 years ago
Jan Tattermusch
ace2489312
Merge pull request #7151 from dgquintas/eventfd
...
implemented eventfd_check_availability
9 years ago
Jan Tattermusch
dc733d69d8
Merge pull request #7152 from nathanielmanistaatgoogle/interop
...
Fix Python server interop spec noncompliance
9 years ago
Jan Tattermusch
0a5d60cfd3
Merge pull request #7155 from stanley-cheung/php-fix-call-destroy
...
PHP: fix shutdown hang issue
9 years ago
Jan Tattermusch
27e4979ee5
Merge pull request #7161 from dgquintas/use_release
...
Updated git clone URL
9 years ago
Jan Tattermusch
2add6959d0
Merge pull request #7164 from dgquintas/fix_import_zu
...
fixed size_t format string
9 years ago
Nicolas Noble
a027820b7b
Merge pull request #7091 from kpayson64/python_str_stuff
...
Changed default string type to be str
9 years ago
Stanley Cheung
2cb69ad203
php: update package.xml
9 years ago
Craig Tiller
97d1cd8767
Fix memory leak, fix error.c refcount reporting
9 years ago
Yuchen Zeng
f329395514
Add comments in build_example_test.sh
9 years ago
Jan Tattermusch
ae51a39fed
Merge pull request #7144 from jtattermusch/coreclr_packages
...
Build experimental nugets with dotnet CLI
9 years ago
Craig Tiller
cdac58bb03
Merge pull request #7025 from ctiller/%s
...
Make transport-level errors be reflected in status messages on calls
9 years ago
David Garcia Quintas
1e1a816c3f
fixed size_t format string
9 years ago
Jan Tattermusch
b0c246e27c
Merge pull request #7125 from murgatroid99/node_unskip_creds_tests
...
Re-enable two Node credentials tests
9 years ago
Yuchen Zeng
0287be8e60
Use protoc and objc plugins built by run_test
9 years ago
Ken Payson
6a654dd400
Changed default string type to be str
...
This impacts the following APIs:
Metadata: Key is always a str, Value is bytes for binary metadata,
str otherwise
Call Details: str type
gRPC method: str type
hostname/target: str type
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Stanley Cheung
51b3691e08
php: fix shutdown hang, call was never destroyed
9 years ago