Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | |||
| | | | | * | | Add some helpful timing markers | Craig Tiller | 2015-04-28 | |
| | | | | | | | ||||
* | | | | | | | Remove _old apis from the core library | Craig Tiller | 2015-04-28 | |
| |_|/ / / / |/| | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-28 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| | | | | * | Promote SWAP to GPR_SWAP | Craig Tiller | 2015-04-28 | |
| | | | |/ | ||||
| | | | * | Merge github.com:grpc/grpc into one-read | Craig Tiller | 2015-04-28 | |
| | | | |\ | | |_|_|/ | |/| | | | ||||
| | | | * | Add flow control tracing | Craig Tiller | 2015-04-28 | |
| | | | | | | | | | | | | | | | | | | | | Allow some insight into what the flow controller is doing | |||
| | | | * | Refine need_more_data | Craig Tiller | 2015-04-28 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | We don't need to request more transport data if we: - already have queued messages - are not ready to receive messages | |||
| * | | | Merge pull request #1377 from ctiller/server-cq-own | Vijay Pai | 2015-04-28 | |
| |\ \ \ | | | | | | | | | | | Have server hold a reference to completion queues | |||
* | | | | | Add some infrastructure for call refcount debugging | Craig Tiller | 2015-04-28 | |
| | | | | | ||||
* | | | | | Remove errant double finish | Craig Tiller | 2015-04-28 | |
| | | | | | ||||
| | | * | | STAP annotation working. | David Garcia Quintas | 2015-04-27 | |
| | |/ / | |/| | | | | | | | | | | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create). | |||
* | | | | Return correct status message for lame client | Craig Tiller | 2015-04-27 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-27 | |
|\| | | | ||||
| * | | | Pass deadline to call details for batch calls | Masood Malekghassemi | 2015-04-27 | |
| | |/ | |/| | ||||
| | * | Dont use op outstanding refs to count ownership | Craig Tiller | 2015-04-27 | |
| | | | ||||
| | * | Have server hold a reference to completion queues | Craig Tiller | 2015-04-27 | |
| |/ | | | | | | | | | In the presence of garbage collectors, this helps ensure that completion queues outlive the servers that depend upon them. | |||
* | | Add a lock that seems to help | Craig Tiller | 2015-04-27 | |
| | | ||||
* | | Fix use-after-free in lame client test | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | remove annotations | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Fix memory leak | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Fix memory leak | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | annotations - revert later | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Fix memory leak | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | clang-format | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Always wait for all ops to finish | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Bug fixing | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Stream mapping fixes | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Take a lock every time through client_channel - to simplify logic and ensure ↵ | Craig Tiller | 2015-04-24 | |
| | | | | | | | | correctness | |||
* | | call progress | Craig Tiller | 2015-04-24 | |
| | | ||||
* | | Fix uninitialized variable | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Add a hack to ensure one-op-at-a-time during connection establishment | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Add init/destroy, and a debug-only assert on bad headers | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Make the things compile again | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Fix double-set of alarm | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Add required NULL check | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | clang-format | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Flesh out initial_op | Craig Tiller | 2015-04-23 | |
| | | ||||
* | | Add newline | Craig Tiller | 2015-04-22 | |
| | | ||||
* | | One test compiles | Craig Tiller | 2015-04-22 | |
| | | ||||
* | | Beginning transport work | Craig Tiller | 2015-04-22 | |
| | | ||||
* | | Call compiles | Craig Tiller | 2015-04-22 | |
| | | ||||
* | | Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass | Craig Tiller | 2015-04-22 | |
|\| | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c | |||
* | | call progress | Craig Tiller | 2015-04-22 | |
| | | ||||
* | | stuff | Craig Tiller | 2015-04-21 | |
| | | ||||
| * | Add !=NULL | Craig Tiller | 2015-04-21 | |
| | | ||||
| * | Use GPR_ASSERT here | Craig Tiller | 2015-04-21 | |
|/ | ||||
* | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 | |
|\ | ||||
| * | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 | |
| | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | |||
* | | clang-format | Craig Tiller | 2015-04-17 | |
| | |