Craig Tiller
ad23ae1967
Unref writable streams on transport close to avoid leaks
9 years ago
Vijay Pai
647def2376
Merge pull request #5547 from dgquintas/limit_cores_includes
...
Ensure that no #includes are inside of a namespace.
9 years ago
David Garcia Quintas
e7aa84fe8f
Merge branch 'master' of github.com:grpc/grpc into limit_cores_includes
9 years ago
Craig Tiller
af22087a43
Fix leak: dont become writable if writes are closed
9 years ago
Vijay Pai
da0d46ed81
Merge pull request #5560 from ctiller/monkey_man
...
Fix accept_stream being called post-channel deletion
9 years ago
Jan Tattermusch
3f63447142
Merge pull request #5586 from stanley-cheung/update-tools-readme-md
...
Doc Fixit: remove old stuff from tools/README.md
9 years ago
Jan Tattermusch
235f334bf1
Merge pull request #5584 from stanley-cheung/fix-broken-links
...
Doc Fixit: Fix broken links
9 years ago
Jan Tattermusch
1ec0237ee4
Merge pull request #5579 from murgatroid99/node_windows_tests
...
Properly delete Node OpenSSL headers after downloading them
9 years ago
Craig Tiller
687bf6295f
Fix typo
9 years ago
Craig Tiller
1bd9ea407f
Refine condition
9 years ago
Craig Tiller
389297dedf
Document some things
9 years ago
Craig Tiller
b519af8b10
Merge github.com:grpc/grpc into monkey_man
9 years ago
Stanley Cheung
f9946d579b
remove old stuff from tools/README.md
9 years ago
Stanley Cheung
5821a444c7
remove stray grpc_common reference
9 years ago
Stanley Cheung
3f5c5c7e18
fix broken link
9 years ago
Stanley Cheung
77fae2784e
fix broken links
9 years ago
Michael Lumish
4913ea06eb
Ensure node and npm are in the path when running tests
9 years ago
Michael Lumish
79a0f0611c
Properly delete Node OpenSSL headers after downloading them
9 years ago
Stanley Cheung
9b5c8c66e2
Merge pull request #5577 from jtattermusch/interop_increase_timeout
...
Increase timeout for interop tests
9 years ago
Vijay Pai
dbf47fabd4
Better comments.
9 years ago
Jan Tattermusch
19f703dbb7
increase timeout for interop tests
9 years ago
Stanley Cheung
9ba438b10e
Merge pull request #5576 from stanley-cheung/update-base-install-doc
...
Doc Fixit: Update base install doc
9 years ago
Stanley Cheung
a22a50d617
bit of text change
9 years ago
Stanley Cheung
6dd3c707c2
Update base INSTALL to markdown and remove outdated content
9 years ago
Vijay Pai
2e729387f7
clang-format
9 years ago
Jan Tattermusch
7db77f8442
Merge pull request #5569 from jtattermusch/python_build_ext_in_buildstep
...
Run build_ext in build_python step
9 years ago
Vijay Pai
13ee2f2df3
Properly integrate async API with server-side cancellations.
...
There is a comment above IsCancelled that says when it is ok to use this.
9 years ago
Michael Lumish
d445fc019f
Merge remote-tracking branch 'refs/remotes/grpc/master'
9 years ago
Jan Tattermusch
66a6d014a4
run build_ext in build_python step
9 years ago
Jan Tattermusch
4473dd5b88
Merge pull request #5541 from jtattermusch/python_split_tests
...
Make python test suites run in parallel
9 years ago
Craig Tiller
d7f12e30a0
Fix accept_stream being called post-channel deletion
...
- Have the server clear the accept_stream callback prior to destroying
the channel (required a small transport op protocol change)
- Have the transport not enact transport ops until parsing is completed
(prevents accept_stream from disappearing mid-parse)
9 years ago
Vijay Pai
40d27ba784
Merge pull request #5535 from ctiller/streams
...
Refcounting fix for bug exposed by qps_test
9 years ago
Greg Haines
91bd627de4
Feedback from @jcanizales and @vjpai
9 years ago
Craig Tiller
0cb803d9ca
Always ref writable streams
...
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.
Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
9 years ago
Craig Tiller
bfc8a8d049
Merge pull request #5551 from grpc/revert-5539-makdharma-comment
...
Revert "Update reconnect_interop_server.cc"
9 years ago
Craig Tiller
98990726a0
Revert "Update reconnect_interop_server.cc"
9 years ago
David Garcia Quintas
2a8c280370
sanity
9 years ago
David Garcia Quintas
7d757ca29d
Ensure that no #includes are inside of a namespace.
9 years ago
Jan Tattermusch
072ebaa153
make python test suites run in parallel
9 years ago
Craig Tiller
08745b0115
Merge pull request #5546 from grpc/revert-5538-makdharma-commentfix
...
Revert "Update reconnect_interop_client.cc"
9 years ago
Craig Tiller
c6611efb67
Revert "Update reconnect_interop_client.cc"
9 years ago
Nathaniel Manista
8c5be78eb9
Merge pull request #5542 from soltanmm/over-troubled-water
...
Add troubleshooting section to Python package description.
9 years ago
Greg Haines
42dab364a3
Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll().
9 years ago
Nathaniel Manista
2274c7f079
Merge pull request #5537 from soltanmm/triceratops-again
...
Maintain correct invariants against core.
9 years ago
Masood Malekghassemi
7bee07555a
Add troubleshooting section to package description
9 years ago
Yang Gao
f7d6d3821a
Merge pull request #5539 from grpc/makdharma-comment
...
Update reconnect_interop_server.cc
9 years ago
Yang Gao
1a050235e5
Merge pull request #5538 from grpc/makdharma-commentfix
...
Update reconnect_interop_client.cc
9 years ago
makdharma
38a560b6ba
Update reconnect_interop_server.cc
9 years ago
makdharma
bd50f305a3
Update reconnect_interop_client.cc
9 years ago
Masood Malekghassemi
18720fff2f
Maintain correct queue invariants against core
9 years ago