Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| | |||
* | If we cant check timers due to contention, at least make sure we do a follow ↵ | Craig Tiller | 2016-03-11 |
| | | | | up check soon | ||
* | Fix accept_stream being called post-channel deletion | Craig Tiller | 2016-03-03 |
| | | | | | | | - 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) | ||
* | Fix merge error made at some point | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Revert "Add an implementation firewall against pollset_set"" | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Add an implementation firewall against pollset_set" | Vijay Pai | 2016-02-25 |
| | |||
* | Merge github.com:grpc/grpc into hide-the-pollset-set | Craig Tiller | 2016-02-25 |
|\ | |||
| * | Merge pull request #5408 from jboeuf/server_security_connector | Yang Gao | 2016-02-25 |
| |\ | | | | | | | Have a dedicated server security connector. | ||
| * \ | Merge pull request #5293 from dgquintas/alarm_cpp | Vijay Pai | 2016-02-25 |
| |\ \ | | | | | | | | | Made Alarm's constructor a template for deadline | ||
* | | | | Change pollset mutex ownership | Craig Tiller | 2016-02-25 |
| | | | | |||
| | | * | Have a dedicated server security connector. | Julien Boeuf | 2016-02-24 |
| | | | | | | | | | | | | | | | | | | | | That was overdue and the handshake is now slightly different for clients (channels) and servers. | ||
* | | | | Merge branch 'hide-the-worker' into hide-the-pollset | Craig Tiller | 2016-02-24 |
|\| | | | |||
| * | | | Merge github.com:grpc/grpc into hide-the-worker | Craig Tiller | 2016-02-22 |
| |\ \ \ | | | |/ | | |/| | |||
| | | * | PR comments addressed | David Garcia Quintas | 2016-02-22 |
| | |/ | |||
| | * | Fix plucking problem | Craig Tiller | 2016-02-21 |
| | | | |||
* | | | Provide an interface firewall between pollset and its implementations | Craig Tiller | 2016-02-19 |
|/ / | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate). | ||
* / | Move worker into pollset | Craig Tiller | 2016-02-18 |
|/ | |||
* | Fix tcp_client_posix_test | Craig Tiller | 2016-02-18 |
| | |||
* | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-18 |
|\ | |||
| * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-17 |
| |\ | |||
* | | | Separate timer checking from pollsets | Craig Tiller | 2016-02-16 |
| | | | |||
| | * | Merge branch 'master' into alarm_openloop | Vijay Pai | 2016-02-12 |
| | |\ | |_|/ |/| | | |||
* | | | Merge github.com:grpc/grpc into bad_metadata | Craig Tiller | 2016-02-12 |
|\ \ \ | |||
| | | * | This testing exposed a race condition in alarm creation - the | Vijay Pai | 2016-02-11 |
| | | | | | | | | | | | | | | | | alarm needs to "begin" at the CQ before the timer should be inited. | ||
| * | | | Merge github.com:grpc/grpc into compress | Craig Tiller | 2016-02-11 |
| |\ \ \ | | | |/ | | |/| | |||
| | | * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-09 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Flagging master as 0.14.0-dev. | Nicolas "Pixel" Noble | 2016-02-09 |
| | | | | |||
| | * | | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
| | | | | |||
| | * | | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | | | | |||
* | | | | Properly handle "." in metadata | Craig Tiller | 2016-02-03 |
| |/ / |/| | | |||
| * | | Fix race condition in transport API | Craig Tiller | 2016-02-03 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: Receiving trailing and initial metadata had to be published in lock-step. => If we wanted trailing metadata, we might not get initial metadata processed until messages arrived. => Compression code had no idea what codec to use. To fix it, publish initial metadata as soon as it's ready (this is a transport API change). Requires changes to grpc_call to ensure ordering in processing initial metadata and messages (one may be delayed). Exposed at least some bugs in C++ where we never read initial metadata. I expect at least one more similar bug. | ||
| * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-02 |
| |\ | |/ |/| | |||
* | | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-01 |
| | | |||
* | | Fixing, using and testing alarm code. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | |||
* | | Update copyrights | Craig Tiller | 2016-01-28 |
| | | |||
* | | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
| * | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-01-28 |
| |\ | |/ |/| | |||
* | | Fix the initialization by modifying the grpc_channel_args_is_census_enabled ↵ | Bogdan Drutu | 2016-01-26 |
| | | | | | | | | to by default return census_enabled() instead of always disable | ||
* | | Merge remote-tracking branch 'upstream/master' into bug | Bogdan Drutu | 2016-01-26 |
|\ \ | |||
| * | | Fix typo. | Bogdan Drutu | 2016-01-26 |
| | | | |||
| * | | Initialize census if not initialized yet and some features are available. | Bogdan Drutu | 2016-01-26 |
| | | | |||
* | | | Merge remote-tracking branch 'upstream/master' into bug | Bogdan Drutu | 2016-01-26 |
|\| | | |||
| * | | Fix sanity | Craig Tiller | 2016-01-26 |
| | | | |||
| * | | update copyrights | Jan Tattermusch | 2016-01-25 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13 | Jan Tattermusch | 2016-01-25 |
| |\ \ | |||
* | | | | Update copyrights and add change the client to enable census if census ↵ | Bogdan Drutu | 2016-01-25 |
| | | | | | | | | | | | | | | | | initialized. | ||
| | | * | Get subchannel index working | Craig Tiller | 2016-01-25 |
| | | | | |||
* | | | | Fix the census initialization on the server. Remove duplicate initialization ↵ | Bogdan Drutu | 2016-01-24 |
| | | | | | | | | | | | | | | | | logic and also enable census per channel if census is initialized. | ||
| | | * | Subchannel index compiles | Craig Tiller | 2016-01-22 |
| | | | | |||
| * | | | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | | | |