- Mar 04, 2016
-
-
Craig Tiller authored
-
- Mar 03, 2016
-
-
Craig Tiller authored
- 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)
-
Craig Tiller authored
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.
-
Jan Tattermusch authored
-
- Mar 02, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Craig Tiller authored
-
- Mar 01, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nicolas "Pixel" Noble authored
-
Stanley Cheung authored
-
- Feb 29, 2016
-
-
Masood Malekghassemi authored
Some __dealloc__ methods were calling Python methods, and some references were being dropped on the floor instead of threaded through gRPC core.
-
Jan Tattermusch authored
-
- Feb 27, 2016
-
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
- Feb 26, 2016
-
-
Alistair Veitch authored
-
Alistair Veitch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Vijay Pai authored
-
- Feb 25, 2016
-
-
Alistair Veitch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Julien Boeuf authored
That was overdue and the handshake is now slightly different for clients (channels) and servers.
-
Craig Tiller authored
-
- Feb 24, 2016
-
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
Craig Tiller authored
-
Craig Tiller authored
So multiple implementations can exist in one binary
-
Craig Tiller authored
-
David Garcia Quintas authored
-
Craig Tiller authored
-
Makarand Dharmapurikar authored
-
- Feb 23, 2016
-
-
Jan Tattermusch authored
-