Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #978 from Chilledheart/master | Yang Gao | 2015-03-10 |
|\ | | | | | Avoid unnecessary copies during protobuf serialization and deserialization | ||
| * | Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer | Chilledheart | 2015-03-10 |
| | | |||
* | | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-03-07 |
| | | | | | | | | | | | | | | | | 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> | ||
* | | Merge pull request #835 from ctiller/credit | Nicolas Noble | 2015-03-06 |
|\ \ | | | | | | | C++ Credentials Rework | ||
* | | | Reintroduce sleep on backup thread | Craig Tiller | 2015-03-06 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-06 |
| |\ | |/ |/| | |||
* | | Merge pull request #964 from ctiller/i-am-so-very-lazy | Nicolas Noble | 2015-03-06 |
|\ \ | | | | | | | Crash in channel/server creation if grpc_init not called | ||
| * | | Rename to save confusion | Craig Tiller | 2015-03-05 |
| | | | |||
| | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
| | |\ | |_|/ |/| | | |||
| * | | Crash in channel/server creation if grpc_init not called | Craig Tiller | 2015-03-05 |
| | | | |||
| | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
| | |\ | | |/ | |/| | |||
* / | | Don't call grpc_create_chttp2_transport after destroying the server | David Klempner | 2015-03-05 |
|/ / | | | | | | | | | | | Add synchronization in server_secure_chttp2.c to avoid propagating a completed handshake past that layer to a potentially already destroyed server. | ||
* | | Merge pull request #837 from ctiller/qps_driver | Vijay Pai | 2015-03-04 |
|\ \ | | | | | | | QPS driver | ||
* \ \ | Merge pull request #951 from rauls5382/service_names | Abhishek Kumar | 2015-03-04 |
|\ \ \ | | | | | | | | | Manually resolve well-known service names | ||
* | | | | Fix ref counting | Craig Tiller | 2015-03-05 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 |
| | | |\ | |_|_|/ |/| | | | |||
| * | | | Manually resolve well-known service names | Raul Silvera | 2015-03-04 |
| | | | | |||
| | * | | Print resource utilization | Craig Tiller | 2015-03-03 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into qps_driver | Craig Tiller | 2015-03-03 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #933 from ctiller/bugscrub2 | jboeuf | 2015-03-03 |
|\ \ \ \ | |/ / / |/| | | | A couple of fixes + a test for client side authentication of hostnames | ||
| | * | | Generate latencies in driver | Craig Tiller | 2015-03-03 |
| |/ / |/| | | |||
| | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
| | |\ | |_|/ |/| | | |||
| * | | Auth fixes | Craig Tiller | 2015-03-03 |
| | | | | | | | | | | | | | | | - correctly trigger done_cb to avoid stuck requests - pass up an UNAUTHENTICATED status so that clients know what happened | ||
* | | | Allow only one thread to complete ioreqs at once | Craig Tiller | 2015-03-03 |
|/ / | | | | | | | | | | | | | 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. | ||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
| |\ | |/ |/| | | | | | Conflicts: examples/pubsub/main.cc | ||
* | | Merge pull request #916 from dklempner/not_original_vtable | Craig Tiller | 2015-03-03 |
|\ \ | | | | | | | Remove some debugging logs from the unary poll promote path | ||
| | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters | ||
* | | | Merge pull request #908 from ctiller/ssl | Nicolas Noble | 2015-03-02 |
|\ \ \ | | | | | | | | | Hookup TSI tracer | ||
| | * | | Remove some debugging logs from the unary poll promote path | David Klempner | 2015-03-02 |
| | | | | | | | | | | | | | | | | I put these in while debugging correctness, and forgot to remove them. | ||
* | | | | Fix flake | Craig Tiller | 2015-03-02 |
| | | | | |||
* | | | | Add clarifying comment | Craig Tiller | 2015-03-02 |
| | | | | |||
* | | | | Completion queue cleanup | Craig Tiller | 2015-03-02 |
| | | | | | | | | | | | | | | | | Make debugging a little easier, and remove an unnecessary assert | ||
| * | | | Capitalization | Craig Tiller | 2015-03-02 |
| | | | | |||
| * | | | Rename flag | Craig Tiller | 2015-03-02 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
| | | |\ | | | |/ | | |/| | |||
* | | | | Fix some shutdown races | Craig Tiller | 2015-03-02 |
| | | | | |||
* | | | | Make debugging a little easier | Craig Tiller | 2015-03-02 |
| | | | | |||
* | | | | Potential fix for stuck RPCs at shutdown | Craig Tiller | 2015-03-02 |
| |/ / |/| | | |||
| * | | Fix memory allocation | Craig Tiller | 2015-03-01 |
| | | | |||
| * | | Tracer registration. | Craig Tiller | 2015-03-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little. | ||
| * | | Merge github.com:grpc/grpc into ssl | Craig Tiller | 2015-03-01 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: src/core/tsi/ssl_transport_security.c | ||
* | | | Merge pull request #854 from jboeuf/tsi_tracing | Craig Tiller | 2015-03-01 |
|\ \ \ | | | | | | | | | Adding support to enable tracing in tsi. | ||
* | | | | Update log_posix.c | bjorn | 2015-03-01 |
| | | | | | | | | | | | | size error | ||
| * | | | Adding support to enable tracing in tsi. | Julien Boeuf | 2015-03-01 |
|/ / / | |||
* | | | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | | |||
| | * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 |
| | |\ | |_|/ |/| | | |||
* | | | Strip port in peer name check | Craig Tiller | 2015-02-25 |
| | | | | | | | | | | | | | | | | | | | | | This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification. | ||
* | | | Fix read through null pointer | Craig Tiller | 2015-02-25 |
| | | | |||
| * | | Spam cleanup | Craig Tiller | 2015-02-24 |
| | | | |||
* | | | Merge pull request #779 from ctiller/32B | David Klempner | 2015-02-24 |
|\ \ \ | |/ / |/| | | Fix shutdown race in CHTTP2 |