| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some ActionCable logs to debug level | Martijn Storck | 2017-02-06 | 2 | -2/+2 |
* | Add channel_prefix support to ActionCable redis/evented_redis adapters. | Chad Ingram | 2017-01-17 | 4 | -0/+31 |
* | Fix missing bracket. | Eugene | 2017-01-14 | 1 | -1/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 2 | -3/+3 |
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Action Cable | Akira Matsuda | 2016-12-24 | 4 | -24/+23 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 4 | -0/+8 |
* | Fix typo in channel generator usage message | Carlos Eduardo Monti | 2016-12-19 | 1 | -2/+2 |
* | ActionCable::Connection::Base doc code sample syntax error | MSP-Greg | 2016-12-06 | 1 | -4/+1 |
* | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 1 | -2/+2 |
* | use correct value in example [ci skip] | yuuji.yaginuma | 2016-11-14 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 4 | -4/+4 |
* | Permit same-origin connections by default | Matthew Draper | 2016-10-11 | 2 | -3/+3 |
* | Merge pull request #26568 from skateman/cable-sameorigin-as-host | Matthew Draper | 2016-10-11 | 2 | -1/+5 |
|\ |
|
| * | Optionally allow ActionCable requests from the same host as origin | Dávid Halász | 2016-09-21 | 2 | -1/+5 |
* | | Close the IO from the read loop thread | Matthew Draper | 2016-10-06 | 2 | -1/+1 |
* | | Shut down the worker pool - don't kill it | Matthew Draper | 2016-10-03 | 1 | -1/+1 |
* | | Move behavior to Server::Base, and flush pubsub | Jon Moss | 2016-10-02 | 2 | -3/+6 |
* | | Shutdown pubsub connection before classes are reloaded | Jon Moss | 2016-10-02 | 1 | -0/+1 |
* | | In-line the configuration points that only existed for Faye support | Matthew Draper | 2016-10-01 | 4 | -12/+4 |
* | | Remove Faye mode | Matthew Draper | 2016-10-01 | 4 | -105/+3 |
* | | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi... | Matthew Draper | 2016-10-01 | 3 | -18/+28 |
|\ \ |
|
| * | | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia... | palkan | 2016-09-22 | 3 | -27/+24 |
| * | | [Fix #25381] Avoid race condition on subscription confirmation | palkan | 2016-09-20 | 3 | -10/+23 |
* | | | Buffer writes to the cable sockets | Matthew Draper | 2016-09-28 | 2 | -11/+92 |
| |/
|/| |
|
* | | [ci skip] Fix formatting of documentation of worker_pool method from AC::Serv... | Prathamesh Sonpatki | 2016-09-07 | 1 | -1/+1 |
* | | [ci skip] Fix formatting in Action Cable Connection::Base module docs | Prathamesh Sonpatki | 2016-09-07 | 1 | -1/+1 |
* | | [ci fix] Fix API documentation for Streams module from Action Cable | Prathamesh Sonpatki | 2016-09-06 | 1 | -4/+4 |
|/ |
|
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
* | Prevent invocation of channel action if rejected connection | Jon Moss | 2016-08-19 | 1 | -1/+1 |
* | copy-edits an exception message | Xavier Noria | 2016-08-07 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 28 | -90/+90 |
* | Give importance to rails command in the comment section. | Santosh Wadghule | 2016-07-13 | 1 | -1/+1 |
* | Merge pull request #25624 from tinco/actioncable_write_race | Matthew Draper | 2016-07-09 | 1 | -2/+7 |
|\ |
|
| * | fix race condition in websocket stream write | Tinco Andringa | 2016-07-01 | 1 | -0/+4 |
* | | Merge pull request #24988 from mwear/action_cable_broadcast_notifications | Matthew Draper | 2016-07-04 | 1 | -2/+6 |
|\ \ |
|
| * | | Add ActiveSupport::Notifications hook to Broadcaster#broadcast | Matthew Wear | 2016-05-12 | 1 | -2/+6 |
* | | | Merge pull request #25030 from mmmpa/pull_request | Matthew Draper | 2016-07-04 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Add guard to broadcast. | mmmpa | 2016-05-26 | 1 | -1/+5 |
* | | | | Merge pull request #25293 from y-yagi/remove_needless_comments | Matthew Draper | 2016-07-03 | 3 | -5/+0 |
|\ \ \ \ |
|
| * | | | | remove needless comments | yuuji.yaginuma | 2016-06-06 | 3 | -5/+0 |
* | | | | | close hijacked i/o socket after use (fixes #25613) | Tinco Andringa | 2016-07-01 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Periodic timers: delegate async instance_exec to the worker pool | Jeremy Daer | 2016-06-29 | 2 | -7/+9 |
* | | | | Allow actioncable connections from any port in development | Michael Dever | 2016-06-16 | 1 | -1/+1 |
|/ / / |
|
* | | | Properly support reloading for Action Cable channels | Matthew Draper | 2016-06-02 | 4 | -30/+9 |
* | | | fix grammar | Rajat Bansal | 2016-05-31 | 1 | -1/+1 |
|/ / |
|