aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection
Commit message (Expand)AuthorAgeFilesLines
* Remove Faye modeMatthew Draper2016-10-012-92/+0
* Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-011-1/+5
|\
| * Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-221-2/+4
| * [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-1/+3
* | Buffer writes to the cable socketsMatthew Draper2016-09-282-11/+92
* | [ci skip] Fix formatting in Action Cable Connection::Base module docsPrathamesh Sonpatki2016-09-071-1/+1
|/
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-0610-41/+41
* Merge pull request #25624 from tinco/actioncable_write_raceMatthew Draper2016-07-091-2/+7
|\
| * fix race condition in websocket stream writeTinco Andringa2016-07-011-0/+4
* | close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+1
|/
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-3/+3
* Pass over Action Cable docsJon Moss2016-05-211-1/+1
* Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-181-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-054-7/+21
|\
| * Added protocol negotiationDaniel Rhodes2016-04-054-7/+21
* | Cable message encodingJeremy Daer2016-03-314-38/+33
* | Cable: fix Faye periodic timer shutdown typoJeremy Daer2016-03-241-1/+1
* | Gracefully handle disconnected clientsJeremy Daer2016-03-203-1/+4
|/
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-047-12/+107
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-027-12/+107
* | Accept JSON with no backslashes/escapingJon Moss2016-03-021-6/+19
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-021-5/+5
|\ \ | |/ |/|
| * Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-4/+4
* | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-2/+3
|/
* The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* Only hijack Rack socket when first neededJon Moss2016-02-242-10/+9
* Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-231-1/+8
|\
| * Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+8
* | Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-224-15/+14
|\ \ | |/ |/|
| * Full Action Cable documentation read throughJon Moss2016-02-174-15/+14
* | Fix `unsubscribed` server side behaviorJon Moss2016-02-182-6/+3
|/
* Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
* Merge remote-tracking branch 'origin/master' into actioncable_loggingkp2016-02-103-26/+50
|\
| * Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-21/+47
| * Fix arguments to on_closeMatthew Draper2016-01-302-5/+3
| * Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-306-22/+315
| * Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-276-315/+22
* | Logs successful and invalid connections separatelykp2016-02-101-8/+12
* | adds debug logging to actioncable connectkp2016-01-261-2/+12
|/
* Import the relevant portions of faye-websocketMatthew Draper2016-01-245-20/+313
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-2/+2
* Fix code review commentsJon Moss2016-01-182-3/+3
* Pull the action methods directly onto the adapterMatthew Draper2016-01-182-3/+3
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-182-7/+7
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
* [ci skip] Fix typo in docsDAVID MOORE2016-01-151-1/+1