- Mar 10, 2015
-
-
Jan Tattermusch authored
-
- Mar 07, 2015
-
-
Ronnie Sahlberg authored
Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by:
Ronnie Sahlberg <ronniesahlberg@gmail.com>
-
Nathaniel Manista authored
The assembly and face layers were mostly redundant except that the assembly layer had far-better interfaces and the face layer had more of a reason to exist. Now they are merged.
-
Nathaniel Manista authored
Also refactor the interop package to perform client-server interop testing in a unit test.
-
Nathaniel Manista authored
This optional value should only be passed in tests.
-
- Mar 06, 2015
-
-
Craig Tiller authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Tim Emiola authored
-
- Mar 05, 2015
-
-
David Klempner authored
Add synchronization in server_secure_chttp2.c to avoid propagating a completed handshake past that layer to a potentially already destroyed server.
-
Tim Emiola authored
-
Craig Tiller authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Mar 04, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Raul Silvera authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Yang Gao authored
-
Craig Tiller authored
-
Nathaniel Manista authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
- Mar 03, 2015
-
-
Vijay Pai authored
-
Craig Tiller authored
- correctly trigger done_cb to avoid stuck requests - pass up an UNAUTHENTICATED status so that clients know what happened
-
Craig Tiller authored
Otherwise we can get a total-queue-ordering violation and complete some ioreqs out-of-order. This leads to events being pushed to the completion queue out-of-order, and that leads to applications believing streams are completed before receiving the last message.
-
Jan Tattermusch authored
-
Yang Gao authored
-
Raul Silvera authored
-
murgatroid99 authored
-