index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actioncable
/
lib
/
action_cable
/
connection
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Privatize unneededly protected methods in Action Cable
Akira Matsuda
2016-12-24
2
-9
/
+9
*
Describe what we are protecting
Akira Matsuda
2016-12-23
4
-0
/
+8
*
ActionCable::Connection::Base doc code sample syntax error
MSP-Greg
2016-12-06
1
-4
/
+1
*
Permit same-origin connections by default
Matthew Draper
2016-10-11
1
-2
/
+2
*
Merge pull request #26568 from skateman/cable-sameorigin-as-host
Matthew Draper
2016-10-11
1
-0
/
+3
|
\
|
*
Optionally allow ActionCable requests from the same host as origin
Dávid Halász
2016-09-21
1
-0
/
+3
*
|
Close the IO from the read loop thread
Matthew Draper
2016-10-06
2
-1
/
+1
*
|
In-line the configuration points that only existed for Faye support
Matthew Draper
2016-10-01
2
-3
/
+3
*
|
Remove Faye mode
Matthew Draper
2016-10-01
2
-92
/
+0
*
|
Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...
Matthew Draper
2016-10-01
1
-1
/
+5
|
\
\
|
*
|
Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...
palkan
2016-09-22
1
-2
/
+4
|
*
|
[Fix #25381] Avoid race condition on subscription confirmation
palkan
2016-09-20
1
-1
/
+3
*
|
|
Buffer writes to the cable sockets
Matthew Draper
2016-09-28
2
-11
/
+92
|
|
/
|
/
|
*
|
[ci skip] Fix formatting in Action Cable Connection::Base module docs
Prathamesh Sonpatki
2016-09-07
1
-1
/
+1
|
/
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
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
10
-41
/
+41
*
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
*
|
close hijacked i/o socket after use (fixes #25613)
Tinco Andringa
2016-07-01
1
-0
/
+1
|
/
*
Properly support reloading for Action Cable channels
Matthew Draper
2016-06-02
1
-3
/
+3
*
Pass over Action Cable docs
Jon Moss
2016-05-21
1
-1
/
+1
*
Fix typos in ActionCable Channel [ci skip]
Tom Kadwill
2016-04-18
1
-1
/
+1
*
Merge pull request #24224 from danielrhodes/actioncable-websocket-protocols
Jeremy Daer
2016-04-05
4
-7
/
+21
|
\
|
*
Added protocol negotiation
Daniel Rhodes
2016-04-05
4
-7
/
+21
*
|
Cable message encoding
Jeremy Daer
2016-03-31
4
-38
/
+33
*
|
Cable: fix Faye periodic timer shutdown typo
Jeremy Daer
2016-03-24
1
-1
/
+1
*
|
Gracefully handle disconnected clients
Jeremy Daer
2016-03-20
3
-1
/
+4
|
/
*
Merge pull request #23992 from matthewd/em-option
Matthew Draper
2016-03-04
7
-12
/
+107
|
\
|
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
7
-12
/
+107
*
|
Accept JSON with no backslashes/escaping
Jon Moss
2016-03-02
1
-6
/
+19
*
|
Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-type
Matthew Draper
2016-03-02
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Make ping into a message type
Daniel Rhodes
2016-03-01
1
-1
/
+1
|
*
Added welcome message type and fix test hacks
Daniel Rhodes
2016-03-01
1
-4
/
+4
*
|
Use AS::Executor / AS::Reloader to support reloading in ActionCable
Matthew Draper
2016-03-02
1
-2
/
+3
|
/
*
The async.callback call should live with the hijack
Matthew Draper
2016-02-26
1
-4
/
+5
*
Only hijack Rack socket when first needed
Jon Moss
2016-02-24
2
-10
/
+9
*
Merge pull request #23813 from lifo/faye-websocket
David Heinemeier Hansson
2016-02-23
1
-1
/
+8
|
\
|
*
Confirm connection monitor subscription on open
Pratik Naik
2016-02-23
1
-1
/
+8
*
|
Merge pull request #23668 from maclover7/cable-docs
Rafael França
2016-02-22
4
-15
/
+14
|
\
\
|
|
/
|
/
|
|
*
Full Action Cable documentation read through
Jon Moss
2016-02-17
4
-15
/
+14
*
|
Fix `unsubscribed` server side behavior
Jon Moss
2016-02-18
2
-6
/
+3
|
/
*
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into actioncable_logging
kp
2016-02-10
3
-26
/
+50
|
\
|
*
Handle more IO errors (especially, ECONNRESET)
Matthew Draper
2016-01-30
1
-21
/
+47
|
*
Fix arguments to on_close
Matthew Draper
2016-01-30
2
-5
/
+3
|
*
Revert "Revert "Eliminate the EventMachine dependency""
Matthew Draper
2016-01-30
6
-22
/
+315
[next]